:root {
	--klxe-navy: #071a3b;
	--klxe-blue: #195be0;
	--klxe-cyan: #35b9ee;
	--klxe-gold: #f7c948;
	--klxe-coral: #ff6b5f;
	--klxe-ink: #10213f;
	--klxe-muted: #5f6f88;
	--klxe-line: #dce5f2;
	--klxe-surface: #f5f8fd;
	--klxe-radius: 22px;
}

.klx-guides-hub,
.klx-editorial-module,
.klx-guide-article,
.klx-editorial-context {
	box-sizing: border-box;
	font-family: inherit;
}

.klx-guides-hub *,
.klx-editorial-module *,
.klx-guide-article *,
.klx-editorial-context * {
	box-sizing: border-box;
}

.klx-guides-hub,
.klx-editorial-module {
	width: min(1200px, calc(100% - 40px));
	margin: 56px auto;
	color: var(--klxe-ink);
}

.klx-guides-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(250px, .65fr);
	gap: 36px;
	align-items: center;
	padding: clamp(34px, 5vw, 68px);
	border-radius: 30px;
	background:
		radial-gradient(circle at 89% 14%, rgba(53, 185, 238, .34), transparent 28%),
		radial-gradient(circle at 12% 100%, rgba(247, 201, 72, .18), transparent 30%),
		linear-gradient(135deg, #071a3b 0%, #103880 52%, #195be0 100%);
	box-shadow: 0 28px 70px rgba(7, 26, 59, .2);
	color: #fff;
	overflow: hidden;
}

.klx-guides-hero h1 {
	max-width: 820px;
	margin: 10px 0 18px;
	font-size: clamp(2.35rem, 5.3vw, 4.6rem);
	line-height: .98;
	letter-spacing: -.045em;
	color: #fff;
}

.klx-guides-hero > div > p:last-of-type {
	max-width: 760px;
	margin: 0;
	font-size: clamp(1rem, 1.6vw, 1.2rem);
	line-height: 1.75;
	color: rgba(255, 255, 255, .86);
}

.klx-guides-hero aside {
	display: grid;
	gap: 12px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 20px;
	background: rgba(7, 26, 59, .42);
	backdrop-filter: blur(8px);
}

.klx-guides-hero aside strong {
	font-size: 1.35rem;
	color: #fff;
}

.klx-guides-hero aside span {
	position: relative;
	padding-left: 22px;
	color: rgba(255, 255, 255, .82);
}

.klx-guides-hero aside span::before {
	position: absolute;
	left: 0;
	content: "✓";
	font-weight: 800;
	color: var(--klxe-gold);
}

.klx-guides-hero__actions,
.klx-guide-next-steps__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.klx-editorial-button,
.klx-guide-next-steps__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid var(--klxe-gold);
	border-radius: 999px;
	background: var(--klxe-gold);
	color: var(--klxe-navy) !important;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.klx-editorial-button:hover,
.klx-guide-next-steps__links a:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(7, 26, 59, .18);
}

.klx-editorial-button--ghost {
	border-color: rgba(255, 255, 255, .5);
	background: transparent;
	color: #fff !important;
}

.klx-editorial-eyebrow,
.klx-guide-rank,
.klx-editorial-card__meta {
	margin: 0;
	font-size: .74rem;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--klxe-blue);
}

.klx-guides-hero .klx-editorial-eyebrow {
	color: var(--klxe-gold);
}

.klx-guides-jump,
.klx-guide-jump {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 28px 0 0;
	padding: 14px;
	border: 1px solid var(--klxe-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 47, 91, .07);
}

.klx-guides-jump a,
.klx-guide-jump a {
	padding: 8px 13px;
	border-radius: 999px;
	background: var(--klxe-surface);
	color: var(--klxe-navy) !important;
	font-weight: 750;
	text-decoration: none !important;
}

.klx-guides-jump a:hover,
.klx-guide-jump a:hover {
	background: #e5eeff;
	color: var(--klxe-blue) !important;
}

.klx-guides-section {
	padding: 64px 0 0;
	scroll-margin-top: 110px;
}

.klx-guides-section > header,
.klx-editorial-module__header {
	display: flex;
	gap: 26px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 24px;
}

.klx-guides-section h2,
.klx-editorial-module h2 {
	margin: 7px 0 8px;
	font-size: clamp(1.8rem, 3vw, 2.65rem);
	line-height: 1.08;
	letter-spacing: -.035em;
	color: var(--klxe-navy);
}

.klx-guides-section header > p:last-child,
.klx-editorial-module__header p:last-child {
	max-width: 720px;
	margin: 0;
	color: var(--klxe-muted);
}

.klx-editorial-all {
	flex: 0 0 auto;
	padding: 10px 15px;
	border-radius: 999px;
	background: #e9f0ff;
	color: var(--klxe-blue) !important;
	font-weight: 800;
	text-decoration: none !important;
}

.klx-editorial-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.klx-editorial-card {
	min-width: 0;
	border: 1px solid var(--klxe-line);
	border-radius: var(--klxe-radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(15, 47, 91, .08);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.klx-editorial-card:hover {
	transform: translateY(-5px);
	border-color: #b7caec;
	box-shadow: 0 22px 44px rgba(15, 47, 91, .14);
}

.klx-editorial-card__link {
	display: flex;
	height: 100%;
	flex-direction: column;
	color: inherit !important;
	text-decoration: none !important;
}

.klx-editorial-card__media {
	display: grid;
	min-height: 190px;
	aspect-ratio: 16 / 9;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(25, 91, 224, .08), rgba(53, 185, 238, .14)),
		var(--klxe-surface);
	overflow: hidden;
}

.klx-editorial-card__media img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform .3s ease;
}

.klx-editorial-card:hover .klx-editorial-card__media img {
	transform: scale(1.035);
}

.klx-editorial-card__media span {
	font-size: 2rem;
	font-weight: 900;
	color: var(--klxe-blue);
}

.klx-editorial-card__body {
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 22px;
}

.klx-editorial-card__body h3 {
	margin: 9px 0 9px;
	font-size: 1.25rem;
	line-height: 1.25;
	letter-spacing: -.02em;
	color: var(--klxe-navy);
}

.klx-editorial-card__body > p:not(.klx-editorial-card__meta) {
	margin: 0 0 18px;
	color: var(--klxe-muted);
}

.klx-editorial-card__body > strong {
	margin-top: auto;
	color: var(--klxe-blue);
}

.klx-editorial-context {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 28px;
	padding: 12px 14px;
	border: 1px solid var(--klxe-line);
	border-radius: 16px;
	background: var(--klxe-surface);
}

.klx-editorial-context span {
	margin-right: 4px;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--klxe-muted);
}

.klx-editorial-context a {
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff;
	color: var(--klxe-blue) !important;
	font-size: .86rem;
	font-weight: 800;
	text-decoration: none !important;
}

.klx-guide-article {
	max-width: 1020px;
	margin: 0 auto;
	color: var(--klxe-ink);
}

.klx-guide-dek {
	margin: 0 0 26px;
	padding: 22px 24px;
	border-left: 5px solid var(--klxe-gold);
	border-radius: 0 16px 16px 0;
	background: #f7f9fd;
	font-size: 1.12rem;
	line-height: 1.75;
	color: #30425f;
}

.klx-guide-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 26px;
}

.klx-guide-facts > div {
	padding: 16px;
	border: 1px solid var(--klxe-line);
	border-radius: 16px;
	background: #fff;
}

.klx-guide-facts span {
	display: block;
	margin-bottom: 4px;
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--klxe-muted);
}

.klx-guide-facts strong {
	color: var(--klxe-navy);
}

.klx-guide-article h2 {
	margin: 52px 0 15px;
	font-size: clamp(1.75rem, 3vw, 2.45rem);
	line-height: 1.12;
	letter-spacing: -.03em;
	color: var(--klxe-navy);
	scroll-margin-top: 110px;
}

.klx-guide-article h3 {
	color: var(--klxe-navy);
}

.klx-guide-table-wrap {
	margin: 24px 0 36px;
	border: 1px solid var(--klxe-line);
	border-radius: 18px;
	overflow-x: auto;
	box-shadow: 0 12px 32px rgba(15, 47, 91, .07);
}

.klx-guide-value-table {
	width: 100%;
	min-width: 720px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.klx-guide-value-table th {
	padding: 14px 16px;
	border: 0;
	background: var(--klxe-navy);
	color: #fff;
	font-size: .75rem;
	letter-spacing: .08em;
	text-align: left;
	text-transform: uppercase;
}

.klx-guide-value-table td {
	padding: 13px 16px;
	border: 0;
	border-bottom: 1px solid var(--klxe-line);
	background: #fff;
	vertical-align: middle;
}

.klx-guide-value-table tr:last-child td {
	border-bottom: 0;
}

.klx-guide-value-table a {
	font-weight: 800;
	color: var(--klxe-blue) !important;
}

.klx-guide-chase-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.klx-guide-chase-card {
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	min-width: 0;
	padding: 18px;
	border: 1px solid var(--klxe-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 47, 91, .07);
	scroll-margin-top: 110px;
}

.klx-guide-chase-card__media {
	padding: 8px;
	border-radius: 14px;
	background: var(--klxe-surface);
}

.klx-guide-chase-card__media img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 10px;
	box-shadow: 0 7px 18px rgba(7, 26, 59, .16);
}

.klx-guide-chase-card__body h3 {
	margin: 6px 0 10px;
	font-size: 1.23rem;
	line-height: 1.22;
}

.klx-guide-chase-card__body h3 span {
	display: block;
	margin-top: 3px;
	font-size: .8rem;
	font-weight: 750;
	color: var(--klxe-muted);
}

.klx-guide-chase-card__body p {
	margin: 8px 0 0;
	font-size: .94rem;
	line-height: 1.55;
	color: #475a76;
}

.klx-guide-method,
.klx-guide-next-steps {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr);
	gap: 32px;
	align-items: center;
	margin-top: 52px;
	padding: clamp(26px, 4vw, 42px);
	border-radius: 24px;
	background: linear-gradient(135deg, var(--klxe-navy), #123d86);
	color: rgba(255, 255, 255, .86);
}

.klx-guide-method h2,
.klx-guide-next-steps h2 {
	margin: 7px 0 14px;
	color: #fff;
}

.klx-guide-method .klx-editorial-eyebrow,
.klx-guide-next-steps .klx-editorial-eyebrow {
	color: var(--klxe-gold);
}

.klx-guide-method ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.klx-guide-method a {
	display: block;
	padding: 11px 14px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 12px;
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
}

.klx-guide-notes {
	margin-top: 48px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid #d4e1f7;
	border-radius: 24px;
	background: linear-gradient(135deg, #f6f9ff, #edf5ff);
}

.klx-guide-notes h2 {
	margin-top: 7px;
}

.klx-guide-notes h3 {
	margin: 25px 0 6px;
	font-size: 1.12rem;
}

.klx-guide-next-steps__links {
	display: grid;
	margin: 0;
}

.klx-guide-next-steps__links a {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .12);
	color: #fff !important;
}

.klx-guide-faq {
	margin-top: 48px;
}

.klx-guide-faq h2 {
	margin-top: 7px;
}

.klx-guide-faq details {
	margin: 10px 0;
	padding: 0 18px;
	border: 1px solid var(--klxe-line);
	border-radius: 14px;
	background: #fff;
}

.klx-guide-faq summary {
	padding: 16px 0;
	cursor: pointer;
	font-weight: 850;
	color: var(--klxe-navy);
}

.klx-guide-faq details p {
	margin: 0 0 18px;
	color: var(--klxe-muted);
}

.klx-editorial-module--collection {
	margin-top: 28px;
	padding: 22px;
	border: 1px solid var(--klxe-line);
	border-radius: 20px;
	background: var(--klxe-surface);
}

.klx-editorial-module--collection .klx-editorial-cards {
	grid-template-columns: 1fr;
}

.klx-editorial-module--collection .klx-editorial-card__link {
	display: grid;
	grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
}

.klx-editorial-module--collection .klx-editorial-card__media {
	min-height: 150px;
}

@media (max-width: 920px) {
	.klx-guides-hero,
	.klx-guide-method,
	.klx-guide-next-steps {
		grid-template-columns: 1fr;
	}

	.klx-editorial-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.klx-guide-chase-grid {
		grid-template-columns: 1fr;
	}

	.klx-guide-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.klx-guides-hub,
	.klx-editorial-module {
		width: min(100% - 24px, 1200px);
		margin: 34px auto;
	}

	.klx-guides-hero {
		gap: 24px;
		padding: 30px 22px;
		border-radius: 22px;
	}

	.klx-guides-hero h1 {
		font-size: clamp(2.1rem, 12vw, 3.2rem);
	}

	.klx-guides-hero__actions,
	.klx-guide-next-steps__links {
		display: grid;
	}

	.klx-editorial-button {
		width: 100%;
	}

	.klx-guides-jump,
	.klx-guide-jump {
		align-items: stretch;
		flex-direction: column;
	}

	.klx-guides-jump a,
	.klx-guide-jump a {
		text-align: center;
	}

	.klx-guides-section {
		padding-top: 44px;
	}

	.klx-guides-section > header,
	.klx-editorial-module__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.klx-editorial-cards {
		grid-template-columns: 1fr;
	}

	.klx-editorial-card__media {
		min-height: 165px;
	}

	.klx-editorial-context {
		align-items: stretch;
		flex-direction: column;
	}

	.klx-editorial-context a {
		text-align: center;
	}

	.klx-guide-facts {
		grid-template-columns: 1fr 1fr;
	}

	.klx-guide-chase-card {
		grid-template-columns: 104px minmax(0, 1fr);
		gap: 14px;
		padding: 13px;
	}

	.klx-guide-chase-card__body h3 {
		font-size: 1.04rem;
	}

	.klx-guide-chase-card__body p {
		font-size: .88rem;
	}

	.klx-guide-method,
	.klx-guide-next-steps,
	.klx-guide-notes {
		padding: 24px 20px;
		border-radius: 20px;
	}

	.klx-editorial-module--collection .klx-editorial-card__link {
		display: flex;
	}
}

@media (max-width: 390px) {
	.klx-guide-facts {
		grid-template-columns: 1fr;
	}

	.klx-guide-chase-card {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.klx-guide-chase-card__body p:last-child {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.klx-editorial-card,
	.klx-editorial-card__media img,
	.klx-editorial-button,
	.klx-guide-next-steps__links a {
		transition: none;
	}
}

