.ifkha-archive {
	background: linear-gradient(180deg, #f1efef 0%, #ffffff 18%, #ffffff 100%);
	color: #1e304e;
	padding: 20px 0 80px;
}

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

.ifkha-hero {
	padding: 28px 0 34px;
	text-align: center;
}

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

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

.ifkha-hero h1 {
	margin: 0 0 14px;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.06;
	color: #1e304e;
}

.ifkha-hero-desc {
	max-width: 700px;
	margin: 0 auto 28px;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #516274;
}

.kh-archive-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	max-width: 760px;
	margin: 0 auto;
	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);
}

.kh-archive-search-input {
	width: 100%;
	min-height: 52px;
	padding: 0 18px;
	border: 1px solid rgba(144, 153, 168, 0.35);
	border-radius: 16px;
	background: #f1efef;
	color: #1e304e;
	font-size: 1rem;
}

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

.kh-archive-search-button {
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 16px;
	background: #ffcb05;
	color: #1e304e;
	font-size: 0.98rem;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	box-shadow: 0 12px 28px rgba(255, 203, 5, 0.24);
}

.kh-archive-search-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(255, 203, 5, 0.3);
}

.ifkha-filter-wrap {
	margin-bottom: 32px;
}

.ifkha-subfilter-wrap {
	background: #f5f5f5;
	padding: 12px 0;
	margin-bottom: 24px;
	border-top: 1px solid #eceeef;
}

.ifkha-filter-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ifkha-filter-bar a {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 999px;
	border: 2px solid rgba(30, 48, 78, 0.12);
	background: #ffffff;
	color: #1e304e;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.ifkha-filter-bar a:hover {
	background: #eef7fb;
	border-color: #31a6d2;
	color: #1e304e;
}

.ifkha-filter-bar a.ifkha-filter-active {
	background: #1e304e;
	border-color: #1e304e;
	color: #ffffff;
}

.ifkha-section-callout {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) auto;
	gap: 24px;
	align-items: center;
	margin: 0 auto 32px;
	padding: 26px 28px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(30, 48, 78, 0.06) 0%, rgba(49, 166, 210, 0.08) 100%);
	border: 1px solid rgba(30, 48, 78, 0.08);
}

.ifkha-section-callout-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #31a6d2;
}

.ifkha-section-callout h2 {
	margin: 0 0 10px;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.2;
	color: #1e304e;
}

.ifkha-section-callout p {
	margin: 0;
	line-height: 1.7;
	color: #516274;
}

.ifkha-section-callout-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

.ifkha-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.ifkha-grid.ifkha-grid-blog-news.ifkha-grid-count-1,
.ifkha-grid.ifkha-grid-blog-news.ifkha-grid-count-2 {
	grid-template-columns: repeat(auto-fit, minmax(320px, 360px));
	justify-content: center;
}

.ifkha-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(30, 48, 78, 0.08);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 10px 32px rgba(30, 48, 78, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ifkha-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(30, 48, 78, 0.1);
}

.ifkha-card-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #1e304e 0%, #23486d 52%, #31a6d2 100%);
}

.ifkha-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ifkha-card-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ifkha-card-fallback::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(255, 203, 5, 0.3), transparent 40%),
		radial-gradient(circle at bottom left, rgba(49, 166, 210, 0.25), transparent 35%);
}

.ifkha-card-fallback-letter {
	position: relative;
	z-index: 1;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1;
	color: rgba(255, 255, 255, 0.22);
}

.ifkha-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 24px;
}

.ifkha-section-pill {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #ffcb05;
	color: #1e304e;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ifkha-card-title {
	margin: 0 0 10px;
	font-size: 1.18rem;
	line-height: 1.25;
	color: #1e304e;
}

.ifkha-card-title a {
	color: inherit;
	text-decoration: none;
}

.ifkha-card-title a:hover {
	color: #31a6d2;
}

.ifkha-card-summary {
	flex: 1;
	margin: 0 0 16px;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.55;
	color: #425a76;
}

.ifkha-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.ifkha-meta-chip {
	display: inline-flex;
	align-items: center;
	padding: 5px 11px;
	border-radius: 999px;
	background: #eef4fb;
	color: #355170;
	font-size: 12px;
	font-weight: 600;
}

.ifkha-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	color: #31a6d2;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ifkha-card-cta:hover {
	color: #1e304e;
}

.ifkha-empty {
	padding: 64px 24px;
	text-align: center;
	color: #516274;
}

.ifkha-empty h2 {
	margin-bottom: 12px;
	color: #1e304e;
}

.ifkha-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 48px;
}

.ifkha-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 2px solid rgba(30, 48, 78, 0.14);
	border-radius: 999px;
	background: #ffffff;
	color: #1e304e;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.ifkha-pagination .page-numbers:hover {
	background: #eef7fb;
	border-color: #31a6d2;
}

.ifkha-pagination .page-numbers.current {
	background: #1e304e;
	border-color: #1e304e;
	color: #ffffff;
}

.ifkha-pagination .page-numbers.dots {
	border-color: transparent;
	background: transparent;
}

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

.ifkha-bottom-cta h2 {
	margin: 0 0 10px;
	font-size: clamp(1.35rem, 2.2vw, 1.9rem);
	line-height: 1.2;
	color: #ffffff;
}

.ifkha-bottom-cta p {
	margin: 0;
	line-height: 1.72;
	color: rgba(241, 239, 239, 0.82);
}

.ifkha-cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

.ifkha-btn-primary,
.ifkha-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.ifkha-btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 36px rgba(255, 203, 5, 0.3);
}

.ifkha-btn-secondary {
	background: rgba(255, 255, 255, 0.12);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
}

.ifkha-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-1px);
}

/* --- Tool cards --- */

.ifkha-tools-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 820px;
	margin: 0 auto;
}

.ifkha-tool-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(30, 48, 78, 0.08);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 10px 32px rgba(30, 48, 78, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ifkha-tool-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(30, 48, 78, 0.1);
}

.ifkha-tool-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #1e304e 0%, #23486d 52%, #31a6d2 100%);
}

.ifkha-tool-media-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ifkha-tool-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 24px;
}

.ifkha-tool-card-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
	padding: 12px 22px;
	border-radius: 999px;
	background: #ffcb05;
	color: #1e304e;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	box-shadow: 0 10px 24px rgba(255, 203, 5, 0.22);
}

.ifkha-tool-card-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(255, 203, 5, 0.3);
	color: #1e304e;
}

@media (max-width: 980px) {
	.ifkha-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ifkha-section-callout {
		grid-template-columns: 1fr;
	}

	.ifkha-bottom-cta {
		grid-template-columns: 1fr;
	}

	.ifkha-section-callout-actions,
	.ifkha-cta-buttons {
		flex-direction: row;
	}
}

@media (max-width: 620px) {
	.ifkha-tools-grid {
		grid-template-columns: 1fr;
	}
}

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

	.ifkha-hero {
		padding: 18px 0 24px;
		text-align: left;
	}

	.ifkha-hero-desc {
		margin: 0 0 22px;
	}

	.kh-archive-search-form {
		grid-template-columns: 1fr;
		padding: 12px;
	}

	.ifkha-filter-bar {
		justify-content: flex-start;
	}

	.ifkha-grid {
		grid-template-columns: 1fr;
	}

	.ifkha-section-callout-actions,
	.ifkha-cta-buttons {
		flex-direction: column;
	}
}

/* --- Search: no-exact-city-match notice --- */

.ifkha-no-city-match {
	margin-bottom: 20px;
	padding: 18px 22px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(255, 203, 5, 0.1) 0%, rgba(255, 203, 5, 0.05) 100%);
	border: 1px solid rgba(255, 203, 5, 0.28);
}

.ifkha-no-city-match p {
	margin: 0;
	line-height: 1.7;
	color: #1e304e;
}

.ifkha-no-city-match a {
	color: #31a6d2;
	font-weight: 600;
}

.ifkha-section-heading {
	margin: 0 0 20px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #516274;
}

/* --- Search: deals / support intent callout --- */

.ifkha-intent-callout {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) auto;
	gap: 24px;
	align-items: center;
	margin-bottom: 28px;
	padding: 22px 26px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(30, 48, 78, 0.05) 0%, rgba(49, 166, 210, 0.07) 100%);
	border: 1px solid rgba(30, 48, 78, 0.08);
}

.ifkha-intent-callout strong {
	display: block;
	margin-bottom: 6px;
	font-size: 1.02rem;
	font-weight: 700;
	color: #1e304e;
}

.ifkha-intent-callout p {
	margin: 0;
	line-height: 1.7;
	color: #516274;
}

.ifkha-intent-callout-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: stretch;
	min-width: 180px;
}

.ifkha-intent-callout-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 999px;
	border: 2px solid rgba(30, 48, 78, 0.15);
	background: transparent;
	color: #1e304e;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease;
}

.ifkha-intent-callout-link:hover {
	background: #eef7fb;
	border-color: #31a6d2;
	color: #1e304e;
}

/* --- Search: no-results fallback cards --- */

.ifkha-fallback-links {
	margin-top: 28px;
	text-align: left;
}

.ifkha-fallback-label {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #516274;
}

.ifkha-fallback-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ifkha-fallback-card {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 18px 20px;
	border-radius: 16px;
	border: 1px solid rgba(30, 48, 78, 0.1);
	background: #ffffff;
	box-shadow: 0 5px 16px rgba(30, 48, 78, 0.05);
	color: #1e304e;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ifkha-fallback-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(30, 48, 78, 0.1);
	border-color: #31a6d2;
}

.ifkha-fallback-card strong {
	font-size: 0.96rem;
	font-weight: 700;
	color: #1e304e;
}

.ifkha-fallback-card span {
	font-size: 0.85rem;
	line-height: 1.5;
	color: #516274;
}

@media (max-width: 900px) {
	.ifkha-intent-callout {
		grid-template-columns: 1fr;
	}

	.ifkha-intent-callout-links {
		flex-direction: row;
		min-width: 0;
	}
}

@media (max-width: 720px) {
	.ifkha-fallback-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ifkha-intent-callout-links {
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.ifkha-fallback-grid {
		grid-template-columns: 1fr;
	}
}
