/*
Theme Name: Citadel-Matrix
Theme URI: https://citadel-matrix.xyz
Author: Citadel-Matrix
Description: Secure enterprise software theme for Citadel-Matrix, Matrix-ERP, operational command systems, ERP pages, modules, reporting, and enterprise workflow content.
Version: 1.4.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.2
Text Domain: citadel-matrix
*/

:root {
	--cm-ink: #17202a;
	--cm-ink-2: #24313d;
	--cm-copy: #34424e;
	--cm-muted: #677684;
	--cm-bg: #f4f7f8;
	--cm-paper: #ffffff;
	--cm-soft: #e8eef0;
	--cm-line: #d7e0e4;
	--cm-teal: #1f7a8c;
	--cm-green: #4f7f57;
	--cm-amber: #c46a2b;
	--cm-blue: #315b86;
	--cm-dark: #101820;
	--cm-white: #ffffff;
	--cm-max: 1180px;
	--cm-radius: 8px;
	--cm-shadow: 0 24px 54px rgba(17, 28, 39, 0.13);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cm-bg);
	color: var(--cm-copy);
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	margin-top: 0;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.cm-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(23, 32, 42, 0.08);
	backdrop-filter: blur(14px);
}

.cm-nav {
	width: min(var(--cm-max), calc(100% - 32px));
	min-height: 74px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.cm-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: max-content;
	color: var(--cm-ink);
	font-size: 1rem;
	font-weight: 850;
}

.cm-brand-mark {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: var(--cm-ink);
	border: 1px solid rgba(31, 122, 140, 0.3);
	display: grid;
	place-items: center;
	box-shadow: 0 12px 28px rgba(23, 32, 42, 0.18);
}

.cm-brand-logo {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 10px 24px rgba(23, 32, 42, 0.16);
}

.cm-brand-mark::before {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid var(--cm-white);
	border-top-color: #75c5ca;
	border-right-color: #b8d17b;
	transform: rotate(45deg);
}

.cm-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--cm-muted);
	font-size: 0.94rem;
	font-weight: 700;
}

.cm-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	border-bottom: 2px solid transparent;
}

.cm-menu a:hover,
.cm-menu a:focus {
	color: var(--cm-ink);
	border-bottom-color: var(--cm-teal);
}

.cm-nav-cta,
.cm-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid var(--cm-teal);
	border-radius: var(--cm-radius);
	background: var(--cm-teal);
	color: var(--cm-white);
	font-weight: 800;
	box-shadow: 0 14px 28px rgba(31, 122, 140, 0.18);
	cursor: pointer;
}

.cm-nav-cta:hover,
.cm-button:hover,
.cm-button:focus {
	background: #176879;
	border-color: #176879;
}

.cm-button-secondary {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(255, 255, 255, 0.85);
	color: var(--cm-ink);
	box-shadow: none;
}

.cm-button-secondary:hover,
.cm-button-secondary:focus {
	background: var(--cm-white);
	border-color: var(--cm-white);
	color: var(--cm-ink);
}

.cm-main {
	min-height: 70vh;
}

.cm-hero {
	position: relative;
	overflow: hidden;
	color: var(--cm-white);
	background:
		linear-gradient(90deg, rgba(16, 24, 32, 0.92) 0%, rgba(16, 24, 32, 0.74) 48%, rgba(16, 24, 32, 0.26) 100%),
		var(--cm-hero-image) center right / cover no-repeat;
}

.cm-hero-inner,
.cm-section-inner,
.cm-footer-inner {
	width: min(var(--cm-max), calc(100% - 32px));
	margin: 0 auto;
}

.cm-hero-copy {
	max-width: 760px;
	padding: 96px 0 86px;
}

.cm-hero-logo {
	width: clamp(170px, 22vw, 260px);
	height: auto;
	margin: 0 0 24px;
	border-radius: 8px;
	background: var(--cm-white);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.cm-kicker {
	margin: 0 0 14px;
	color: var(--cm-teal);
	font-size: 0.78rem;
	line-height: 1.3;
	font-weight: 850;
	text-transform: uppercase;
}

.cm-hero .cm-kicker,
.cm-contact-band .cm-kicker {
	color: #a7e0d6;
}

.cm-hero h1,
.cm-page-hero h1 {
	margin: 0;
	color: inherit;
	font-size: 5.5rem;
	line-height: 0.96;
	letter-spacing: 0;
}

.cm-hero-lede {
	max-width: 680px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.28rem;
	line-height: 1.55;
}

.cm-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.cm-hero-ribbon {
	width: min(var(--cm-max), calc(100% - 32px));
	margin: 0 auto 32px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(14px);
}

.cm-hero-ribbon div {
	min-height: 104px;
	padding: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.cm-hero-ribbon div:last-child {
	border-right: 0;
}

.cm-hero-ribbon strong {
	display: block;
	color: var(--cm-white);
	font-size: 1.05rem;
}

.cm-hero-ribbon span {
	display: block;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.73);
	font-size: 0.92rem;
}

.cm-section {
	padding: 84px 0;
	background: var(--cm-paper);
}

.cm-intro-layer {
	background: var(--cm-bg);
}

.cm-section-warm {
	background: #eef3ef;
}

.cm-section-muted {
	background: #edf2f5;
}

.cm-proof-band {
	padding: 0;
	background: var(--cm-dark);
	color: var(--cm-white);
}

.cm-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.cm-proof-grid div {
	min-height: 224px;
	padding: 30px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.cm-proof-grid span {
	display: block;
	margin-bottom: 12px;
	color: #a7e0d6;
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.cm-proof-grid strong {
	display: block;
	color: var(--cm-white);
	font-size: 1.45rem;
	line-height: 1.15;
}

.cm-proof-grid p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.72);
}

.cm-platform-band {
	background: #f7f1e8;
}

.cm-contact-band {
	background: var(--cm-dark);
	color: var(--cm-white);
}

.cm-section-header {
	max-width: 800px;
	margin-bottom: 34px;
}

.cm-section-header h2,
.cm-contact-panel h2,
.cm-page-cta h2 {
	margin: 0;
	color: var(--cm-ink);
	font-size: 2.85rem;
	line-height: 1.08;
	letter-spacing: 0;
}

.cm-contact-band h2,
.cm-contact-band .cm-contact-panel p {
	color: var(--cm-white);
}

.cm-section-header p,
.cm-layer-grid p,
.cm-page-cta p {
	margin: 16px 0 0;
	color: var(--cm-muted);
	font-size: 1.05rem;
}

.cm-layer-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: 48px;
	align-items: center;
}

.cm-layer-grid h2 {
	margin: 0;
	color: var(--cm-ink);
	font-size: 2.7rem;
	line-height: 1.08;
}

.cm-dashboard-shot {
	padding: 22px;
	border: 1px solid var(--cm-line);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: var(--cm-shadow);
}

.cm-dash-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 44px;
	color: var(--cm-ink);
	font-weight: 850;
}

.cm-dash-top strong {
	padding: 5px 9px;
	border-radius: 999px;
	background: #e6f4ec;
	color: var(--cm-green);
	font-size: 0.78rem;
}

.cm-dash-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.cm-dash-metrics div {
	min-height: 92px;
	padding: 16px;
	border: 1px solid var(--cm-line);
	border-radius: var(--cm-radius);
	background: #f8fafb;
}

.cm-dash-metrics strong {
	display: block;
	color: var(--cm-ink);
	font-size: 1.8rem;
	line-height: 1;
}

.cm-dash-metrics span,
.cm-dash-feed p {
	color: var(--cm-muted);
	font-size: 0.9rem;
}

.cm-dash-bars {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.cm-dash-bars span {
	display: block;
	height: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--cm-teal) var(--bar), #dfe8eb var(--bar));
}

.cm-dash-feed {
	display: grid;
	gap: 10px;
	margin-top: 22px;
}

.cm-dash-feed p {
	margin: 0;
	padding: 12px 14px;
	border-left: 3px solid var(--cm-amber);
	background: #f8fafb;
}

.cm-dash-feed b {
	color: var(--cm-ink);
}

.cm-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.cm-feature-card,
.cm-market {
	display: block;
	min-height: 278px;
	padding: 24px;
	border: 1px solid var(--cm-line);
	border-radius: var(--cm-radius);
	background: var(--cm-paper);
	box-shadow: 0 18px 42px rgba(23, 32, 42, 0.08);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.cm-feature-card:hover,
.cm-feature-card:focus,
.cm-market:hover,
.cm-market:focus {
	transform: translateY(-3px);
	border-color: rgba(31, 122, 140, 0.45);
	box-shadow: var(--cm-shadow);
}

.cm-feature-card span,
.cm-timeline span {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: var(--cm-radius);
	background: #edf6f7;
	color: var(--cm-teal);
	font-weight: 900;
}

.cm-feature-card h3,
.cm-market h3,
.cm-industry-list h3,
.cm-timeline h3 {
	margin: 22px 0 10px;
	color: var(--cm-ink);
	font-size: 1.18rem;
	line-height: 1.24;
}

.cm-feature-card p,
.cm-market p,
.cm-industry-list p,
.cm-timeline p {
	margin: 0;
	color: var(--cm-muted);
	font-size: 0.97rem;
}

.cm-two-column {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 52px;
	align-items: start;
}

.cm-industry-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.cm-industry-list div {
	min-height: 184px;
	padding: 22px;
	border: 1px solid rgba(79, 127, 87, 0.22);
	border-radius: var(--cm-radius);
	background: rgba(255, 255, 255, 0.72);
}

.cm-timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--cm-line);
	border-left: 1px solid var(--cm-line);
	background: var(--cm-paper);
}

.cm-timeline article {
	min-height: 254px;
	padding: 24px;
	border-right: 1px solid var(--cm-line);
	border-bottom: 1px solid var(--cm-line);
}

.cm-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	color: var(--cm-teal);
	font-weight: 850;
}

.cm-text-link::after {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
}

.cm-market-band {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.cm-market {
	min-height: 232px;
}

.cm-module-matrix {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cm-module-matrix article,
.cm-enterprise-list p {
	min-height: 184px;
	margin: 0;
	padding: 24px;
	border: 1px solid var(--cm-line);
	border-radius: var(--cm-radius);
	background: var(--cm-paper);
	box-shadow: 0 12px 30px rgba(23, 32, 42, 0.06);
}

.cm-module-matrix h3 {
	margin: 0 0 10px;
	color: var(--cm-ink);
	font-size: 1.18rem;
	line-height: 1.24;
}

.cm-module-matrix p,
.cm-enterprise-list p {
	color: var(--cm-muted);
}

.cm-enterprise-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cm-enterprise-list strong {
	color: var(--cm-ink);
}

.cm-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 28px;
	align-items: start;
}

.cm-contact-panel {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--cm-radius);
	background: rgba(255, 255, 255, 0.06);
}

.cm-contact-band .cm-contact-panel:first-child {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.cm-contact-panel p {
	color: rgba(255, 255, 255, 0.76);
}

.cm-contact-form {
	display: grid;
	gap: 16px;
}

.cm-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.cm-field-full {
	grid-column: 1 / -1;
}

.cm-field {
	display: grid;
	gap: 7px;
}

.cm-field label {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9rem;
	font-weight: 800;
}

.cm-field input,
.cm-field textarea,
.cm-field select {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--cm-radius);
	background: rgba(255, 255, 255, 0.1);
	color: var(--cm-white);
	padding: 12px 13px;
	font: inherit;
}

.cm-field select option {
	color: var(--cm-ink);
}

.cm-field textarea {
	min-height: 150px;
	resize: vertical;
}

.cm-field input:focus,
.cm-field textarea:focus,
.cm-field select:focus {
	outline: 2px solid rgba(167, 224, 214, 0.64);
	outline-offset: 2px;
}

.cm-form-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.cm-form-status {
	min-height: 24px;
	color: #a7e0d6;
	font-weight: 800;
}

.cm-form-note {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(167, 224, 214, 0.22);
	border-radius: var(--cm-radius);
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	line-height: 1.45;
}

.cm-form-status.is-error {
	color: #ffb8a6;
}

.cm-honeypot {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.cm-page-hero {
	padding: 78px 0 70px;
	color: var(--cm-white);
	background:
		linear-gradient(90deg, rgba(16, 24, 32, 0.92), rgba(36, 49, 61, 0.78)),
		var(--cm-hero-image) center / cover no-repeat;
}

.cm-page-hero .cm-section-header {
	margin-bottom: 0;
}

.cm-page-hero .cm-section-header p {
	color: rgba(255, 255, 255, 0.82);
}

.cm-page-body {
	background: var(--cm-bg);
}

.cm-readable {
	max-width: 980px;
}

.cm-page-content {
	color: var(--cm-copy);
	font-size: 1.06rem;
}

.cm-page-content h2,
.cm-page-content h3 {
	color: var(--cm-ink);
	line-height: 1.15;
	letter-spacing: 0;
}

.cm-page-content h2 {
	margin: 0 0 18px;
	font-size: 2.1rem;
}

.cm-page-content h3 {
	margin: 32px 0 10px;
	font-size: 1.35rem;
}

.cm-page-content p,
.cm-page-content li {
	color: var(--cm-copy);
}

.cm-page-content ul {
	display: grid;
	gap: 10px;
	padding-left: 22px;
}

.cm-page-content a {
	color: var(--cm-teal);
	font-weight: 800;
}

.cm-page-content .cm-contact-form {
	margin-top: 24px;
	padding: 24px;
	border: 1px solid var(--cm-line);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: var(--cm-shadow);
}

.cm-page-content .cm-field label {
	color: var(--cm-ink);
}

.cm-page-content .cm-field input,
.cm-page-content .cm-field textarea,
.cm-page-content .cm-field select {
	border-color: var(--cm-line);
	background: #f8fafb;
	color: var(--cm-ink);
}

.cm-page-content .cm-form-status {
	color: var(--cm-green);
}

.cm-page-content .cm-form-note,
.cm-contact-panel-light .cm-form-note {
	border-color: var(--cm-line);
	background: #f3f8fa;
	color: var(--cm-muted);
}

.cm-page-content .cm-form-status.is-error {
	color: #b5472b;
}

.cm-page-content .wp-block-columns {
	gap: 18px;
}

.cm-page-content .wp-block-column {
	padding: 22px;
	border: 1px solid var(--cm-line);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: 0 12px 30px rgba(23, 32, 42, 0.06);
}

.cm-page-cta {
	margin-top: 42px;
	padding: 28px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	border: 1px solid var(--cm-line);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: var(--cm-shadow);
}

.cm-footer {
	padding: 42px 0;
	background: #111922;
	color: rgba(255, 255, 255, 0.72);
}

.cm-footer-inner {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) auto auto;
	gap: 28px;
	align-items: start;
}

.cm-footer-brand {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--cm-white);
	font-size: 1.05rem;
	font-weight: 900;
}

.cm-footer p {
	max-width: 430px;
	margin: 0;
}

.cm-footer-links,
.cm-footer-meta {
	display: grid;
	gap: 8px;
}

.cm-footer-links a,
.cm-footer-meta a {
	color: rgba(255, 255, 255, 0.84);
	font-weight: 700;
}

.cm-footer-links a:hover,
.cm-footer-meta a:hover {
	color: var(--cm-white);
}

@media (max-width: 1080px) {
	.cm-menu {
		gap: 14px;
	}

	.cm-feature-grid,
	.cm-proof-grid,
	.cm-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cm-module-matrix,
	.cm-enterprise-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.cm-nav {
		flex-wrap: wrap;
		justify-content: center;
		padding: 12px 0;
	}

	.cm-brand {
		margin-right: auto;
	}

	.cm-menu {
		order: 3;
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.cm-hero h1,
	.cm-page-hero h1 {
		font-size: 4rem;
	}

	.cm-hero-copy {
		padding: 78px 0 74px;
	}

	.cm-hero-ribbon,
	.cm-layer-grid,
	.cm-two-column,
	.cm-contact-layout,
	.cm-footer-inner {
		grid-template-columns: 1fr;
	}

	.cm-hero-ribbon {
		margin-bottom: 24px;
	}

	.cm-hero-ribbon div {
		min-height: 86px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}

	.cm-hero-ribbon div:last-child {
		border-bottom: 0;
	}

	.cm-layer-grid {
		gap: 30px;
	}

	.cm-section-header h2,
	.cm-layer-grid h2,
	.cm-contact-panel h2,
	.cm-page-cta h2 {
		font-size: 2.25rem;
	}

	.cm-page-cta {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.cm-nav {
		width: min(var(--cm-max), calc(100% - 24px));
		min-height: 68px;
		gap: 12px;
	}

	.cm-nav-cta {
		display: none;
	}

	.cm-brand-mark {
		width: 34px;
		height: 34px;
	}

	.cm-menu {
		font-size: 0.9rem;
	}

	.cm-hero {
		background:
			linear-gradient(180deg, rgba(16, 24, 32, 0.94), rgba(16, 24, 32, 0.62)),
			var(--cm-hero-image) center / cover no-repeat;
	}

	.cm-hero h1,
	.cm-page-hero h1 {
		font-size: 3.1rem;
	}

	.cm-hero-lede {
		font-size: 1.08rem;
	}

	.cm-hero-copy {
		padding: 48px 0 38px;
	}

	.cm-hero-ribbon {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 18px;
	}

	.cm-hero-ribbon div {
		min-height: 112px;
		padding: 16px;
		border-right: 1px solid rgba(255, 255, 255, 0.16);
	}

	.cm-hero-ribbon div:nth-child(2n) {
		border-right: 0;
	}

	.cm-hero-ribbon div:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.cm-section,
	.cm-page-hero {
		padding: 58px 0;
	}

	.cm-feature-grid,
	.cm-industry-list,
	.cm-proof-grid,
	.cm-timeline,
	.cm-market-band,
	.cm-module-matrix,
	.cm-enterprise-list,
	.cm-dash-metrics,
	.cm-form-grid {
		grid-template-columns: 1fr;
	}

	.cm-dashboard-shot,
	.cm-feature-card,
	.cm-proof-grid div,
	.cm-industry-list div,
	.cm-timeline article,
	.cm-market,
	.cm-module-matrix article,
	.cm-enterprise-list p,
	.cm-contact-panel,
	.cm-page-content .wp-block-column,
	.cm-page-cta {
		padding: 20px;
	}
}

/* High-tech visual/navigation layer. */
:root {
	--cm-cyber: #37d5ff;
	--cm-cyan: #4be4c9;
	--cm-lime: #a8f06f;
	--cm-violet: #6f7dff;
	--cm-carbon: #07111d;
	--cm-panel: rgba(255, 255, 255, 0.84);
	--cm-panel-dark: rgba(8, 18, 30, 0.74);
	--cm-hairline: rgba(105, 226, 255, 0.26);
	--cm-glow: 0 26px 80px rgba(29, 116, 185, 0.22);
	--cm-shadow: 0 28px 70px rgba(7, 17, 29, 0.16);
}

body {
	background:
		linear-gradient(180deg, #f6fbff 0%, #edf5fb 42%, #f7fafc 100%),
		repeating-linear-gradient(90deg, rgba(31, 122, 140, 0.05) 0 1px, transparent 1px 64px),
		repeating-linear-gradient(0deg, rgba(49, 91, 134, 0.045) 0 1px, transparent 1px 64px);
}

.cm-site-header {
	background: rgba(247, 251, 255, 0.82);
	border-bottom: 1px solid rgba(31, 122, 140, 0.18);
	box-shadow: 0 14px 40px rgba(7, 17, 29, 0.08);
}

.cm-nav {
	min-height: 82px;
}

.cm-brand {
	position: relative;
	gap: 14px;
	padding: 8px 10px 8px 8px;
	border: 1px solid rgba(31, 122, 140, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 14px 34px rgba(7, 17, 29, 0.08);
}

.cm-brand-logo {
	width: 46px;
	height: 46px;
	border: 1px solid rgba(55, 213, 255, 0.28);
	box-shadow: 0 0 0 4px rgba(55, 213, 255, 0.08), 0 16px 32px rgba(7, 17, 29, 0.14);
}

.cm-brand-text {
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.cm-menu {
	gap: 6px;
	padding: 7px;
	border: 1px solid rgba(31, 122, 140, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.66);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 32px rgba(7, 17, 29, 0.06);
}

.cm-menu a {
	position: relative;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid transparent;
	border-radius: 7px;
	color: #415064;
}

.cm-menu a:hover,
.cm-menu a:focus {
	border-color: rgba(55, 213, 255, 0.28);
	background: rgba(8, 18, 30, 0.05);
	color: var(--cm-ink);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.cm-nav-cta,
.cm-button {
	position: relative;
	overflow: hidden;
	border-color: rgba(75, 228, 201, 0.72);
	background: linear-gradient(135deg, #0b6f83, #0e9b93);
	box-shadow: 0 16px 38px rgba(14, 155, 147, 0.24);
}

.cm-nav-cta::after,
.cm-button::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, transparent 0 28%, rgba(255, 255, 255, 0.34) 45%, transparent 62% 100%);
	transform: translateX(-120%);
	transition: transform 360ms ease;
}

.cm-nav-cta:hover::after,
.cm-button:hover::after,
.cm-button:focus::after {
	transform: translateX(120%);
}

.cm-button-secondary {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.12);
	color: var(--cm-white);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.cm-button-secondary:hover,
.cm-button-secondary:focus {
	background: rgba(255, 255, 255, 0.2);
	color: var(--cm-white);
}

.cm-hero {
	isolation: isolate;
	background:
		linear-gradient(118deg, transparent 0 62%, rgba(55, 213, 255, 0.16) 62% 62.4%, transparent 62.4% 100%),
		linear-gradient(36deg, transparent 0 72%, rgba(168, 240, 111, 0.1) 72% 72.3%, transparent 72.3% 100%),
		linear-gradient(90deg, rgba(5, 12, 22, 0.97) 0%, rgba(6, 18, 31, 0.89) 48%, rgba(6, 18, 31, 0.46) 100%),
		var(--cm-hero-image) center right / cover no-repeat;
}

.cm-hero::before,
.cm-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.cm-hero::before {
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(rgba(105, 226, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(105, 226, 255, 0.08) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent 78%);
}

.cm-hero::after {
	right: 7vw;
	top: 112px;
	width: min(32vw, 460px);
	height: min(24vw, 320px);
	border: 1px solid rgba(75, 228, 201, 0.22);
	border-radius: 8px;
	background:
		linear-gradient(135deg, transparent 0 44%, rgba(75, 228, 201, 0.14) 44% 44.5%, transparent 44.5% 100%),
		linear-gradient(90deg, transparent 49%, rgba(75, 228, 201, 0.18) 50%, transparent 51%),
		linear-gradient(0deg, transparent 49%, rgba(55, 213, 255, 0.16) 50%, transparent 51%),
		repeating-linear-gradient(90deg, rgba(55, 213, 255, 0.08) 0 1px, transparent 1px 42px);
	box-shadow: inset 0 0 60px rgba(55, 213, 255, 0.08), 0 0 90px rgba(55, 213, 255, 0.12);
	clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%);
	opacity: 0.74;
}

.cm-hero-copy {
	padding: 36px 0 22px;
}

.cm-hero-logo {
	width: clamp(108px, 12vw, 148px);
	margin-bottom: 16px;
	padding: 8px;
	border: 1px solid rgba(75, 228, 201, 0.2);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 0 0 8px rgba(75, 228, 201, 0.06), 0 28px 78px rgba(0, 0, 0, 0.36);
}

.cm-hero h1,
.cm-page-hero h1 {
	max-width: 960px;
	font-size: clamp(3.1rem, 5.2vw, 4.05rem);
	text-wrap: balance;
	text-shadow: 0 0 40px rgba(55, 213, 255, 0.18);
}

.cm-legal-line {
	display: inline-flex;
	width: fit-content;
	margin: 18px 0 0;
	padding: 8px 11px;
	border: 1px solid rgba(121, 242, 223, 0.34);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.11);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.35;
}

.cm-hero-lede {
	max-width: 740px;
	margin-top: 18px;
	color: rgba(231, 247, 255, 0.88);
	font-size: 1.1rem;
	line-height: 1.46;
}

.cm-hero-actions {
	margin-top: 22px;
}

.cm-hero-ribbon {
	position: relative;
	z-index: 2;
	margin-bottom: 12px;
	border-color: rgba(105, 226, 255, 0.24);
	border-radius: 8px;
	background: rgba(8, 18, 30, 0.58);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.cm-hero-ribbon div {
	min-height: 70px;
	padding: 12px 16px;
	border-right-color: rgba(105, 226, 255, 0.18);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.cm-hero-ribbon strong,
.cm-proof-grid strong {
	color: #f9fdff;
}

.cm-hero-ribbon strong {
	font-size: 1rem;
}

.cm-hero-ribbon span {
	color: rgba(221, 244, 255, 0.72);
	font-size: 0.86rem;
}

.cm-section {
	position: relative;
	overflow: hidden;
}

.cm-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent, rgba(55, 213, 255, 0.04), transparent),
		repeating-linear-gradient(90deg, rgba(31, 122, 140, 0.04) 0 1px, transparent 1px 80px);
	opacity: 0.72;
}

.cm-section-inner {
	position: relative;
	z-index: 1;
}

.cm-dashboard-shot,
.cm-feature-card,
.cm-market,
.cm-module-matrix article,
.cm-enterprise-list p,
.cm-industry-list div,
.cm-timeline article,
.cm-contact-panel,
.cm-page-content .wp-block-column,
.cm-page-cta {
	border-color: rgba(31, 122, 140, 0.18);
	background: var(--cm-panel);
	box-shadow: var(--cm-glow);
	backdrop-filter: blur(18px);
}

.cm-dashboard-shot {
	position: relative;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(239, 248, 251, 0.86));
}

.cm-dashboard-shot::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(55, 213, 255, 0.16);
	border-radius: 6px;
	pointer-events: none;
}

.cm-dash-top strong,
.cm-feature-card span,
.cm-timeline span {
	background: linear-gradient(135deg, rgba(75, 228, 201, 0.18), rgba(55, 213, 255, 0.16));
	color: #066b78;
}

.cm-dash-bars span {
	height: 14px;
	background:
		linear-gradient(90deg, var(--cm-cyan) var(--bar), rgba(196, 212, 225, 0.82) var(--bar)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.cm-proof-band,
.cm-contact-band {
	background:
		linear-gradient(125deg, transparent 0 64%, rgba(55, 213, 255, 0.12) 64% 64.35%, transparent 64.35% 100%),
		repeating-linear-gradient(90deg, rgba(105, 226, 255, 0.05) 0 1px, transparent 1px 72px),
		linear-gradient(135deg, #07111d, #101827 58%, #0b2430);
}

.cm-proof-grid {
	border-left-color: rgba(105, 226, 255, 0.16);
}

.cm-proof-grid div {
	border-right-color: rgba(105, 226, 255, 0.16);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
}

.cm-proof-grid span,
.cm-kicker,
.cm-text-link {
	color: #0d7f90;
}

.cm-proof-band .cm-kicker,
.cm-proof-grid span,
.cm-contact-band .cm-kicker {
	color: #79f2df;
}

.cm-feature-card:hover,
.cm-feature-card:focus,
.cm-market:hover,
.cm-market:focus,
.cm-module-matrix article:hover {
	transform: translateY(-5px);
	border-color: rgba(55, 213, 255, 0.36);
	box-shadow: 0 34px 80px rgba(7, 17, 29, 0.18);
}

.cm-platform-band,
.cm-section-warm,
.cm-section-muted,
.cm-intro-layer {
	background: linear-gradient(180deg, #f5fbff, #eef6fb);
}

.cm-contact-panel {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(105, 226, 255, 0.18);
}

.cm-contact-band .cm-field input,
.cm-contact-band .cm-field textarea,
.cm-contact-band .cm-field select {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(105, 226, 255, 0.22);
}

@media (max-width: 900px) {
	.cm-menu {
		justify-content: flex-start;
		padding: 6px;
	}

	.cm-hero::after {
		display: none;
	}

	.cm-hero-copy {
		padding: 42px 0 26px;
	}

	.cm-hero h1,
	.cm-page-hero h1 {
		font-size: 3.45rem;
	}
}

@media (max-width: 640px) {
	.cm-brand {
		width: 100%;
		justify-content: center;
	}

	.cm-menu {
		background: rgba(255, 255, 255, 0.72);
	}

	.cm-menu a {
		white-space: nowrap;
	}

	.cm-hero {
		background:
			linear-gradient(180deg, rgba(5, 12, 22, 0.96), rgba(5, 12, 22, 0.72)),
			var(--cm-hero-image) center / cover no-repeat;
	}

	.cm-hero-logo {
		width: 96px;
		margin-bottom: 14px;
	}

	.cm-hero-copy {
		padding: 28px 0 18px;
	}

	.cm-hero h1,
	.cm-page-hero h1 {
		font-size: 2.55rem;
	}

	.cm-hero-lede {
		margin-top: 14px;
		font-size: 0.98rem;
		line-height: 1.48;
	}

	.cm-hero-actions {
		margin-top: 18px;
	}

	.cm-hero-ribbon {
		display: flex;
		grid-template-columns: none;
		gap: 0;
		overflow-x: auto;
		margin-bottom: 12px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.cm-hero-ribbon::-webkit-scrollbar {
		display: none;
	}

	.cm-hero-ribbon div {
		flex: 0 0 224px;
		min-height: 86px;
		border-right: 1px solid rgba(255, 255, 255, 0.16);
		border-bottom: 0;
		scroll-snap-align: start;
	}
}

/* Expanded site navigation and virtual page system. */
.cm-navigation-band,
.cm-workflow-band,
.cm-roadmap-band {
	background:
		linear-gradient(118deg, transparent 0 64%, rgba(55, 213, 255, 0.08) 64% 64.28%, transparent 64.28% 100%),
		linear-gradient(180deg, #f7fbff, #edf6fb);
}

.cm-site-map-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.cm-site-map-card,
.cm-pathway-card,
.cm-virtual-card {
	position: relative;
	display: grid;
	align-content: start;
	min-height: 238px;
	padding: 22px;
	border: 1px solid rgba(31, 122, 140, 0.18);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 249, 252, 0.86));
	box-shadow: 0 18px 48px rgba(7, 17, 29, 0.1);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.cm-site-map-card::before,
.cm-pathway-card::before,
.cm-virtual-card::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(55, 213, 255, 0.12);
	border-radius: 6px;
	pointer-events: none;
}

.cm-site-map-card:hover,
.cm-site-map-card:focus,
.cm-pathway-card:hover,
.cm-pathway-card:focus,
.cm-virtual-card[href]:hover,
.cm-virtual-card[href]:focus {
	transform: translateY(-4px);
	border-color: rgba(55, 213, 255, 0.36);
	box-shadow: 0 30px 76px rgba(7, 17, 29, 0.16);
}

.cm-site-map-card span,
.cm-pathway-card span,
.cm-virtual-card span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 34px;
	margin-bottom: 18px;
	border-radius: 8px;
	background: rgba(55, 213, 255, 0.12);
	color: #0a7182;
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.cm-site-map-card h3,
.cm-pathway-card h3,
.cm-virtual-card h3 {
	margin: 0 0 10px;
	color: var(--cm-ink);
	font-size: 1.13rem;
	line-height: 1.22;
}

.cm-site-map-card p,
.cm-pathway-card p,
.cm-virtual-card p {
	margin: 0;
	color: var(--cm-muted);
	font-size: 0.96rem;
	line-height: 1.5;
}

.cm-pathway-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.cm-pathway-card {
	min-height: 246px;
}

.cm-inspection-grid,
.cm-roadmap-stack {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.cm-inspection-grid div,
.cm-roadmap-stack div {
	min-height: 172px;
	padding: 22px;
	border: 1px solid rgba(31, 122, 140, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 16px 42px rgba(7, 17, 29, 0.08);
}

.cm-inspection-grid strong,
.cm-roadmap-stack strong {
	display: block;
	margin-bottom: 10px;
	color: var(--cm-ink);
	font-size: 1.05rem;
}

.cm-inspection-grid span,
.cm-roadmap-stack span {
	color: var(--cm-muted);
}

.cm-roadmap-stack {
	grid-template-columns: 1fr;
}

.cm-roadmap-stack div {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	align-items: center;
	min-height: 86px;
}

.cm-roadmap-stack strong {
	margin: 0;
	color: #0a7182;
	font-size: 1.4rem;
}

.cm-virtual-hero {
	padding-bottom: 44px;
}

.cm-page-jump {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 34px;
}

.cm-page-jump a {
	min-height: 86px;
	padding: 14px;
	border: 1px solid rgba(105, 226, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
}

.cm-page-jump a:hover,
.cm-page-jump a:focus,
.cm-page-jump a.is-active {
	border-color: rgba(85, 240, 202, 0.42);
	background: rgba(255, 255, 255, 0.14);
	color: var(--cm-white);
}

.cm-page-jump span {
	display: block;
	margin-bottom: 5px;
	color: #79f2df;
	font-size: 0.68rem;
	font-weight: 950;
	text-transform: uppercase;
}

.cm-page-jump strong {
	display: block;
	font-size: 0.92rem;
	line-height: 1.2;
}

.cm-virtual-section {
	padding: 38px 0;
	border-bottom: 1px solid rgba(31, 122, 140, 0.12);
}

.cm-virtual-section:first-of-type {
	padding-top: 0;
}

.cm-virtual-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.cm-virtual-grid.is-dense {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-virtual-card {
	min-height: 220px;
}

.cm-virtual-card strong {
	display: inline-flex;
	margin-top: 18px;
	color: #0a7182;
	font-size: 0.88rem;
}

.cm-virtual-split {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: 28px;
	align-items: start;
	margin-bottom: 44px;
	padding: 28px;
	border: 1px solid rgba(31, 122, 140, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: var(--cm-glow);
}

.cm-virtual-split h2 {
	margin: 0;
	color: var(--cm-ink);
	font-size: 2.25rem;
	line-height: 1.08;
}

.cm-contact-panel-light {
	background: rgba(255, 255, 255, 0.86);
}

.cm-contact-panel-light p,
.cm-contact-panel-light .cm-field label {
	color: var(--cm-ink);
}

.cm-contact-panel-light .cm-field input,
.cm-contact-panel-light .cm-field textarea,
.cm-contact-panel-light .cm-field select {
	border-color: var(--cm-line);
	background: #f8fbfd;
	color: var(--cm-ink);
}

.cm-footer-inner {
	grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(150px, 0.7fr)) minmax(190px, 0.8fr);
}

@media (max-width: 1180px) {
	.cm-site-map-grid,
	.cm-inspection-grid,
	.cm-page-jump,
	.cm-virtual-grid,
	.cm-virtual-grid.is-dense {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cm-footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.cm-site-map-grid,
	.cm-pathway-grid,
	.cm-inspection-grid,
	.cm-page-jump,
	.cm-virtual-grid,
	.cm-virtual-grid.is-dense,
	.cm-virtual-split,
	.cm-footer-inner {
		grid-template-columns: 1fr;
	}

	.cm-site-map-card,
	.cm-pathway-card,
	.cm-virtual-card {
		min-height: 0;
	}

	.cm-page-jump {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.cm-page-jump::-webkit-scrollbar {
		display: none;
	}

	.cm-page-jump a {
		flex: 0 0 230px;
		scroll-snap-align: start;
	}

	.cm-virtual-split {
		padding: 20px;
	}

	.cm-virtual-split h2 {
		font-size: 1.86rem;
	}
}

.cm-sales-band {
	background: #eef6f4;
	border-top: 1px solid rgba(31, 122, 140, 0.12);
	border-bottom: 1px solid rgba(31, 122, 140, 0.12);
}

.cm-lead-magnet-band {
	background:
		linear-gradient(118deg, transparent 0 68%, rgba(75, 228, 201, 0.12) 68% 68.3%, transparent 68.3% 100%),
		linear-gradient(180deg, #ffffff, #eef8fb);
}

.cm-aerospace-band {
	background:
		linear-gradient(122deg, transparent 0 62%, rgba(49, 91, 134, 0.08) 62% 62.3%, transparent 62.3% 100%),
		linear-gradient(180deg, #f8fcff, #eef6fb);
}

.cm-sales-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.cm-sales-grid article,
.cm-offer-grid a {
	min-height: 248px;
	padding: 24px;
	border: 1px solid rgba(31, 122, 140, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 44px rgba(17, 28, 39, 0.08);
}

.cm-sales-grid span {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 34px;
	margin-bottom: 18px;
	border-radius: 8px;
	background: rgba(196, 106, 43, 0.12);
	color: #9a4d1f;
	font-size: 0.78rem;
	font-weight: 950;
}

.cm-sales-grid h3 {
	margin: 0 0 10px;
	color: var(--cm-ink);
	font-size: 1.18rem;
	line-height: 1.22;
}

.cm-sales-grid p,
.cm-offer-grid span {
	margin: 0;
	color: var(--cm-muted);
	font-size: 0.96rem;
	line-height: 1.5;
}

.cm-buyer-band {
	background: #ffffff;
}

.cm-demo-notice-band {
	padding: 20px 0;
	background: #fff7ec;
	border-top: 1px solid rgba(196, 106, 43, 0.24);
	border-bottom: 1px solid rgba(196, 106, 43, 0.24);
}

.cm-demo-notice-band .cm-section-inner,
.cm-demo-note {
	display: flex;
	align-items: center;
	gap: 18px;
}

.cm-demo-notice-band strong,
.cm-demo-note strong {
	flex: 0 0 auto;
	padding: 7px 10px;
	border: 1px solid rgba(196, 106, 43, 0.32);
	border-radius: 8px;
	background: #ffffff;
	color: #9a4d1f;
	font-size: 0.78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.cm-demo-notice-band p,
.cm-demo-note span {
	margin: 0;
	color: var(--cm-ink-2);
	font-size: 0.95rem;
	line-height: 1.45;
}

.cm-demo-note {
	align-items: flex-start;
	max-width: 820px;
	margin-top: 20px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 247, 236, 0.12);
}

.cm-demo-note span {
	color: rgba(255, 255, 255, 0.76);
}

.cm-offer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.cm-offer-grid a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 178px;
	border-color: rgba(49, 91, 134, 0.18);
}

.cm-offer-grid a:hover,
.cm-offer-grid a:focus {
	border-color: rgba(31, 122, 140, 0.42);
	transform: translateY(-2px);
}

.cm-offer-grid strong {
	display: block;
	margin-bottom: 14px;
	color: var(--cm-ink);
	font-size: 1.08rem;
}

.cm-conversion-strip {
	background: #101820;
	color: rgba(255, 255, 255, 0.78);
}

.cm-conversion-strip .cm-section-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.cm-conversion-strip h2 {
	max-width: 820px;
	margin: 0 0 10px;
	color: var(--cm-white);
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.05;
}

.cm-conversion-strip p {
	max-width: 760px;
	margin-bottom: 0;
}

.cm-conversion-strip .cm-kicker {
	color: #79f2df;
}

.cm-footer-inner {
	grid-template-columns: minmax(230px, 1.1fr) repeat(5, minmax(125px, 0.66fr)) minmax(172px, 0.8fr);
}

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

	.cm-footer-inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.cm-sales-grid,
	.cm-offer-grid,
	.cm-footer-inner {
		grid-template-columns: 1fr;
	}

	.cm-sales-grid article,
	.cm-offer-grid a {
		min-height: 0;
	}

	.cm-conversion-strip .cm-section-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.cm-demo-notice-band .cm-section-inner,
	.cm-demo-note {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Responsive navigation conversion polish. */
.cm-menu {
	flex: 1 1 auto;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-snap-type: x proximity;
}

.cm-menu::-webkit-scrollbar {
	display: none;
}

.cm-menu li {
	flex: 0 0 auto;
	scroll-snap-align: start;
}

.cm-nav-cta {
	flex: 0 0 auto;
	white-space: nowrap;
}

.cm-mobile-cta {
	display: none;
}

@media (max-width: 900px) {
	.cm-menu {
		mask-image: linear-gradient(90deg, #000 0 calc(100% - 34px), transparent 100%);
	}
}

@media (max-width: 640px) {
	body {
		padding-bottom: 78px;
	}

	.cm-site-header {
		padding-bottom: 10px;
	}

	.cm-menu {
		gap: 8px;
		padding: 8px;
	}

	.cm-mobile-cta {
		position: fixed;
		left: 16px;
		right: 16px;
		bottom: 14px;
		z-index: 70;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 52px;
		border: 1px solid rgba(75, 228, 201, 0.72);
		border-radius: 8px;
		background: linear-gradient(135deg, #0b6f83, #0e9b93);
		color: var(--cm-white);
		font-weight: 900;
		box-shadow: 0 18px 44px rgba(7, 17, 29, 0.28);
	}

	.cm-hero-ribbon {
		display: grid;
		grid-template-columns: 1fr;
		overflow: visible;
	}

	.cm-hero-ribbon div {
		flex: initial;
		min-height: 0;
		border-right: 0;
	}
}
