/**
 * CLAADSS hybrid homepage — modern editorial + classic directory
 * Theme 9.9.4 · body.cm-hybrid
 */
:root {
	--cm-ink: #0f172a;
	--cm-muted: #64748b;
	--cm-line: #e2e8f0;
	--cm-bg: #f8fafc;
	--cm-red: #e60023;
	--cm-blue: #2563eb;
	--cm-violet: #7c3aed;
	--cm-pink: #db2777;
	--cm-orange: #ea580c;
	--cm-teal: #0d9488;
	--cm-cyan: #0891b2;
	--cm-shell: min(1200px, calc(100% - 40px));
	--cm-font: "DM Sans", "Nunito", system-ui, sans-serif;
	--cm-radius: 14px;
	--cm-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

body.claadss-modern-landing.cm-hybrid {
	margin: 0;
	background: var(--cm-bg) !important;
	color: var(--cm-ink);
	font-family: var(--cm-font);
	font-size: 15px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
body.cm-hybrid a { color: var(--cm-blue); text-decoration: none; }
body.cm-hybrid a:hover { color: var(--cm-red); }
body.cm-hybrid img { max-width: 100%; height: auto; display: block; border: 0; }
body.cm-hybrid h1, body.cm-hybrid h2, body.cm-hybrid h3 {
	font-family: var(--cm-font);
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--cm-ink);
	margin: 0 0 0.4em;
	font-weight: 800;
}

.cm-shell { width: var(--cm-shell); margin-inline: auto; }
.cm-page { min-height: 100vh; }

/* —— Full King masthead on CLAADSS pages —— */
.cm-king-header.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--cm-line, #e2e8f0);
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}
.admin-bar .cm-king-header { top: 32px; }
.cm-king-header .king-header {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 62px;
	max-width: 1400px;
	margin: 0 auto;
}
.cm-king-header .site-branding img { max-height: 40px; width: auto; }

/* Head nav — left-aligned one row (full rules in header-global.css) */
.cm-king-header .king-head-nav {
	flex: 0 1 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-width: 0;
}
.cm-king-header .king-head-nav > ul,
.cm-king-header .king-head-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0 2px;
}
.cm-king-header .king-head-nav > ul > li {
	display: inline-flex;
	align-items: center;
	height: 40px;
}
.cm-king-header .king-head-nav-a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0 9px;
	height: 36px;
	font-size: 0.84rem;
	font-weight: 700;
	color: #64748b !important;
	text-decoration: none !important;
	border-radius: 8px;
	white-space: nowrap;
}
.cm-king-header .king-head-nav-a:hover,
.cm-king-header .current-menu-item > .king-head-nav-a {
	color: #0f172a !important;
	background: #f1f5f9;
}
.cm-king-header .king-head-nav-a i {
	font-size: 0.55rem;
	opacity: 1;
}
.cm-king-header .nav-shop { color: #0d9488 !important; }
.cm-king-header .king-header-right {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 1 1 auto;
	margin-left: auto;
	justify-content: flex-end;
}
.cm-king-header .king-submit { position: relative; z-index: 40; }
.cm-king-header .king-submit-drop {
	z-index: 50;
}
.cm-king-header .head-icons {
	cursor: pointer;
}

/* Mobile menu base (full 2026 styles live in header-global.css) */
.cm-dir-nav-mobile {
	display: none;
}
.cm-dir-nav-mobile.is-open {
	display: block;
}

/* Hamburger always visible on mobile widths */
.cm-king-header .king-head-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #f1f5f9;
	color: #0f172a;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 1.1rem;
}

@media (max-width: 1100px) {
	.cm-king-header .king-head-nav { display: none !important; }
	.cm-king-header .king-head-toggle {
		display: inline-flex !important;
		order: -1;
	}
	.cm-king-header .king-header {
		gap: 8px;
	}
}
@media (max-width: 600px) {
	.admin-bar .cm-king-header { top: 46px; }
	.cm-king-header .king-header-right .king-search-top,
	.cm-king-header .king-header-right .extra-icons {
		display: none;
	}
}

html.king-night .cm-king-header.site-header {
	background: rgba(15, 23, 42, 0.96);
	border-color: #1e293b;
}
html.king-night .cm-king-header .king-head-nav-a { color: #94a3b8 !important; }
html.king-night .cm-king-header .king-head-nav-a:hover,
html.king-night .cm-king-header .current-menu-item > .king-head-nav-a {
	color: #f1f5f9 !important;
	background: #1e293b;
}
html.king-night .cm-dir-nav-mobile { background: #0f172a; border-color: #1e293b; }
html.king-night .cm-dir-nav-mobile a { color: #e2e8f0 !important; border-color: #1e293b; }

/* Buttons */
.cm-btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 10px 16px; border-radius: 999px; font-weight: 800; font-size: .88rem;
	border: 2px solid transparent; cursor: pointer; text-decoration: none !important;
	transition: transform .12s ease, box-shadow .12s ease;
}
.cm-btn:hover { transform: translateY(-1px); }
.cm-btn-sm { padding: 7px 12px; font-size: .8rem; }
.cm-btn-primary { background: linear-gradient(135deg, #2563eb, #7c3aed); color: #fff !important; }
.cm-btn-accent { background: var(--cm-red); color: #fff !important; }
.cm-btn-outline { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.45); }
.cm-btn-outline-dark { background: #fff; color: var(--cm-ink) !important; border-color: var(--cm-line); }
.cm-btn-ghost { background: #fff; color: var(--cm-ink) !important; border-color: var(--cm-line); }

/* Hero */
.cm-hero {
	padding: 36px 0 32px;
	background: linear-gradient(125deg, #1e1b4b 0%, #5b21b6 40%, #db2777 75%, #ea580c 100%);
	color: #fff;
}
.cm-hero-grid {
	display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center;
}
.cm-kicker {
	margin: 0 0 8px; font-size: .75rem; font-weight: 800;
	text-transform: uppercase; letter-spacing: .07em; opacity: .9;
}
.cm-hero h1 {
	color: #fff; font-size: clamp(1.55rem, 3.2vw, 2.35rem);
	margin: 0 0 12px; max-width: 18ch;
}
.cm-lead { margin: 0 0 16px; opacity: .95; max-width: 48ch; font-size: 1.02rem; }
.cm-hero-cta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.cm-chips {
	list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px;
}
.cm-chips li {
	font-size: .7rem; font-weight: 700; padding: 4px 9px; border-radius: 999px;
	background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22);
}
.cm-hero-visual {
	display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: 1fr 1fr;
	gap: 8px; min-height: 260px;
}
.cm-hcard {
	position: relative; border-radius: 12px; overflow: hidden;
	display: block; background: rgba(0,0,0,.2); text-decoration: none !important;
	box-shadow: 0 10px 28px rgba(0,0,0,.18);
}
.cm-hcard-1 { grid-row: span 2; }
.cm-hcard img, .cm-hcard-ph { width: 100%; height: 100%; object-fit: cover; min-height: 110px; }
.cm-hcard-ph { display: block; background: linear-gradient(145deg, #6366f1, #ec4899); min-height: 100%; }
.cm-hcard-meta {
	position: absolute; left: 0; right: 0; bottom: 0; padding: 10px;
	background: linear-gradient(transparent, rgba(0,0,0,.78)); color: #fff;
}
.cm-hcard-tag {
	display: inline-block; font-size: .65rem; font-weight: 800; text-transform: uppercase;
	background: rgba(255,255,255,.2); padding: 2px 6px; border-radius: 4px; margin-bottom: 4px;
}
.cm-hcard-title { display: block; font-size: .82rem; font-weight: 700; line-height: 1.25; color: #fff !important; }

/* Highlights */
.cm-highlights { margin-top: -18px; position: relative; z-index: 2; padding-bottom: 8px; }
.cm-highlight-grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.cm-hl {
	display: flex; flex-direction: column; gap: 2px;
	padding: 14px 16px; border-radius: var(--cm-radius); color: #fff !important;
	text-decoration: none !important; box-shadow: var(--cm-shadow);
	min-height: 100px; transition: transform .12s ease;
}
.cm-hl:hover { transform: translateY(-2px); color: #fff !important; }
.cm-hl-label { font-size: .72rem; font-weight: 800; text-transform: uppercase; opacity: .9; }
.cm-hl-count { font-size: 1.45rem; font-weight: 800; line-height: 1.1; }
.cm-hl-desc { font-size: .8rem; opacity: .92; }
.cm-hl-blue { background: linear-gradient(145deg, #2563eb, #4f46e5); }
.cm-hl-pink { background: linear-gradient(145deg, #db2777, #e11d48); }
.cm-hl-orange { background: linear-gradient(145deg, #ea580c, #f59e0b); }
.cm-hl-teal { background: linear-gradient(145deg, #0d9488, #06b6d4); }

/* SEO */
.cm-seo-intro { padding: 28px 0 24px; background: #fff; border-bottom: 1px solid var(--cm-line); }
.cm-seo-intro h2 { font-size: 1.3rem; margin-bottom: 12px; }
.cm-seo-body { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cm-seo-body p { margin: 0; color: #334155; font-size: .95rem; }

/* Sections */
.cm-section { padding: 28px 0; }
.cm-section-soft { background: #eef2ff; }
.cm-section-tint { background: linear-gradient(180deg, #fdf2f8, #f0fdfa); }
.cm-section-spon { background: linear-gradient(160deg, #1e1b4b, #4c1d95); color: #e2e8f0; }
.cm-section-spon .cm-sec-head p, .cm-section-spon h2 { color: #f8fafc; }
.cm-section-spon h2 { color: #fff; }
.cm-section-video { background: #0f172a; color: #e2e8f0; }
.cm-section-video .cm-sec-head p { color: #94a3b8; }
.cm-section-video h2 { color: #fff; }
.cm-sec-head { margin-bottom: 16px; }
.cm-sec-head h2 { font-size: 1.35rem; margin: 0 0 6px; }
.cm-sec-head p { margin: 0; color: var(--cm-muted); font-size: .92rem; max-width: 62ch; }
.cm-sec-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; flex-wrap: wrap; }
.cm-tag {
	display: inline-block; font-size: .68rem; font-weight: 800; text-transform: uppercase;
	letter-spacing: .03em; color: var(--cm-blue); background: #dbeafe; padding: 2px 7px; border-radius: 4px;
}
.cm-meta { display: flex; gap: 10px; flex-wrap: wrap; font-size: .8rem; color: var(--cm-muted); margin-top: 6px; }
.cm-empty, .cm-hint { color: var(--cm-muted); font-size: .9rem; }
.cm-more { margin: 12px 0 0; }
.cm-cta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.cm-ph { display: block; width: 100%; min-height: 120px; background: linear-gradient(135deg, #e2e8f0, #f1f5f9); }

/* Browse Business Categories — equal-height modern directory cards */
.cm-dir-section {
	background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 45%, #fdf2f8 100%);
}
.cm-dir-bullet {
	display: inline-block; width: 10px; height: 10px; border-radius: 3px;
	background: linear-gradient(135deg, #2563eb, #7c3aed); margin-right: 8px; vertical-align: middle;
}
.cm-dir-cols {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch; /* equal card heights */
}
.cm-dir-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid transparent;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	transition: transform .15s ease, box-shadow .15s ease;
}
.cm-dir-box:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}
/* Coloured card themes */
.cm-dir-tone-blue {
	background: linear-gradient(165deg, #eff6ff 0%, #dbeafe 55%, #bfdbfe 100%);
	border-color: #93c5fd;
}
.cm-dir-tone-violet {
	background: linear-gradient(165deg, #f5f3ff 0%, #ede9fe 55%, #ddd6fe 100%);
	border-color: #c4b5fd;
}
.cm-dir-tone-coral {
	background: linear-gradient(165deg, #fff7ed 0%, #ffedd5 55%, #fed7aa 100%);
	border-color: #fdba74;
}
.cm-dir-tone-teal {
	background: linear-gradient(165deg, #f0fdfa 0%, #ccfbf1 55%, #99f6e4 100%);
	border-color: #5eead4;
}
.cm-dir-tone-magenta {
	background: linear-gradient(165deg, #fdf4ff 0%, #fae8ff 55%, #f5d0fe 100%);
	border-color: #e879f9;
}
.cm-dir-h {
	flex: 0 0 auto;
	font-size: .8rem;
	font-weight: 800;
	padding: 12px 12px 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--cm-ink);
	letter-spacing: .01em;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	background: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(4px);
}
.cm-dir-ico {
	width: 28px; height: 28px; border-radius: 8px;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: .75rem; flex-shrink: 0; color: #fff;
}
.cm-dir-tone-blue .cm-dir-ico { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.cm-dir-tone-violet .cm-dir-ico { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.cm-dir-tone-coral .cm-dir-ico { background: linear-gradient(135deg, #ea580c, #f97316); }
.cm-dir-tone-teal .cm-dir-ico { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.cm-dir-tone-magenta .cm-dir-ico { background: linear-gradient(135deg, #c026d3, #db2777); }

/* Body fills remaining height; scroll if list is longer */
.cm-dir-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 220px; /* same visual depth for every card */
	max-height: 260px;
	overflow: hidden;
}
.cm-dir-list {
	list-style: none;
	margin: 0;
	padding: 8px 10px 12px;
	font-size: .8rem;
	flex: 1;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(15, 23, 42, 0.2) transparent;
}
.cm-dir-list li {
	margin: 0;
	padding: 6px 6px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 6px;
	line-height: 1.3;
	min-height: 1.85em;
}
.cm-dir-list li:last-child { border-bottom: 0; }
.cm-dir-list a {
	color: #1e293b;
	font-weight: 650;
	text-decoration: none;
	border-radius: 6px;
	flex: 1;
	min-width: 0;
}
.cm-dir-list a:hover {
	color: var(--cm-red);
	background: rgba(255, 255, 255, 0.65);
}
.cm-dir-list li:hover {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 6px;
}
.cm-n {
	color: var(--cm-muted);
	font-size: .72rem;
	font-weight: 700;
	flex-shrink: 0;
}
.cm-dir-white { background: #fff; }
.cm-h-pink { background: linear-gradient(90deg, #db2777, #e11d48) !important; color: #fff; border: 0; }
.cm-h-magenta { background: linear-gradient(90deg, #a21caf, #7c3aed) !important; color: #fff; border: 0; }
.cm-h-cyan { background: linear-gradient(90deg, #0891b2, #0d9488) !important; color: #fff; border: 0; }

/* Ads */
.cm-ads-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.cm-ad-card {
	background: #fff; border: 1px solid var(--cm-line); border-radius: var(--cm-radius);
	overflow: hidden; box-shadow: var(--cm-shadow); display: flex; flex-direction: column;
}
.cm-ad-media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #e2e8f0; }
.cm-ad-media img { width: 100%; height: 100%; object-fit: cover; }
.cm-ad-label {
	position: absolute; top: 8px; left: 8px; font-size: .65rem; font-weight: 900;
	text-transform: uppercase; background: #0f172a; color: #fff; padding: 3px 7px; border-radius: 4px;
}
.cm-ad-body { padding: 12px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.cm-ad-body h3 { font-size: .95rem; margin: 0; }
.cm-ad-body h3 a { color: var(--cm-ink); }
.cm-ad-body p { margin: 0; font-size: .85rem; color: var(--cm-muted); flex: 1; }

/* Articles */
.cm-art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cm-art-card {
	background: #fff; border: 1px solid var(--cm-line); border-radius: var(--cm-radius);
	overflow: hidden; box-shadow: var(--cm-shadow); height: 100%; display: flex; flex-direction: column;
}
.cm-art-media { display: block; aspect-ratio: 16/10; overflow: hidden; background: #e2e8f0; }
.cm-art-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.cm-art-card:hover .cm-art-media img { transform: scale(1.04); }
.cm-art-body { padding: 12px 14px 14px; flex: 1; display: flex; flex-direction: column; }
.cm-art-body h3 { font-size: 1rem; margin: 6px 0; min-height: 2.4em; }
.cm-art-body h3 a { color: var(--cm-ink); }
.cm-art-body p { margin: 0; font-size: .88rem; color: var(--cm-muted); flex: 1; }

/* News list */
.cm-news-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.cm-news-item {
	padding: 12px 0; border-bottom: 1px solid var(--cm-line);
}
.cm-news-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 4px; font-size: .8rem; color: var(--cm-muted); }
.cm-news-item h3 { font-size: 1rem; margin: 0 0 4px; }
.cm-news-item h3 a { color: var(--cm-ink); }
.cm-news-item p { margin: 0; font-size: .88rem; color: var(--cm-muted); }

/* Sponsored */
.cm-spon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.cm-spon-card {
	background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
	border-radius: var(--cm-radius); overflow: hidden;
}
.cm-spon-media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; }
.cm-spon-media img { width: 100%; height: 100%; object-fit: cover; }
.cm-spon-badge {
	position: absolute; top: 8px; left: 8px; font-size: .65rem; font-weight: 900;
	text-transform: uppercase; background: #fbbf24; color: #111; padding: 3px 7px; border-radius: 4px;
}
.cm-spon-body { padding: 12px; }
.cm-brand { display: block; font-size: .75rem; color: #c4b5fd; font-weight: 700; margin-bottom: 4px; }
.cm-spon-body h3 { font-size: .95rem; margin: 0 0 6px; }
.cm-spon-body h3 a { color: #fff !important; }
.cm-spon-body p { margin: 0 0 10px; font-size: .85rem; color: #cbd5e1; }

/* Videos */
.cm-video-layout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 12px; }
.cm-video-thumb {
	position: relative; display: block; aspect-ratio: 16/9; overflow: hidden;
	border-radius: 12px; background: #111;
}
.cm-video-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.cm-play {
	position: absolute; inset: 0; margin: auto; width: 48px; height: 48px; border-radius: 50%;
	background: rgba(255,255,255,.92); color: var(--cm-pink);
	display: flex; align-items: center; justify-content: center;
}
.cm-play-sm { width: 32px; height: 32px; font-size: .75rem; }
.cm-video-main { display: block; text-decoration: none !important; color: inherit; }
.cm-video-info { display: block; padding: 10px 2px 0; }
.cm-video-info strong { display: block; color: #fff; font-size: 1.05rem; margin: 4px 0; }
.cm-video-info em { font-style: normal; color: #94a3b8; font-size: .88rem; }
.cm-video-side { display: flex; flex-direction: column; gap: 8px; }
.cm-video-mini {
	display: grid; grid-template-columns: 120px 1fr; gap: 10px; align-items: center;
	text-decoration: none !important; color: inherit;
}
.cm-video-mini strong { display: block; color: #fff; font-size: .9rem; margin-top: 2px; }

/* Directory search + biz cards */
.cm-dir-search {
	display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; gap: 8px;
	background: #fff; border: 1px solid var(--cm-line); border-radius: 12px;
	padding: 10px; margin-bottom: 14px; box-shadow: var(--cm-shadow);
}
.cm-dir-search input, .cm-dir-search select {
	border: 1px solid var(--cm-line); border-radius: 8px; padding: 10px 12px; font: inherit; background: #f8fafc;
}
.cm-biz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cm-biz-card {
	background: #fff; border: 1px solid var(--cm-line); border-radius: var(--cm-radius);
	overflow: hidden; box-shadow: var(--cm-shadow); display: flex; flex-direction: column;
}
.cm-biz-cover { aspect-ratio: 16/9; overflow: hidden; background: #e2e8f0; }
.cm-biz-cover img { width: 100%; height: 100%; object-fit: cover; }
.cm-biz-body { padding: 12px; flex: 1; }
.cm-biz-logo { display: block; width: 44px; height: 44px; margin-top: -28px; border-radius: 10px; overflow: hidden; border: 2px solid #fff; background: #fff; }
.cm-biz-logo img { width: 100%; height: 100%; object-fit: cover; }
.cm-biz-body h3 { font-size: 1rem; margin: 6px 0 4px; }
.cm-biz-actions { display: flex; gap: 6px; padding: 0 12px 12px; }

/* Link directory (classic) */
.cm-link-dir {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px;
	border: 1px solid var(--cm-line); border-radius: 10px; background: #fafafa;
}
.cm-link-dir li { border-bottom: 1px dotted #cbd5e1; padding: 10px 14px; }
.cm-link-dir a { display: block; color: inherit; text-decoration: none; }
.cm-link-dir strong { display: block; color: #1e3a8a; font-size: .92rem; margin-bottom: 2px; }
.cm-link-dir .cm-classic-meta { font-size: .75rem; color: var(--cm-muted); }
.cm-link-desc { display: block; font-size: .82rem; color: #475569; margin-top: 2px; }

/* What's new */
.cm-whats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.cm-classic-list {
	list-style: disc; margin: 0; padding: 8px 12px 10px 26px; font-size: .85rem;
}
.cm-classic-list li { margin: 0 0 6px; }
.cm-classic-list a { color: #1e3a8a; font-weight: 600; text-decoration: none; }
.cm-classic-list a:hover { text-decoration: underline; color: var(--cm-red); }
.cm-classic-meta { color: var(--cm-muted); font-size: .78rem; }
.cm-classic-ul { list-style: square; }
.cm-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 32px; }
.cm-compact-list { list-style: none; margin: 12px 0 0; padding: 0; }
.cm-compact-list li { padding: 6px 0; border-top: 1px solid var(--cm-line); font-size: .9rem; }
.cm-compact-list a { color: var(--cm-ink); font-weight: 650; }

.cm-feat-main {
	display: grid; grid-template-columns: 1.1fr 1fr; gap: 12px; text-decoration: none !important; color: inherit;
}
.cm-feat-main img { width: 100%; height: 100%; min-height: 160px; object-fit: cover; border-radius: 10px; }
.cm-feat-main strong { display: block; font-size: 1.1rem; margin: 4px 0; color: var(--cm-ink); }
.cm-feat-main em { font-style: normal; color: var(--cm-muted); font-size: .88rem; }

.cm-card-block { background: #fff; border: 1px solid var(--cm-line); border-radius: var(--cm-radius); overflow: hidden; box-shadow: var(--cm-shadow); }
.cm-card-head { padding: 10px 14px; font-weight: 800; color: #fff; font-size: .92rem; }
.cm-head-blue { background: linear-gradient(90deg, #2563eb, #4f46e5); }
.cm-head-orange { background: linear-gradient(90deg, #ea580c, #f59e0b); }
.cm-card-body { padding: 12px 14px 14px; }
.cm-split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 12px; }
.cm-tri { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }

/* Why */
.cm-why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.cm-why-card {
	background: #fff; border: 1px solid var(--cm-line); border-radius: 12px; padding: 14px;
	box-shadow: var(--cm-shadow);
}
.cm-why-card h3 { font-size: .92rem; margin: 0 0 6px; }
.cm-why-card p { margin: 0; font-size: .82rem; color: var(--cm-muted); }

/* Submit CTA */
.cm-submit-cta {
	padding: 36px 0; text-align: center;
	background: linear-gradient(120deg, #4c1d95, #db2777 55%, #ea580c); color: #fff;
}
.cm-submit-cta h2 { color: #fff; font-size: 1.5rem; margin: 0 0 8px; }
.cm-submit-cta > .cm-shell > p { margin: 0 0 16px; opacity: .92; }
.cm-submit-links {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; max-width: 860px; margin: 0 auto;
}
.cm-submit-links a {
	display: block; padding: 12px; border-radius: 10px;
	background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25);
	color: #fff !important; font-weight: 700; text-decoration: none !important;
}
.cm-submit-links a:hover { background: rgba(255,255,255,.24); color: #fff !important; }

/* Footer base (full 2026 styles in landings.css) */
.cm-footer { color: #94a3b8; }
.cm-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.cm-footer strong { display: block; color: #fff; margin-bottom: 6px; }
.cm-footer a { color: #cbd5e1; }
.cm-footer a:hover { color: #fff; }
.cm-copy { border-top: 1px solid #1e293b; padding-top: 10px; font-size: .8rem; margin: 0; }

html.king-night body.cm-hybrid { background: #020617 !important; color: #e2e8f0; }
html.king-night .cm-king-header { background: rgba(15,23,42,.96); border-color: #1e293b; }
html.king-night .cm-seo-intro, html.king-night .cm-dir-section,
html.king-night .cm-biz-card, html.king-night .cm-why-card,
html.king-night .cm-card-block, html.king-night .cm-dir-box { background: #0f172a; border-color: #1e293b; color: #e2e8f0; }
html.king-night .cm-section-soft { background: #0b1220; }
html.king-night .cm-dir-nav a { color: #94a3b8 !important; }

@media (max-width: 1100px) {
	.cm-dir-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.cm-ads-grid, .cm-spon-grid, .cm-whats-grid, .cm-why-grid { grid-template-columns: repeat(3, 1fr); }
	.cm-art-grid, .cm-biz-grid { grid-template-columns: 1fr 1fr; }
	.cm-highlight-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
	.cm-dir-nav { display: none; }
	.cm-nav-toggle { display: inline-flex; }
	.cm-hero-grid, .cm-seo-body, .cm-split, .cm-video-layout, .cm-news-list,
	.cm-list-grid, .cm-link-dir, .cm-tri, .cm-footer-grid, .cm-feat-main { grid-template-columns: 1fr; }
	.cm-dir-cols { grid-template-columns: 1fr 1fr; }
	.cm-whats-grid, .cm-why-grid, .cm-submit-links { grid-template-columns: 1fr 1fr; }
	.cm-dir-search { grid-template-columns: 1fr 1fr; }
	.cm-shell { width: min(100% - 28px, 1200px); }
	.cm-dir-body { min-height: 200px; max-height: 240px; }
}
@media (max-width: 600px) {
	.cm-highlight-grid, .cm-dir-cols, .cm-ads-grid, .cm-art-grid, .cm-spon-grid,
	.cm-biz-grid, .cm-whats-grid, .cm-why-grid, .cm-submit-links, .cm-hero-visual { grid-template-columns: 1fr; }
	.cm-hcard-1 { grid-row: auto; }
	.cm-king-right .king-search-top { display: none; }
	.cm-submit-grid.king-submit-buttons { grid-template-columns: 1fr; }
	.cm-dir-search { grid-template-columns: 1fr; }
	.cm-hero { padding: 28px 0 24px; }
	.cm-section { padding: 22px 0; }
	.cm-dir-body { min-height: 180px; max-height: 220px; }
}

/* —— Site-wide mobile image / card safety —— */
img { max-width: 100%; height: auto; }
@media (max-width: 960px) {
	.cm-shell { width: min(100% - 24px, 1200px) !important; box-sizing: border-box; }
	/* King fixed-height thumbs → fluid */
	.king-posts .entry-image,
	article.hentry .entry-image,
	.cm-block .entry-image {
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 10;
		position: relative;
		overflow: hidden;
		width: 100% !important;
		max-width: 100% !important;
	}
	.king-posts .king-box-bg,
	article.hentry .king-box-bg {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		background-size: cover !important;
		background-position: center !important;
	}
	.king-posts,
	.king-posts > li,
	.king-post-item {
		max-width: 100%;
		box-sizing: border-box;
	}
	.cm-art-card,
	.cm-video-card,
	.cm-biz-card,
	.cm-card-block {
		min-width: 0;
		max-width: 100%;
	}
	.cm-art-card img,
	.cm-video-card img,
	.cm-biz-card img,
	.cm-card-media,
	.cm-card-media img,
	.cm-feat-main img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		object-fit: cover;
	}
	/* Homepage banner CTAs + Articles/Listings/Start free chips → right */
	.cm-banner-2026__cta,
	.cm-banner-2026__cta--shift {
		display: flex !important;
		justify-content: flex-end !important;
		align-items: flex-end !important;
		margin-left: auto !important;
		width: 100% !important;
	}
	.cm-banner-2026 .cm-btn {
		width: auto !important;
		max-width: 100%;
	}
	.cm-banner-2026__visual {
		position: relative !important;
		width: 100% !important;
		margin: 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;
		gap: 6px !important;
	}
	.cm-fstat {
		padding: 8px 10px !important;
		text-align: right !important;
	}
}
@media (max-width: 600px) {
	.king-posts .entry-image,
	article.hentry .entry-image {
		aspect-ratio: 4 / 3;
		max-height: 120px;
	}
	.cm-banner-2026__cta {
		flex-direction: column !important;
		align-items: flex-end !important;
	}
	.cm-banner-2026 .cm-btn {
		min-width: min(100%, 200px);
	}
	.cm-banner-2026__float-stats {
		right: 4px !important;
		top: 4px !important;
		max-width: min(128px, 40vw) !important;
	}
}
@media (prefers-reduced-motion: reduce) {
	* { transition: none !important; }
}
