/* ORIGINAL HEADER/FOOTER STYLES */
:root {
	--cd-navy-950: #07182e;
	--cd-navy-800: #113869;
	--cd-turquoise-500: #05c0c0;
	--cd-turquoise-300: #35d7d2;
	--cd-surface: #f4f8fb;
	--cd-text: #17243a;
	--cd-muted: #607086;
	--cd-white: #ffffff;
	--cd-border: #dce6ef;
	--cd-shadow: 0 18px 45px rgba(7, 24, 46, 0.12);
	--cd-radius-sm: 10px;
	--cd-radius-md: 16px;
	--cd-radius-lg: 24px;
	--cd-shell: 1240px;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--cd-text);
	background: var(--cd-white);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.cd-menu-open {
	overflow: hidden;
}

a {
	color: var(--cd-navy-800);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover,
a:focus {
	color: var(--cd-turquoise-500);
}

.cd-shell {
	width: min(calc(100% - 40px), var(--cd-shell));
	margin-inline: auto;
}

.cd-skip-link {
	position: fixed;
	z-index: 10000;
	top: 12px;
	left: 12px;
	padding: 12px 16px;
	transform: translateY(-160%);
	border-radius: 8px;
	background: var(--cd-white);
	box-shadow: var(--cd-shadow);
}

.cd-skip-link:focus {
	transform: translateY(0);
}

.cd-site-header {
	position: relative;
	z-index: 999;
	background: var(--cd-white);
	box-shadow: 0 1px 0 rgba(17, 56, 105, 0.08);
}

.cd-topbar {
	color: rgba(255, 255, 255, 0.88);
	background: var(--cd-navy-950);
	font-size: 13.12px;
}

.cd-topbar__inner,
.cd-topbar__group,
.cd-mainbar__inner,
.cd-header-actions {
	display: flex;
	align-items: center;
}

.cd-topbar__inner {
	justify-content: space-between;
	min-height: 38px;
	gap: 20px;
}

.cd-topbar__group {
	gap: 20px;
}

.cd-topbar__group--right {
	justify-content: flex-end;
}

.cd-topbar a {
	color: inherit;
	text-decoration: none;
}

.cd-mainbar__inner {
	min-height: 84px;
	gap: 28px;
}

.cd-brand {
	flex: 0 0 auto;
}

.cd-brand img,
.cd-brand .custom-logo {
	display: block;
	width: auto;
	max-width: 300px;
	height: auto;
	max-height: 52px;
}

.cd-primary-nav {
	margin-left: auto;
}

.cd-menu,
.cd-primary-nav .menu {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cd-menu a,
.cd-primary-nav .menu a {
	display: block;
	padding: 13px 10px;
	border-radius: 9px;
	color: var(--cd-text);
	font-size: 14.72px;
	font-weight: 650;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.cd-menu a:hover,
.cd-menu a:focus,
.cd-menu .current-menu-item > a,
.cd-primary-nav .menu a:hover,
.cd-primary-nav .menu a:focus,
.cd-primary-nav .current_page_item > a {
	color: var(--cd-navy-800);
	background: rgba(5, 192, 192, 0.11);
}

.cd-header-actions {
	gap: 10px;
}

.cd-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid var(--cd-turquoise-500);
	border-radius: 11px;
	color: var(--cd-navy-950);
	background: var(--cd-turquoise-500);
	font-size: 14.4px;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.cd-link-button:hover,
.cd-link-button:focus {
	color: var(--cd-navy-950);
	background: var(--cd-turquoise-300);
	box-shadow: 0 12px 28px rgba(5, 192, 192, 0.24);
	transform: translateY(-1px);
}

.cd-link-button--ghost {
	color: var(--cd-navy-800);
	background: transparent;
	border-color: var(--cd-border);
}

.cd-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	margin-left: auto;
	padding: 0;
	border: 1px solid var(--cd-border);
	border-radius: 11px;
	background: var(--cd-white);
}

.cd-menu-toggle__icon,
.cd-menu-toggle__icon::before,
.cd-menu-toggle__icon::after {
	position: relative;
	display: block;
	width: 22px;
	height: 2px;
	margin: auto;
	border-radius: 2px;
	background: var(--cd-navy-800);
	content: "";
	transition: transform 160ms ease, opacity 160ms ease;
}

.cd-menu-toggle__icon::before {
	position: absolute;
	top: -7px;
}

.cd-menu-toggle__icon::after {
	position: absolute;
	top: 7px;
}

.cd-menu-toggle[aria-expanded="true"] .cd-menu-toggle__icon {
	background: transparent;
}

.cd-menu-toggle[aria-expanded="true"] .cd-menu-toggle__icon::before {
	top: 0;
	transform: rotate(45deg);
}

.cd-menu-toggle[aria-expanded="true"] .cd-menu-toggle__icon::after {
	top: 0;
	transform: rotate(-45deg);
}

.cd-site-main {
	min-height: 40vh;
}

.cd-site-footer {
	color: rgba(255, 255, 255, 0.82);
	background: var(--cd-navy-950);
}

.cd-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px, 1fr));
	gap: 42px;
	padding-block: 72px;
}

.cd-footer-brand img {
	display: block;
	width: auto;
	max-width: 285px;
	height: auto;
	margin-bottom: 24px;
	filter: brightness(0) invert(1);
}

.cd-site-footer h2 {
	margin: 0 0 18px;
	color: var(--cd-white);
	font-size: 16px;
}

.cd-site-footer p {
	max-width: 430px;
	margin: 0;
	line-height: 1.75;
}

.cd-site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cd-site-footer li + li {
	margin-top: 11px;
}

.cd-site-footer a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.cd-site-footer a:hover,
.cd-site-footer a:focus {
	color: var(--cd-turquoise-300);
}

.cd-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.cd-footer-bottom {
	padding-block: 19px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.62);
	font-size: 13.44px;
}

@media (max-width: 1100px) {
	.cd-topbar__group--right span:last-child,
	.cd-header-actions .cd-link-button--ghost {
		display: none;
	}

	.cd-primary-nav {
		position: fixed;
		inset: 122px 0 auto;
		display: none;
		max-height: calc(100vh - 122px);
		overflow-y: auto;
		padding: 18px 20px 28px;
		background: var(--cd-white);
		box-shadow: 0 18px 35px rgba(7, 24, 46, 0.14);
	}

	.cd-primary-nav.is-open {
		display: block;
	}

	.cd-menu,
	.cd-primary-nav .menu {
		display: grid;
		gap: 4px;
	}

	.cd-menu a,
	.cd-primary-nav .menu a {
		padding: 14px 12px;
		font-size: 16px;
	}

	.cd-menu-toggle {
		display: inline-grid;
		place-items: center;
	}

	.cd-header-actions {
		margin-left: 0;
	}

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

@media (max-width: 700px) {
	.cd-shell {
		width: min(calc(100% - 28px), var(--cd-shell));
	}

	.cd-topbar__inner {
		min-height: 34px;
	}

	.cd-topbar__group {
		width: 100%;
		justify-content: space-between;
		gap: 12px;
	}

	.cd-topbar__group--right {
		display: none;
	}

	.cd-mainbar__inner {
		min-height: 72px;
		gap: 10px;
	}

	.cd-brand img,
	.cd-brand .custom-logo {
		max-width: 210px;
		max-height: 42px;
	}

	.cd-primary-nav {
		inset-block-start: 106px;
		max-height: calc(100vh - 106px);
	}

	.cd-header-actions {
		display: none;
	}

	.cd-footer-grid {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-block: 52px;
	}

	.cd-footer-brand img {
		max-width: 240px;
	}
}


/* ORIGINAL HOMEPAGE STYLES */
:root {
	--cdh-navy-950: #07182e;
	--cdh-navy-900: #0a203c;
	--cdh-navy-800: #113869;
	--cdh-turquoise-500: #05c0c0;
	--cdh-turquoise-300: #35d7d2;
	--cdh-surface: #f4f8fb;
	--cdh-surface-2: #eaf2f7;
	--cdh-text: #17243a;
	--cdh-muted: #627185;
	--cdh-white: #ffffff;
	--cdh-border: #dce7ef;
	--cdh-shadow-sm: 0 14px 34px rgba(7, 24, 46, 0.08);
	--cdh-shadow-lg: 0 32px 85px rgba(7, 24, 46, 0.2);
	--cdh-radius-sm: 12px;
	--cdh-radius-md: 20px;
	--cdh-radius-lg: 30px;
	--cdh-shell: 1240px;
}

/* Header refinements requested after the first theme test. */
.cd-mainbar__inner {
	gap: 18px;
}

.cd-primary-nav {
	flex: 1 1 auto;
	margin-left: auto;
}

.cd-menu,
.cd-primary-nav .menu {
	gap: 1px;
	justify-content: flex-end;
}

.cd-menu a,
.cd-primary-nav .menu a {
	padding: 12px 7px;
	font-size: 13.44px;
}

.cd-header-actions {
	gap: 8px;
}

.cd-link-button {
	padding-inline: 15px;
	font-size: 13.44px;
}

.cd-link-button--ghost {
	border-color: #cbdbe6;
	box-shadow: none;
}

.cd-link-button--ghost:focus,
.cd-link-button--ghost:focus-visible {
	outline: 3px solid rgba(5, 192, 192, 0.35);
	outline-offset: 3px;
	border-color: var(--cdh-turquoise-500);
	box-shadow: none;
}

@media (max-width: 1260px) and (min-width: 1101px) {
	.cd-header-actions .cd-link-button--ghost {
		display: none;
	}

	.cd-menu a,
	.cd-primary-nav .menu a {
		padding-inline: 6px;
		font-size: 13.12px;
	}
}

/* Elementor document reset for this custom landing page. */
.elementor-widget-cdh-hero .elementor-widget-container,
.elementor-widget-cdh-about .elementor-widget-container,
.elementor-widget-cdh-services .elementor-widget-container,
.elementor-widget-cdh-aspel .elementor-widget-container,
.elementor-widget-cdh-data .elementor-widget-container,
.elementor-widget-cdh-infrastructure .elementor-widget-container,
.elementor-widget-cdh-method .elementor-widget-container,
.elementor-widget-cdh-cta .elementor-widget-container {
	margin: 0;
}

.cdh-section,
.cdh-section *,
.cdh-section *::before,
.cdh-section *::after {
	box-sizing: border-box;
}

.cdh-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	color: var(--cdh-text);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.cdh-shell {
	width: min(calc(100% - 40px), var(--cdh-shell));
	margin-inline: auto;
}

.cdh-section h1,
.cdh-section h2,
.cdh-section h3,
.cdh-section p {
	margin-top: 0;
}

.cdh-section h1,
.cdh-section h2,
.cdh-section h3 {
	color: inherit;
	font-family: Manrope, Inter, "Segoe UI", sans-serif;
	letter-spacing: -0.035em;
}

.cdh-section h2 {
	max-width: 900px;
	margin-bottom: 24px;
	font-size: clamp(34.4px, 4vw, 67.2px);
	line-height: 1.06;
}

.cdh-section p {
	color: var(--cdh-muted);
	font-size: 16.32px;
	line-height: 1.8;
}

.cdh-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	color: var(--cdh-navy-800);
	font-size: 12.48px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.cdh-eyebrow::before {
	width: 26px;
	height: 2px;
	border-radius: 99px;
	background: var(--cdh-turquoise-500);
	content: "";
}

.cdh-eyebrow--light {
	color: rgba(255, 255, 255, 0.78);
}

.cdh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.cdh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 13px;
	font-size: 15.04px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.cdh-button:hover,
.cdh-button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.cdh-button:focus-visible {
	outline: 3px solid rgba(5, 192, 192, 0.38);
	outline-offset: 3px;
}

.cdh-button--primary {
	color: var(--cdh-navy-950);
	background: var(--cdh-turquoise-500);
	box-shadow: 0 18px 36px rgba(5, 192, 192, 0.2);
}

.cdh-button--primary:hover,
.cdh-button--primary:focus {
	color: var(--cdh-navy-950);
	background: var(--cdh-turquoise-300);
	box-shadow: 0 22px 44px rgba(5, 192, 192, 0.28);
}

.cdh-button--dark {
	color: var(--cdh-white);
	background: var(--cdh-navy-950);
	box-shadow: 0 18px 34px rgba(7, 24, 46, 0.16);
}

.cdh-button--dark:hover,
.cdh-button--dark:focus {
	color: var(--cdh-white);
	background: var(--cdh-navy-800);
}

.cdh-button--outline-light {
	color: var(--cdh-white);
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(10px);
}

.cdh-button--outline-light:hover,
.cdh-button--outline-light:focus {
	color: var(--cdh-white);
	border-color: rgba(255, 255, 255, 0.58);
	background: rgba(255, 255, 255, 0.1);
}

.cdh-button--outline-dark {
	color: var(--cdh-navy-950);
	border-color: rgba(7, 24, 46, 0.25);
	background: rgba(255, 255, 255, 0.16);
}

.cdh-button--outline-dark:hover,
.cdh-button--outline-dark:focus {
	color: var(--cdh-navy-950);
	border-color: var(--cdh-navy-950);
	background: rgba(255, 255, 255, 0.32);
}

.cdh-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 50px;
}

.cdh-section-heading p {
	max-width: 560px;
	margin-bottom: 6px;
}

.cdh-section-heading--center {
	display: block;
	max-width: 820px;
	margin-inline: auto;
	text-align: center;
}

.cdh-section-heading--center h2,
.cdh-section-heading--center p {
	margin-inline: auto;
}

/* Hero */
.cdh-hero {
	padding: clamp(82px, 8vw, 128px) 0 0;
	color: var(--cdh-white);
	background:
		radial-gradient(circle at 80% 20%, rgba(5, 192, 192, 0.14), transparent 30%),
		linear-gradient(135deg, #061428 0%, #0a2445 52%, #0d315b 100%);
}

.cdh-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(3px);
	pointer-events: none;
}

.cdh-hero__glow--one {
	top: -220px;
	right: -120px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(53, 215, 210, 0.14);
	box-shadow:
		0 0 0 70px rgba(53, 215, 210, 0.035),
		0 0 0 140px rgba(53, 215, 210, 0.02);
}

.cdh-hero__glow--two {
	bottom: 60px;
	left: -120px;
	width: 360px;
	height: 360px;
	background: rgba(5, 192, 192, 0.08);
	filter: blur(90px);
}

.cdh-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
	gap: clamp(44px, 6vw, 90px);
	align-items: center;
}

.cdh-hero__content {
	padding-bottom: 70px;
}

.cdh-hero h1 {
	max-width: 790px;
	margin-bottom: 26px;
	color: var(--cdh-white);
	font-size: clamp(48px, 5.7vw, 96px);
	line-height: 0.99;
}

.cdh-hero h1 span {
	display: block;
	color: var(--cdh-turquoise-300);
}

.cdh-hero__lead {
	max-width: 690px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: clamp(16.64px, 1.5vw, 19.52px) !important;
	line-height: 1.75 !important;
}

.cdh-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 22px;
	margin: 31px 0 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13.44px;
	font-weight: 650;
}

.cdh-hero__proof li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cdh-hero__proof li::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--cdh-turquoise-500);
	box-shadow: 0 0 0 4px rgba(5, 192, 192, 0.14);
	content: "";
}

.cdh-hero__visual {
	position: relative;
	padding: 38px 0 86px 30px;
}

.cdh-dashboard {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 40px 120px rgba(0, 0, 0, 0.32);
	color: var(--cdh-text);
	backdrop-filter: blur(20px);
	transform: perspective(1300px) rotateY(-4deg) rotateX(1deg);
	transform-origin: center;
}

.cdh-dashboard__top {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	padding: 22px 24px;
	border-bottom: 1px solid var(--cdh-border);
	background: rgba(255, 255, 255, 0.95);
}

.cdh-dashboard__top > div:first-child {
	display: grid;
	gap: 3px;
}

.cdh-dashboard__top span,
.cdh-card-heading span {
	color: var(--cdh-muted);
	font-size: 11.2px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.cdh-dashboard__top strong,
.cdh-card-heading strong {
	color: var(--cdh-text);
	font-size: 15.36px;
}

.cdh-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 11px;
	border-radius: 99px;
	color: #0a684d;
	background: #e6f7f1;
	font-size: 11.36px;
	font-weight: 800;
	white-space: nowrap;
}

.cdh-status i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #19a879;
	box-shadow: 0 0 0 5px rgba(25, 168, 121, 0.12);
}

.cdh-metrics {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	gap: 1px;
	background: var(--cdh-border);
}

.cdh-metrics article {
	display: grid;
	gap: 6px;
	padding: 19px 20px;
	background: #fbfdff;
}

.cdh-metrics span {
	color: var(--cdh-muted);
	font-size: 11.52px;
	font-weight: 700;
}

.cdh-metrics strong {
	color: var(--cdh-navy-950);
	font-size: clamp(19.2px, 2vw, 27.52px);
}

.cdh-metrics small {
	color: #178465;
	font-size: 10.56px;
	font-weight: 700;
}

.cdh-dashboard__body {
	display: grid;
	grid-template-columns: 1.45fr 0.75fr;
	gap: 14px;
	padding: 18px;
	background: #f4f8fb;
}

.cdh-chart-card,
.cdh-system-card {
	padding: 17px;
	border: 1px solid var(--cdh-border);
	border-radius: 17px;
	background: var(--cdh-white);
	box-shadow: 0 10px 26px rgba(7, 24, 46, 0.04);
}

.cdh-card-heading {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-bottom: 18px;
}

.cdh-card-heading > div {
	display: grid;
	gap: 3px;
}

.cdh-card-heading em {
	padding: 6px 8px;
	border-radius: 8px;
	color: var(--cdh-navy-800);
	background: #edf5f9;
	font-size: 10.4px;
	font-style: normal;
	font-weight: 800;
}

.cdh-chart {
	display: flex;
	gap: 8px;
	align-items: end;
	height: 150px;
	padding: 12px 4px 0;
	border-bottom: 1px solid var(--cdh-border);
	background:
		linear-gradient(to top, transparent 24%, rgba(17, 56, 105, 0.05) 25%, transparent 26%, transparent 49%, rgba(17, 56, 105, 0.05) 50%, transparent 51%, transparent 74%, rgba(17, 56, 105, 0.05) 75%, transparent 76%);
}

.cdh-chart div {
	flex: 1;
	height: var(--h);
	min-width: 12px;
	border-radius: 7px 7px 2px 2px;
	background: linear-gradient(to top, var(--cdh-navy-800), var(--cdh-turquoise-500));
	box-shadow: 0 8px 18px rgba(5, 192, 192, 0.14);
	transform-origin: bottom;
}

.cdh-system-card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cdh-system-card li {
	display: grid;
	gap: 5px;
	padding-bottom: 11px;
	border-bottom: 1px solid #edf2f6;
}

.cdh-system-card li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.cdh-system-card li span {
	color: var(--cdh-muted);
	font-size: 11.2px;
}

.cdh-system-card li b {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #13785b;
	font-size: 11.52px;
}

.cdh-system-card li b::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #19a879;
	content: "";
}

.cdh-dashboard__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	justify-content: center;
	padding: 14px 18px;
	border-top: 1px solid var(--cdh-border);
	color: var(--cdh-muted);
	background: #fbfdff;
	font-size: 9.6px;
	font-weight: 900;
	letter-spacing: 0.09em;
}

.cdh-floating-card {
	position: absolute;
	z-index: 3;
	display: flex;
	gap: 11px;
	align-items: center;
	min-width: 205px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
	color: var(--cdh-text);
	backdrop-filter: blur(15px);
}

.cdh-floating-card i {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 11px;
	color: var(--cdh-navy-800);
	background: rgba(5, 192, 192, 0.14);
}

.cdh-floating-card svg {
	width: 21px;
	height: 21px;
}

.cdh-floating-card div {
	display: grid;
	gap: 3px;
}

.cdh-floating-card span {
	color: var(--cdh-muted);
	font-size: 10.4px;
}

.cdh-floating-card strong {
	font-size: 12.16px;
}

.cdh-floating-card--support {
	top: 4px;
	left: -6px;
}

.cdh-floating-card--data {
	right: -20px;
	bottom: 43px;
}

.cdh-capability-strip {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-bottom: 0;
	border-radius: 22px 22px 0 0;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px);
}

.cdh-capability-strip div {
	display: grid;
	gap: 4px;
	padding: 22px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.cdh-capability-strip div:last-child {
	border-right: 0;
}

.cdh-capability-strip strong {
	color: var(--cdh-white);
	font-size: 14.72px;
}

.cdh-capability-strip span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 11.68px;
}

/* About */
.cdh-about {
	padding: clamp(88px, 9vw, 140px) 0;
	background: var(--cdh-white);
}

.cdh-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(56px, 8vw, 120px);
	align-items: start;
}

.cdh-about__grid h2 {
	margin-bottom: 0;
}

.cdh-about__copy > p {
	max-width: 700px;
	margin-bottom: 34px;
	font-size: 17.92px;
}

.cdh-value-grid {
	display: grid;
	gap: 14px;
}

.cdh-value-grid article {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	padding: 18px;
	border: 1px solid var(--cdh-border);
	border-radius: 16px;
	background: #fbfdff;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cdh-value-grid article:hover {
	transform: translateY(-3px);
	border-color: rgba(5, 192, 192, 0.38);
	box-shadow: var(--cdh-shadow-sm);
}

.cdh-value-grid i {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	color: var(--cdh-navy-800);
	background: rgba(5, 192, 192, 0.12);
}

.cdh-value-grid svg {
	width: 22px;
	height: 22px;
}

.cdh-value-grid div {
	display: grid;
	gap: 4px;
}

.cdh-value-grid strong {
	color: var(--cdh-text);
	font-size: 15.36px;
}

.cdh-value-grid span {
	color: var(--cdh-muted);
	font-size: 13.44px;
	line-height: 1.55;
}

/* Services */
.cdh-services {
	padding: clamp(86px, 9vw, 140px) 0;
	background: var(--cdh-surface);
}

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

.cdh-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 320px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid var(--cdh-border);
	border-radius: 22px;
	background: var(--cdh-white);
	box-shadow: 0 12px 34px rgba(7, 24, 46, 0.04);
	transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.cdh-service-card::after {
	position: absolute;
	right: -45px;
	bottom: -45px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(5, 192, 192, 0.05);
	content: "";
	transition: transform 220ms ease;
}

.cdh-service-card:hover {
	transform: translateY(-7px);
	border-color: rgba(5, 192, 192, 0.38);
	box-shadow: 0 24px 58px rgba(7, 24, 46, 0.11);
}

.cdh-service-card:hover::after {
	transform: scale(1.35);
}

.cdh-icon-box {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 28px;
	place-items: center;
	border-radius: 17px;
	color: var(--cdh-navy-800);
	background: linear-gradient(135deg, rgba(5, 192, 192, 0.18), rgba(17, 56, 105, 0.08));
}

.cdh-icon-box svg {
	width: 29px;
	height: 29px;
}

.cdh-service-card h3 {
	margin-bottom: 13px;
	font-size: 20.16px;
	line-height: 1.2;
}

.cdh-service-card p {
	margin-bottom: 25px;
	font-size: 14.88px;
	line-height: 1.7;
}

.cdh-service-card > a {
	position: relative;
	z-index: 2;
	display: inline-flex;
	gap: 7px;
	align-items: center;
	margin-top: auto;
	color: var(--cdh-navy-800);
	font-size: 13.76px;
	font-weight: 800;
	text-decoration: none;
}

.cdh-service-card > a:hover,
.cdh-service-card > a:focus {
	color: var(--cdh-turquoise-500);
}

/* Aspel */
.cdh-aspel {
	padding: clamp(96px, 10vw, 155px) 0;
	color: var(--cdh-white);
	background:
		radial-gradient(circle at 74% 42%, rgba(5, 192, 192, 0.16), transparent 28%),
		linear-gradient(135deg, #07182e 0%, #0e2f58 100%);
}

.cdh-aspel__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(450px, 1.08fr);
	gap: clamp(60px, 9vw, 130px);
	align-items: center;
}

.cdh-aspel h2 {
	color: var(--cdh-white);
}

.cdh-aspel__content > p {
	max-width: 680px;
	margin-bottom: 31px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 17.28px;
}

.cdh-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 22px;
	margin: 0 0 36px;
	padding: 0;
	list-style: none;
}

.cdh-check-list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14.4px;
	line-height: 1.5;
}

.cdh-check-list i {
	display: grid;
	flex: 0 0 23px;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 50%;
	color: var(--cdh-navy-950);
	background: var(--cdh-turquoise-500);
	font-size: 11.52px;
	font-style: normal;
	font-weight: 900;
}

.cdh-aspel__visual {
	position: relative;
	min-height: 500px;
}

.cdh-aspel-orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(430px, 86%);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.cdh-aspel-orbit::before,
.cdh-aspel-orbit::after {
	position: absolute;
	inset: 12%;
	border: 1px dashed rgba(53, 215, 210, 0.2);
	border-radius: 50%;
	content: "";
}

.cdh-aspel-orbit::after {
	inset: 28%;
	border-style: solid;
}

.cdh-aspel-core {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 145px;
	height: 145px;
	place-content: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(53, 215, 210, 0.2), rgba(255, 255, 255, 0.04));
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
	text-align: center;
	transform: translate(-50%, -50%);
	backdrop-filter: blur(14px);
}

.cdh-aspel-core span {
	color: var(--cdh-turquoise-300);
	font-size: 12.48px;
	font-weight: 900;
	letter-spacing: 0.13em;
}

.cdh-aspel-core strong {
	color: var(--cdh-white);
	font-size: 19.52px;
}

.cdh-orbit-item {
	position: absolute;
	padding: 11px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.84);
	background: rgba(7, 24, 46, 0.75);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	font-weight: 800;
	backdrop-filter: blur(12px);
}

.cdh-orbit-item--one {
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.cdh-orbit-item--two {
	top: 50%;
	right: -5%;
	transform: translateY(-50%);
}

.cdh-orbit-item--three {
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.cdh-orbit-item--four {
	top: 50%;
	left: -5%;
	transform: translateY(-50%);
}

.cdh-aspel-panel {
	position: absolute;
	right: -10px;
	bottom: 8px;
	display: grid;
	width: min(330px, 75%);
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(16px);
}

.cdh-aspel-panel div {
	display: grid;
	gap: 4px;
	padding: 15px 17px;
	background: rgba(7, 24, 46, 0.72);
}

.cdh-aspel-panel span {
	color: var(--cdh-turquoise-300);
	font-size: 10.56px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.cdh-aspel-panel strong {
	color: var(--cdh-white);
	font-size: 12.8px;
}

/* Data & BI */
.cdh-data {
	padding: clamp(95px, 10vw, 150px) 0;
	background: var(--cdh-white);
}

.cdh-data__grid {
	display: grid;
	grid-template-columns: minmax(480px, 1.12fr) minmax(0, 0.88fr);
	gap: clamp(60px, 8vw, 120px);
	align-items: center;
}

.cdh-bi-window {
	overflow: hidden;
	border: 1px solid var(--cdh-border);
	border-radius: 24px;
	background: var(--cdh-white);
	box-shadow: 0 35px 85px rgba(7, 24, 46, 0.14);
	transform: perspective(1200px) rotateY(3deg);
}

.cdh-bi-window__bar {
	display: flex;
	gap: 7px;
	align-items: center;
	padding: 14px 17px;
	border-bottom: 1px solid var(--cdh-border);
	background: #f7fafc;
}

.cdh-bi-window__bar > span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d4dfe8;
}

.cdh-bi-window__bar > span:nth-child(1) {
	background: #ff7f74;
}

.cdh-bi-window__bar > span:nth-child(2) {
	background: #ffc95a;
}

.cdh-bi-window__bar > span:nth-child(3) {
	background: #36c98b;
}

.cdh-bi-window__bar strong {
	margin-left: 7px;
	color: var(--cdh-muted);
	font-size: 11.2px;
	letter-spacing: 0.03em;
}

.cdh-bi-window__content {
	padding: 19px;
	background: #f4f8fb;
}

.cdh-bi-kpis {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
	margin-bottom: 13px;
}

.cdh-bi-kpis article {
	display: grid;
	gap: 5px;
	padding: 15px;
	border: 1px solid var(--cdh-border);
	border-radius: 14px;
	background: var(--cdh-white);
}

.cdh-bi-kpis span {
	color: var(--cdh-muted);
	font-size: 10.4px;
	font-weight: 700;
}

.cdh-bi-kpis strong {
	color: var(--cdh-navy-950);
	font-size: clamp(16px, 1.7vw, 23.2px);
}

.cdh-bi-kpis small {
	color: #188564;
	font-size: 9.92px;
	font-weight: 800;
}

.cdh-bi-main {
	display: grid;
	grid-template-columns: 1fr 150px;
	gap: 12px;
}

.cdh-line-chart,
.cdh-donut {
	position: relative;
	min-height: 240px;
	padding: 16px;
	border: 1px solid var(--cdh-border);
	border-radius: 15px;
	background: var(--cdh-white);
}

.cdh-line-chart {
	overflow: hidden;
}

.cdh-line-chart__grid {
	position: absolute;
	inset: 16px;
	background:
		linear-gradient(to right, rgba(17, 56, 105, 0.05) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(17, 56, 105, 0.05) 1px, transparent 1px);
	background-size: 20% 25%;
}

.cdh-line-chart svg {
	position: absolute;
	inset: 28px 18px 20px;
	width: calc(100% - 36px);
	height: calc(100% - 48px);
	overflow: visible;
}

.cdh-line-chart polyline {
	fill: none;
	stroke: var(--cdh-turquoise-500);
	stroke-width: 5;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 7px 8px rgba(5, 192, 192, 0.2));
}

.cdh-line-chart polyline.secondary {
	stroke: var(--cdh-navy-800);
	stroke-width: 3;
	opacity: 0.45;
	filter: none;
}

.cdh-donut {
	display: grid;
	place-content: center;
	text-align: center;
}

.cdh-donut__chart {
	display: grid;
	width: 96px;
	height: 96px;
	margin: 0 auto 12px;
	place-items: center;
	border-radius: 50%;
	background: conic-gradient(var(--cdh-turquoise-500) 0 86%, #e6eef3 86% 100%);
}

.cdh-donut__chart::before {
	position: absolute;
	width: 69px;
	height: 69px;
	border-radius: 50%;
	background: var(--cdh-white);
	content: "";
}

.cdh-donut__chart span {
	position: relative;
	z-index: 2;
	color: var(--cdh-navy-950);
	font-size: 16.8px;
	font-weight: 900;
}

.cdh-donut strong {
	color: var(--cdh-text);
	font-size: 13.6px;
}

.cdh-donut small {
	color: var(--cdh-muted);
	font-size: 10.4px;
}

.cdh-data__content > p {
	margin-bottom: 31px;
	font-size: 16.96px;
}

.cdh-feature-list {
	display: grid;
	gap: 15px;
	margin-bottom: 32px;
}

.cdh-feature-list article {
	display: flex;
	gap: 13px;
	align-items: flex-start;
}

.cdh-feature-list i {
	display: grid;
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 9px;
	color: var(--cdh-navy-950);
	background: rgba(5, 192, 192, 0.16);
	font-size: 11.52px;
	font-style: normal;
	font-weight: 900;
}

.cdh-feature-list div {
	display: grid;
	gap: 5px;
}

.cdh-feature-list strong {
	color: var(--cdh-text);
	font-size: 15.36px;
}

.cdh-feature-list span {
	color: var(--cdh-muted);
	font-size: 13.44px;
	line-height: 1.55;
}

/* Infrastructure */
.cdh-infrastructure {
	padding: clamp(90px, 9vw, 140px) 0;
	background: var(--cdh-surface);
}

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

.cdh-infra-grid article {
	position: relative;
	min-height: 330px;
	padding: 34px;
	overflow: hidden;
	border-radius: 24px;
	color: var(--cdh-white);
	background: linear-gradient(145deg, #0a203c, #113869);
	box-shadow: 0 24px 65px rgba(7, 24, 46, 0.15);
}

.cdh-infra-grid article:nth-child(2) {
	background: linear-gradient(145deg, #0b294e, #075f70);
}

.cdh-infra-grid article:nth-child(3) {
	background: linear-gradient(145deg, #103963, #0a827f);
}

.cdh-infra-grid article::after {
	position: absolute;
	right: -50px;
	bottom: -60px;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow:
		0 0 0 30px rgba(255, 255, 255, 0.025),
		0 0 0 60px rgba(255, 255, 255, 0.018);
	content: "";
}

.cdh-infra-icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 45px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 17px;
	color: var(--cdh-turquoise-300);
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(10px);
}

.cdh-infra-icon svg {
	width: 29px;
	height: 29px;
}

.cdh-infra-grid h3 {
	position: relative;
	z-index: 2;
	margin-bottom: 14px;
	color: var(--cdh-white);
	font-size: 22.4px;
}

.cdh-infra-grid p {
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, 0.66);
	font-size: 14.72px;
}

.cdh-infra-line {
	position: absolute;
	right: 34px;
	bottom: 28px;
	left: 34px;
	z-index: 2;
	height: 2px;
	background: linear-gradient(to right, var(--cdh-turquoise-500), transparent);
}

/* Method */
.cdh-method {
	padding: clamp(90px, 9vw, 140px) 0;
	background: var(--cdh-white);
}

.cdh-method-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: 55px;
}

.cdh-method-grid::before {
	position: absolute;
	top: 35px;
	right: 8%;
	left: 8%;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(5, 192, 192, 0.5), transparent);
	content: "";
}

.cdh-method-grid article {
	position: relative;
	z-index: 2;
	padding: 0 12px;
	text-align: center;
}

.cdh-method-number {
	display: grid;
	width: 70px;
	height: 70px;
	margin: 0 auto 21px;
	place-items: center;
	border: 1px solid var(--cdh-border);
	border-radius: 50%;
	color: var(--cdh-navy-800);
	background: var(--cdh-white);
	box-shadow: 0 10px 28px rgba(7, 24, 46, 0.08);
	font-size: 14.4px;
	font-weight: 900;
}

.cdh-method-grid article:hover .cdh-method-number {
	color: var(--cdh-navy-950);
	border-color: var(--cdh-turquoise-500);
	background: var(--cdh-turquoise-300);
}

.cdh-method-grid h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

.cdh-method-grid p {
	margin-bottom: 0;
	font-size: 12.48px;
	line-height: 1.6;
}

/* CTA */
.cdh-cta {
	padding: clamp(78px, 8vw, 115px) 0;
	color: var(--cdh-navy-950);
	background: linear-gradient(125deg, #08bdbd 0%, #35d7d2 50%, #65e3dc 100%);
}

.cdh-cta__shape {
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(7, 24, 46, 0.1);
	pointer-events: none;
}

.cdh-cta__shape--one {
	top: -160px;
	right: -80px;
	width: 420px;
	height: 420px;
	box-shadow:
		0 0 0 60px rgba(7, 24, 46, 0.025),
		0 0 0 120px rgba(7, 24, 46, 0.015);
}

.cdh-cta__shape--two {
	bottom: -150px;
	left: -100px;
	width: 330px;
	height: 330px;
	background: rgba(255, 255, 255, 0.08);
}

.cdh-cta__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) auto;
	gap: 70px;
	align-items: center;
}

.cdh-cta__inner > div:first-child > span {
	display: block;
	margin-bottom: 15px;
	color: rgba(7, 24, 46, 0.62);
	font-size: 12.16px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.cdh-cta h2 {
	max-width: 850px;
	margin-bottom: 16px;
	color: var(--cdh-navy-950);
	font-size: clamp(33.6px, 4vw, 64px);
}

.cdh-cta p {
	max-width: 720px;
	margin-bottom: 0;
	color: rgba(7, 24, 46, 0.7);
	font-size: 16.48px;
}

/* Reveal animation.
 * Content stays visible by default. JavaScript enables the hidden initial state
 * only on the public frontend, preventing blank widgets in Elementor preview.
 */
[data-cdh-reveal] {
	opacity: 1;
	transform: none;
	transition: opacity 700ms ease, transform 700ms ease;
}

html.cdh-reveal-ready [data-cdh-reveal]:not(.is-visible) {
	opacity: 0;
	transform: translateY(24px);
}

html.cdh-elementor-preview [data-cdh-reveal],
body.elementor-editor-active [data-cdh-reveal],
body.elementor-editor-preview [data-cdh-reveal],
[data-elementor-type] [data-cdh-reveal].cdh-editor-visible {
	opacity: 1 !important;
	transform: none !important;
}

/* Responsive */
@media (max-width: 1100px) {
	.cdh-hero__grid,
	.cdh-aspel__grid,
	.cdh-data__grid {
		grid-template-columns: 1fr;
	}

	.cdh-hero__content {
		max-width: 850px;
		padding-bottom: 15px;
	}

	.cdh-hero__visual {
		max-width: 850px;
		margin-inline: auto;
		padding-left: 0;
	}

	.cdh-dashboard {
		transform: none;
	}

	.cdh-aspel__content,
	.cdh-data__content {
		max-width: 850px;
	}

	.cdh-aspel__visual {
		width: min(680px, 100%);
		margin-inline: auto;
	}

	.cdh-data__visual {
		width: min(850px, 100%);
		margin-inline: auto;
		order: 2;
	}

	.cdh-data__content {
		order: 1;
	}

	.cdh-bi-window {
		transform: none;
	}

	.cdh-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cdh-method-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 34px 16px;
	}

	.cdh-method-grid::before {
		display: none;
	}

	.cdh-cta__inner {
		grid-template-columns: 1fr;
		gap: 35px;
	}
}

@media (max-width: 850px) {
	.cdh-about__grid,
	.cdh-section-heading {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cdh-capability-strip {
		grid-template-columns: repeat(2, 1fr);
	}

	.cdh-capability-strip div:nth-child(2) {
		border-right: 0;
	}

	.cdh-capability-strip div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.cdh-check-list {
		grid-template-columns: 1fr;
	}

	.cdh-infra-grid {
		grid-template-columns: 1fr;
	}

	.cdh-infra-grid article {
		min-height: 290px;
	}

	.cdh-method-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cdh-floating-card--data {
		right: 0;
	}
}

@media (max-width: 700px) {
	.cdh-shell {
		width: min(calc(100% - 28px), var(--cdh-shell));
	}

	.cdh-section h2 {
		font-size: clamp(32px, 10vw, 48px);
	}

	.cdh-hero {
		padding-top: 70px;
	}

	.cdh-hero h1 {
		font-size: clamp(42.4px, 13vw, 68px);
	}

	.cdh-actions {
		align-items: stretch;
	}

	.cdh-button {
		width: 100%;
	}

	.cdh-hero__proof {
		display: grid;
		gap: 12px;
	}

	.cdh-hero__visual {
		padding-top: 18px;
		padding-bottom: 45px;
	}

	.cdh-floating-card {
		display: none;
	}

	.cdh-dashboard__top {
		align-items: flex-start;
	}

	.cdh-status {
		display: none;
	}

	.cdh-metrics {
		grid-template-columns: 1fr;
	}

	.cdh-dashboard__body {
		grid-template-columns: 1fr;
	}

	.cdh-system-card {
		display: none;
	}

	.cdh-chart {
		height: 130px;
	}

	.cdh-capability-strip {
		width: 100%;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.cdh-capability-strip div {
		padding: 18px 14px;
	}

	.cdh-capability-strip strong {
		font-size: 12.8px;
	}

	.cdh-capability-strip span {
		font-size: 10.24px;
	}

	.cdh-service-grid {
		grid-template-columns: 1fr;
	}

	.cdh-service-card {
		min-height: 0;
	}

	.cdh-aspel__visual {
		min-height: 410px;
	}

	.cdh-aspel-orbit {
		width: min(340px, 92%);
	}

	.cdh-orbit-item {
		padding: 9px 10px;
		font-size: 10.08px;
	}

	.cdh-aspel-panel {
		right: 0;
		width: min(290px, 86%);
	}

	.cdh-bi-kpis {
		grid-template-columns: 1fr;
	}

	.cdh-bi-main {
		grid-template-columns: 1fr;
	}

	.cdh-donut {
		min-height: 190px;
	}

	.cdh-method-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.cdh-method-grid article {
		display: grid;
		grid-template-columns: 58px 1fr;
		gap: 7px 16px;
		padding: 0;
		text-align: left;
	}

	.cdh-method-number {
		grid-row: 1 / span 2;
		width: 58px;
		height: 58px;
		margin: 0;
	}

	.cdh-method-grid h3 {
		align-self: end;
		margin-bottom: 0;
	}

	.cdh-method-grid p {
		align-self: start;
	}

	.cdh-cta__inner {
		gap: 28px;
	}
}

@media (max-width: 470px) {
	.cdh-dashboard__top,
	.cdh-chart-card,
	.cdh-bi-window__content {
		padding: 13px;
	}

	.cdh-dashboard__body {
		padding: 10px;
	}

	.cdh-dashboard__footer {
		gap: 7px 12px;
	}

	.cdh-capability-strip {
		grid-template-columns: 1fr 1fr;
	}

	.cdh-about,
	.cdh-services,
	.cdh-data,
	.cdh-infrastructure,
	.cdh-method {
		padding-block: 76px;
	}

	.cdh-aspel {
		padding-block: 82px;
	}

	.cdh-aspel-core {
		width: 122px;
		height: 122px;
	}

	.cdh-aspel-panel {
		display: none;
	}

	.cdh-aspel__visual {
		min-height: 345px;
	}

	.cdh-infra-grid article {
		padding: 28px;
	}

	.cdh-cta {
		padding-block: 72px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cdh-section *,
	.cdh-section *::before,
	.cdh-section *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	[data-cdh-reveal] {
		opacity: 1;
		transform: none;
	}
}


/* ================================================================
   1.1.0 — Editable graphics and overlap-free layout
   ================================================================ */

.cdh-hero__grid {
	grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
	gap: clamp(42px, 5vw, 74px);
}

.cdh-hero h1 {
	font-size: clamp(46.4px, 5vw, 85.6px);
}

.cdh-hero__visual {
	padding: 0 0 68px;
}

.cdh-hero__visual-stack {
	display: grid;
	gap: 14px;
	width: 100%;
	margin-inline: auto;
}

.cdh-dashboard {
	transform: none;
}

.cdh-floating-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.cdh-floating-card,
.cdh-floating-card--support,
.cdh-floating-card--data {
	position: relative;
	inset: auto;
	width: 100%;
	min-width: 0;
	padding: 14px 16px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.cdh-floating-card strong {
	overflow-wrap: anywhere;
}

.cdh-metrics {
	grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
}

.cdh-capability-strip {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.cdh-aspel__visual {
	display: grid;
	min-height: 0;
	gap: 24px;
	justify-items: center;
	align-content: center;
}

.cdh-aspel-orbit {
	position: relative;
	top: auto;
	left: auto;
	width: min(430px, 92%);
	max-width: 100%;
	transform: none;
}

.cdh-aspel-panel {
	position: relative;
	right: auto;
	bottom: auto;
	width: min(540px, 100%);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cdh-aspel-panel div {
	min-width: 0;
}

.cdh-aspel-panel strong {
	overflow-wrap: anywhere;
}

.cdh-bi-window {
	width: 100%;
	margin-inline: auto;
	transform: none;
}

.cdh-donut__chart {
	background:
		conic-gradient(
			var(--cdh-turquoise-500) 0 var(--cdh-donut-value, 86%),
			#e6eef3 var(--cdh-donut-value, 86%) 100%
		);
}

@media (max-width: 1360px) and (min-width: 1101px) {
	.cdh-hero__grid {
		grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
		gap: 38px;
	}

	.cdh-hero h1 {
		font-size: clamp(42.4px, 4.35vw, 72.8px);
	}

	.cdh-dashboard__body {
		grid-template-columns: 1.3fr 0.7fr;
	}

	.cdh-floating-card {
		padding: 12px;
	}
}

@media (max-width: 1100px) {
	.cdh-hero__grid {
		grid-template-columns: 1fr;
	}

	.cdh-hero__visual-stack {
		max-width: 850px;
	}

	.cdh-aspel-panel {
		max-width: 680px;
	}
}

@media (max-width: 760px) {
	.cdh-floating-row {
		grid-template-columns: 1fr;
	}

	.cdh-aspel-panel {
		grid-template-columns: 1fr;
	}

	.cdh-aspel-panel div + div {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.cdh-orbit-item {
		max-width: 118px;
		text-align: center;
		white-space: normal;
	}

	.cdh-bi-kpis {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 470px) {
	.cdh-hero__visual {
		padding-bottom: 36px;
	}

	.cdh-floating-card {
		display: flex;
	}

	.cdh-aspel-orbit {
		width: min(310px, 96%);
	}

	.cdh-orbit-item {
		max-width: 98px;
		padding: 7px 8px;
		font-size: 9.28px;
	}
}



/* ============================================================
   CONSULT DIGITAL — RÉPLICA NATIVA BRICKS 2.0.0
   ============================================================ */

body.cd-native-site {
  margin: 0;
}

.cd-native-site .brxe-section,
.cd-native-site .brxe-div,
.cd-native-site .brxe-heading,
.cd-native-site .brxe-text-basic,
.cd-native-site .brxe-text-link,
.cd-native-site .brxe-icon,
.cd-native-site .brxe-image {
  min-width: 0;
}

.cd-native-site .cdh-section.brxe-section {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.cd-native-site .cdh-shell.brxe-div,
.cd-native-site .cd-shell.brxe-div {
  width: min(calc(100% - 40px), var(--cdh-shell, 1240px));
  max-width: none;
}

.cd-native-site .cd-site-header.brxe-section,
.cd-native-site .cd-site-footer.brxe-section {
  width: 100%;
  max-width: none;
  padding: 0;
}

.cd-native-site .cd-site-header > .brxe-div,
.cd-native-site .cd-site-footer > .brxe-div {
  width: 100%;
}

.cd-native-site .cd-menu > .brxe-div,
.cd-native-site .cd-site-footer ul > .brxe-div {
  width: auto;
}

.cd-native-site .cd-menu > .brxe-div > .brxe-text-link,
.cd-native-site .cd-site-footer ul > .brxe-div > .brxe-text-link {
  width: auto;
}

.cd-native-site .cdh-native-icon {
  width: 24px;
  height: 24px;
  color: currentColor;
}

.cd-native-site .cdh-native-icon svg {
  width: 100%;
  height: 100%;
}

.cd-native-site .cdh-value-grid article > .brxe-icon,
.cd-native-site .cdh-floating-card > .brxe-icon {
  flex: 0 0 auto;
}

.cd-native-site .cdh-chart-bar--38 { --h: 38%; }
.cd-native-site .cdh-chart-bar--52 { --h: 52%; }
.cd-native-site .cdh-chart-bar--46 { --h: 46%; }
.cd-native-site .cdh-chart-bar--68 { --h: 68%; }
.cd-native-site .cdh-chart-bar--58 { --h: 58%; }
.cd-native-site .cdh-chart-bar--82 { --h: 82%; }
.cd-native-site .cdh-chart-bar--74 { --h: 74%; }
.cd-native-site .cdh-chart-bar--94 { --h: 94%; }

.cd-native-site .cdh-line-chart__native-lines {
  position: absolute;
  inset: 17px 13px 21px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 190'%3E%3Cpolyline fill='none' stroke='%2305c0c0' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' points='0,145 62,125 125,135 187,90 250,102 312,55 375,75 437,25 500,43'/%3E%3Cpolyline fill='none' stroke='%2389a4be' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' points='0,160 62,143 125,140 187,120 250,110 312,92 375,98 437,70 500,64'/%3E%3C/svg%3E");
}

.cd-native-site .cd-primary-nav--mobile {
  display: none;
}

@media (max-width: 1100px) {
  .cd-native-site .cd-primary-nav:not(.cd-primary-nav--mobile),
  .cd-native-site .cd-header-actions {
    display: none;
  }

  .cd-native-site .cd-primary-nav--mobile {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: block;
    padding: 110px 24px 30px;
    background: rgba(7, 24, 46, 0.74);
    backdrop-filter: blur(12px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .cd-native-site .cd-primary-nav--mobile.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .cd-native-site .cd-primary-nav--mobile .cd-menu {
    display: grid;
    gap: 0;
    width: min(100%, 560px);
    max-height: calc(100vh - 150px);
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    border-radius: 24px 24px 0 0;
    background: #fff;
  }

  .cd-native-site .cd-primary-nav--mobile .cd-menu a {
    padding: 16px 20px;
    font-size: 16.8px;
  }

  .cd-native-site .cd-mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: min(100%, 560px);
    margin: 0 auto;
    padding: 0 20px 20px;
    border-radius: 0 0 24px 24px;
    background: #fff;
  }

  .cd-native-site .cd-mobile-actions .cd-link-button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .cd-native-site .cd-mobile-actions {
    grid-template-columns: 1fr;
  }
}

/* Desarrollo web añadido sin repetir portafolio. */
.cdh-web {
  padding: clamp(90px, 9vw, 140px) 0;
  background:
    radial-gradient(circle at 28% 52%, rgba(5, 192, 192, 0.08), transparent 30%),
    #fff;
}

.cdh-web__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(52px, 7vw, 100px);
  align-items: center;
}

.cdh-web__visual {
  position: relative;
  padding: 36px 20px 36px 0;
}

.cdh-web-browser {
  overflow: hidden;
  border: 1px solid var(--cdh-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--cdh-shadow-lg);
}

.cdh-web-browser__bar {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  background: var(--cdh-surface-2);
}

.cdh-web-browser__bar > div {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #94a9ba;
}

.cdh-web-browser__body {
  padding: clamp(38px, 5vw, 62px);
}

.cdh-web-browser__body h3 {
  max-width: 520px;
  margin-bottom: 34px;
  color: var(--cdh-text);
  font-size: clamp(41.6px, 4.4vw, 73.6px);
  line-height: 1.02;
}

.cdh-web-browser__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cdh-web-browser__tiles > div {
  display: grid;
  place-items: center;
  min-height: 82px;
  padding: 14px;
  border-radius: 15px;
  color: var(--cdh-navy-800);
  background:
    radial-gradient(circle at 85% 90%, rgba(5, 192, 192, 0.12), transparent 42%),
    var(--cdh-surface-2);
  font-size: 12.48px;
  font-weight: 800;
  text-align: center;
}

.cdh-web__content h2 {
  max-width: 700px;
}

.cdh-web__content > p {
  max-width: 690px;
}

.cdh-web-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.cdh-web-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--cdh-text);
}

.cdh-web-list i {
  color: var(--cdh-turquoise-500);
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 900px) {
  .cdh-web__grid {
    grid-template-columns: 1fr;
  }

  .cdh-web__visual {
    max-width: 700px;
    padding-right: 0;
  }
}

@media (max-width: 620px) {
  .cdh-web {
    padding: 74px 0;
  }

  .cdh-web-browser__tiles {
    grid-template-columns: 1fr;
  }
}

/* En Bricks siempre mostrar elementos durante edición. */
html.bricks-is-frontend .cdh-section [data-cdh-reveal],
body.bricks-is-frontend .cdh-section [data-cdh-reveal],
body.bricks-builder .cdh-section [data-cdh-reveal],
body.bricks-is-builder .cdh-section [data-cdh-reveal] {
  opacity: 1 !important;
  transform: none !important;
}


/* ============================================================
   AJUSTES DE ESCALA, LOGOS E ICONOS — VERSIÓN 2.0.1
   ============================================================ */

/*
 * Bricks establece habitualmente 1rem = 10px.
 * La maqueta original de pruebas fue calculada con 1rem = 16px.
 * Todos los valores rem de esta hoja ya fueron convertidos a px.
 */

.cd-native-site .cdh-native-icon.brxe-icon,
.cd-native-site .cdh-native-icon {
  display: inline-flex !important;
  flex: 0 0 24px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  overflow: hidden !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

.cd-native-site .cdh-native-icon.brxe-icon svg,
.cd-native-site .cdh-native-icon svg,
.cd-native-site .cdh-native-icon.brxe-icon i,
.cd-native-site .cdh-native-icon i {
  display: block !important;
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

.cd-native-site .cdh-floating-card .cdh-native-icon,
.cd-native-site .cdh-value-grid .cdh-native-icon {
  flex-basis: 21px !important;
  width: 21px !important;
  min-width: 21px !important;
  max-width: 21px !important;
  height: 21px !important;
  min-height: 21px !important;
  max-height: 21px !important;
  font-size: 21px !important;
}

.cd-native-site .cdh-floating-card .cdh-native-icon svg,
.cd-native-site .cdh-value-grid .cdh-native-icon svg {
  width: 21px !important;
  min-width: 21px !important;
  max-width: 21px !important;
  height: 21px !important;
  min-height: 21px !important;
  max-height: 21px !important;
  font-size: 21px !important;
}

.cd-native-site .cdh-icon-box,
.cd-native-site .cdh-infra-icon {
  overflow: hidden;
}

.cd-native-site .cdh-icon-box .cdh-native-icon,
.cd-native-site .cdh-infra-icon .cdh-native-icon {
  margin: 0 !important;
}

.cd-native-site .cd-site-footer > .cd-shell.brxe-div {
  width: min(calc(100% - 40px), var(--cd-shell, 1240px));
  margin-inline: auto;
}

.cd-native-site .cd-brand .brxe-image,
.cd-native-site .cd-footer-brand .brxe-image {
  flex: 0 0 auto;
}

.cd-native-site .cd-brand img {
  width: auto !important;
  max-width: 300px !important;
  height: auto !important;
  max-height: 52px !important;
  object-fit: contain !important;
}

.cd-native-site .cd-footer-brand img {
  width: auto !important;
  max-width: 285px !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 1100px) {
  .cd-native-site .cd-brand img {
    max-width: 245px !important;
    max-height: 46px !important;
  }
}

@media (max-width: 620px) {
  .cd-native-site .cd-brand img {
    max-width: 220px !important;
    max-height: 42px !important;
  }
}
