html,
body.single-knowledge_hub {
	min-height: 100%;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	background: #f5f8fc;
}

body.single-knowledge_hub .site-title,
body.single-knowledge_hub .custom-logo {
	display: none !important;
}

body.single-knowledge_hub #page {
	position: relative;
}

body.single-knowledge_hub #colophon {
	position: static !important;
	margin-top: 36px;
	background-color: rgba(241, 241, 241, 0.82);
}

.ifkh-single {
	background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 18%, #ffffff 100%);
	color: #23344f;
	padding-bottom: 72px;
}

.ifkh-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.ifkh-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 22px 0 0;
	font-size: 13px;
	color: #5c6b80;
}

.ifkh-breadcrumbs a {
	color: #1e304e;
	text-decoration: none;
}

.ifkh-breadcrumbs span[aria-hidden="true"] {
	color: #9aa8bb;
}

.ifkh-hero {
	padding: 22px 0 26px;
}

.ifkh-hero-card {
	background: #ffffff;
	border: 1px solid rgba(30, 48, 78, 0.08);
	border-radius: 28px;
	box-shadow: 0 18px 45px rgba(30, 48, 78, 0.07);
	overflow: hidden;
}

.ifkh-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
	gap: 0;
}

.ifkh-hero-copy {
	padding: 38px 42px 34px;
}

.ifkh-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1e304e;
	margin-bottom: 18px;
}

.ifkh-kicker::before {
	content: "";
	width: 42px;
	height: 4px;
	border-radius: 999px;
	background: #ffcb05;
	display: inline-block;
}

.ifkh-section-pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(49, 166, 210, 0.13);
	color: #166689;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 14px;
}

.ifkh-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(2rem, 4vw, 3.45rem);
	line-height: 1.04;
	color: #1e304e;
	max-width: 14ch;
}

.ifkh-summary {
	font-size: 1.1rem;
	line-height: 1.75;
	color: #4d617d;
	max-width: 60ch;
	margin: 0 0 22px;
}

.ifkh-meta-row,
.ifkh-taxonomy-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ifkh-meta-chip,
.ifkh-tax-chip {
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	border-radius: 999px;
	background: #eef4fb;
	color: #355170;
	font-size: 13px;
	font-weight: 600;
}

.ifkh-taxonomy-row {
	margin-top: 12px;
}

.ifkh-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	max-width: 760px;
	margin-top: 24px;
	padding: 14px;
	background: #ffffff;
	border: 1px solid rgba(30, 48, 78, 0.1);
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(30, 48, 78, 0.08);
}

.ifkh-search-input {
	width: 100%;
	min-width: 0;
	padding: 14px 18px;
	border: 1px solid rgba(30, 48, 78, 0.15);
	border-radius: 999px;
	background: #f8fbfd;
	color: #1e304e;
	font-size: 1rem;
	line-height: 1.3;
}

.ifkh-search-input:focus {
	outline: 2px solid rgba(49, 166, 210, 0.3);
	outline-offset: 2px;
	border-color: #31a6d2;
}

.ifkh-search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	background: #ffcb05;
	color: #1e304e;
	font-size: 0.98rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(255, 203, 5, 0.24);
}

.ifkh-search-button:hover {
	transform: translateY(-1px);
}

.ifkh-hero-media {
	background: linear-gradient(135deg, #1e304e 0%, #23486d 52%, #31a6d2 100%);
	min-height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.ifkh-hero-media::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(255, 203, 5, 0.34), transparent 32%),
		radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.16), transparent 30%);
}

.ifkh-hero-image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.ifkh-hero-fallback {
	position: relative;
	z-index: 1;
	padding: 34px;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #f7fbff;
}

.ifkh-hero-fallback strong {
	font-size: 1.15rem;
	margin-bottom: 10px;
}

.ifkh-hero-fallback p {
	margin: 0;
	line-height: 1.65;
	color: rgba(247, 251, 255, 0.88);
}

.ifkh-main {
	padding-top: 18px;
}

.ifkh-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 36px;
	align-items: start;
}

.ifkh-article {
	min-width: 0;
}

.ifkh-article-card {
	background: #ffffff;
	border: 1px solid rgba(30, 48, 78, 0.08);
	border-radius: 28px;
	box-shadow: 0 12px 38px rgba(30, 48, 78, 0.06);
	padding: 36px clamp(20px, 3vw, 48px);
}

.ifkh-prose {
	max-width: 760px;
	margin: 0 auto;
	font-size: 1.06rem;
	line-height: 1.86;
	color: #324761;
}

.ifkh-prose > *:first-child {
	margin-top: 0;
}

.ifkh-prose p,
.ifkh-prose ul,
.ifkh-prose ol,
.ifkh-prose table,
.ifkh-prose blockquote {
	margin: 1.2em 0;
}

.ifkh-prose h2,
.ifkh-prose h3,
.ifkh-prose h4 {
	color: #1e304e;
	line-height: 1.2;
	margin-top: 2.2em;
	margin-bottom: 0.72em;
}

.ifkh-prose h2 {
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

.ifkh-prose h3 {
	font-size: clamp(1.2rem, 2vw, 1.48rem);
}

.ifkh-prose a {
	color: #166689;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.ifkh-prose strong {
	color: #1e304e;
}

.ifkh-prose ul,
.ifkh-prose ol {
	padding-left: 1.4em;
}

.ifkh-prose li + li {
	margin-top: 0.5em;
}

.ifkh-prose table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	display: block;
	overflow-x: auto;
	background: #f9fbfd;
	border: 1px solid rgba(30, 48, 78, 0.12);
	border-radius: 18px;
}

.ifkh-prose tbody {
	display: table;
	width: 100%;
}

.ifkh-prose th,
.ifkh-prose td {
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(30, 48, 78, 0.08);
}

.ifkh-prose th {
	background: #eef4fb;
	color: #1e304e;
	font-weight: 700;
}

.ifkh-prose tr:last-child td {
	border-bottom: 0;
}

.ifkh-prose blockquote {
	padding: 18px 22px;
	border-right: 0;
	border-left: 4px solid #31a6d2;
	background: #f3f9fc;
	border-radius: 0 16px 16px 0;
	color: #31516c;
}

.ifkh-sidebar {
	position: sticky;
	top: 34px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ifkh-side-card,
.ifkh-cta-card,
.ifkh-related-card {
	background: #ffffff;
	border: 1px solid rgba(30, 48, 78, 0.08);
	border-radius: 22px;
	padding: 24px;
	box-shadow: 0 12px 34px rgba(30, 48, 78, 0.05);
}

.ifkh-side-card h2,
.ifkh-cta-card h2,
.ifkh-related-card h2 {
	margin: 0 0 12px;
	font-size: 1.02rem;
	color: #1e304e;
}

.ifkh-side-card ul,
.ifkh-related-card ul {
	margin: 0;
	padding-left: 18px;
	color: #425a76;
}

.ifkh-side-card li + li,
.ifkh-related-card li + li {
	margin-top: 10px;
}

.ifkh-side-card a,
.ifkh-related-card a {
	color: #1e304e;
	text-decoration: underline;
	font-size: 0.95rem;
	line-height: 1.5;
}

.ifkh-side-card a:hover,
.ifkh-side-card a:focus,
.ifkh-related-card a:hover,
.ifkh-related-card a:focus {
	color: #31a6d2;
	text-decoration: underline;
}

.ifkh-side-card li::marker,
.ifkh-related-card li::marker {
	color: #1e304e;
}

.ifkh-cta-card {
	background: linear-gradient(180deg, #1e304e 0%, #223d60 100%);
	color: #eef6ff;
}

.ifkh-cta-card p {
	margin: 0 0 18px;
	line-height: 1.7;
	color: rgba(238, 246, 255, 0.84);
}

.ifkh-button,
.ifkh-bottom-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	padding: 13px 20px;
	text-decoration: none;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ifkh-button {
	background: #ffcb05;
	color: #1e304e;
	box-shadow: 0 14px 28px rgba(255, 203, 5, 0.24);
}

.ifkh-button:hover,
.ifkh-bottom-button:hover {
	transform: translateY(-1px);
}

.ifkh-bottom-cta {
	margin-top: 34px;
	background: linear-gradient(135deg, #1e304e 0%, #23486d 100%);
	border-radius: 26px;
	padding: clamp(24px, 4vw, 34px);
	color: #f5fbff;
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) auto;
	gap: 18px;
	align-items: center;
}

.ifkh-bottom-cta h2 {
	margin: 0 0 8px;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	color: #ffffff;
}

.ifkh-bottom-cta p {
	margin: 0;
	color: rgba(245, 251, 255, 0.82);
	line-height: 1.72;
}

.ifkh-bottom-button {
	background: #ffcb05;
	color: #1e304e;
	min-width: 220px;
	box-shadow: 0 16px 32px rgba(255, 203, 5, 0.24);
}

.ifkh-related-card p {
	margin: 0;
	line-height: 1.7;
	color: #556983;
}

.ifkh-deals-cta {
	background: linear-gradient(135deg, #1e304e, #223d60);
	color: #fff;
	border-radius: 16px;
	padding: 32px;
	text-align: center;
	margin: 40px 0 24px;
}

.ifkh-deals-cta h3 {
	color: #fff;
	font-size: 22px;
	margin: 0 0 8px;
}

.ifkh-deals-cta p {
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 20px;
}

.ifkh-deals-cta .ifkh-cta-btn {
	background: #ffcb05;
	color: #1e304e;
	border-radius: 999px;
	padding: 12px 28px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}

@media (max-width: 980px) {
	.ifkh-hero-grid,
	.ifkh-layout,
	.ifkh-bottom-cta {
		grid-template-columns: 1fr;
	}

	.ifkh-sidebar {
		position: static;
		order: 2;
	}
}

@media (max-width: 720px) {
	.ifkh-shell {
		width: min(100% - 20px, 1180px);
	}

	.ifkh-search-form {
		grid-template-columns: 1fr;
	}

	.ifkh-hero-copy,
	.ifkh-article-card,
	.ifkh-side-card,
	.ifkh-cta-card,
	.ifkh-related-card {
		padding: 22px 18px;
	}

	.ifkh-hero h1 {
		max-width: none;
	}

	.ifkh-hero-fallback,
	.ifkh-hero-image {
		min-height: 240px;
	}

	.ifkh-prose {
		font-size: 1rem;
	}
}
