/**
 * CLAADSS content landings + 2026 banner + featured grid bridge
 * Applied on modern landings / directory / new-home
 */

/* â€”â€” Hide dates globally (extra selectors) â€”â€” */
.post-time,
.content-08-post-time,
.content-09-post-time,
.entry-date,
.published,
.updated.entry-date,
time.entry-date,
.cm-meta time,
.cm-news-meta time,
.cm-classic-meta time,
.featured-meta .post-time,
.article-meta-head .post-time,
.single .post-time,
.king-featured .post-time {
	display: none !important;
}

/* â€”â€” 2026 Banner v2 â€” custom art + pillar icons + pure white type â€”â€” */
.cm-banner-2026,
.cm-banner-2026--v2 {
	position: relative;
	overflow: hidden;
	padding: clamp(52px, 7vw, 96px) 0 clamp(44px, 5.5vw, 72px);
	color: #ffffff !important;
	isolation: isolate;
	min-height: clamp(480px, 62vh, 680px);
	display: flex;
	align-items: center;
	background: #050816;
}

.cm-banner-2026__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.04);
	filter: saturate(1.15) contrast(1.05);
}

/* Colorful aurora wash over the art */
.cm-banner-2026__aurora {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 55% 70% at 12% 30%, rgba(99, 102, 241, 0.55), transparent 62%),
		radial-gradient(ellipse 45% 55% at 88% 20%, rgba(236, 72, 153, 0.42), transparent 58%),
		radial-gradient(ellipse 50% 50% at 70% 90%, rgba(14, 165, 233, 0.38), transparent 55%),
		radial-gradient(ellipse 40% 40% at 30% 95%, rgba(251, 191, 36, 0.28), transparent 50%),
		radial-gradient(ellipse 35% 40% at 95% 70%, rgba(16, 185, 129, 0.25), transparent 50%);
	mix-blend-mode: screen;
	opacity: 0.9;
}

/* Keep text readable â€” darker left, lighter right for visual */
.cm-banner-2026__scrim {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(105deg, rgba(2, 6, 23, 0.94) 0%, rgba(2, 6, 23, 0.88) 38%, rgba(15, 23, 42, 0.55) 72%, rgba(2, 6, 23, 0.7) 100%),
		linear-gradient(180deg, rgba(2, 6, 23, 0.25) 0%, transparent 40%, rgba(2, 6, 23, 0.55) 100%);
}

.cm-banner-2026__inner {
	position: relative;
	z-index: 3;
	width: 100%;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
}

/* Nudge hero copy + CTAs slightly right for visual balance */
.cm-banner-2026__copy {
	padding-left: clamp(18px, 3.5vw, 48px);
	box-sizing: border-box;
}

/* â€”â€” Force white type on dark art â€”â€” */
.cm-banner-2026,
.cm-banner-2026 * {
	/* children override where needed */
}
.cm-banner-2026__copy,
.cm-banner-2026__kicker,
.cm-banner-2026__title,
.cm-banner-2026__lead,
.cm-banner-2026 h1,
.cm-banner-2026 p {
	color: #ffffff !important;
}

.cm-banner-2026__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	padding: 7px 16px 7px 8px;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
	color: #ffffff !important;
}
.cm-banner-2026__kicker-ico {
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #6366f1, #ec4899 55%, #fbbf24);
	color: #fff !important;
	font-size: 0.7rem;
	box-shadow: 0 4px 14px rgba(236, 72, 153, 0.45);
}

.cm-banner-2026__title,
.cm-banner-2026 h1 {
	margin: 0 0 16px;
	color: #ffffff !important;
	font-size: clamp(2.05rem, 4.6vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
	max-width: 18ch;
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}
.cm-banner-2026__title em,
.cm-banner-2026 h1 em {
	font-style: normal;
	background: linear-gradient(105deg, #c4b5fd 0%, #f9a8d4 40%, #7dd3fc 70%, #fde68a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
	filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25));
}

.cm-banner-2026__lead {
	margin: 0 0 24px;
	max-width: 46ch;
	font-size: 1.08rem;
	line-height: 1.6;
	color: #f8fafc !important;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
	opacity: 1;
}

.cm-banner-2026__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
	/* Always pin CTAs to the right side / corner */
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	text-align: right;
}
/* Keep CTAs on the right edge of the banner copy column */
.cm-banner-2026__cta--shift {
	margin-left: auto;
	margin-right: 0;
	padding-left: 0;
	justify-content: flex-end;
}
.cm-banner-2026 .cm-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ffffff !important;
}
.cm-banner-2026 .cm-btn-glass {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cm-banner-2026 .cm-btn-glass:hover {
	background: rgba(255, 255, 255, 0.24);
	color: #ffffff !important;
}
.cm-banner-2026 .cm-btn-glow {
	background: linear-gradient(135deg, #6366f1, #a855f7 45%, #ec4899 80%, #f59e0b);
	color: #ffffff !important;
	border: 0;
	box-shadow: 0 12px 36px rgba(168, 85, 247, 0.5);
}

/* â€”â€” 5 colorful pillar cards â€”â€” */
.cm-banner-pillars {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}
.cm-pillar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 12px 14px;
	border-radius: 16px;
	text-decoration: none !important;
	background: rgba(15, 23, 42, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
	min-height: 100%;
}
.cm-pillar:hover {
	transform: translateY(-4px);
	background: rgba(15, 23, 42, 0.65);
	border-color: rgba(255, 255, 255, 0.35);
}
.cm-pillar__ico {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #fff !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.cm-pillar--articles .cm-pillar__ico { background: linear-gradient(135deg, #0ea5e9, #6366f1); }
.cm-pillar--press .cm-pillar__ico { background: linear-gradient(135deg, #fbbf24, #f97316); }
.cm-pillar--dir .cm-pillar__ico { background: linear-gradient(135deg, #10b981, #14b8a6); }
.cm-pillar--links .cm-pillar__ico { background: linear-gradient(135deg, #a855f7, #ec4899); }
.cm-pillar--video .cm-pillar__ico { background: linear-gradient(135deg, #fa6252, #f43f5e); }

.cm-pillar__txt strong {
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	color: #ffffff !important;
	margin-bottom: 3px;
}
.cm-pillar__txt em {
	display: block;
	font-style: normal;
	font-size: 0.68rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82) !important;
	line-height: 1.25;
}

/* Right visual column */
.cm-banner-2026__visual {
	position: relative;
	min-height: 340px;
}
.cm-banner-2026__stack {
	width: 100%;
	aspect-ratio: 1 / 1;
	max-height: 420px;
	margin-left: auto;
	border-radius: 28px;
	background-size: cover;
	background-position: center;
	box-shadow:
		0 30px 60px rgba(0, 0, 0, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.15);
	position: relative;
	overflow: hidden;
}
.cm-banner-2026__stack:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, transparent 40%, rgba(99, 102, 241, 0.25) 100%);
	pointer-events: none;
}
.cm-banner-2026__icons-strip {
	position: absolute;
	left: -6%;
	bottom: 8%;
	width: 72%;
	height: 72px;
	border-radius: 18px;
	background-size: cover;
	background-position: center;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0.95;
}

.cm-banner-2026__float-stats {
	position: absolute;
	right: -4%;
	top: 8%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: min(160px, 42%);
	z-index: 2;
}
.cm-fstat {
	display: block;
	padding: 12px 14px;
	border-radius: 14px;
	text-decoration: none !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
	transition: transform 0.15s ease;
}
.cm-fstat:hover { transform: translateX(-4px); }
.cm-fstat span {
	display: block;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.85) !important;
	margin-bottom: 2px;
}
.cm-fstat strong {
	display: block;
	font-size: 1.15rem;
	font-weight: 800;
	color: #ffffff !important;
	line-height: 1.15;
}
.cm-fstat--a { background: linear-gradient(135deg, rgba(14, 165, 233, 0.55), rgba(99, 102, 241, 0.5)); }
.cm-fstat--d { background: linear-gradient(135deg, rgba(16, 185, 129, 0.55), rgba(20, 184, 166, 0.45)); }
.cm-fstat--p { background: linear-gradient(135deg, rgba(236, 72, 153, 0.55), rgba(168, 85, 247, 0.5)); }

@media (max-width: 1100px) {
	.cm-banner-pillars { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.cm-banner-2026,
	.cm-banner-2026--v2 {
		min-height: auto;
		padding: 36px 0 32px;
	}
	.cm-banner-2026__inner { grid-template-columns: 1fr; gap: 22px; }
	.cm-banner-2026__copy {
		padding-left: 8px;
		padding-right: 8px;
	}
	.cm-banner-2026__title,
	.cm-banner-2026 h1 {
		max-width: none;
		font-size: clamp(1.55rem, 6.5vw, 2.15rem);
	}
	.cm-banner-2026__lead {
		font-size: 0.98rem;
		max-width: none;
	}
	.cm-banner-2026__cta,
	.cm-banner-2026__cta--shift {
		margin-left: auto !important;
		margin-right: 0 !important;
		justify-content: flex-end !important;
		align-items: flex-end !important;
		width: 100%;
		max-width: 100%;
	}
	.cm-banner-2026 .cm-btn {
		width: auto;
		max-width: 100%;
		justify-content: center;
		min-height: 44px;
		flex: 0 1 auto;
	}
	.cm-banner-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.cm-pillar { padding: 10px; }
	.cm-pillar__txt strong { font-size: 0.74rem; }
	.cm-banner-2026__visual {
		max-width: 100%;
		width: 100%;
		min-height: 200px;
		order: -1;
		margin: 0; /* full width so float chips sit on true right edge */
		position: relative;
	}
	.cm-banner-2026__stack {
		max-height: 240px;
		aspect-ratio: 16 / 10;
		border-radius: 18px;
		width: 100%;
	}
	.cm-banner-2026__icons-strip { height: 48px; bottom: 6%; }
	/* Articles / Listings / Start free â€” always top-right corner of banner image */
	.cm-banner-2026__float-stats {
		position: absolute !important;
		right: 6px !important;
		top: 6px !important;
		left: auto !important;
		bottom: auto !important;
		width: auto !important;
		max-width: min(148px, 44vw) !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 6px !important;
		z-index: 5 !important;
	}
	.cm-fstat {
		padding: 8px 10px !important;
		text-align: right !important;
	}
	.cm-fstat strong { font-size: 0.9rem !important; }
	.cm-banner-2026__scrim {
		background:
			linear-gradient(180deg, rgba(2, 6, 23, 0.92) 0%, rgba(15, 23, 42, 0.82) 45%, rgba(2, 6, 23, 0.9) 100%);
	}
}
@media (max-width: 560px) {
	.cm-banner-pillars { grid-template-columns: 1fr 1fr; }
	.cm-banner-2026__kicker {
		font-size: 0.65rem;
		letter-spacing: 0.04em;
	}
	/* Stack buttons but keep them flush right (not full-width centre) */
	.cm-banner-2026__cta,
	.cm-banner-2026__cta--shift {
		flex-direction: column;
		align-items: flex-end !important;
		justify-content: flex-end !important;
	}
	.cm-banner-2026 .cm-btn {
		width: auto;
		min-width: min(100%, 220px);
		max-width: 100%;
	}
}

/* Featured grid removed from /new-home */

/* â€”â€” Content landing pages (legacy + v2 2026) â€”â€” */
body.claadss-landing-page {
	margin: 0;
	background: #f1f5f9 !important;
	color: #0f172a;
	font-family: "DM Sans", "Nunito", system-ui, sans-serif;
	/* Self-contained tokens (works even if modern.css vars missing) */
	--cm-shell: min(1240px, calc(100% - 40px));
}
body.cl-landing-v2 {
	background:
		radial-gradient(ellipse 70% 40% at 0% 0%, rgba(99, 102, 241, 0.08), transparent 50%),
		radial-gradient(ellipse 50% 35% at 100% 10%, rgba(236, 72, 153, 0.06), transparent 45%),
		linear-gradient(180deg, #eef2ff 0%, #f8fafc 28%, #f1f5f9 100%) !important;
}
body.cl-landing-v2 .cm-shell {
	width: min(1240px, calc(100% - 32px)) !important;
	max-width: 1240px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}

/* ===== V2 hero â€” 3D texture, lines, icons ===== */
.cl-v2-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(40px, 6vw, 72px) 0 clamp(36px, 5vw, 56px);
	color: #fff;
	isolation: isolate;
}
.cl-v2-hero--articles {
	background:
		radial-gradient(ellipse 60% 80% at 85% 20%, rgba(99, 102, 241, 0.55), transparent 55%),
		radial-gradient(ellipse 50% 60% at 10% 90%, rgba(14, 165, 233, 0.35), transparent 50%),
		linear-gradient(145deg, #0b1026 0%, #1e1b4b 40%, #312e81 70%, #1d4ed8 100%);
}
.cl-v2-hero--press {
	background:
		radial-gradient(ellipse 60% 80% at 85% 20%, rgba(251, 146, 60, 0.5), transparent 55%),
		radial-gradient(ellipse 50% 60% at 10% 90%, rgba(244, 63, 94, 0.3), transparent 50%),
		linear-gradient(145deg, #1c0a00 0%, #7c2d12 40%, #c2410c 70%, #ea580c 100%);
}
.cl-v2-hero__mesh {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.35;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 40px 40px;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 15%, transparent 75%);
}
.cl-v2-hero__lines {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.06) 50%, transparent 60%),
		repeating-linear-gradient(
			-12deg,
			transparent,
			transparent 18px,
			rgba(255, 255, 255, 0.03) 18px,
			rgba(255, 255, 255, 0.03) 19px
		);
}
.cl-v2-hero__glow {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.12), transparent 45%);
}
.cl-v2-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: clamp(20px, 4vw, 48px);
	align-items: center;
}
.cl-v2-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	padding: 6px 14px 6px 7px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(12px);
	color: #fff !important;
}
.cl-v2-kicker__ico {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #fff, #c4b5fd);
	color: #312e81;
	font-size: 0.7rem;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.cl-v2-hero--press .cl-v2-kicker__ico {
	background: linear-gradient(135deg, #fff, #fdba74);
	color: #9a3412;
}
.cl-v2-hero h1 {
	margin: 0 0 12px;
	color: #fff !important;
	font-size: clamp(1.75rem, 3.6vw, 2.55rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.cl-v2-hero p {
	margin: 0 0 20px;
	max-width: 48ch;
	font-size: 1.05rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92) !important;
}
.cl-v2-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cl-v2-hero .cm-btn-glow {
	background: linear-gradient(135deg, #6366f1, #a855f7 50%, #ec4899);
	color: #fff !important;
	border: 0;
	box-shadow: 0 10px 28px rgba(99, 102, 241, 0.4);
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.cl-v2-hero--press .cm-btn-glow {
	background: linear-gradient(135deg, #f97316, #ea580c 50%, #e11d48);
	box-shadow: 0 10px 28px rgba(234, 88, 12, 0.4);
}
.cl-v2-hero .cm-btn-glass {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff !important;
	backdrop-filter: blur(10px);
}

/* 3D floating icon tiles */
.cl-v2-hero__icons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	perspective: 900px;
}
.cl-v2-3d {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 18px 16px;
	border-radius: 20px;
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow:
		0 18px 40px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(14px);
	transform: rotateY(-6deg) rotateX(4deg);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cl-v2-3d:hover {
	transform: rotateY(0deg) rotateX(0deg) translateY(-4px);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}
.cl-v2-3d i {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	color: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.cl-v2-3d--a i { background: linear-gradient(135deg, #818cf8, #6366f1); }
.cl-v2-3d--b i { background: linear-gradient(135deg, #38bdf8, #0ea5e9); }
.cl-v2-3d--c i { background: linear-gradient(135deg, #f472b6, #ec4899); }
.cl-v2-3d--d i { background: linear-gradient(135deg, #fbbf24, #f59e0b); }
.cl-v2-hero--press .cl-v2-3d--a i { background: linear-gradient(135deg, #fb923c, #ea580c); }
.cl-v2-hero--press .cl-v2-3d--b i { background: linear-gradient(135deg, #f87171, #ef4444); }
.cl-v2-hero--press .cl-v2-3d--c i { background: linear-gradient(135deg, #fbbf24, #f59e0b); }
.cl-v2-hero--press .cl-v2-3d--d i { background: linear-gradient(135deg, #a78bfa, #8b5cf6); }
.cl-v2-3d span {
	font-size: 0.82rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.02em;
}
.cl-v2-3d--b { transform: rotateY(-4deg) rotateX(3deg) translateY(10px); }
.cl-v2-3d--c { transform: rotateY(-8deg) rotateX(5deg) translateY(-6px); }
.cl-v2-3d--d { transform: rotateY(-5deg) rotateX(2deg) translateY(14px); }

/* ===== Body layout: categories LEFT + grid ===== */
.cl-v2-body {
	padding: clamp(28px, 4vw, 48px) 0 clamp(48px, 6vw, 72px);
	position: relative;
	overflow-x: hidden;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}
.cl-v2-body:before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(99, 102, 241, 0.04) 1px, transparent 1px),
		linear-gradient(rgba(99, 102, 241, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, #000 0%, transparent 90%);
	opacity: 0.7;
}
.cl-v2-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: clamp(18px, 3vw, 28px);
	align-items: start;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}
/* Content column must shrink â€” prevents page sliding right on mobile */
.cl-v2-content {
	min-width: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
	box-sizing: border-box;
	overflow-x: hidden;
}
.cl-v2-grid,
.cl-v2-grid--8 {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box;
}

/* Left categories */
.cl-v2-aside {
	position: sticky;
	top: 88px;
}
.cl-v2-aside__card {
	background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 22px;
	padding: 18px 14px 16px;
	box-shadow:
		0 20px 40px rgba(15, 23, 42, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.cl-v2-aside__head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 6px 14px;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 10px;
}
.cl-v2-aside__icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #6366f1, #8b5cf6);
	color: #fff;
	font-size: 0.95rem;
	box-shadow: 0 8px 18px rgba(99, 102, 241, 0.35);
}
.cl-v2-aside__icon--press {
	background: linear-gradient(135deg, #f97316, #ea580c);
	box-shadow: 0 8px 18px rgba(234, 88, 12, 0.35);
}
.cl-v2-aside__head strong {
	display: block;
	font-size: 0.95rem;
	color: #0f172a;
}
.cl-v2-aside__head em {
	display: block;
	font-style: normal;
	font-size: 0.75rem;
	color: #94a3b8;
	font-weight: 600;
}
.cl-v2-cats {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: min(58vh, 480px);
	overflow-y: auto;
}
.cl-v2-cats a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 10px;
	margin: 2px 0;
	border-radius: 12px;
	font-size: 0.86rem;
	font-weight: 700;
	color: #334155 !important;
	text-decoration: none !important;
	transition: background 0.12s ease, color 0.12s ease;
}
.cl-v2-cats a:hover,
.cl-v2-cats a.is-active {
	background: linear-gradient(90deg, #eef2ff, #f5f3ff);
	color: #4338ca !important;
}
body.claadss-landing-press .cl-v2-cats a:hover,
body.claadss-landing-press .cl-v2-cats a.is-active {
	background: linear-gradient(90deg, #fff7ed, #ffedd5);
	color: #c2410c !important;
}
.cl-v2-cat-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, #6366f1, #a855f7);
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
	flex-shrink: 0;
}
.cl-v2-cat-dot--press {
	background: linear-gradient(135deg, #f97316, #ea580c);
	box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.18);
}
.cl-v2-cat-n {
	margin-left: auto;
	font-size: 0.72rem;
	font-weight: 700;
	color: #94a3b8;
	background: #f1f5f9;
	padding: 2px 8px;
	border-radius: 999px;
}
.cl-v2-aside__cta {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e2e8f0;
}
.cl-v2-aside__cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 12px;
	border-radius: 12px;
	font-size: 0.84rem;
	font-weight: 800;
	text-decoration: none !important;
	color: #fff !important;
	background: linear-gradient(135deg, #6366f1, #7c3aed);
	box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}
.cl-v2-aside__cta--press a {
	background: linear-gradient(135deg, #f97316, #ea580c);
	box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);
}

/* Content + 8-fit grid (4Ã—2 on desktop â€” never 10-wide) */
.cl-v2-toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}
.cl-v2-toolbar h2 {
	margin: 0 0 4px;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #0f172a;
}
.cl-v2-toolbar p {
	margin: 0;
	font-size: 0.9rem;
	color: #64748b;
}
.cl-v2-count {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	color: #4338ca;
	background: #eef2ff;
	border: 1px solid #c7d2fe;
}
.cl-v2-count--press {
	color: #c2410c;
	background: #fff7ed;
	border-color: #fed7aa;
}

/* Exactly fits up to 8 cards: 4 columns Ã— 2 rows */
.cl-v2-grid,
.cl-v2-grid--8 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

/* 3D-style cards */
.cl-v2-card,
.cl-landing-v2 .cl-card {
	background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid rgba(148, 163, 184, 0.3);
	border-radius: 18px;
	overflow: hidden;
	box-shadow:
		0 12px 28px rgba(15, 23, 42, 0.06),
		0 2px 0 rgba(255, 255, 255, 0.8) inset;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	transform-style: preserve-3d;
}
.cl-v2-card:hover,
.cl-landing-v2 .cl-card:hover {
	transform: translateY(-4px);
	box-shadow:
		0 22px 44px rgba(15, 23, 42, 0.12),
		0 0 0 1px rgba(99, 102, 241, 0.15);
}
@media (max-width: 960px) {
	.cl-v2-card:hover,
	.cl-landing-v2 .cl-card:hover {
		transform: none; /* no scale/shift that widens mobile layout */
	}
}
body.claadss-landing-press .cl-v2-card:hover {
	box-shadow:
		0 22px 44px rgba(15, 23, 42, 0.12),
		0 0 0 1px rgba(249, 115, 22, 0.2);
}
.cl-v2-card__media,
.cl-landing-v2 .cl-card-media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	background: #e2e8f0;
	overflow: hidden;
}
.cl-v2-card__media img,
.cl-landing-v2 .cl-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}
.cl-v2-card:hover .cl-v2-card__media img {
	transform: scale(1.06);
}
.cl-v2-card__shine {
	position: absolute;
	inset: 0;
	background: linear-gradient(125deg, transparent 40%, rgba(255, 255, 255, 0.22) 50%, transparent 60%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.cl-v2-card:hover .cl-v2-card__shine { opacity: 1; }
.cl-v2-ph {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 120px;
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.9);
}
.cl-v2-ph--article {
	background: linear-gradient(145deg, #6366f1, #a855f7 50%, #38bdf8);
}
.cl-v2-ph--press {
	background: linear-gradient(145deg, #f97316, #ea580c 50%, #f43f5e);
}
.cl-v2-ph--link {
	background: linear-gradient(145deg, #0d9488, #14b8a6 50%, #06b6d4);
}
.cl-v2-badge,
.cl-landing-v2 .cl-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff !important;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.cl-v2-badge--article { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.cl-badge-press { background: linear-gradient(135deg, #f97316, #ea580c) !important; }
.cl-badge-link { background: linear-gradient(135deg, #0d9488, #0891b2) !important; }
.cl-v2-card__body {
	padding: 12px 14px 14px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1;
}
.cl-v2-tag,
.cl-landing-v2 .cl-tag {
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6366f1;
}
body.claadss-landing-press .cl-v2-tag {
	color: #ea580c;
}
.cl-v2-card__title,
.cl-landing-v2 .cl-card-title {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.02em;
}
.cl-v2-card__title a,
.cl-landing-v2 .cl-card-title a {
	color: #0f172a !important;
	text-decoration: none !important;
}
.cl-v2-card__title a:hover { color: #4f46e5 !important; }
body.claadss-landing-press .cl-v2-card__title a:hover { color: #c2410c !important; }
.cl-v2-card__excerpt,
.cl-landing-v2 .cl-card-excerpt {
	margin: 0;
	font-size: 0.82rem;
	color: #64748b;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cl-v2-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 8px;
}
.cl-v2-card__foot .cl-card-meta,
.cl-landing-v2 .cl-card-meta {
	margin: 0;
	padding: 0;
	font-size: 0.75rem;
	color: #94a3b8;
	font-weight: 600;
}
.cl-v2-card__go {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	color: #6366f1;
	background: #eef2ff;
	transition: transform 0.15s ease, background 0.15s ease;
}
.cl-v2-card:hover .cl-v2-card__go {
	transform: translateX(3px);
	background: #6366f1;
	color: #fff;
}
body.claadss-landing-press .cl-v2-card__go {
	color: #ea580c;
	background: #fff7ed;
}
body.claadss-landing-press .cl-v2-card:hover .cl-v2-card__go {
	background: #ea580c;
	color: #fff;
}

.cl-v2-empty {
	padding: 48px 24px;
	text-align: center;
	background: #fff;
	border: 1px dashed #cbd5e1;
	border-radius: 20px;
	color: #64748b;
}
.cl-v2-empty__ico {
	width: 64px;
	height: 64px;
	margin: 0 auto 14px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #fff;
	background: linear-gradient(135deg, #6366f1, #a855f7);
	box-shadow: 0 12px 28px rgba(99, 102, 241, 0.35);
}
.cl-v2-empty__ico--press {
	background: linear-gradient(135deg, #f97316, #ea580c);
	box-shadow: 0 12px 28px rgba(234, 88, 12, 0.35);
}

/* Legacy grid / links fallbacks */
.cl-hero {
	padding: 36px 0 28px;
	background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0e7490 100%);
	color: #fff;
}
.cl-hero--articles { background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 45%, #2563eb 100%); }
.cl-hero--press { background: linear-gradient(135deg, #431407 0%, #9a3412 45%, #ea580c 100%); }
.cl-hero--links { background: linear-gradient(135deg, #042f2e 0%, #0f766e 50%, #0891b2 100%); }
.cl-hero h1 { margin: 0 0 8px; color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; }
.cl-hero p { margin: 0; max-width: 52ch; opacity: 0.92; }
.cl-hero-row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; }
.cl-hero-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cl-cats { padding: 18px 0 0; }
.cl-cats-scroll { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.cl-cats-scroll a {
	display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px;
	background: #fff; border: 1px solid #e2e8f0; color: #334155 !important; font-size: 0.82rem; font-weight: 700;
	text-decoration: none !important;
}
.cl-main { padding: 28px 0 56px; }
.cl-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.cl-grid--links { grid-template-columns: repeat(2, 1fr); }
.cl-card {
	background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05); display: flex; flex-direction: column;
}
.cl-card-media { position: relative; display: block; aspect-ratio: 16 / 10; background: #e2e8f0; overflow: hidden; }
.cl-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cl-ph { display: block; width: 100%; height: 100%; min-height: 140px; background: linear-gradient(145deg, #c7d2fe, #fbcfe8); }
.cl-badge {
	position: absolute; top: 10px; left: 10px; padding: 4px 9px; border-radius: 999px;
	font-size: 0.68rem; font-weight: 800; text-transform: uppercase; color: #fff;
}
.cl-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.cl-tag { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; color: #6366f1; }
.cl-card-title { margin: 0; font-size: 1.05rem; font-weight: 800; line-height: 1.3; }
.cl-card-title a { color: #0f172a !important; text-decoration: none !important; }
.cl-card-excerpt { margin: 0; font-size: 0.9rem; color: #64748b; line-height: 1.45; }
.cl-card-meta { margin-top: auto; padding-top: 8px; font-size: 0.8rem; color: #94a3b8; font-weight: 600; }
.cl-empty { padding: 40px 20px; text-align: center; background: #fff; border: 1px dashed #cbd5e1; border-radius: 16px; color: #64748b; }
.cl-link-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.cl-link-list li a {
	display: grid; grid-template-columns: 1fr auto; gap: 6px 16px; padding: 14px 16px;
	background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; text-decoration: none !important; color: #0f172a !important;
}
.cl-link-list strong { font-size: 1rem; font-weight: 800; }
.cl-link-list .cl-link-cat { font-size: 0.75rem; font-weight: 700; color: #0d9488; text-transform: uppercase; }
.cl-link-list .cl-link-desc { grid-column: 1 / -1; font-size: 0.88rem; color: #64748b; }

/* Responsive â€” stop horizontal slide + 2 cards per row on mobile */
@media (max-width: 1200px) {
	.cl-v2-grid,
	.cl-v2-grid--8,
	.cl-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
	/* Kill page-level sideways scroll */
	html, body.cl-landing-v2, body.claadss-landing-page, body.cl-links-2026 {
		overflow-x: hidden !important;
		max-width: 100vw !important;
	}
	.cl-v2-body,
	.cl-v2-layout,
	.cl-v2-content,
	.cl-v2-toolbar,
	.cm-shell.cl-v2-layout {
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	.cl-v2-hero__inner { grid-template-columns: 1fr; max-width: 100%; }
	.cl-v2-hero__icons { max-width: 360px; }
	.cl-v2-layout {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 14px !important;
	}
	.cl-v2-aside {
		position: static !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
	.cl-v2-aside__card {
		max-width: 100% !important;
		overflow: hidden;
	}
	/* Category chips scroll inside only â€” do not expand page */
	.cl-v2-cats {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		max-width: 100% !important;
		width: 100% !important;
		max-height: none !important;
		gap: 6px;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
	}
	.cl-v2-cats li { flex: 0 0 auto; max-width: none; }
	.cl-v2-cats a {
		white-space: nowrap;
		border: 1px solid #e2e8f0;
		background: #fff;
	}
	/* ALWAYS 2 cards per row on tablet + phone */
	.cl-v2-grid,
	.cl-v2-grid--8,
	.cl-grid,
	body.cl-landing-v2 .cl-v2-grid,
	body.cl-landing-v2 .cl-v2-grid--8,
	body.claadss-landing-page .cl-v2-grid,
	body.claadss-landing-page .cl-v2-grid--8,
	body.cl-links-2026 .cl-v2-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.cl-grid--links { grid-template-columns: 1fr; }
	.cl-v2-toolbar {
		flex-wrap: wrap !important;
		max-width: 100% !important;
		gap: 8px !important;
	}
	.cl-v2-toolbar > div { min-width: 0; max-width: 100%; flex: 1 1 auto; }
	.cl-v2-card,
	.cl-landing-v2 .cl-card,
	article.cl-v2-card {
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
		border-radius: 12px !important;
		box-sizing: border-box !important;
	}
	.cl-v2-card__media,
	.cl-landing-v2 .cl-card-media {
		aspect-ratio: 4 / 3 !important;
		max-height: 120px !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: hidden !important;
	}
	.cl-v2-card__media img,
	.cl-landing-v2 .cl-card-media img {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		max-height: 120px !important;
		object-fit: cover !important;
	}
	.cl-v2-card__title,
	.cl-v2-card__title a {
		font-size: 0.8rem !important;
		line-height: 1.25 !important;
		word-break: break-word !important;
		overflow-wrap: anywhere !important;
	}
	.cl-v2-card__excerpt { display: none !important; }
	.cl-v2-card__body { padding: 8px !important; }
	body.claadss-landing-page .cm-shell,
	body.cl-landing-v2 .cm-shell,
	body.cl-links-2026 .cm-shell,
	body.claadss-landing-page .cm-wrap {
		width: min(100% - 20px, 1240px) !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-inline: auto !important;
	}
}
@media (max-width: 560px) {
	/* Compact 2-col cards (not huge full-width blocks) */
	.cl-v2-grid,
	.cl-v2-grid--8,
	.cl-grid,
	body.cl-landing-v2 .cl-v2-grid,
	body.cl-landing-v2 .cl-v2-grid--8,
	body.claadss-landing-page .cl-v2-grid,
	body.claadss-landing-page .cl-v2-grid--8 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}
	.cl-v2-hero { padding: 28px 0 22px; }
	.cl-v2-3d { padding: 12px 10px; }
	.cl-v2-card,
	.cl-card.cl-v2-card,
	.cl-landing-v2 .cl-card,
	body.cl-landing-v2 .cl-v2-card {
		border-radius: 12px !important;
		box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06) !important;
	}
	.cl-v2-card__media,
	.cl-card-media.cl-v2-card__media,
	.cl-landing-v2 .cl-card-media {
		aspect-ratio: 4 / 3 !important;
		max-height: 108px !important;
		min-height: 0 !important;
		height: auto !important;
	}
	.cl-v2-card__media img,
	.cl-landing-v2 .cl-card-media img {
		width: 100% !important;
		height: 100% !important;
		max-height: 108px !important;
		object-fit: cover !important;
	}
	.cl-v2-card__body,
	.cl-card-body.cl-v2-card__body {
		padding: 8px 8px 10px !important;
		gap: 3px !important;
	}
	.cl-v2-card__title,
	.cl-v2-card__title a {
		font-size: 0.78rem !important;
		line-height: 1.25 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.cl-v2-card__excerpt,
	.cl-card-excerpt {
		display: none !important; /* saves height on mobile */
	}
	.cl-v2-badge,
	.cl-badge {
		font-size: 0.55rem !important;
		padding: 2px 6px !important;
		top: 6px !important;
		left: 6px !important;
	}
	.cl-v2-tag,
	.cl-tag { font-size: 0.6rem !important; }
	.cl-v2-card__foot .cl-card-meta,
	.cl-card-meta { font-size: 0.65rem !important; }
	.cl-v2-card__go { width: 22px; height: 22px; font-size: 0.65rem; }
	.cl-v2-body { padding: 16px 0 36px !important; }
	.cl-v2-toolbar h2 { font-size: 1.05rem !important; }
	.cl-v2-toolbar p { font-size: 0.8rem !important; }
	body.claadss-landing-page .cm-shell,
	body.cl-landing-v2 .cm-shell {
		width: min(100% - 16px, 1240px) !important;
	}
}

/* Ensure modern CSS deps when landings load without hybrid class */
body.claadss-landing-page .cm-shell,
body.claadss-landing-page .cm-wrap {
	width: min(1240px, calc(100% - 40px));
	margin-inline: auto;
}

/* ========== Business Links landing 2026 (/business-links/) ========== */
body.cl-links-2026 {
	background:
		radial-gradient(ellipse 60% 30% at 0% 0%, rgba(13, 148, 136, 0.1), transparent 50%),
		radial-gradient(ellipse 50% 35% at 100% 8%, rgba(6, 182, 212, 0.08), transparent 45%),
		linear-gradient(180deg, #ecfeff 0%, #f8fafc 32%, #f1f5f9 100%) !important;
	color: #0f172a;
}

.cl-v2-hero--links {
	background:
		radial-gradient(ellipse 60% 80% at 85% 20%, rgba(20, 184, 166, 0.5), transparent 55%),
		radial-gradient(ellipse 50% 60% at 10% 90%, rgba(6, 182, 212, 0.35), transparent 50%),
		radial-gradient(ellipse 40% 50% at 60% 10%, rgba(99, 102, 241, 0.25), transparent 45%),
		linear-gradient(145deg, #042f2e 0%, #0f766e 40%, #0e7490 70%, #0891b2 100%) !important;
}
.cl-v2-hero--links .cl-v2-kicker__ico {
	background: linear-gradient(135deg, #fff, #5eead4);
	color: #0f766e;
}
.cl-v2-hero--links .cm-btn-glow {
	background: linear-gradient(135deg, #14b8a6, #0d9488 50%, #0891b2) !important;
	box-shadow: 0 10px 28px rgba(13, 148, 136, 0.45);
}
.cl-v2-hero--links .cl-v2-3d--a i { background: linear-gradient(135deg, #2dd4bf, #0d9488); }
.cl-v2-hero--links .cl-v2-3d--b i { background: linear-gradient(135deg, #38bdf8, #0284c7); }
.cl-v2-hero--links .cl-v2-3d--c i { background: linear-gradient(135deg, #818cf8, #4f46e5); }
.cl-v2-hero--links .cl-v2-3d--d i { background: linear-gradient(135deg, #fbbf24, #f59e0b); }

.cl-v2-hero-chips {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.cl-v2-hero-chips li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 700;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.cl-v2-hero-chips i { opacity: 0.85; font-size: 0.7rem; }

/* Links-specific aside accents */
.cl-v2-aside__icon--links {
	background: linear-gradient(135deg, #14b8a6, #0d9488) !important;
	box-shadow: 0 8px 18px rgba(13, 148, 136, 0.35) !important;
}
.cl-v2-cat-dot--links {
	background: linear-gradient(135deg, #14b8a6, #0891b2) !important;
	box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.18) !important;
}
body.claadss-landing-links .cl-v2-cats a:hover,
body.claadss-landing-links .cl-v2-cats a.is-active {
	background: linear-gradient(90deg, #ecfeff, #cffafe) !important;
	color: #0f766e !important;
}
.cl-v2-aside__cta--links a {
	background: linear-gradient(135deg, #14b8a6, #0d9488) !important;
	box-shadow: 0 8px 20px rgba(13, 148, 136, 0.3) !important;
}
.cl-v2-count--links {
	color: #0f766e !important;
	background: #ecfeff !important;
	border-color: #99f6e4 !important;
}
.cl-v2-empty__ico--links {
	background: linear-gradient(135deg, #14b8a6, #0d9488) !important;
	box-shadow: 0 12px 28px rgba(13, 148, 136, 0.35) !important;
}
body.claadss-landing-links .cl-v2-tag { color: #0d9488 !important; }
body.claadss-landing-links .cl-v2-card__title a:hover { color: #0f766e !important; }
body.claadss-landing-links .cl-v2-card__go {
	color: #0d9488;
	background: #ecfeff;
}
body.claadss-landing-links .cl-v2-card:hover .cl-v2-card__go {
	background: #0d9488;
	color: #fff;
}

/* Trust strip */
.cl-links-trust {
	padding: 16px 0;
	background: #fff;
	border-bottom: 1px solid #e2e8f0;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.cl-links-trust__row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}
.cl-links-trust__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px;
}
.cl-links-trust__ico {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #14b8a6, #0d9488);
	color: #fff;
	font-size: 0.95rem;
	flex-shrink: 0;
	box-shadow: 0 8px 16px rgba(13, 148, 136, 0.28);
}
.cl-links-trust__ico--cyan { background: linear-gradient(135deg, #22d3ee, #0891b2); }
.cl-links-trust__ico--violet { background: linear-gradient(135deg, #a78bfa, #7c3aed); }
.cl-links-trust__ico--gold { background: linear-gradient(135deg, #fbbf24, #f59e0b); }
.cl-links-trust__item strong {
	display: block;
	font-size: 0.86rem;
	font-weight: 800;
	color: #0f172a !important;
}
.cl-links-trust__item em {
	display: block;
	font-style: normal;
	font-size: 0.74rem;
	color: #64748b !important;
	font-weight: 600;
}

/* SEO panel â€” light bg, black text */
.cl-links-seo {
	padding: clamp(28px, 4vw, 48px) 0;
}
.cl-links-seo__panel {
	padding: clamp(24px, 4vw, 36px);
	border-radius: 22px;
	background:
		radial-gradient(ellipse 70% 80% at 0% 0%, rgba(20, 184, 166, 0.12), transparent 55%),
		radial-gradient(ellipse 50% 60% at 100% 100%, rgba(6, 182, 212, 0.1), transparent 50%),
		linear-gradient(165deg, #ffffff 0%, #f0fdfa 55%, #ecfeff 100%);
	border: 1px solid #99f6e4;
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.07);
	color: #0f172a !important;
}
.cl-links-seo__kicker {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #0f766e !important;
	margin-bottom: 8px;
}
.cl-links-seo__panel h2 {
	margin: 0 0 14px;
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	color: #0f172a !important;
	line-height: 1.2;
}
.cl-links-seo__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.cl-links-seo__cols p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.65;
	color: #334155 !important;
}
.cl-links-seo__tags {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.cl-links-seo__tags li {
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	color: #134e4a !important;
	background: #ccfbf1;
	border: 1px solid #99f6e4;
}
.cl-links-seo__tags li:nth-child(2) { background: #dbeafe; border-color: #93c5fd; color: #1e3a8a !important; }
.cl-links-seo__tags li:nth-child(3) { background: #ede9fe; border-color: #c4b5fd; color: #5b21b6 !important; }
.cl-links-seo__tags li:nth-child(4) { background: #ffedd5; border-color: #fdba74; color: #9a3412 !important; }
.cl-links-seo__tags li:nth-child(5) { background: #fce7f3; border-color: #f9a8d4; color: #9d174d !important; }
.cl-links-seo__tags li:nth-child(6) { background: #e0e7ff; border-color: #a5b4fc; color: #3730a3 !important; }

/* FAQ */
.cl-links-faq {
	padding: 0 0 clamp(36px, 5vw, 56px);
}
.cl-links-faq__head {
	margin-bottom: 18px;
}
.cl-links-faq__head h2 {
	margin: 0 0 6px;
	font-size: 1.3rem;
	font-weight: 800;
	color: #0f172a !important;
}
.cl-links-faq__head p {
	margin: 0;
	color: #64748b !important;
	font-size: 0.92rem;
}
.cl-links-faq__list {
	max-width: 820px;
	margin: 0 auto;
}
.cl-links-faq__item {
	margin-bottom: 10px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
	overflow: hidden;
}
.cl-links-faq__item summary {
	padding: 14px 16px;
	font-weight: 800;
	color: #0f172a !important;
	cursor: pointer;
	list-style: none;
}
.cl-links-faq__item summary::-webkit-details-marker { display: none; }
.cl-links-faq__item summary::after {
	content: "+";
	float: right;
	color: #0d9488;
	font-weight: 800;
}
.cl-links-faq__item[open] summary::after { content: "â€“"; }
.cl-links-faq__item p {
	margin: 0;
	padding: 0 16px 14px;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #334155 !important;
}
.cl-links-faq__item a {
	font-weight: 800;
	color: #0d9488 !important;
}

/* Final CTA */
.cl-links-cta {
	padding: clamp(36px, 5vw, 56px) 0;
	background:
		radial-gradient(ellipse 60% 80% at 20% 30%, rgba(20, 184, 166, 0.4), transparent 55%),
		radial-gradient(ellipse 50% 60% at 90% 70%, rgba(6, 182, 212, 0.3), transparent 50%),
		linear-gradient(145deg, #042f2e, #0f766e 55%, #0e7490);
	color: #fff;
}
.cl-links-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.cl-links-cta h2 {
	margin: 0 0 8px;
	font-size: clamp(1.25rem, 2.4vw, 1.7rem);
	font-weight: 800;
	color: #fff !important;
}
.cl-links-cta p {
	margin: 0;
	max-width: 48ch;
	color: rgba(255, 255, 255, 0.9) !important;
	line-height: 1.5;
}
.cl-v2-kicker--on-dark {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.22);
	margin-bottom: 10px;
}
.cl-links-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cl-links-cta .cm-btn-glass {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff !important;
}

@media (max-width: 960px) {
	.cl-links-trust__row { grid-template-columns: 1fr 1fr; }
	.cl-links-seo__cols { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.cl-links-trust__row { grid-template-columns: 1fr; }
	.cl-links-cta__inner { flex-direction: column; align-items: flex-start; }
}

/* â€”â€” Footer 2026 â€” full-width creative, shell-aligned content â€”â€” */
.cm-footer,
.cm-footer--2026 {
	position: relative;
	margin-top: 0;
	padding: 0;
	background:
		radial-gradient(ellipse 80% 50% at 10% 0%, rgba(99, 102, 241, 0.22), transparent 55%),
		radial-gradient(ellipse 60% 40% at 90% 10%, rgba(236, 72, 153, 0.16), transparent 50%),
		linear-gradient(180deg, #0b1224 0%, #020617 55%, #000 100%);
	color: #cbd5e1;
	overflow: hidden;
	isolation: isolate;
}
.cm-footer__glow {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
	opacity: 0.6;
}
.cm-footer--2026 > * {
	position: relative;
	z-index: 1;
}

/* Top CTA ribbon */
.cm-footer__ribbon {
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
	background: linear-gradient(105deg, rgba(99, 102, 241, 0.18), rgba(236, 72, 153, 0.12) 50%, rgba(14, 165, 233, 0.14));
	padding: clamp(28px, 4vw, 40px) 0;
}
.cm-footer__ribbon-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.cm-footer__badge {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff !important;
	background: linear-gradient(135deg, #6366f1, #ec4899);
}
.cm-footer__ribbon-title {
	margin: 0 0 8px;
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #ffffff !important;
	line-height: 1.2;
}
.cm-footer__ribbon-lead {
	margin: 0;
	max-width: 52ch;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #e2e8f0 !important;
}
.cm-footer__ribbon-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cm-footer__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.88rem;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cm-footer__btn:hover { transform: translateY(-2px); }
.cm-footer__btn--primary {
	background: linear-gradient(135deg, #6366f1, #a855f7 50%, #ec4899);
	color: #fff !important;
	box-shadow: 0 10px 28px rgba(99, 102, 241, 0.4);
}
.cm-footer__btn--ghost {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff !important;
}

/* Main grid â€” matches .cm-shell content width */
.cm-footer__main {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.15fr;
	gap: clamp(24px, 3vw, 40px);
	padding: clamp(36px, 5vw, 56px) 0 clamp(28px, 3vw, 40px);
	align-items: start;
}
.cm-footer__logo {
	display: inline-block;
	font-size: 1.45rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	color: #ffffff !important;
	text-decoration: none !important;
	margin-bottom: 10px;
	background: linear-gradient(105deg, #fff 0%, #a5b4fc 45%, #f9a8d4 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}
.cm-footer__tagline {
	margin: 0 0 16px;
	max-width: 36ch;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #94a3b8 !important;
}
.cm-footer__pillars {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.cm-footer__pillars li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	color: #e2e8f0 !important;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.cm-fp {
	width: 20px;
	height: 20px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.58rem;
	color: #fff !important;
}
.cm-fp--a { background: linear-gradient(135deg, #0ea5e9, #6366f1); }
.cm-fp--p { background: linear-gradient(135deg, #fbbf24, #f97316); }
.cm-fp--d { background: linear-gradient(135deg, #10b981, #14b8a6); }
.cm-fp--l { background: linear-gradient(135deg, #a855f7, #ec4899); }
.cm-fp--v { background: linear-gradient(135deg, #fa6252, #f43f5e); }

.cm-footer__col h3 {
	margin: 0 0 14px;
	color: #ffffff !important;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.cm-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cm-footer__col li {
	margin: 0 0 9px;
}
.cm-footer__col a {
	color: #cbd5e1 !important;
	text-decoration: none !important;
	font-size: 0.9rem;
	font-weight: 600;
	transition: color 0.15s ease, padding-left 0.15s ease;
}
.cm-footer__col a:hover {
	color: #ffffff !important;
	padding-left: 3px;
}

.cm-footer__mini-card {
	margin-top: 18px;
	padding: 16px;
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(99, 102, 241, 0.2), rgba(236, 72, 153, 0.12));
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.cm-footer__mini-card strong {
	display: block;
	color: #ffffff !important;
	font-size: 0.92rem;
	margin-bottom: 6px;
}
.cm-footer__mini-card p {
	margin: 0 0 10px;
	font-size: 0.82rem;
	line-height: 1.45;
	color: #94a3b8 !important;
}
.cm-footer__mini-card a {
	font-weight: 800;
	font-size: 0.85rem;
	color: #a5b4fc !important;
}
.cm-footer__mini-card a:hover { color: #fff !important; }

.cm-footer__bottom {
	border-top: 1px solid rgba(148, 163, 184, 0.14);
	padding: 16px 0 22px;
	background: rgba(0, 0, 0, 0.25);
}
.cm-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}
.cm-footer__copy,
.cm-footer__note {
	margin: 0;
	font-size: 0.8rem;
	color: #94a3b8 !important;
}
.cm-footer__note { opacity: 0.85; }

/* Shell width consistency for footer */
.cm-footer .cm-shell {
	width: min(1200px, calc(100% - 40px));
	margin-inline: auto;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.cm-footer__main {
		grid-template-columns: 1fr 1fr;
	}
	.cm-footer__brand-col {
		grid-column: 1 / -1;
	}
}
@media (max-width: 560px) {
	.cm-footer__main {
		grid-template-columns: 1fr;
	}
	.cm-footer__ribbon-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Legacy footer hooks (older markup) */
.cm-footer h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.cm-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cm-footer li { margin: 0 0 6px; }
.cm-footer-bottom {
	border-top: 1px solid rgba(148, 163, 184, 0.2);
	padding-top: 12px;
	font-size: 0.82rem;
}
.cm-footer-brand { font-size: 1.05rem; }

/* Header nav on all claadss surfaces */
body.claadss-modern-landing .cm-king-header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* Section alignment polish (new-home content blocks) */
body.claadss-modern-landing .cm-sec-head h2 {
	letter-spacing: -0.025em;
	line-height: 1.2;
	max-width: 28ch;
}
body.claadss-modern-landing .cm-sec-head p {
	max-width: 62ch;
	line-height: 1.55;
	color: var(--cm-muted, #64748b);
}
body.claadss-modern-landing .cm-sec-row {
	align-items: flex-end;
}
body.claadss-modern-landing .cm-art-card,
body.claadss-modern-landing .cm-ad-card,
body.claadss-modern-landing .cm-spon-card,
body.claadss-modern-landing .cm-biz-card {
	height: 100%;
}
body.claadss-modern-landing .cm-art-body,
body.claadss-modern-landing .cm-ad-body,
body.claadss-modern-landing .cm-spon-body {
	display: flex;
	flex-direction: column;
	flex: 1;
}
body.claadss-modern-landing .cm-art-body h3,
body.claadss-modern-landing .cm-ad-body h3,
body.claadss-modern-landing .cm-spon-body h3 {
	line-height: 1.3;
	letter-spacing: -0.02em;
}
body.claadss-modern-landing .cm-news-item h3 {
	line-height: 1.35;
	letter-spacing: -0.02em;
}
body.claadss-modern-landing .cm-dir-list li a {
	line-height: 1.4;
}

/* =========================================================
   Professional Content Hub (replaces plain SEO text block)
   ========================================================= */
.cm-hub {
	position: relative;
	isolation: isolate;
	padding: clamp(28px, 4vw, 48px) 0;
	overflow: hidden;
}
.cm-hub__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(ellipse 70% 80% at 0% 0%, rgba(99, 102, 241, 0.14), transparent 55%),
		radial-gradient(ellipse 60% 70% at 100% 100%, rgba(14, 165, 233, 0.12), transparent 50%),
		radial-gradient(ellipse 50% 50% at 80% 10%, rgba(236, 72, 153, 0.08), transparent 45%),
		linear-gradient(180deg, #f8fafc 0%, #eef2ff 50%, #f8fafc 100%);
}
.cm-hub__grid-pattern {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.45;
	background-image:
		linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
	background-size: 32px 32px;
	mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, #000 15%, transparent 80%);
}

.cm-hub__card {
	position: relative;
	border-radius: 24px;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8) inset,
		0 20px 50px rgba(15, 23, 42, 0.08),
		0 4px 12px rgba(15, 23, 42, 0.04);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: clamp(20px, 3vw, 32px);
	overflow: hidden;
}
.cm-hub__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #2563eb, #7c3aed 40%, #db2777 70%, #0d9488 100%);
}

.cm-hub__top { margin-bottom: 22px; }
.cm-hub__badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
.cm-hub__badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1e3a8a;
	background: linear-gradient(135deg, #dbeafe, #e0e7ff);
	border: 1px solid #93c5fd;
}
.cm-hub__badge i { font-size: 0.7rem; opacity: 0.9; }
.cm-hub__badge--soft {
	color: #0f766e;
	background: linear-gradient(135deg, #ccfbf1, #e0f2fe);
	border-color: #5eead4;
}

.cm-hub__heading {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.cm-hub__icon {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	color: #fff;
	background: linear-gradient(145deg, #2563eb 0%, #7c3aed 55%, #db2777 100%);
	box-shadow: 0 10px 24px rgba(79, 70, 229, 0.35);
}
.cm-hub__eyebrow {
	margin: 0 0 6px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6366f1;
}
.cm-hub__heading h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.6vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: #0f172a;
	max-width: 28ch;
}

.cm-hub__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 18px;
}
.cm-hub__panel {
	position: relative;
	padding: 18px 18px 16px;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}
.cm-hub__panel--discover {
	border-color: #bfdbfe;
	background:
		linear-gradient(165deg, rgba(239, 246, 255, 0.95) 0%, #fff 55%);
}
.cm-hub__panel--publish {
	border-color: #ddd6fe;
	background:
		linear-gradient(165deg, rgba(245, 243, 255, 0.95) 0%, #fff 55%);
}
.cm-hub__panel-h {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.cm-hub__panel-ico {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	color: #fff;
	flex-shrink: 0;
}
.cm-hub__panel--discover .cm-hub__panel-ico {
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	box-shadow: 0 6px 14px rgba(37, 99, 235, 0.3);
}
.cm-hub__panel--publish .cm-hub__panel-ico {
	background: linear-gradient(135deg, #7c3aed, #a855f7);
	box-shadow: 0 6px 14px rgba(124, 58, 237, 0.3);
}
.cm-hub__label {
	display: block;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #64748b;
	margin-bottom: 2px;
}
.cm-hub__panel-h strong {
	display: block;
	font-size: 0.95rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.01em;
}
.cm-hub__panel p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.65;
	color: #334155;
}

.cm-hub__channels {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}
.cm-hub__ch {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid #e2e8f0;
	background: #fff;
	text-decoration: none !important;
	color: #0f172a !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
	min-height: 72px;
}
.cm-hub__ch:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
	color: #0f172a !important;
}
.cm-hub__ch-ico {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	color: #fff;
	flex-shrink: 0;
}
.cm-hub__ch-copy {
	flex: 1;
	min-width: 0;
}
.cm-hub__ch-copy strong {
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.01em;
}
.cm-hub__ch-arrow {
	font-size: 0.72rem;
	opacity: 0.35;
	flex-shrink: 0;
	transition: opacity 0.15s ease, transform 0.15s ease;
}
.cm-hub__ch:hover .cm-hub__ch-arrow {
	opacity: 1;
	transform: translateX(2px);
}

.cm-hub__ch--blue {
	border-color: #bfdbfe;
	background: linear-gradient(160deg, #eff6ff, #fff);
}
.cm-hub__ch--blue .cm-hub__ch-ico { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.cm-hub__ch--blue:hover { border-color: #60a5fa; }

.cm-hub__ch--orange {
	border-color: #fed7aa;
	background: linear-gradient(160deg, #fff7ed, #fff);
}
.cm-hub__ch--orange .cm-hub__ch-ico { background: linear-gradient(135deg, #ea580c, #f97316); }
.cm-hub__ch--orange:hover { border-color: #fb923c; }

.cm-hub__ch--teal {
	border-color: #99f6e4;
	background: linear-gradient(160deg, #f0fdfa, #fff);
}
.cm-hub__ch--teal .cm-hub__ch-ico { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.cm-hub__ch--teal:hover { border-color: #2dd4bf; }

.cm-hub__ch--violet {
	border-color: #ddd6fe;
	background: linear-gradient(160deg, #f5f3ff, #fff);
}
.cm-hub__ch--violet .cm-hub__ch-ico { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.cm-hub__ch--violet:hover { border-color: #a78bfa; }

@media (max-width: 960px) {
	.cm-hub__body { grid-template-columns: 1fr; }
	.cm-hub__channels { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
	.cm-hub__heading { gap: 12px; }
	.cm-hub__icon { width: 44px; height: 44px; border-radius: 12px; }
	.cm-hub__heading h2 { max-width: none; }
	.cm-hub__channels { grid-template-columns: 1fr; }
}

/* Night mode */
html.king-night .cm-hub__bg {
	background:
		radial-gradient(ellipse 70% 80% at 0% 0%, rgba(99, 102, 241, 0.2), transparent 55%),
		linear-gradient(180deg, #0b1220, #111827);
}
html.king-night .cm-hub__card {
	background: rgba(15, 23, 42, 0.92);
	border-color: #1e293b;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
html.king-night .cm-hub__heading h2,
html.king-night .cm-hub__panel-h strong,
html.king-night .cm-hub__ch,
html.king-night .cm-hub__ch:hover { color: #f1f5f9 !important; }
html.king-night .cm-hub__panel p { color: #cbd5e1; }
html.king-night .cm-hub__panel,
html.king-night .cm-hub__ch {
	background: #0f172a;
	border-color: #1e293b;
}
html.king-night .cm-hub__panel--discover { background: linear-gradient(165deg, #0c1a33, #0f172a); }
html.king-night .cm-hub__panel--publish { background: linear-gradient(165deg, #1a1233, #0f172a); }

/* =========================================================
   Compact 8-across rails (promos, articles, press, directory)
   ========================================================= */
.cm-rail-section {
	padding: 26px 0 28px;
}
.cm-rail-section--promo {
	background: linear-gradient(180deg, #fff7ed 0%, #fffbeb 40%, #ffffff 100%);
	border-top: 1px solid #fed7aa;
	border-bottom: 1px solid #ffedd5;
}
.cm-rail-section--art {
	background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 55%, #ffffff 100%);
	border-top: 1px solid #c7d2fe;
	border-bottom: 1px solid #e0e7ff;
}
.cm-rail-section--press {
	background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
	color: #e2e8f0;
}
.cm-rail-section--press .cm-rail-head h2 { color: #fff; }
.cm-rail-section--press .cm-rail-head p { color: #94a3b8; }
.cm-rail-section--press .cm-btn-ghost {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.18);
	color: #f8fafc !important;
}
.cm-rail-section--dir {
	background: linear-gradient(180deg, #f0fdfa 0%, #ecfeff 40%, #f8fafc 100%);
	border-top: 1px solid #99f6e4;
	border-bottom: 1px solid #ccfbf1;
}

.cm-rail-head { margin-bottom: 16px; }
.cm-rail-head--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}
.cm-rail-head__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.cm-rail-head h2 {
	margin: 0 0 4px;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.2;
	color: #0f172a;
}
.cm-rail-head p {
	margin: 0;
	font-size: 0.88rem;
	color: #64748b;
	max-width: 58ch;
	line-height: 1.45;
}
.cm-rail-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.cm-rail-label--promo {
	color: #9a3412;
	background: #ffedd5;
	border: 1px solid #fdba74;
}
.cm-rail-label--art {
	color: #3730a3;
	background: #e0e7ff;
	border: 1px solid #a5b4fc;
}
.cm-rail-label--press {
	color: #fde68a;
	background: rgba(251, 191, 36, 0.15);
	border: 1px solid rgba(251, 191, 36, 0.35);
}
.cm-rail-label--dir {
	color: #115e59;
	background: #ccfbf1;
	border: 1px solid #5eead4;
}
.cm-rail-more { flex-shrink: 0; }

/* 8-column rail */
.cm-rail {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 10px;
	align-items: stretch;
}
.cm-rail--thumb .cm-rail-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 8px;
	border-radius: 14px;
	border: 1px solid #e2e8f0;
	background: #fff;
	text-decoration: none !important;
	color: #0f172a !important;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
	transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
	min-width: 0;
	height: 100%;
}
.cm-rail--thumb .cm-rail-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
	border-color: #c7d2fe;
	color: #0f172a !important;
}
.cm-rail-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 10px;
	overflow: hidden;
	background: #e2e8f0;
	flex-shrink: 0;
}
.cm-rail-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cm-rail-ph {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.cm-rail-ph--promo { background: linear-gradient(145deg, #fb923c, #f43f5e); }
.cm-rail-ph--art { background: linear-gradient(145deg, #6366f1, #8b5cf6); }
.cm-rail-kicker {
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6366f1;
	line-height: 1.2;
}
.cm-rail-title {
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #0f172a;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cm-rail-chip {
	margin-top: auto;
	align-self: flex-start;
	font-size: 0.6rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 2px 6px;
	border-radius: 4px;
	background: #ffedd5;
	color: #c2410c;
}

/* Press â€” text only, 8 across, no images */
.cm-rail--text {
	gap: 8px;
}
.cm-press-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px 10px;
	border-radius: 12px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: rgba(255, 255, 255, 0.04);
	text-decoration: none !important;
	color: #f8fafc !important;
	min-width: 0;
	transition: background 0.14s ease, border-color 0.14s ease, transform 0.14s ease;
	height: 100%;
}
.cm-press-item:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(165, 180, 252, 0.45);
	transform: translateY(-2px);
	color: #fff !important;
}
.cm-press-num {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #818cf8;
	font-variant-numeric: tabular-nums;
}
.cm-press-tag {
	display: inline-block;
	font-size: 0.6rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fbbf24;
	margin-bottom: 4px;
}
.cm-press-title {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: #f1f5f9;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cm-press-go {
	margin-top: auto;
	font-size: 0.7rem;
	color: #64748b;
	transition: color 0.14s ease, transform 0.14s ease;
}
.cm-press-item:hover .cm-press-go {
	color: #a5b4fc;
	transform: translateX(2px);
}

/* Directory chips â€” 8 across, logo + text */
.cm-dir-search--compact {
	margin-bottom: 14px;
	padding: 10px;
	border-radius: 14px;
	border: 1px solid #99f6e4;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 6px 18px rgba(13, 148, 136, 0.08);
}
.cm-rail--biz {
	gap: 10px;
}
.cm-biz-chip {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 10px;
	border-radius: 14px;
	border: 1px solid #99f6e4;
	background: #fff;
	text-decoration: none !important;
	color: #0f172a !important;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
	min-width: 0;
	height: 100%;
	transition: transform 0.14s ease, box-shadow 0.14s ease;
}
.cm-biz-chip:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(13, 148, 136, 0.12);
	color: #0f172a !important;
	border-color: #2dd4bf;
}
.cm-biz-chip-logo {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(145deg, #ccfbf1, #e0f2fe);
	border: 1px solid #99f6e4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #0d9488;
	font-size: 0.9rem;
	flex-shrink: 0;
}
.cm-biz-chip-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cm-biz-chip-body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	width: 100%;
}
.cm-biz-chip-feat {
	align-self: flex-start;
	font-size: 0.58rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 2px 6px;
	border-radius: 4px;
	background: #fef3c7;
	color: #b45309;
}
.cm-biz-chip-name {
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.01em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cm-biz-chip-meta {
	font-size: 0.68rem;
	font-weight: 600;
	color: #64748b;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cm-dir-empty {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	padding: 20px;
	border-radius: 16px;
	border: 1px dashed #5eead4;
	background: rgba(255, 255, 255, 0.75);
}
.cm-dir-empty-ico {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0d9488, #06b6d4);
	color: #fff;
	font-size: 1.1rem;
	flex-shrink: 0;
}
.cm-dir-empty strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 4px;
	color: #0f172a;
}
.cm-dir-empty p {
	margin: 0;
	font-size: 0.88rem;
	color: #64748b;
	max-width: 48ch;
}
.cm-dir-empty > div { flex: 1; min-width: 200px; }

@media (max-width: 1200px) {
	.cm-rail { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
	.cm-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
	.cm-rail--text { grid-template-columns: 1fr; }
}

/* Night mode rails */
html.king-night .cm-rail-section--promo,
html.king-night .cm-rail-section--art,
html.king-night .cm-rail-section--dir {
	background: #0b1220;
	border-color: #1e293b;
}
html.king-night .cm-rail--thumb .cm-rail-item,
html.king-night .cm-biz-chip,
html.king-night .cm-dir-search--compact,
html.king-night .cm-dir-empty {
	background: #0f172a;
	border-color: #1e293b;
	color: #e2e8f0 !important;
}
html.king-night .cm-rail-title,
html.king-night .cm-biz-chip-name,
html.king-night .cm-rail-head h2,
html.king-night .cm-dir-empty strong { color: #f1f5f9; }

/* =========================================================
   Modern blocks: videos, directory, links, trend, why, submit
   ========================================================= */
.cm-block { padding: clamp(28px, 4vw, 44px) 0; position: relative; }
.cm-block-head { margin-bottom: 18px; }
.cm-block-head--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}
.cm-block-head--center { text-align: center; max-width: 640px; margin-left: auto; margin-right: auto; margin-bottom: 22px; }
.cm-block-head h2 {
	margin: 0 0 6px;
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: #0f172a;
}
.cm-block-head p {
	margin: 0;
	font-size: 0.92rem;
	color: #64748b;
	line-height: 1.5;
	max-width: 56ch;
}
.cm-block-head--center p { margin-inline: auto; }
.cm-block-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cm-block-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
	padding: 5px 11px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.cm-block-label--video {
	color: #fce7f3;
	background: rgba(236, 72, 153, 0.2);
	border: 1px solid rgba(244, 114, 182, 0.4);
}
.cm-block-label--dir {
	color: #115e59;
	background: #ccfbf1;
	border: 1px solid #5eead4;
}
.cm-block-label--links {
	color: #1e3a8a;
	background: #dbeafe;
	border: 1px solid #93c5fd;
}
.cm-block-label--trend {
	color: #6b21a8;
	background: #f3e8ff;
	border: 1px solid #d8b4fe;
}
.cm-block-label--why {
	color: #9a3412;
	background: #ffedd5;
	border: 1px solid #fdba74;
}
.cm-block-label--submit {
	color: #e0e7ff;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
}

/* â€”â€” Videos â€”â€” */
.cm-block--video {
	background:
		radial-gradient(ellipse 60% 80% at 10% 0%, rgba(236, 72, 153, 0.25), transparent 50%),
		radial-gradient(ellipse 50% 60% at 90% 100%, rgba(99, 102, 241, 0.2), transparent 45%),
		linear-gradient(165deg, #0b1020 0%, #15102a 50%, #0f172a 100%);
	color: #e2e8f0;
}
.cm-block--video .cm-block-head h2 { color: #fff; }
.cm-block--video .cm-block-head p { color: #94a3b8; }
.cm-block--video .cm-btn-ghost {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.16);
	color: #f8fafc !important;
}
.cm-vgrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}
.cm-vcard {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(15, 23, 42, 0.55);
	text-decoration: none !important;
	color: #fff !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
	min-width: 0;
}
.cm-vcard:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
	border-color: rgba(244, 114, 182, 0.45);
	color: #fff !important;
}
.cm-vcard-media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	background: #111827;
	overflow: hidden;
}
.cm-vcard-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}
.cm-vcard:hover .cm-vcard-media img { transform: scale(1.05); }
.cm-vcard-ph {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #4c1d95, #db2777);
}
.cm-vcard-play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.94);
	color: #db2777;
	font-size: 0.8rem;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	padding-left: 2px;
}
.cm-vcard-body { padding: 10px 12px 12px; display: flex; flex-direction: column; gap: 4px; }
.cm-vcard-tag {
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #f9a8d4;
}
.cm-vcard-title {
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.015em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #f8fafc;
}

/* â€”â€” Directory block â€”â€” */
.cm-block--dir {
	background:
		radial-gradient(ellipse 50% 60% at 100% 0%, rgba(45, 212, 191, 0.18), transparent 50%),
		linear-gradient(180deg, #f0fdfa 0%, #f8fafc 100%);
}
.cm-dsearch {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr auto;
	gap: 8px;
	padding: 12px;
	margin-bottom: 16px;
	border-radius: 16px;
	border: 1px solid #99f6e4;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 28px rgba(13, 148, 136, 0.08);
}
.cm-dsearch-field {
	position: relative;
	display: block;
	margin: 0;
}
.cm-dsearch-ico {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	font-size: 0.78rem;
	pointer-events: none;
}
.cm-dsearch input,
.cm-dsearch select {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 11px 12px 11px 34px;
	font: inherit;
	background: #f8fafc;
	color: #0f172a;
}
.cm-dsearch input:focus,
.cm-dsearch select:focus {
	outline: none;
	border-color: #2dd4bf;
	box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.2);
}
.cm-bgrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}
.cm-bcard {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border-radius: 16px;
	border: 1px solid #99f6e4;
	background: #fff;
	text-decoration: none !important;
	color: #0f172a !important;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
	transition: transform 0.14s ease, box-shadow 0.14s ease;
	min-width: 0;
}
.cm-bcard:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(13, 148, 136, 0.12);
	color: #0f172a !important;
}
.cm-bcard-logo {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #ccfbf1, #e0f2fe);
	border: 1px solid #99f6e4;
	color: #0d9488;
}
.cm-bcard-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cm-bcard-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.cm-bcard-feat {
	align-self: flex-start;
	font-size: 0.58rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 2px 6px;
	border-radius: 4px;
	background: #fef3c7;
	color: #b45309;
}
.cm-bcard-name {
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cm-bcard-meta { font-size: 0.75rem; font-weight: 600; color: #64748b; }

/* Empty directory panel */
.cm-empty-panel {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 20px;
	align-items: center;
	padding: 24px;
	border-radius: 20px;
	border: 1px solid #99f6e4;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(204, 251, 241, 0.45));
	box-shadow: 0 16px 40px rgba(13, 148, 136, 0.1);
	overflow: hidden;
	position: relative;
}
.cm-empty-panel__visual {
	position: relative;
	width: 88px;
	height: 88px;
	flex-shrink: 0;
}
.cm-empty-orb {
	position: absolute;
	inset: 8px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #5eead4, #0d9488);
	opacity: 0.35;
	filter: blur(2px);
}
.cm-empty-orb--2 {
	inset: 0;
	background: radial-gradient(circle at 70% 70%, #67e8f9, transparent 60%);
	opacity: 0.5;
}
.cm-empty-ico {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #0d9488, #0891b2);
	color: #fff;
	font-size: 1.25rem;
	box-shadow: 0 10px 24px rgba(13, 148, 136, 0.35);
}
.cm-empty-panel__copy strong {
	display: block;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #0f172a;
	margin: 4px 0 6px;
}
.cm-empty-panel__copy p {
	margin: 0 0 10px;
	font-size: 0.92rem;
	color: #475569;
	line-height: 1.5;
	max-width: 48ch;
}
.cm-empty-points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}
.cm-empty-points li {
	font-size: 0.8rem;
	font-weight: 700;
	color: #0f766e;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.cm-empty-points i {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ccfbf1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.55rem;
}
.cm-empty-cta {
	white-space: nowrap;
	gap: 8px;
}

/* â€”â€” Links â€”â€” */
.cm-block--links {
	background:
		radial-gradient(ellipse 50% 50% at 0% 100%, rgba(37, 99, 235, 0.08), transparent 50%),
		linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
}
.cm-lgrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.cm-lcard {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 14px 14px;
	border-radius: 14px;
	border: 1px solid #bfdbfe;
	background: #fff;
	text-decoration: none !important;
	color: #0f172a !important;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.05);
	transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
	min-width: 0;
}
.cm-lcard:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.1);
	border-color: #60a5fa;
	color: #0f172a !important;
}
.cm-lcard-ico {
	width: 40px;
	height: 40px;
	border-radius: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #2563eb, #6366f1);
	color: #fff;
	font-size: 0.8rem;
	flex-shrink: 0;
}
.cm-lcard-body { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.cm-lcard-tag {
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #2563eb;
}
.cm-lcard-title {
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.015em;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cm-lcard-desc {
	font-size: 0.8rem;
	color: #64748b;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cm-lcard-go {
	color: #94a3b8;
	font-size: 0.75rem;
	transition: transform 0.14s ease, color 0.14s ease;
}
.cm-lcard:hover .cm-lcard-go { color: #2563eb; transform: translateX(3px); }

/* â€”â€” What's trending â€”â€” */
.cm-block--trend {
	background:
		radial-gradient(ellipse 40% 50% at 80% 0%, rgba(168, 85, 247, 0.1), transparent 50%),
		linear-gradient(180deg, #faf5ff 0%, #f8fafc 100%);
}
.cm-tgrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}
.cm-tcol {
	display: flex;
	flex-direction: column;
	border-radius: 18px;
	border: 1px solid #e2e8f0;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	min-height: 100%;
}
.cm-tcol--blue { border-color: #bfdbfe; }
.cm-tcol--orange { border-color: #fed7aa; }
.cm-tcol--pink { border-color: #fbcfe8; }
.cm-tcol--teal { border-color: #99f6e4; }
.cm-tcol-h {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 14px 12px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	background: rgba(248, 250, 252, 0.8);
}
.cm-tcol--blue .cm-tcol-h { background: linear-gradient(180deg, #eff6ff, #fff); }
.cm-tcol--orange .cm-tcol-h { background: linear-gradient(180deg, #fff7ed, #fff); }
.cm-tcol--pink .cm-tcol-h { background: linear-gradient(180deg, #fdf2f8, #fff); }
.cm-tcol--teal .cm-tcol-h { background: linear-gradient(180deg, #f0fdfa, #fff); }
.cm-tcol-ico {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.8rem;
	flex-shrink: 0;
}
.cm-tcol--blue .cm-tcol-ico { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.cm-tcol--orange .cm-tcol-ico { background: linear-gradient(135deg, #ea580c, #f97316); }
.cm-tcol--pink .cm-tcol-ico { background: linear-gradient(135deg, #db2777, #ec4899); }
.cm-tcol--teal .cm-tcol-ico { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.cm-tcol-label {
	display: block;
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #64748b;
}
.cm-tcol-h strong {
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.01em;
}
.cm-tcol-more {
	margin-left: auto;
	font-size: 0.72rem;
	font-weight: 800;
	color: #64748b !important;
	text-decoration: none !important;
}
.cm-tcol-more:hover { color: #2563eb !important; }
.cm-tlist {
	list-style: none;
	margin: 0;
	padding: 6px 0 10px;
	flex: 1;
}
.cm-tlist li {
	border-bottom: 1px solid #f1f5f9;
	margin: 0;
}
.cm-tlist li:last-child { border-bottom: 0; }
.cm-tlist a {
	display: block;
	padding: 9px 14px;
	font-size: 0.84rem;
	font-weight: 650;
	line-height: 1.35;
	color: #1e293b !important;
	text-decoration: none !important;
	transition: background 0.12s ease, color 0.12s ease;
}
.cm-tlist a:hover {
	background: #f8fafc;
	color: #2563eb !important;
}
.cm-tlist .is-empty {
	padding: 12px 14px;
	font-size: 0.84rem;
	color: #94a3b8;
}

/* â€”â€” Why â€”â€” */
.cm-block--why {
	background:
		radial-gradient(ellipse 50% 60% at 50% 0%, rgba(251, 146, 60, 0.1), transparent 55%),
		linear-gradient(180deg, #fffbeb 0%, #ffffff 60%);
}
.cm-wgrid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}
.cm-wcard {
	padding: 18px 16px;
	border-radius: 18px;
	border: 1px solid #e2e8f0;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
	transition: transform 0.14s ease, box-shadow 0.14s ease;
	height: 100%;
}
.cm-wcard:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}
.cm-wcard-ico {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.95rem;
	margin-bottom: 12px;
}
.cm-wcard-ico--blue { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.cm-wcard-ico--violet { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.cm-wcard-ico--teal { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.cm-wcard-ico--orange { background: linear-gradient(135deg, #ea580c, #f97316); }
.cm-wcard-ico--pink { background: linear-gradient(135deg, #db2777, #ec4899); }
.cm-wcard h3 {
	margin: 0 0 8px;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.3;
	color: #0f172a;
}
.cm-wcard p {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.5;
	color: #64748b;
}

/* â€”â€” Submit panel â€”â€” */
.cm-block--submit {
	padding-bottom: clamp(36px, 5vw, 56px);
	background: #0b1020;
}
.cm-submit-panel {
	position: relative;
	isolation: isolate;
	border-radius: 24px;
	overflow: hidden;
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.cm-submit-panel__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(ellipse 50% 70% at 10% 20%, rgba(99, 102, 241, 0.45), transparent 55%),
		radial-gradient(ellipse 50% 60% at 90% 80%, rgba(236, 72, 153, 0.4), transparent 50%),
		radial-gradient(ellipse 40% 50% at 50% 100%, rgba(14, 165, 233, 0.25), transparent 45%),
		linear-gradient(145deg, #1e1b4b 0%, #4c1d95 45%, #9d174d 100%);
}
.cm-submit-panel__copy {
	margin-bottom: 20px;
	max-width: 56ch;
}
.cm-submit-panel__copy h2 {
	margin: 0 0 8px;
	font-size: clamp(1.35rem, 2.8vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: #fff;
}
.cm-submit-panel__copy p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(248, 250, 252, 0.85);
}
.cm-submit-panel__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}
.cm-scard {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 14px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-decoration: none !important;
	color: #fff !important;
	transition: transform 0.14s ease, background 0.14s ease, border-color 0.14s ease;
	min-width: 0;
}
.cm-scard:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff !important;
}
.cm-scard-ico {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	margin-bottom: 6px;
	color: #fff;
}
.cm-scard--blue .cm-scard-ico { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.cm-scard--orange .cm-scard-ico { background: linear-gradient(135deg, #ea580c, #f97316); }
.cm-scard--violet .cm-scard-ico { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.cm-scard--pink .cm-scard-ico { background: linear-gradient(135deg, #db2777, #ec4899); }
.cm-scard--teal .cm-scard-ico { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.cm-scard--cyan .cm-scard-ico { background: linear-gradient(135deg, #0891b2, #06b6d4); }
.cm-scard strong {
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.25;
}
.cm-scard em {
	font-style: normal;
	font-size: 0.75rem;
	color: rgba(248, 250, 252, 0.7);
	font-weight: 500;
}

@media (max-width: 1100px) {
	.cm-vgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.cm-bgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cm-tgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cm-wgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.cm-dsearch { grid-template-columns: 1fr 1fr; }
	.cm-empty-panel { grid-template-columns: 1fr; text-align: left; }
	.cm-empty-cta { justify-self: start; }
	.cm-lgrid { grid-template-columns: 1fr; }
	.cm-submit-panel__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
	.cm-vgrid { grid-template-columns: 1fr 1fr; }
	.cm-bgrid { grid-template-columns: 1fr; }
	.cm-tgrid { grid-template-columns: 1fr; }
	.cm-wgrid { grid-template-columns: 1fr; }
	.cm-dsearch { grid-template-columns: 1fr; }
	.cm-submit-panel__grid { grid-template-columns: 1fr; }
}

/* Night mode for new blocks */
html.king-night .cm-block--dir,
html.king-night .cm-block--links,
html.king-night .cm-block--trend,
html.king-night .cm-block--why {
	background: #0b1220;
}
html.king-night .cm-block-head h2 { color: #f1f5f9; }
html.king-night .cm-bcard,
html.king-night .cm-lcard,
html.king-night .cm-tcol,
html.king-night .cm-wcard,
html.king-night .cm-dsearch,
html.king-night .cm-empty-panel {
	background: #0f172a;
	border-color: #1e293b;
	color: #e2e8f0 !important;
}
html.king-night .cm-bcard-name,
html.king-night .cm-lcard-title,
html.king-night .cm-wcard h3,
html.king-night .cm-empty-panel__copy strong,
html.king-night .cm-tcol-h strong { color: #f1f5f9; }
html.king-night .cm-tlist a { color: #cbd5e1 !important; }
html.king-night .cm-tlist a:hover { background: #1e293b; color: #a5b4fc !important; }

/* ============================================================
   MOBILE COMPACT v9.9.38 ï¿½ force small cards on phones
   Articles / Press / Links landings
   ============================================================ */
@media (max-width: 767px) {
	html, body.cl-landing-v2, body.claadss-landing-page, body.cl-links-2026 {
		overflow-x: hidden !important;
		max-width: 100vw !important;
	}
	.cl-v2-body, .cl-v2-layout, .cl-v2-content, .cl-v2-toolbar, .cm-shell.cl-v2-layout {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}
	body.cl-landing-v2 .cl-v2-grid,
	body.cl-landing-v2 .cl-v2-grid--8,
	body.claadss-landing-page .cl-v2-grid,
	body.claadss-landing-page .cl-v2-grid--8,
	body.cl-links-2026 .cl-v2-grid,
	body.cl-links-2026 .cl-v2-grid--8,
	.cl-v2-grid.cl-v2-grid--8,
	.cl-v2-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	body.cl-landing-v2 .cl-v2-card,
	body.claadss-landing-page .cl-v2-card,
	body.cl-links-2026 .cl-v2-card,
	article.cl-v2-card,
	article.cl-card.cl-v2-card {
		border-radius: 12px !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-shadow: 0 3px 12px rgba(15,23,42,.06) !important;
	}
	body.cl-landing-v2 .cl-v2-card__media,
	body.claadss-landing-page .cl-v2-card__media,
	body.cl-links-2026 .cl-v2-card__media,
	.cl-v2-card .cl-v2-card__media,
	.cl-v2-card .cl-card-media {
		aspect-ratio: 4 / 3 !important;
		max-height: 100px !important;
		height: auto !important;
		min-height: 72px !important;
	}
	.cl-v2-card__media img,
	.cl-v2-card .cl-card-media img {
		width: 100% !important;
		height: 100% !important;
		max-height: 100px !important;
		object-fit: cover !important;
	}
	.cl-v2-card__body,
	.cl-v2-card .cl-card-body {
		padding: 7px 8px 9px !important;
		gap: 2px !important;
	}
	.cl-v2-card__title,
	.cl-v2-card__title a {
		font-size: 0.75rem !important;
		line-height: 1.22 !important;
		-webkit-line-clamp: 2;
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.cl-v2-card__excerpt,
	.cl-v2-card .cl-card-excerpt { display: none !important; }
	.cl-v2-badge, .cl-v2-card .cl-badge {
		font-size: 0.52rem !important;
		padding: 2px 5px !important;
		top: 5px !important;
		left: 5px !important;
	}
	.cl-v2-card__foot .cl-card-meta { font-size: 0.62rem !important; }
	.cl-v2-card__go { display: none !important; }

	/* Homepage banner: float chips on RIGHT edge of image */
	.cm-banner-2026__visual {
		position: relative !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.cm-banner-2026__float-stats {
		position: absolute !important;
		right: 4px !important;
		top: 4px !important;
		left: auto !important;
		flex-direction: column !important;
		align-items: stretch !important;
		max-width: min(140px, 42vw) !important;
		width: auto !important;
		z-index: 8 !important;
	}
	.cm-banner-2026__cta,
	.cm-banner-2026__cta--shift {
		justify-content: flex-end !important;
		align-items: flex-end !important;
		margin-left: auto !important;
	}
}

/* ============================================================
   PRESS 2026 — wire / newsroom cards (distinct from articles)
   ============================================================ */
body.claadss-landing-press .cl-v2-grid--press,
body.claadss-landing-press .cl-press-wire-grid,
.cl-v2-grid--press,
.cl-press-wire-grid {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 14px !important;
	max-width: 100%;
}
.cl-press-wire,
body.claadss-landing-press .cl-card-press.cl-press-wire {
	display: grid !important;
	grid-template-columns: 6px 1fr !important;
	flex-direction: unset !important;
	overflow: hidden;
	border-radius: 18px !important;
	border: 1px solid rgba(251, 146, 60, 0.35) !important;
	background:
		linear-gradient(165deg, #fffbeb 0%, #ffffff 42%, #fff7ed 100%) !important;
	box-shadow:
		0 14px 32px rgba(154, 52, 18, 0.08),
		0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
	transform: none !important;
}
.cl-press-wire:hover,
body.claadss-landing-press .cl-card-press.cl-press-wire:hover {
	transform: translateY(-2px) !important;
	box-shadow:
		0 22px 44px rgba(154, 52, 18, 0.12),
		0 0 0 1px rgba(234, 88, 12, 0.25) !important;
}
.cl-press-wire__rail {
	background: linear-gradient(180deg, #fb923c 0%, #ea580c 45%, #db2777 100%);
	min-height: 100%;
}
.cl-press-wire__inner {
	padding: 14px 16px 16px;
	min-width: 0;
}
.cl-press-wire__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
}
.cl-press-wire__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 11px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff !important;
	background: linear-gradient(135deg, #f97316, #ea580c 55%, #db2777);
	box-shadow: 0 6px 16px rgba(234, 88, 12, 0.28);
}
.cl-press-wire__dateline {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #9a3412;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.cl-press-wire__row {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 14px;
	align-items: start;
}
.cl-press-wire__thumb {
	display: block;
	width: 120px;
	aspect-ratio: 1;
	border-radius: 14px;
	overflow: hidden;
	background: #ffedd5;
	box-shadow: 0 8px 18px rgba(154, 52, 18, 0.12);
	flex-shrink: 0;
}
.cl-press-wire__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cl-press-wire__thumb--ph .cl-v2-ph {
	min-height: 100%;
	font-size: 1.5rem;
	border-radius: 14px;
}
.cl-press-wire__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.cl-press-wire__cat {
	color: #c2410c !important;
}
.cl-press-wire__company {
	font-size: 0.78rem;
	font-weight: 800;
	color: #9a3412;
	letter-spacing: 0.02em;
}
.cl-press-wire__title {
	font-size: 1.12rem !important;
	line-height: 1.28 !important;
	margin: 2px 0 4px !important;
}
.cl-press-wire__title a {
	color: #1c1917 !important;
}
.cl-press-wire__title a:hover {
	color: #c2410c !important;
}
.cl-press-wire .cl-v2-card__excerpt {
	-webkit-line-clamp: 3;
	font-size: 0.88rem;
	color: #57534e;
}
.cl-press-wire__foot {
	margin-top: 8px;
	padding-top: 10px;
	border-top: 1px dashed #fdba74;
}
.cl-press-wire__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none !important;
	color: #fff !important;
	background: linear-gradient(135deg, #f97316, #ea580c);
	box-shadow: 0 6px 14px rgba(234, 88, 12, 0.25);
}
.cl-press-wire__cta:hover {
	background: linear-gradient(135deg, #ea580c, #c2410c);
	color: #fff !important;
}
@media (max-width: 640px) {
	.cl-press-wire__row {
		grid-template-columns: 88px 1fr;
		gap: 10px;
	}
	.cl-press-wire__thumb {
		width: 88px;
	}
	.cl-press-wire__title {
		font-size: 1rem !important;
	}
}

/* Video grid thumbs after category filter */
.kvp-v2-posts .entry-image,
.king-posts .entry-image,
.entry-image.entry-image--has-thumb {
	position: relative;
	overflow: hidden;
	min-height: 180px !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.kvp-v2-posts .king-box-bg,
.king-posts .king-box-bg {
	position: absolute !important;
	inset: 0 !important;
	background-size: cover !important;
	background-position: center !important;
}
.kvp-v2-posts .entry-image-fallback {
	/* kept for SEO; visual comes from background */
	opacity: 0 !important;
}
