@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../../../../uploads/elementor/google-fonts/fonts/inter-6ab57b19.woff2") format("woff2");
}

:root {
	--cm-blue: #0464a8;
	--cm-blue-deep: #123a74;
	--cm-navy: #072147;
	--cm-orange: #eb7624;
	--cm-orange-dark: #d96313;
	--cm-ink: #2d5ea5;
	--cm-text: #2d5ea5;
	--cm-muted: #2d5ea5;
	--cm-surface: #f7faff;
	--cm-surface-blue: #edf1fc;
	--cm-white: #fff;
	--cm-border: #dfe8f2;
	--cm-shadow: 0 18px 50px rgba(18, 58, 116, 0.11);
	--cm-shadow-soft: 0 10px 30px rgba(18, 58, 116, 0.07);
	--cm-radius: 12px;
	--cm-radius-lg: 20px;
}

body.cm-modern-home {
	margin: 0;
	overflow-x: hidden;
	background: var(--cm-white);
	color: var(--cm-text);
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.cm-modern-home *,
body.cm-modern-home *::before,
body.cm-modern-home *::after {
	box-sizing: border-box;
}

body.cm-modern-home img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.cm-modern-home a {
	color: inherit;
	text-decoration: none;
}

body.cm-modern-home button,
body.cm-modern-home a {
	-webkit-tap-highlight-color: transparent;
}

body.cm-modern-home h1,
body.cm-modern-home h2,
body.cm-modern-home h3,
body.cm-modern-home p,
body.cm-modern-home ul,
body.cm-modern-home blockquote {
	margin-top: 0;
}

body.cm-modern-home h1,
body.cm-modern-home h2,
body.cm-modern-home h3 {
	color: var(--cm-ink);
	font-family: "Inter", "Segoe UI", sans-serif;
	font-weight: 700;
	letter-spacing: -0.035em;
}

body.cm-modern-home h2 {
	margin-bottom: 0;
	font-size: clamp(2rem, 3.15vw, 2.75rem);
	line-height: 1.13;
}

body.cm-modern-home h3 {
	font-size: 1.22rem;
	line-height: 1.28;
}

body.cm-modern-home p:last-child,
body.cm-modern-home ul:last-child {
	margin-bottom: 0;
}

.cm-container {
	width: min(calc(100% - 96px), 1200px);
	margin-inline: auto;
}

.cm-main {
	position: relative;
	isolation: isolate;
	background:
		url("../images/medical-pattern-premium.svg") center top / 620px 620px repeat,
		radial-gradient(circle at 6% 18%, rgba(4, 100, 168, 0.1), transparent 29%),
		radial-gradient(circle at 94% 58%, rgba(235, 118, 36, 0.1), transparent 27%),
		linear-gradient(180deg, #f8fbfe 0%, #eef5fa 100%);
	background-attachment: scroll, fixed, fixed, fixed;
}

.cm-icon {
	width: 1.35em;
	height: 1.35em;
	flex: 0 0 auto;
}

.cm-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 10px 16px;
	border-radius: 8px;
	background: var(--cm-navy);
	color: var(--cm-white) !important;
	transform: translateY(-150%);
}

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

.cm-eyebrow {
	margin-bottom: 14px;
	color: var(--cm-blue);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.17em;
	line-height: 1.2;
	text-transform: uppercase;
}

.cm-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.2;
	transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.cm-button .cm-icon,
.cm-text-link .cm-icon {
	width: 17px;
	height: 17px;
	transition: transform 180ms ease;
}

.cm-button:hover,
.cm-button:focus-visible {
	transform: translateY(-2px);
}

.cm-button:hover .cm-icon,
.cm-button:focus-visible .cm-icon,
.cm-text-link:hover .cm-icon,
.cm-text-link:focus-visible .cm-icon {
	transform: translateX(3px);
}

.cm-button--primary {
	background: var(--cm-orange);
	box-shadow: 0 10px 24px rgba(235, 118, 36, 0.22);
	color: var(--cm-white) !important;
}

.cm-button--primary:hover,
.cm-button--primary:focus-visible {
	background: var(--cm-orange-dark);
	box-shadow: 0 14px 30px rgba(235, 118, 36, 0.28);
}

.cm-button--secondary {
	border-color: rgba(4, 100, 168, 0.48);
	background: rgba(255, 255, 255, 0.6);
	color: var(--cm-blue-deep) !important;
}

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

.cm-button--light {
	background: var(--cm-white);
	box-shadow: 0 10px 25px rgba(7, 33, 71, 0.18);
	color: var(--cm-blue-deep) !important;
}

/* Brand-color CTA pulse: applied by home.js only to blue and orange buttons. */
.cm-button.cm-button--pulse-orange,
.cm-button.cm-button--pulse-blue {
	position: relative;
	z-index: 0;
	isolation: isolate;
}

.cm-button.cm-button--pulse-orange {
	animation: cm-button-pulse-orange 2.4s ease-in-out infinite;
	animation-delay: var(--cm-button-pulse-delay, 0ms);
}

.cm-button.cm-button--pulse-blue {
	animation: cm-button-pulse-blue 2.4s ease-in-out infinite;
	animation-delay: var(--cm-button-pulse-delay, 0ms);
}

.cm-button.cm-button--pulse-orange::before,
.cm-button.cm-button--pulse-orange::after,
.cm-button.cm-button--pulse-blue::before,
.cm-button.cm-button--pulse-blue::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	pointer-events: none;
	content: "";
	animation: cm-button-wave 2.4s ease-out infinite;
	animation-delay: var(--cm-button-pulse-delay, 0ms);
}

.cm-button.cm-button--pulse-orange::before,
.cm-button.cm-button--pulse-orange::after {
	background: rgba(235, 118, 36, 0.56);
}

.cm-button.cm-button--pulse-blue::before,
.cm-button.cm-button--pulse-blue::after {
	background: rgba(4, 100, 168, 0.48);
}

.cm-button.cm-button--pulse-orange::after,
.cm-button.cm-button--pulse-blue::after {
	animation-delay: calc(var(--cm-button-pulse-delay, 0ms) + 1.2s);
}

.cm-button.cm-button--pulse-orange:hover,
.cm-button.cm-button--pulse-orange:focus-visible,
.cm-button.cm-button--pulse-blue:hover,
.cm-button.cm-button--pulse-blue:focus-visible {
	animation-play-state: paused;
}

.cm-button.cm-button--pulse-orange:hover::before,
.cm-button.cm-button--pulse-orange:hover::after,
.cm-button.cm-button--pulse-orange:focus-visible::before,
.cm-button.cm-button--pulse-orange:focus-visible::after,
.cm-button.cm-button--pulse-blue:hover::before,
.cm-button.cm-button--pulse-blue:hover::after,
.cm-button.cm-button--pulse-blue:focus-visible::before,
.cm-button.cm-button--pulse-blue:focus-visible::after {
	animation-play-state: paused;
	opacity: 0;
}

@keyframes cm-button-wave {
	0% { opacity: 0.48; transform: scale(1); }
	80%, 100% { opacity: 0; transform: scale(1.16); }
}

@keyframes cm-button-pulse-orange {
	0%, 100% { box-shadow: 0 10px 24px rgba(235, 118, 36, 0.22); }
	10% { box-shadow: 0 15px 33px rgba(235, 118, 36, 0.36); }
	20% { box-shadow: 0 11px 26px rgba(235, 118, 36, 0.25); }
	30% { box-shadow: 0 13px 29px rgba(235, 118, 36, 0.3); }
	40%, 90% { box-shadow: 0 10px 24px rgba(235, 118, 36, 0.22); }
}

@keyframes cm-button-pulse-blue {
	0%, 100% { box-shadow: 0 10px 24px rgba(4, 100, 168, 0.2); }
	10% { box-shadow: 0 15px 33px rgba(4, 100, 168, 0.34); }
	20% { box-shadow: 0 11px 26px rgba(4, 100, 168, 0.23); }
	30% { box-shadow: 0 13px 29px rgba(4, 100, 168, 0.28); }
	40%, 90% { box-shadow: 0 10px 24px rgba(4, 100, 168, 0.2); }
}

.cm-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--cm-blue) !important;
	font-size: 0.88rem;
	font-weight: 650;
}

.cm-site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	border-bottom: 1px solid rgba(7, 33, 71, 0.08);
	background: var(--cm-white);
	backdrop-filter: none;
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.cm-site-header.is-scrolled {
	background: var(--cm-white);
	box-shadow: 0 9px 28px rgba(7, 33, 71, 0.12);
}

.cm-header-topbar {
	max-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid rgba(4, 100, 168, 0.1);
	background: var(--cm-white);
	color: var(--cm-blue-deep);
	opacity: 1;
	transition: max-height 220ms ease, opacity 160ms ease;
}

.cm-site-header:not(.is-on-hero) .cm-header-topbar {
	max-height: 0;
	opacity: 0;
}

.cm-header-topbar-inner {
	display: grid;
	grid-template-columns: 1fr auto;
	min-height: 36px;
	align-items: center;
	gap: 24px;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.2;
}

.cm-header-address,
.cm-header-topbar-actions a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--cm-blue-deep);
	white-space: nowrap;
}

.cm-header-topbar-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
}

.cm-header-address {
	justify-self: start;
}

.cm-header-topbar .cm-icon {
	width: 15px;
	height: 15px;
}

.cm-header-inner {
	display: grid;
	height: 84px;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 36px;
}

.cm-brand {
	display: block;
	width: 176px;
}

.cm-brand img {
	width: 100%;
}

.cm-primary-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 2vw, 30px);
	color: var(--cm-ink);
}

.cm-primary-nav a {
	position: relative;
	padding-block: 10px;
	font-size: 0.83rem;
	font-weight: 520;
	white-space: nowrap;
}

.cm-primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	height: 2px;
	background: var(--cm-orange);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.cm-primary-nav a:hover::after,
.cm-primary-nav a:focus-visible::after,
.cm-primary-nav a[aria-current="page"]::after {
	transform: scaleX(1);
	transform-origin: left;
}

.cm-results-link {
	display: block;
	width: 158px;
}

.cm-results-link img {
	width: 100%;
	transition: transform 300ms ease;
}

.cm-results-link:hover img,
.cm-results-link:focus-visible img {
	transform: scale(0.9);
}

.cm-menu-toggle,
.cm-mobile-results {
	display: none;
}

.cm-hero {
	position: relative;
	display: flex;
	min-height: max(690px, 100svh);
	align-items: center;
	overflow: hidden;
	background: var(--cm-navy);
}

.cm-hero-slides,
.cm-hero-slide,
.cm-hero-overlay {
	position: absolute;
	inset: 0;
}

.cm-hero-slides {
	z-index: 0;
}

.cm-hero-slide {
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1);
	transition: opacity 900ms ease, transform 6.5s ease;
	will-change: opacity, transform;
}

.cm-hero-slide.is-active {
	opacity: 1;
	transform: scale(1.035);
}

.cm-hero-overlay {
	z-index: 1;
	background: rgba(0, 0, 0, 0.46);
	pointer-events: none;
}

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

.cm-hero-inner {
	position: relative;
	z-index: 2;
	padding-top: 0;
}

.cm-hero-copy {
	width: min(61%, 680px);
}

body.cm-modern-home .cm-hero h1 {
	max-width: 680px;
	margin-bottom: 24px;
	color: var(--cm-white);
	font-size: clamp(3rem, 5vw, 4.1rem);
	font-weight: 730;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.cm-hero h1 span {
	display: block;
	margin-top: 0;
	padding: 0;
	color: var(--cm-white);
	will-change: transform, opacity, filter, clip-path;
}

/* Se reinicia desde JavaScript en cada cambio de slide. */
body.cm-modern-home [data-cm-hero-title].cm-hero-title--enter {
	animation: cm-hero-title-reveal 880ms both cubic-bezier(.16,.84,.28,1);
}

.cm-hero-title-break {
	display: none;
}

.cm-hero-lead {
	max-width: 590px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	line-height: 1.68;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
}

.cm-hero .cm-button--secondary {
	border-color: rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.08);
	color: var(--cm-white) !important;
}

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

.cm-hero-actions,
.cm-inline-actions,
.cm-contact-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.cm-hero-pagination {
	position: absolute;
	right: 0;
	bottom: 92px;
	left: 0;
	z-index: 3;
	display: flex;
	width: min(calc(100% - 96px), 1200px);
	justify-content: flex-end;
	gap: 9px;
	margin-inline: auto;
}

.cm-hero-pagination button {
	width: 9px;
	height: 9px;
	min-height: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.38);
	cursor: pointer;
	transition: width 180ms ease, background-color 180ms ease;
}

.cm-hero-pagination button.is-active {
	width: 28px;
	border-color: var(--cm-orange);
	background: var(--cm-orange);
}

.cm-quick-wrap {
	position: relative;
	z-index: 5;
	margin-top: -66px;
}

.cm-quick-grid {
	display: grid;
	min-height: 132px;
	grid-template-columns: repeat(4, 1fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(18, 58, 116, 0.07);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: var(--cm-shadow);
}

.cm-quick-item {
	display: flex;
	align-items: center;
	gap: 17px;
	padding: 26px 24px;
	background: var(--cm-white);
	transition: background-color 180ms ease;
}

.cm-quick-item + .cm-quick-item {
	border-left: 1px solid var(--cm-border);
}

.cm-quick-item:hover,
.cm-quick-item:focus-visible {
	background: var(--cm-surface);
}

.cm-quick-icon {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 12px;
	background: #eaf6fd;
	color: var(--cm-blue);
}

.cm-quick-icon--orange {
	background: #fff1e8;
	color: var(--cm-orange);
}

.cm-quick-icon .cm-icon {
	width: 25px;
	height: 25px;
}

.cm-quick-item > span:last-child {
	display: grid;
	gap: 2px;
}

.cm-quick-item strong {
	color: var(--cm-ink);
	font-size: 0.96rem;
	line-height: 1.25;
}

.cm-quick-item small {
	color: var(--cm-muted);
	font-size: 0.75rem;
	line-height: 1.45;
}

.cm-section {
	padding-block: 96px;
}

.cm-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
	align-items: end;
	gap: 80px;
	margin-bottom: 42px;
}

.cm-section-head > div:first-child {
	max-width: 640px;
}

.cm-section-head--center {
	align-items: start;
}

.cm-section-intro {
	color: var(--cm-text);
}

.cm-section-intro p {
	margin-bottom: 16px;
}

.cm-services {
	position: relative;
	z-index: 1;
	margin-top: 0;
	padding: 88px 0 96px;
	background: transparent;
}

.cm-services > .cm-container {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.cm-services-title {
	margin-bottom: 38px;
}

.cm-services-title h2 {
	font-size: clamp(2rem, 3.15vw, 2.75rem);
}

.cm-services-mark {
	display: flex;
	width: fit-content;
	height: 42px;
	align-items: center;
	margin: 0;
	padding: 7px 13px;
	border-radius: 5px;
	background: var(--cm-orange);
	color: var(--cm-white);
	font-size: 1.18rem;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1;
}

.cm-services-mark + h2 {
	margin-top: 16px;
}

.cm-card-grid {
	display: grid;
	gap: 20px;
}

.cm-card-grid--four {
	grid-template-columns: repeat(4, 1fr);
}

.cm-service-card {
	position: relative;
	display: flex;
	min-height: 285px;
	flex-direction: column;
	overflow: hidden;
	padding: 28px;
	border: 1px solid rgba(18, 58, 116, 0.06);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: var(--cm-shadow-soft);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

.cm-service-card:hover,
.cm-service-card:focus-within {
	border-color: var(--cm-orange);
	background: var(--cm-orange);
	box-shadow: 0 18px 38px rgba(235, 118, 36, 0.3);
	transform: translateY(-6px);
}

.cm-service-card h3,
.cm-service-card p,
.cm-service-card .cm-text-link {
	position: relative;
	z-index: 1;
	transition: color 180ms ease;
}

.cm-service-card h3 {
	margin: 24px 0 10px;
}

.cm-service-card p {
	margin-bottom: 22px;
	font-size: 0.88rem;
	line-height: 1.68;
}

.cm-service-card .cm-text-link {
	margin-top: auto;
}

.cm-service-card:hover h3,
.cm-service-card:hover p,
.cm-service-card:hover .cm-text-link,
.cm-service-card:focus-within h3,
.cm-service-card:focus-within p,
.cm-service-card:focus-within .cm-text-link {
	color: var(--cm-white) !important;
}

.cm-card-icon {
	position: relative;
	z-index: 1;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 12px;
	transition: background-color 180ms ease, color 180ms ease;
}

.cm-card-watermark {
	position: absolute;
	right: -34px;
	bottom: -48px;
	z-index: 0;
	display: block;
	width: 154px;
	height: 154px;
	color: rgba(4, 100, 168, 0.055);
	pointer-events: none;
	transition: color 180ms ease;
}

.cm-card-icon .cm-icon {
	width: 25px;
	height: 25px;
}

.cm-card-watermark .cm-icon {
	width: 100%;
	height: 100%;
	stroke-width: 1.25;
}

.cm-card-icon--blue { background: #e9f7fc; color: #0688b4; }
.cm-card-icon--green { background: #eef9ec; color: #4c9b44; }
.cm-card-icon--purple { background: #f2edff; color: #7b53d4; }
.cm-card-icon--orange { background: #fff1e8; color: var(--cm-orange); }

.cm-service-card:hover .cm-card-icon,
.cm-service-card:focus-within .cm-card-icon {
	background: rgba(255, 255, 255, 0.17);
	color: var(--cm-white);
}

.cm-service-card:hover .cm-card-watermark,
.cm-service-card:focus-within .cm-card-watermark {
	color: rgba(255, 255, 255, 0.16);
}

.cm-services-showcase {
	display: grid;
	grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
	gap: 22px;
}

.cm-service-featured {
	position: relative;
	display: flex;
	min-height: 462px;
	flex-direction: column;
	overflow: hidden;
	padding: 42px;
	border-radius: var(--cm-radius-lg);
	background: var(--cm-blue);
	box-shadow: 0 24px 52px rgba(18, 58, 116, 0.34);
	color: rgba(255, 255, 255, 0.84);
	transition: background-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.cm-service-featured:hover,
.cm-service-featured:focus-within {
	box-shadow: 0 30px 62px rgba(18, 58, 116, 0.4);
	transform: translateY(-6px);
}

.cm-service-featured:hover .cm-button--light,
.cm-service-featured:focus-within .cm-button--light {
	border-color: var(--cm-orange);
	background: var(--cm-orange);
	box-shadow: 0 14px 30px rgba(235, 118, 36, 0.3);
	color: var(--cm-white) !important;
}

.cm-service-featured h3,
.cm-service-featured p,
.cm-service-featured ul,
.cm-service-featured .cm-button {
	position: relative;
	z-index: 1;
}

.cm-featured-eyebrow {
	width: fit-content;
	margin-bottom: 16px;
	padding: 7px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.13);
	color: var(--cm-white);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	line-height: 1;
}

.cm-service-featured h3 {
	max-width: 330px;
	margin-bottom: 16px;
	color: var(--cm-white) !important;
	font-size: clamp(2rem, 3.4vw, 2.8rem) !important;
	line-height: 1.05;
}

.cm-service-featured > p:not(.cm-featured-eyebrow) {
	max-width: 390px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.94rem;
	line-height: 1.68;
}

.cm-featured-points {
	display: grid;
	gap: 10px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.cm-featured-points li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: var(--cm-white);
	font-size: 0.81rem;
	line-height: 1.45;
}

.cm-featured-points .cm-icon {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: #8dd8ff;
}

.cm-service-featured .cm-button {
	align-self: flex-start;
	margin-top: auto;
}

.cm-service-featured-icon {
	position: absolute;
	top: 38px;
	right: 38px;
	z-index: 1;
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--cm-white);
}

.cm-service-featured-icon .cm-icon {
	width: 32px;
	height: 32px;
}

.cm-service-featured-watermark {
	position: absolute;
	right: -72px;
	bottom: -78px;
	width: 330px;
	height: 330px;
	color: rgba(255, 255, 255, 0.08);
}

.cm-service-featured-watermark .cm-icon {
	width: 100%;
	height: 100%;
	stroke-width: 1.05;
}

.cm-service-compact-list {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 14px;
}

.cm-service-compact {
	position: relative;
	display: grid;
	min-height: 140px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	overflow: hidden;
	padding: 24px 28px;
	border: 1px solid rgba(18, 58, 116, 0.08);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: 0 15px 34px rgba(18, 58, 116, 0.14);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

.cm-service-compact > :not(.cm-card-watermark) {
	position: relative;
	z-index: 1;
}

.cm-service-compact h3 {
	margin-bottom: 5px;
	color: var(--cm-ink);
	font-size: 1.05rem;
}

.cm-service-compact p {
	margin-bottom: 0;
	color: var(--cm-text);
	font-size: 0.82rem;
	line-height: 1.55;
}

.cm-service-compact .cm-card-watermark {
	right: -24px;
	bottom: -42px;
	width: 126px;
	height: 126px;
}

.cm-service-compact-link {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(4, 100, 168, 0.25);
	border-radius: 10px;
	color: var(--cm-blue);
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.cm-service-compact-link .cm-icon {
	width: 19px;
	height: 19px;
}

.cm-service-compact:hover,
.cm-service-compact:focus-within {
	border-color: var(--cm-orange);
	background: var(--cm-orange);
	box-shadow: 0 18px 38px rgba(235, 118, 36, 0.3);
	transform: translateX(5px);
}

.cm-service-compact:hover h3,
.cm-service-compact:hover p,
.cm-service-compact:focus-within h3,
.cm-service-compact:focus-within p {
	color: var(--cm-white);
}

.cm-service-compact:hover .cm-card-icon,
.cm-service-compact:focus-within .cm-card-icon {
	background: rgba(255, 255, 255, 0.17);
	color: var(--cm-white);
}

.cm-service-compact:hover .cm-card-watermark,
.cm-service-compact:focus-within .cm-card-watermark {
	color: rgba(255, 255, 255, 0.17);
}

.cm-service-compact:hover .cm-service-compact-link,
.cm-service-compact:focus-within .cm-service-compact-link {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
	color: var(--cm-white);
}

.cm-paths--floating {
	position: relative;
	z-index: 5;
	margin-top: -130px;
	padding: 0 0 68px;
	background: transparent;
}

.cm-path-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.cm-path-card-shell {
	position: relative;
	z-index: 0;
	isolation: isolate;
}

.cm-path-card-shell::before,
.cm-path-card-shell::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 22px;
	opacity: 0;
	pointer-events: none;
	content: "";
}

.cm-path-card-shell--business::before,
.cm-path-card-shell--business::after {
	background: rgba(7, 103, 174, 0.42);
}

.cm-path-card-shell--patient::before,
.cm-path-card-shell--patient::after {
	background: rgba(233, 119, 38, 0.42);
}

.cm-path-card {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 320px;
	overflow: hidden;
	padding: 30px 36px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 22px;
	background: var(--cm-white);
	box-shadow: 0 28px 62px rgba(7, 33, 71, 0.24);
	isolation: isolate;
	transition: transform 240ms ease, box-shadow 240ms ease;
}

.cm-path-card:hover,
.cm-path-card:focus-within {
	box-shadow: 0 34px 72px rgba(7, 33, 71, 0.33);
	transform: translateY(-8px);
}

.cm-path-card::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.03) 42%, rgba(7, 33, 71, 0.14) 100%);
	content: "";
}

.cm-path-card::after {
	position: absolute;
	top: -112px;
	right: -92px;
	width: 258px;
	height: 258px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	content: "";
}

.cm-path-card--business {
	border-color: var(--cm-blue);
	background: var(--cm-blue);
}

.cm-path-card--patient {
	border-color: var(--cm-orange);
	background: var(--cm-orange);
	box-shadow: 0 28px 62px rgba(205, 83, 11, 0.24);
}

.cm-path-card--patient:hover,
.cm-path-card--patient:focus-within {
	box-shadow: 0 34px 72px rgba(205, 83, 11, 0.33);
}

.cm-path-card-content {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	min-height: 260px;
	flex-direction: column;
	align-items: flex-start;
}

.cm-path-card-icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.16);
	box-shadow: 0 10px 22px rgba(7, 33, 71, 0.16);
	color: var(--cm-white);
}

.cm-path-card--patient .cm-path-card-icon {
	background: rgba(255, 255, 255, 0.16);
	box-shadow: 0 10px 22px rgba(7, 33, 71, 0.16);
}

.cm-path-card-icon .cm-icon {
	width: 29px;
	height: 29px;
}

.cm-path-card h3 {
	max-width: 430px;
	margin-bottom: 10px;
	color: var(--cm-white) !important;
	font-size: clamp(1.38rem, 2vw, 1.72rem);
	line-height: 1.22;
}

.cm-path-card-content > p:not(.cm-path-card-label) {
	max-width: 470px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.92rem;
}


.cm-path-card-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.cm-path-card-label::before {
	display: block;
	width: 30px;
	height: 1px;
	background: currentColor;
	content: "";
}

.cm-path-card .cm-check-list li,
.cm-path-card .cm-check-list .cm-icon {
	color: var(--cm-white);
}

.cm-path-card .cm-check-list {
	margin: 14px 0 12px;
}

.cm-path-card .cm-button {
	min-height: 48px;
	margin-top: 0;
	padding: 14px 22px;
	border-color: var(--cm-white);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 12px 28px rgba(7, 33, 71, 0.2);
}

.cm-path-card--business .cm-button {
	color: var(--cm-blue-deep) !important;
}

.cm-path-card--patient .cm-button {
	color: var(--cm-orange-dark) !important;
}

.cm-path-card .cm-button:hover,
.cm-path-card .cm-button:focus-visible {
	border-color: rgba(255, 255, 255, 0.86);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 14px 30px rgba(7, 33, 71, 0.24);
}

.cm-check-list {
	display: grid;
	gap: 9px;
	margin: 22px 0 28px;
	padding: 0;
	list-style: none;
}

.cm-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: var(--cm-text);
	font-size: 0.88rem;
}

.cm-check-list .cm-icon {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--cm-blue);
}

/* The partnership list gains a warmer, easy-to-scan brand accent. */
.cm-about .cm-check-list .cm-icon {
	color: var(--cm-orange);
}

.cm-check-list--spaced {
	gap: 13px;
	margin-block: 28px 34px;
}

.cm-check-list--spaced li {
	font-size: 0.95rem;
}

.cm-about {
	background: transparent;
}

.cm-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: 74px;
}

.cm-about-copy > p:not(.cm-eyebrow) {
	margin: 24px 0 0;
}

.cm-about-visual {
	position: relative;
	padding-bottom: 38px;
}


.cm-about-media {
	position: relative;
	width: 100%;
	aspect-ratio: 1.55 / 1;
	border-radius: var(--cm-radius);
	box-shadow: var(--cm-shadow);
	overflow: hidden;
	isolation: isolate;
}

.cm-about-media .cm-visual-slide {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transform: scale(1.035);
	transition: opacity 900ms ease, transform 1.25s ease;
}

.cm-about-media .cm-visual-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.cm-experience-card {
	position: absolute;
	right: -14px;
	bottom: 0;
	display: grid;
	width: min(250px, 56%);
	gap: 7px;
	padding: 24px;
	border: 1px solid rgba(18, 58, 116, 0.06);
	border-radius: 12px;
	background: var(--cm-white);
	box-shadow: var(--cm-shadow);
}

.cm-experience-card strong {
	color: var(--cm-ink);
	font-size: 1.3rem;
	line-height: 1.25;
}

.cm-experience-card span {
	font-size: 0.78rem;
	line-height: 1.55;
}

body.cm-modern-home .cm-video-link {
	position: relative;
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 5px 18px 5px 6px;
	overflow: hidden;
	border: 1px solid rgba(18, 58, 116, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82) !important;
	box-shadow: 0 8px 22px rgba(18, 58, 116, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	cursor: pointer;
	color: var(--cm-blue-deep) !important;
	font-family: inherit;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1;
	transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.cm-modern-home .cm-video-link .cm-icon {
	width: 34px;
	height: 34px;
	padding: 8px;
	border-radius: 50%;
	background: var(--cm-orange);
	color: #fff;
	filter: drop-shadow(0 5px 8px rgba(235, 118, 36, 0.25));
	transition: background-color 220ms ease, transform 220ms ease;
}

body.cm-modern-home .cm-video-link:hover,
body.cm-modern-home .cm-video-link:focus-visible {
	border-color: var(--cm-blue-deep);
	background: var(--cm-blue-deep) !important;
	box-shadow: 0 14px 30px rgba(7, 33, 71, 0.2);
	color: #fff !important;
	transform: translateY(-2px);
}

body.cm-modern-home .cm-video-link:hover .cm-icon,
body.cm-modern-home .cm-video-link:focus-visible .cm-icon {
	background: var(--cm-orange);
	transform: scale(1.07);
}

body.cm-modern-home .cm-video-link:focus-visible {
	outline: 3px solid rgba(235, 118, 36, 0.3);
	outline-offset: 3px;
}

body.cm-video-modal-open {
	overflow: hidden;
}

.cm-video-modal[hidden] {
	display: none;
}

.cm-video-modal {
	position: fixed;
	z-index: 1000000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	isolation: isolate;
}

.cm-video-modal-backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 12%, rgba(29, 103, 169, 0.28), transparent 38%),
		radial-gradient(circle at 88% 85%, rgba(235, 118, 36, 0.12), transparent 32%),
		rgba(3, 18, 39, 0.86);
	-webkit-backdrop-filter: blur(14px) saturate(0.78);
	backdrop-filter: blur(14px) saturate(0.78);
	animation: cm-video-backdrop-in 280ms ease both;
}

.cm-video-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(970px, calc(100vw - 48px));
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 24px;
	background: linear-gradient(145deg, #0a2f5d 0%, #061d3c 100%);
	box-shadow: 0 45px 120px rgba(0, 12, 32, 0.58), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	animation: cm-video-dialog-in 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.cm-video-modal-dialog::before {
	position: absolute;
	z-index: -1;
	top: -150px;
	right: -100px;
	width: 360px;
	height: 260px;
	border-radius: 50%;
	background: rgba(34, 119, 191, 0.22);
	filter: blur(55px);
	content: "";
	pointer-events: none;
}

.cm-video-modal-header {
	position: relative;
	display: flex;
	min-height: 82px;
	align-items: center;
	padding: 15px 78px 14px 24px;
	color: #fff;
}

.cm-video-modal-heading {
	position: relative;
	display: grid;
	gap: 4px;
	padding-left: 16px;
}

.cm-video-modal-heading::before {
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 3px;
	border-radius: 10px;
	background: linear-gradient(180deg, #ff9a4f, var(--cm-orange));
	box-shadow: 0 0 16px rgba(235, 118, 36, 0.4);
	content: "";
}

.cm-video-modal-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #8ed7ff;
	font-size: 0.64rem;
	font-weight: 760;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.cm-video-modal-eyebrow > span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #70d5ff;
	box-shadow: 0 0 0 4px rgba(112, 213, 255, 0.12);
}

body.cm-modern-home .cm-video-modal-header h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1rem, 1.7vw, 1.22rem);
	font-weight: 680;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

body.cm-modern-home .cm-video-modal-close {
	position: absolute;
	top: 50%;
	right: 18px;
	display: grid;
	width: 42px;
	min-width: 42px;
	max-width: 42px;
	height: 42px;
	min-height: 42px;
	max-height: 42px;
	flex: 0 0 auto;
	place-items: center;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	cursor: pointer;
	color: #fff;
	font-size: 0;
	line-height: 0;
	transform: translateY(-50%);
	-webkit-appearance: none;
	appearance: none;
	transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.cm-video-modal-close > span {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
}

.cm-video-modal-close > span::before,
.cm-video-modal-close > span::after {
	position: absolute;
	top: 7px;
	left: 0;
	width: 16px;
	height: 2px;
	border-radius: 4px;
	background: currentColor;
	content: "";
}

.cm-video-modal-close > span::before {
	transform: rotate(45deg);
}

.cm-video-modal-close > span::after {
	transform: rotate(-45deg);
}

body.cm-modern-home .cm-video-modal-close:hover,
body.cm-modern-home .cm-video-modal-close:focus-visible {
	border-color: rgba(142, 215, 255, 0.72);
	background: rgba(255, 255, 255, 0.16) !important;
	color: #fff;
	transform: translateY(-50%);
}

body.cm-modern-home .cm-video-modal-close:focus-visible {
	outline: 0;
}

.cm-video-modal-media {
	padding: 0 16px;
}

.cm-video-modal-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 16px;
	background: #020d1f;
	box-shadow: 0 18px 44px rgba(0, 9, 26, 0.42);
}

.cm-video-modal-frame iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	inset: 0;
}

.cm-video-modal-footer {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 10px 22px 11px;
	color: rgba(226, 240, 255, 0.7);
	font-size: 0.7rem;
	font-weight: 560;
	letter-spacing: 0.01em;
}

.cm-video-modal-footer > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cm-video-modal-footer i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--cm-orange);
	box-shadow: 0 0 0 4px rgba(235, 118, 36, 0.1);
}

.cm-video-modal-footer kbd {
	padding: 3px 7px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: none;
	color: rgba(255, 255, 255, 0.86);
	font: inherit;
}

@keyframes cm-video-backdrop-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes cm-video-dialog-in {
	from { opacity: 0; transform: translateY(18px) scale(0.975); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 600px) {
	.cm-video-modal {
		padding: 14px;
	}

	.cm-video-modal-dialog {
		width: 100%;
		border-radius: 19px;
	}

	.cm-video-modal-header {
		min-height: 72px;
		padding: 12px 62px 11px 17px;
	}

	.cm-video-modal-heading {
		padding-left: 13px;
	}

	body.cm-modern-home .cm-video-modal-header h2 {
		font-size: 0.94rem;
	}

	.cm-video-modal-eyebrow {
		font-size: 0.58rem;
	}

	body.cm-modern-home .cm-video-modal-close {
		right: 12px;
		width: 38px;
		min-width: 38px;
		max-width: 38px;
		height: 38px;
		min-height: 38px;
		max-height: 38px;
	}

	.cm-video-modal-media {
		padding: 0 9px;
	}

	.cm-video-modal-frame {
		border-radius: 12px;
	}

	.cm-video-modal-footer {
		min-height: 45px;
		padding: 9px 15px 10px;
	}

	.cm-video-modal-hint {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cm-video-modal-backdrop,
	.cm-video-modal-dialog {
		animation: none;
	}

	body.cm-modern-home .cm-video-link,
	body.cm-modern-home .cm-video-link .cm-icon,
	body.cm-modern-home .cm-video-modal-close {
		transition: none;
	}
}

/* Visible inward zoom, matching the interaction on “Resultados en línea”. */
@media (prefers-reduced-motion: no-preference) {
	.cm-service-card:hover,
	.cm-service-card:focus-within {
		transform: translateY(-6px) scale(.96) !important;
	}

	.cm-service-featured:hover,
	.cm-service-featured:focus-within {
		transform: translateY(-6px) scale(.96) !important;
	}

	.cm-service-compact:hover,
	.cm-service-compact:focus-within {
		transform: translateX(5px) scale(.96) !important;
	}

	.cm-test-item:hover,
	.cm-test-item:focus-visible,
	.cm-specialty-card:hover,
	.cm-specialty-card:focus-visible {
		transform: translateY(-4px) scale(.9) !important;
	}

	.cm-certification:hover {
		transform: translateY(-5px) scale(.9) !important;
	}

	.cm-testimonial-card:hover {
		transform: translateY(-6px) scale(.9) !important;
	}
}

.cm-tests {
	padding-block: 96px;
	background: transparent;
}

.cm-certifications-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 38px;
}

.cm-certifications-head h2 {
	font-size: clamp(1.8rem, 2.7vw, 2.35rem);
}

.cm-tests-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 38px;
}

.cm-tests-head h2 {
	font-size: clamp(2rem, 3.15vw, 2.75rem);
}

.cm-test-carousel {
	position: relative;
	overflow: hidden;
	padding: 8px 0 16px;
}

.cm-test-carousel::before,
.cm-test-carousel::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 36px;
	pointer-events: none;
	content: "";
}

.cm-test-carousel::before {
	left: 0;
	background: linear-gradient(90deg, var(--cm-white), rgba(255, 255, 255, 0));
}

.cm-test-carousel::after {
	right: 0;
	background: linear-gradient(270deg, var(--cm-white), rgba(255, 255, 255, 0));
}

.cm-test-track,
.cm-test-carousel-group {
	display: flex;
	width: max-content;
	align-items: stretch;
	gap: 16px;
}

.cm-test-track {
	animation: cm-test-marquee 32s linear infinite;
	will-change: transform;
}

.cm-test-carousel:hover .cm-test-track,
.cm-test-carousel:focus-within .cm-test-track {
	animation-play-state: paused;
}

.cm-test-item {
	display: grid;
	min-height: 118px;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	width: max-content;
	min-width: 238px;
	flex: 0 0 auto;
	gap: 14px;
	padding: 22px;
	border: 1px solid rgba(18, 58, 116, 0.07);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: 0 7px 20px rgba(18, 58, 116, 0.05);
	color: var(--cm-blue);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.cm-test-item:hover,
.cm-test-item:focus-visible {
	border-color: var(--cm-orange);
	background: var(--cm-orange);
	box-shadow: 0 16px 32px rgba(235, 118, 36, 0.27);
	color: var(--cm-white);
	transform: translateY(-4px);
}

.cm-test-item > .cm-icon:first-child {
	width: 29px;
	height: 29px;
}

.cm-test-item span {
	display: grid;
	gap: 2px;
	white-space: nowrap;
}

.cm-test-item strong {
	color: var(--cm-ink);
	font-size: 0.94rem;
	line-height: 1.3;
	white-space: nowrap;
}

.cm-test-item small {
	color: var(--cm-muted);
	font-size: 0.71rem;
	line-height: 1.45;
	white-space: nowrap;
}

.cm-test-item .cm-card-arrow {
	width: 17px;
	height: 17px;
	color: var(--cm-orange);
}

@keyframes cm-test-marquee {
	to {
		transform: translateX(calc(-50% - 8px));
	}
}

.cm-preop {
	padding: 0;
	background: transparent;
}

.cm-preop-banner {
	position: relative;
	display: flex;
	min-height: 560px;
	align-items: center;
	overflow: hidden;
	background-color: #edf4f8;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.cm-preop-banner::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 33, 71, 0.92) 0%, rgba(4, 100, 168, 0.86) 45%, rgba(4, 100, 168, 0.55) 70%, rgba(4, 100, 168, 0.34) 100%);
	content: "";
}

.cm-preop-banner .cm-container {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 96px), 1200px);
}

.cm-preop-card {
	max-width: 560px;
	padding: 70px 0;
}

.cm-preop-card .cm-eyebrow {
	color: var(--cm-white);
}

body.cm-modern-home .cm-preop-card h2 {
	max-width: 650px;
	margin-bottom: 18px;
	color: var(--cm-white);
	font-size: clamp(2.2rem, 4.1vw, 3.65rem);
	line-height: 1.03;
}

.cm-preop-copy > p:not(.cm-eyebrow) {
	max-width: 500px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.04rem;
	line-height: 1.65;
}

.cm-preop-card .cm-button {
	white-space: nowrap;
}

.cm-specialties {
	background: transparent;
}

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

.cm-specialty-card {
	display: grid;
	min-height: 118px;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 14px;
	padding: 22px;
	border: 1px solid rgba(18, 58, 116, 0.07);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: 0 7px 20px rgba(18, 58, 116, 0.05);
	color: var(--cm-blue);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cm-specialty-card:hover,
.cm-specialty-card:focus-visible {
	border-color: var(--cm-orange);
	background: var(--cm-orange);
	box-shadow: 0 16px 32px rgba(235, 118, 36, 0.27);
	color: var(--cm-white);
	transform: translateY(-4px);
}

.cm-specialty-card > .cm-icon:first-child {
	width: 29px;
	height: 29px;
}

.cm-specialty-card span {
	display: grid;
	gap: 2px;
}

.cm-specialty-card strong {
	color: var(--cm-ink);
	font-size: 0.94rem;
	line-height: 1.3;
}

.cm-specialty-card small {
	color: var(--cm-muted);
	font-size: 0.71rem;
	line-height: 1.45;
}

.cm-specialty-card .cm-card-arrow {
	width: 17px;
	height: 17px;
	color: var(--cm-orange);
}

.cm-specialty-card:hover > .cm-icon:first-child,
.cm-specialty-card:hover strong,
.cm-specialty-card:hover small,
.cm-specialty-card:hover .cm-card-arrow,
.cm-specialty-card:focus-visible > .cm-icon:first-child,
.cm-specialty-card:focus-visible strong,
.cm-specialty-card:focus-visible small,
.cm-specialty-card:focus-visible .cm-card-arrow,
.cm-test-item:hover > .cm-icon:first-child,
.cm-test-item:hover strong,
.cm-test-item:hover small,
.cm-test-item:hover .cm-card-arrow,
.cm-test-item:focus-visible > .cm-icon:first-child,
.cm-test-item:focus-visible strong,
.cm-test-item:focus-visible small,
.cm-test-item:focus-visible .cm-card-arrow {
	color: var(--cm-white);
}

.cm-team {
	background: var(--cm-white);
}

.cm-team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.cm-doctor-card {
	overflow: hidden;
	border: 1px solid var(--cm-border);
	border-radius: var(--cm-radius);
	background: var(--cm-white);
	box-shadow: var(--cm-shadow-soft);
}

.cm-doctor-card img {
	width: 100%;
	aspect-ratio: 1.1 / 1;
	background: var(--cm-surface-blue);
	object-fit: cover;
	object-position: center 28%;
	image-rendering: auto;
}

.cm-doctor-card > div {
	padding: 20px 20px 22px;
}

.cm-doctor-card h3 {
	margin-bottom: 8px;
	font-size: 1rem;
	letter-spacing: -0.02em;
}

.cm-doctor-card p {
	margin-bottom: 8px;
	font-size: 0.8rem;
	line-height: 1.5;
}

.cm-doctor-card small {
	color: var(--cm-blue);
	font-size: 0.7rem;
	font-weight: 650;
}

.cm-certifications {
	padding-block: 76px;
	background: linear-gradient(135deg, var(--cm-blue) 0%, var(--cm-blue-deep) 58%, var(--cm-navy) 100%);
}

.cm-certifications .cm-eyebrow,
.cm-certifications .cm-certifications-head h2,
.cm-certifications .cm-text-link {
	color: var(--cm-white) !important;
}

.cm-certifications .cm-eyebrow {
	display: inline-flex;
	width: fit-content;
	padding: 6px 10px;
	border-radius: 5px;
	background: var(--cm-orange);
	color: var(--cm-white) !important;
	opacity: 1;
}

.cm-certification-carousel {
	position: relative;
	overflow: hidden;
	padding-block: 8px 16px;
}

.cm-certification-carousel::before,
.cm-certification-carousel::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 82px;
	pointer-events: none;
	content: "";
}

.cm-certification-carousel::before {
	left: 0;
	background: linear-gradient(90deg, var(--cm-blue), rgba(4, 100, 168, 0));
}

.cm-certification-carousel::after {
	right: 0;
	background: linear-gradient(270deg, var(--cm-navy), rgba(7, 33, 71, 0));
}

.cm-certification-track,
.cm-certification-group {
	display: flex;
	width: max-content;
	align-items: stretch;
	gap: 18px;
}

.cm-certification-track {
	animation: cm-certification-marquee 30s linear infinite;
	will-change: transform;
}

.cm-certification-carousel:hover .cm-certification-track,
.cm-certification-carousel:focus-within .cm-certification-track {
	animation-play-state: paused;
}

@keyframes cm-certification-marquee {
	to { transform: translateX(calc(-50% - 9px)); }
}

.cm-certification {
	display: flex;
	width: 286px;
	min-height: 242px;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 26px 28px 24px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 38px rgba(7, 33, 71, 0.2);
	text-align: center;
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.cm-certification:hover {
	border-color: rgba(255, 255, 255, 0.72);
	box-shadow: 0 22px 44px rgba(7, 33, 71, 0.32);
	transform: translateY(-5px);
}

.cm-certification-logo {
	display: grid;
	width: 100%;
	height: 136px;
	place-items: center;
	padding: 16px;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.98);
}

.cm-certification-logo img {
	max-width: min(100%, 205px);
	max-height: 102px;
	object-fit: contain;
}

.cm-certification span {
	color: var(--cm-white);
	font-size: 0.82rem;
	line-height: 1.5;
}

/* Bloque institucional de certificaciones */
.cm-certifications {
	padding-block: 92px;
	background: linear-gradient(118deg, #082d61 0%, #103d78 55%, #0a5f9e 100%);
}

.cm-certifications-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
	align-items: center;
	gap: clamp(46px, 7vw, 108px);
}

.cm-certifications-copy {
	max-width: 510px;
}

.cm-certifications-copy .cm-eyebrow {
	margin-bottom: 18px;
	padding: 0;
	background: transparent;
	color: #8fd3ff !important;
}

.cm-certifications-copy h2 {
	margin-bottom: 20px;
	color: var(--cm-white) !important;
	font-size: clamp(2rem, 3vw, 2.9rem);
	line-height: 1.12;
}

.cm-certifications-copy > p:not(.cm-eyebrow) {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.83);
	font-size: 0.96rem;
	line-height: 1.72;
}

.cm-certifications-button {
	background: var(--cm-white);
	box-shadow: none;
	color: var(--cm-blue) !important;
}

.cm-certifications-button:hover,
.cm-certifications-button:focus-visible {
	background: var(--cm-orange);
	color: var(--cm-white) !important;
}

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

.cm-certification-grid .cm-certification {
	width: auto;
	min-height: 194px;
	padding: 22px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-color: rgba(255, 255, 255, 0.25);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: none;
	text-align: center;
}

.cm-certification-grid .cm-certification:hover {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: none;
	transform: translateY(-3px);
}

.cm-certification-grid .cm-certification-logo {
	width: 100%;
	height: 106px;
	justify-content: center;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.cm-certification-grid .cm-certification-logo img {
	max-width: min(100%, 170px);
	max-height: 92px;
	filter: brightness(0) invert(1);
}

.cm-certification-grid .cm-certification-logo img.cm-certification-logo--digesa {
	max-width: min(100%, 195px);
	max-height: 82px;
	filter: none;
}

.cm-certification-grid .cm-certification span {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.cm-testimonials {
	position: relative;
	overflow: hidden;
	padding-block: 100px;
	background: transparent;
}

.cm-testimonials::before,
.cm-testimonials::after {
	position: absolute;
	border: 1px solid rgba(4, 100, 168, 0.1);
	border-radius: 50%;
	pointer-events: none;
	content: "";
}

.cm-testimonials::before {
	top: -210px;
	left: -150px;
	width: 430px;
	height: 430px;
}

.cm-testimonials::after {
	right: -160px;
	bottom: -210px;
	width: 420px;
	height: 420px;
}

.cm-testimonials .cm-container {
	position: relative;
	z-index: 1;
}

.cm-testimonials-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 34px;
}

.cm-testimonials-head h2 {
	max-width: 690px;
	font-size: clamp(2rem, 3.1vw, 2.8rem);
}

.cm-testimonials-trust {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 260px;
	padding: 12px 15px;
	border: 1px solid rgba(4, 100, 168, 0.15);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 12px 30px rgba(7, 33, 71, 0.06);
	color: var(--cm-blue);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.4;
}

.cm-testimonials-trust .cm-icon {
	width: 23px;
	height: 23px;
	flex: 0 0 auto;
	color: var(--cm-orange);
}

.cm-testimonial-carousel {
	--cm-testimonial-card-width: clamp(320px, 32vw, 420px);
	--cm-testimonial-peek: clamp(112px, 10vw, 150px);
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 18px 0 64px;
}

.cm-testimonial-carousel::before,
.cm-testimonial-carousel::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: clamp(54px, 7vw, 82px);
	pointer-events: none;
	content: "";
}

.cm-testimonial-carousel::before {
	left: 0;
	background: linear-gradient(90deg, #f5f9fc, rgba(245, 249, 252, 0));
}

.cm-testimonial-carousel::after {
	right: 0;
	background: linear-gradient(270deg, #f1f6fa, rgba(241, 246, 250, 0));
}

.cm-testimonial-track,
.cm-testimonial-group {
	display: flex;
	width: max-content;
	align-items: stretch;
	gap: 22px;
}

.cm-testimonial-track {
	animation: none;
	transform: translateX(calc(-1 * (var(--cm-testimonial-card-width) - var(--cm-testimonial-peek))));
	transition: transform 650ms cubic-bezier(0.22, 0.7, 0.2, 1);
	will-change: transform;
}

.cm-testimonial-carousel:hover .cm-testimonial-track,
.cm-testimonial-carousel:focus-within .cm-testimonial-track {
	animation: none;
}

@keyframes cm-testimonial-marquee {
	to { transform: translateX(calc(-50% - 11px)); }
}

.cm-testimonial-card {
	display: flex;
	width: var(--cm-testimonial-card-width);
	min-height: 292px;
	flex: 0 0 auto;
	flex-direction: column;
	margin-bottom: 0;
	padding: 30px 32px 28px;
	border: 1px solid rgba(4, 100, 168, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 44px rgba(7, 33, 71, 0.12);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.cm-testimonial-card:hover {
	border-color: rgba(235, 118, 36, 0.42);
	box-shadow: 0 26px 52px rgba(7, 33, 71, 0.18);
	transform: translateY(-6px);
}

.cm-testimonial-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}

.cm-testimonial-top > .cm-icon {
	width: 32px;
	height: 32px;
	padding: 7px;
	border-radius: 10px;
	background: rgba(235, 118, 36, 0.12);
	color: var(--cm-orange);
}

.cm-testimonial-rating {
	color: var(--cm-orange);
	font-size: 0.83rem;
	letter-spacing: 0.1em;
}

.cm-testimonial-card > p {
	margin-bottom: 22px;
	color: var(--cm-text);
	font-size: 1.02rem;
	line-height: 1.72;
}

.cm-testimonial-card footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid rgba(4, 100, 168, 0.1);
}

.cm-testimonial-card footer > span:last-child {
	display: grid;
	gap: 3px;
}

.cm-testimonial-avatar {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--cm-blue), var(--cm-navy));
	box-shadow: 0 8px 18px rgba(7, 33, 71, 0.18);
	color: var(--cm-white);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.cm-testimonial-card footer strong {
	color: var(--cm-ink);
	font-size: 0.86rem;
}

.cm-testimonial-card footer small {
	color: var(--cm-muted);
	font-size: 0.72rem;
}

.cm-contact-cta {
	position: relative;
	min-height: 590px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding-block: 92px;
	background: transparent;
}

.cm-contact-cta::before {
	display: none;
}

.cm-contact-cta::after {
	display: none;
}

.cm-contact-cta-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
	align-items: center;
	gap: 56px;
	padding: 0;
}

body.cm-modern-home .cm-contact-cta h2 {
	max-width: 700px;
	margin-bottom: 18px;
	color: var(--cm-ink) !important;
	font-size: clamp(2.15rem, 3.6vw, 3.35rem);
	line-height: 1.08;
}

.cm-contact-copy > p:not(.cm-eyebrow) {
	max-width: 660px;
	margin-bottom: 28px;
	color: var(--cm-muted);
	font-size: 1.02rem;
	line-height: 1.68;
}

.cm-contact-cta .cm-eyebrow {
	color: var(--cm-blue);
}

.cm-contact-cta .cm-button--secondary {
	border-color: rgba(4, 100, 168, 0.5);
	background: transparent;
	box-shadow: none;
	color: var(--cm-blue) !important;
}

.cm-contact-cta .cm-button--secondary:hover,
.cm-contact-cta .cm-button--secondary:focus-visible {
	border-color: var(--cm-blue);
	background: rgba(4, 100, 168, 0.08);
	color: var(--cm-blue) !important;
}

.cm-contact-cta .cm-button--secondary .cm-icon {
	color: var(--cm-orange);
}

.cm-contact-points {
	display: grid;
	gap: 8px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.cm-contact-points li {
	display: flex;
	align-items: center;
	gap: 13px;
	padding-block: 4px;
}

.cm-contact-points .cm-icon {
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	padding: 10px;
	border-radius: 50%;
	border: 1px solid rgba(4, 100, 168, 0.18);
	background: rgba(255, 255, 255, 0.68);
	color: var(--cm-blue);
	box-shadow: 0 7px 16px rgba(24, 76, 134, 0.08);
}

.cm-contact-points span {
	display: grid;
	gap: 4px;
}

.cm-contact-points strong {
	color: var(--cm-blue-deep);
	font-size: 0.79rem;
	font-weight: 760;
	line-height: 1.2;
}

.cm-contact-points b {
	color: #587a9e;
	font-size: 0.77rem;
	font-weight: 590;
	line-height: 1.48;
}

.cm-contact-location {
	position: relative;
	min-height: 440px;
	padding-bottom: 0;
}

.cm-contact-map {
	height: 440px;
	overflow: hidden;
	border: 1px solid rgba(4, 100, 168, 0.18);
	border-radius: 20px;
	background: var(--cm-white);
	box-shadow: 0 24px 48px rgba(16, 54, 99, 0.14);
}

.cm-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	filter: none;
}

.cm-hours-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	position: absolute;
	bottom: 0;
	left: -24px;
	max-width: 318px;
	padding: 21px 23px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 16px;
	background: rgba(7, 33, 71, 0.88);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(10px);
}

.cm-hours-icon {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 12px;
	background: rgba(235, 118, 36, 0.22);
	color: #ffad70;
}

.cm-hours-icon .cm-icon {
	width: 25px;
	height: 25px;
}

body.cm-modern-home .cm-hours-card h3 {
	margin-bottom: 18px;
	color: var(--cm-white) !important;
	font-size: 1.05rem;
}

.cm-hours-card p {
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8rem;
	line-height: 1.55;
}

.cm-hours-card p:last-child {
	margin-bottom: 0;
}

.cm-hours-card p strong {
	color: var(--cm-white);
}

.cm-map-link {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 0 0 16px;
	border-radius: 9px 0 0 0;
	background: rgba(7, 33, 71, 0.9);
	color: var(--cm-white) !important;
	font-size: 0.76rem;
	font-weight: 800;
}

.cm-map-link .cm-icon {
	width: 16px;
	height: 16px;
	color: var(--cm-orange);
}

.cm-footer-transition {
	position: relative;
	padding-block: 30px;
	border-top: 1px solid rgba(4, 100, 168, 0.1);
	border-bottom: 1px solid rgba(4, 100, 168, 0.13);
	background: rgba(255, 255, 255, 0.95);
}

.cm-footer-transition-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.cm-footer-transition-lead {
	display: flex;
	align-items: center;
	gap: 13px;
}

.cm-footer-transition-lead > .cm-icon {
	width: 42px;
	height: 42px;
	padding: 10px;
	border-radius: 13px;
	background: var(--cm-blue);
	box-shadow: 0 10px 22px rgba(4, 100, 168, 0.2);
	color: var(--cm-white);
}

.cm-footer-transition-lead span {
	display: grid;
	gap: 3px;
}

.cm-footer-transition-lead strong {
	color: var(--cm-ink);
	font-size: 0.9rem;
}

.cm-footer-transition-lead small {
	color: var(--cm-muted);
	font-size: 0.75rem;
}

.cm-footer-transition-items {
	display: flex;
	align-items: center;
	gap: 20px;
	color: var(--cm-blue);
	font-size: 0.76rem;
	font-weight: 750;
}

.cm-footer-transition-items span + span {
	display: flex;
	align-items: center;
	gap: 20px;
}

.cm-footer-transition-items span + span::before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--cm-orange);
	content: "";
}

.cm-footer {
	position: relative;
	overflow: hidden;
	padding-top: 0;
	background: radial-gradient(circle at 82% 2%, rgba(31, 132, 207, 0.55) 0%, rgba(31, 132, 207, 0) 31%), radial-gradient(circle at 7% 92%, rgba(4, 100, 168, 0.2) 0%, rgba(4, 100, 168, 0) 27%), #092d5d;
	color: rgba(255, 255, 255, 0.76);
}

.cm-footer::before,
.cm-footer::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.cm-footer::before {
	top: -240px;
	right: -170px;
	width: 520px;
	height: 520px;
}

.cm-footer::after {
	bottom: -250px;
	left: -160px;
	width: 430px;
	height: 430px;
}

.cm-footer-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.3fr 0.9fr 0.8fr 1.12fr;
	gap: 46px;
	padding-top: 62px;
	padding-bottom: 66px;
}

.cm-footer-spotlight {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(0, 15, 42, 0.2);
	backdrop-filter: blur(8px);
}

.cm-footer-spotlight-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 84px;
}

.cm-footer-spotlight-inner > div {
	display: flex;
	align-items: center;
	gap: 16px;
}

.cm-footer-spotlight-inner span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #9ed7ff;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.cm-footer-spotlight-inner span .cm-icon {
	width: 18px;
	height: 18px;
	color: var(--cm-orange);
}

.cm-footer-spotlight-inner strong {
	max-width: 560px;
	color: var(--cm-white);
	font-size: 0.95rem;
	font-weight: 650;
}

.cm-footer-spotlight-inner > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 15px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 9px;
	color: var(--cm-white);
	font-size: 0.76rem;
	font-weight: 750;
}

.cm-footer-spotlight-inner > a .cm-icon {
	width: 16px;
	height: 16px;
	color: var(--cm-orange);
}

.cm-footer-logo {
	display: block;
	width: 214px;
	margin-bottom: 18px;
}

.cm-footer-about p {
	max-width: 310px;
	font-size: 0.94rem;
	line-height: 1.7;
}

.cm-footer-kicker {
	margin-bottom: 12px;
	color: #ffd1b1;
	font-size: 0.65rem !important;
	font-weight: 750;
	letter-spacing: 0.14em;
	line-height: 1.2 !important;
}

.cm-footer h2 {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 11px;
	color: var(--cm-white) !important;
	font-size: 1.04rem !important;
	letter-spacing: 0.01em;
}

.cm-footer h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 2px;
	border-radius: 2px;
	background: var(--cm-orange);
	content: "";
}

.cm-footer ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cm-footer a {
	font-size: 0.92rem;
	transition: color 160ms ease, transform 160ms ease;
}

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

.cm-footer-column a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.cm-footer-column a::before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--cm-orange);
	content: "";
	transition: transform 160ms ease;
}

.cm-footer-column a:hover::before,
.cm-footer-column a:focus-visible::before {
	transform: scale(1.55);
}

.cm-footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.92rem;
}

.cm-footer-contact {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 20px 44px rgba(1, 20, 53, 0.16);
}

.cm-footer-contact h2 {
	margin-bottom: 18px !important;
	margin-block-end: 18px !important;
}

.cm-footer-contact-intro {
	margin: 0 0 20px !important;
	margin-block-end: 20px !important;
	padding-top: 1px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.86rem;
	line-height: 1.55;
}

.cm-footer-contact .cm-icon {
	width: 17px;
	height: 17px;
	margin-top: 3px;
	color: var(--cm-orange);
}

.cm-footer-contact a {
	overflow-wrap: anywhere;
}

.cm-social-links {
	display: flex;
	gap: 11px;
	margin-top: 26px;
}

.cm-social-links a {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--cm-orange);
	border-radius: 50%;
	background: var(--cm-orange);
	color: var(--cm-white);
	box-shadow: 0 10px 22px rgba(243, 117, 32, 0.22);
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.cm-social-links a svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.cm-social-links a:hover,
.cm-social-links a:focus-visible {
	border-color: var(--cm-orange);
	background: transparent;
	box-shadow: none;
	color: var(--cm-orange);
	transform: translateY(-3px);
}

.cm-footer-receipt-link {
	display: inline-flex;
	width: min(148px, 100%);
	margin-top: 17px;
	border-radius: 10px;
	line-height: 0;
	box-shadow: 0 12px 24px rgba(1, 20, 53, 0.18);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.cm-footer-receipt-link img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: inherit;
}

.cm-footer-receipt-link:hover,
.cm-footer-receipt-link:focus-visible {
	box-shadow: 0 16px 30px rgba(1, 20, 53, 0.28);
	color: inherit !important;
	transform: translateY(-3px);
}

.cm-footer-receipt-link:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.5);
	outline-offset: 4px;
}

.cm-footer-bottom {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-right: 78px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.82rem;
}

.cm-whatsapp {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 9999;
	display: flex;
	width: 56px;
	height: 56px;
	min-height: 0;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
	color: var(--cm-white) !important;
	font-size: 0.78rem;
	font-weight: 700;
	isolation: isolate;
	transition: transform 200ms ease, box-shadow 200ms ease;
	animation: cm-whatsapp-bounce 2.4s ease-in-out infinite;
}

.cm-whatsapp::before,
.cm-whatsapp::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 50%;
	background: #25d366;
	opacity: 0.6;
	pointer-events: none;
	content: "";
	animation: cm-whatsapp-pulse 2.4s ease-out infinite;
}

.cm-whatsapp::after {
	animation-delay: 1.2s;
}

.cm-whatsapp:hover,
.cm-whatsapp:focus-visible {
	box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
	animation: cm-whatsapp-wiggle 0.6s ease-in-out;
}

.cm-whatsapp:hover::before,
.cm-whatsapp:hover::after,
.cm-whatsapp:focus-visible::before,
.cm-whatsapp:focus-visible::after {
	animation-play-state: paused;
	opacity: 0;
}

.cm-whatsapp > svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}

.cm-whatsapp span {
	display: none;
}

@keyframes cm-whatsapp-bounce {
	0%, 100% { transform: translateY(0); }
	10% { transform: translateY(-6px); }
	20% { transform: translateY(0); }
	30% { transform: translateY(-3px); }
	40%, 90% { transform: translateY(0); }
}

@keyframes cm-whatsapp-pulse {
	0% { opacity: 0.6; transform: scale(1); }
	80%, 100% { opacity: 0; transform: scale(1.8); }
}

@keyframes cm-whatsapp-wiggle {
	0%, 100% { transform: scale(1.1) rotate(0); }
	25% { transform: scale(1.1) rotate(-12deg); }
	50% { transform: scale(1.1) rotate(10deg); }
	75% { transform: scale(1.1) rotate(-6deg); }
}

@keyframes cm-path-card-pulse {
	0%, 100% { box-shadow: 0 28px 62px rgba(7, 33, 71, 0.24); }
	10% { box-shadow: 0 38px 82px rgba(7, 33, 71, 0.38); }
	20% { box-shadow: 0 30px 66px rgba(7, 33, 71, 0.27); }
	30% { box-shadow: 0 34px 74px rgba(7, 33, 71, 0.32); }
	40%, 90% { box-shadow: 0 28px 62px rgba(7, 33, 71, 0.24); }
}

@keyframes cm-path-card-pulse-orange {
	0%, 100% { box-shadow: 0 28px 62px rgba(205, 83, 11, 0.24); }
	10% { box-shadow: 0 38px 82px rgba(205, 83, 11, 0.38); }
	20% { box-shadow: 0 30px 66px rgba(205, 83, 11, 0.27); }
	30% { box-shadow: 0 34px 74px rgba(205, 83, 11, 0.32); }
	40%, 90% { box-shadow: 0 28px 62px rgba(205, 83, 11, 0.24); }
}

@keyframes cm-path-card-wave {
	0% { opacity: 0.42; transform: scale(1); }
	80%, 100% { opacity: 0; transform: scale(1.1); }
}

body.cm-modern-home .cm-path-card-shell.cm-reveal.is-visible::before,
body.cm-modern-home .cm-path-card-shell.cm-reveal.is-visible::after {
	animation: cm-path-card-wave 2.4s ease-out infinite;
}

body.cm-modern-home .cm-path-card-shell.cm-reveal.is-visible::after {
	animation-delay: 1.2s;
}

body.cm-modern-home .cm-path-card-shell.cm-reveal.is-visible .cm-path-card {
	animation: cm-path-card-pulse 2.4s ease-in-out infinite;
}

body.cm-modern-home .cm-path-card-shell--patient.cm-reveal.is-visible .cm-path-card {
	animation-name: cm-path-card-pulse-orange;
	animation-delay: 240ms;
}

.cm-path-card-shell:hover::before,
.cm-path-card-shell:hover::after,
.cm-path-card-shell:focus-within::before,
.cm-path-card-shell:focus-within::after {
	animation-play-state: paused;
	opacity: 0;
}

.cm-path-card-shell:hover .cm-path-card,
.cm-path-card-shell:focus-within .cm-path-card {
	animation-play-state: paused !important;
}

body.cm-modern-home .ht-ctc-chat,
body.cm-modern-home #ht-ctc-chat,
body.cm-modern-home .ctc-sticky-chat,
body.cm-modern-home .joinchat {
	display: none !important;
}

@media (max-width: 1140px) {
	.cm-header-inner {
		gap: 22px;
	}

	.cm-brand {
		width: 160px;
	}

	.cm-primary-nav {
		gap: 16px;
	}

	.cm-primary-nav a {
		font-size: 0.76rem;
	}

	.cm-results-link {
		width: 145px;
	}

	.cm-quick-item {
		gap: 12px;
		padding-inline: 18px;
	}

	.cm-quick-icon {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.cm-specialty-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cm-preop-card {
		padding-inline: 0;
	}
}

@media (min-width: 961px) {
	.cm-hero-title-break {
		display: block;
	}
}

@media (max-width: 960px) {
	.cm-certifications-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.cm-certifications-copy {
		max-width: 620px;
	}

	.cm-container {
		width: min(calc(100% - 48px), 760px);
	}

	.cm-header-inner {
		position: relative;
		display: flex;
		height: 76px;
		justify-content: space-between;
	}

	.cm-brand {
		width: 166px;
	}

	.cm-menu-toggle {
		display: grid;
		width: 44px;
		height: 44px;
		place-items: center;
		padding: 0;
		border: 1px solid var(--cm-border);
		border-radius: 9px;
		background: rgba(255, 255, 255, 0.9);
		color: var(--cm-blue-deep);
		cursor: pointer;
	}

	.cm-menu-toggle-lines {
		display: grid;
		width: 20px;
		gap: 4px;
	}

	.cm-menu-toggle-lines span {
		display: block;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
		transition: transform 180ms ease, opacity 180ms ease;
	}

	.cm-site-header.is-menu-open .cm-menu-toggle-lines span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.cm-site-header.is-menu-open .cm-menu-toggle-lines span:nth-child(2) {
		opacity: 0;
	}

	.cm-site-header.is-menu-open .cm-menu-toggle-lines span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.cm-primary-nav {
		position: absolute;
		top: calc(100% - 2px);
		right: 0;
		left: 0;
		display: none;
		align-items: stretch;
		gap: 0;
		padding: 14px;
		border: 1px solid var(--cm-border);
		border-radius: 0 0 14px 14px;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: var(--cm-shadow);
	}

	.cm-site-header.is-menu-open .cm-primary-nav {
		display: grid;
	}

	.cm-primary-nav a {
		padding: 12px 14px;
		border-radius: 7px;
		font-size: 0.88rem;
	}

	.cm-primary-nav a::after {
		display: none;
	}

	.cm-primary-nav a:hover,
	.cm-primary-nav a:focus-visible {
		background: var(--cm-surface-blue);
	}

	.cm-primary-nav .cm-mobile-results {
		display: flex;
		justify-content: center;
		margin-top: 8px;
		background: transparent;
	}

	.cm-primary-nav .cm-mobile-results img {
		width: 190px;
	}

	.cm-results-link {
		display: none;
	}

	.cm-hero {
		min-height: max(650px, 100svh);
	}

	.cm-hero-copy {
		width: min(78%, 620px);
	}

	.cm-hero h1 {
		font-size: clamp(2.8rem, 7vw, 3.5rem);
	}

	.cm-quick-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cm-quick-item:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--cm-border);
	}

	.cm-quick-item:nth-child(4) {
		border-top: 1px solid var(--cm-border);
	}

	.cm-section-head,
	.cm-section-head--center {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.cm-section-intro {
		max-width: 650px;
	}

	.cm-card-grid--four,
	.cm-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cm-services-showcase {
		grid-template-columns: 1fr;
	}

	.cm-services > .cm-container {
		padding: 0;
	}

	.cm-service-featured {
		min-height: 390px;
	}

	.cm-path-grid,
	.cm-about-grid {
		grid-template-columns: 1fr;
	}

	.cm-about-grid {
		gap: 52px;
	}

	.cm-about-copy {
		max-width: 680px;
	}

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

	.cm-preop-card {
		padding: 56px 0;
	}

	.cm-preop-card .cm-button {
		justify-self: initial;
	}

	.cm-testimonials-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.cm-contact-cta-grid {
		grid-template-columns: 1fr;
		gap: 38px;
		padding: 0;
	}

	.cm-contact-location {
		min-height: 440px;
	}

	.cm-footer-transition-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.cm-footer-grid {
		grid-template-columns: 1.2fr 0.8fr 0.8fr;
		gap: 42px;
	}

	.cm-footer-contact {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.cm-certifications {
		padding-block: 68px;
	}

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

	.cm-certification-grid .cm-certification {
		min-height: 176px;
	}

	.cm-container {
		width: calc(100% - 32px);
	}

	.cm-site-header {
		background: var(--cm-white);
	}

	.cm-header-topbar {
		max-height: 68px;
	}

	.cm-header-topbar-inner {
		display: grid;
		min-height: 64px;
		grid-template-columns: 1fr;
		gap: 2px;
		font-size: 0.61rem;
	}

	.cm-header-address {
		display: inline-flex;
		justify-self: start;
		padding-top: 5px;
		font-size: 0.55rem;
	}

	.cm-header-topbar-actions {
		width: auto;
		justify-content: flex-end;
		gap: 7px;
		padding-bottom: 5px;
	}

	.cm-header-topbar-actions a {
		gap: 4px;
		font-size: 0.56rem;
	}

	.cm-header-topbar .cm-icon {
		width: 12px;
		height: 12px;
	}

	.cm-header-inner {
		height: 70px;
	}

	.cm-brand {
		width: 154px;
	}

	.cm-hero {
		min-height: max(690px, 100svh);
		align-items: flex-start;
	}

	.cm-hero-slide {
		background-position: 66% center;
	}

	.cm-hero-inner {
		padding-top: 132px;
	}

	.cm-hero-copy {
		width: 100%;
	}

	.cm-hero h1 {
		margin-bottom: 20px;
		font-size: clamp(2.5rem, 12vw, 3.1rem);
		line-height: 1.02;
	}

	.cm-hero-lead {
		font-size: 0.95rem;
		line-height: 1.6;
	}

	.cm-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.cm-hero-actions .cm-button {
		width: 100%;
	}

	.cm-hero-pagination {
		bottom: 100px;
		width: calc(100% - 32px);
		justify-content: center;
	}

	.cm-quick-wrap {
		margin-top: -78px;
	}

	.cm-quick-grid {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.cm-quick-item {
		min-height: 92px;
		padding: 18px;
	}

	.cm-quick-item + .cm-quick-item {
		border-top: 1px solid var(--cm-border);
		border-left: 0;
	}

	.cm-paths--floating {
		margin-top: -220px;
		padding: 0 0 58px;
	}

	.cm-services {
		margin-top: 0;
		padding: 72px 0;
	}

	.cm-services > .cm-container {
		padding: 0;
		border-radius: 0;
	}

	.cm-section {
		padding-block: 72px;
	}

	.cm-section-head {
		margin-bottom: 32px;
	}

	body.cm-modern-home h2 {
		font-size: clamp(1.8rem, 9vw, 2.25rem);
	}

	.cm-card-grid--four,
	.cm-path-grid,
	.cm-specialty-grid,
	.cm-team-grid {
		grid-template-columns: 1fr;
	}

	.cm-services-showcase {
		gap: 16px;
	}

	.cm-service-featured {
		min-height: 0;
		padding: 34px 28px;
	}

	.cm-service-featured h3 {
		max-width: 255px;
		font-size: 2rem !important;
	}

	.cm-service-featured-icon {
		top: 28px;
		right: 26px;
		width: 54px;
		height: 54px;
	}

	.cm-service-featured-icon .cm-icon {
		width: 27px;
		height: 27px;
	}

	.cm-service-featured-watermark {
		right: -74px;
		bottom: -98px;
		width: 275px;
		height: 275px;
	}

	.cm-service-compact-list {
		gap: 12px;
	}

	.cm-service-compact {
		min-height: 136px;
		gap: 14px;
		padding: 20px;
	}

	.cm-service-compact h3 {
		font-size: 0.98rem;
	}

	.cm-service-compact p {
		font-size: 0.78rem;
	}

	.cm-service-compact .cm-card-watermark {
		right: -30px;
		bottom: -47px;
		width: 118px;
		height: 118px;
	}

	.cm-service-card {
		min-height: 260px;
	}

	.cm-path-card {
		min-height: 0;
		padding: 26px 22px;
		border-radius: 18px;
	}

	.cm-path-card-content {
		min-height: 0;
	}

	.cm-path-card-icon {
		width: 52px;
		height: 52px;
	}

	.cm-about-visual {
		padding-bottom: 70px;
	}

	.cm-about-media {
		aspect-ratio: 1 / 0.9;
	}

	.cm-experience-card {
		right: 10px;
		left: 10px;
		width: auto;
	}

	.cm-inline-actions,
	.cm-contact-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.cm-inline-actions .cm-button,
	.cm-contact-actions .cm-button {
		width: 100%;
	}

	.cm-video-link {
		justify-content: center;
		min-height: 44px;
	}

	.cm-tests {
		padding-block: 64px;
	}

	.cm-tests-head,
	.cm-certifications-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

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

	.cm-test-item {
		min-height: 142px;
	}

	.cm-test-item:last-child {
		grid-column: 1 / -1;
	}

	.cm-preop {
		padding: 0;
	}

	.cm-preop-banner {
		min-height: auto;
		padding: 84px 0;
		background-position: 68% center;
	}

	.cm-preop-banner::before {
		background: linear-gradient(90deg, rgba(7, 33, 71, 0.94) 0%, rgba(4, 100, 168, 0.86) 58%, rgba(4, 100, 168, 0.62) 100%);
	}

	.cm-preop-card {
		padding: 0;
	}

	.cm-preop-card .cm-button {
		width: 100%;
	}

	.cm-team-grid {
		gap: 16px;
	}

	.cm-doctor-card {
		display: grid;
		grid-template-columns: 112px 1fr;
	}

	.cm-doctor-card img {
		height: 100%;
		aspect-ratio: auto;
	}

	.cm-doctor-card > div {
		padding: 18px;
	}

	.cm-certification-carousel::before,
	.cm-certification-carousel::after {
		width: 36px;
	}

	.cm-certification {
		width: 248px;
		min-height: 228px;
		padding: 22px;
	}

	.cm-testimonials {
		padding-block: 74px;
	}

	.cm-testimonials-head {
		gap: 18px;
		margin-bottom: 25px;
	}

	.cm-testimonials-trust {
		max-width: 100%;
	}

	.cm-testimonial-carousel {
		margin-inline: -16px;
		padding-inline: 16px;
	}

	.cm-testimonial-carousel::before,
	.cm-testimonial-carousel::after {
		width: 34px;
	}

	.cm-testimonial-card {
		width: min(84vw, 360px);
		min-height: 272px;
		padding: 25px 23px;
		border-radius: 18px;
	}

	.cm-testimonial-card > p {
		font-size: 0.94rem;
		line-height: 1.64;
	}

	.cm-certification-logo {
		height: 124px;
	}

	.cm-contact-cta {
		min-height: 0;
		padding-block: 78px;
		background-position: 62% center;
	}

	.cm-contact-cta-grid {
		gap: 30px;
		padding: 0;
	}

	.cm-contact-location {
		min-height: 0;
		padding-bottom: 0;
	}

	.cm-contact-map {
		height: 340px;
	}

	.cm-hours-card {
		position: relative;
		bottom: auto;
		left: auto;
		max-width: none;
		margin: -24px 16px 0;
		grid-template-columns: 1fr;
	}

	.cm-map-link {
		position: relative;
		right: auto;
		bottom: auto;
		justify-content: flex-end;
		margin-top: 12px;
		padding: 0;
		background: transparent;
	}

	.cm-footer {
		padding-top: 0;
	}

	.cm-footer-transition {
		padding-block: 26px;
	}

	.cm-footer-transition-items {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.cm-footer-transition-items span + span {
		gap: 8px;
	}

	.cm-footer-spotlight-inner {
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		padding-block: 22px;
	}

	.cm-footer-spotlight-inner > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.cm-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 38px 24px;
	}

	.cm-footer-about,
	.cm-footer-contact {
		grid-column: 1 / -1;
	}

	.cm-footer-bottom {
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		padding: 18px 70px 18px 0;
	}

	.cm-whatsapp {
		right: 20px;
		bottom: 20px;
		width: 50px;
		height: 50px;
		min-height: 0;
		justify-content: center;
		padding: 0;
		border-radius: 50%;
	}

	.cm-whatsapp span {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cm-button,
	.cm-button .cm-icon,
	.cm-text-link .cm-icon,
	.cm-service-card,
	.cm-service-compact,
	.cm-specialty-card,
	.cm-whatsapp,
	.cm-menu-toggle-lines span {
		transition: none !important;
	}

	.cm-hero-slide,
	.cm-hero-pagination button,
	.cm-site-header {
		transition: none !important;
	}

	.cm-test-track,
	.cm-certification-track,
	.cm-testimonial-track {
		animation: none;
	}

	.cm-test-carousel,
	.cm-certification-carousel,
	.cm-testimonial-carousel {
		overflow-x: auto;
	}
}

/* Centered testimonial carousel: two complete cards with incoming and outgoing previews. */
.cm-testimonial-carousel {
	overflow: hidden;
}

@media (max-width: 960px) {
	.cm-testimonial-carousel {
		--cm-testimonial-card-width: min(56vw, 390px);
		--cm-testimonial-peek: clamp(76px, 12vw, 112px);
	}
}

@media (max-width: 680px) {
	.cm-testimonial-carousel {
		--cm-testimonial-card-width: min(78vw, 330px);
		--cm-testimonial-peek: 58px;
		margin: 0;
		padding-inline: 0;
	}

	.cm-testimonial-carousel::before,
	.cm-testimonial-carousel::after {
		width: 30px;
	}

	.cm-testimonial-card {
		width: var(--cm-testimonial-card-width);
	}
}

/* Refined entrance rhythm for the modern home page. */
body.cm-modern-home .cm-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 800ms cubic-bezier(.16,.84,.28,1), transform 800ms cubic-bezier(.16,.84,.28,1), filter 800ms cubic-bezier(.16,.84,.28,1);
	transition-delay: var(--cm-reveal-delay, 0ms);
}

body.cm-modern-home .cm-reveal--scale {
	transform: translateY(30px) scale(.965);
}

body.cm-modern-home .cm-reveal--from-left {
	filter: blur(5px);
	transform: translate3d(-86px, 10px, 0) rotate(-1deg);
}

body.cm-modern-home .cm-reveal--from-right {
	filter: blur(5px);
	transform: translate3d(86px, 10px, 0) rotate(1deg);
}

/* Hero audience cards arrive later and travel farther than the regular content. */
body.cm-modern-home .cm-path-card-shell.cm-reveal {
	transition-duration: 1360ms;
	transition-timing-function: cubic-bezier(.16,.84,.28,1);
}

body.cm-modern-home .cm-path-card-shell.cm-reveal--from-left {
	transform: translate3d(-138px, 14px, 0) rotate(-1.5deg);
}

body.cm-modern-home .cm-path-card-shell.cm-reveal--from-right {
	transform: translate3d(138px, 14px, 0) rotate(1.5deg);
}

body.cm-modern-home .cm-reveal.is-visible {
	filter: none;
	opacity: 1;
	transform: translateY(0);
}

body.cm-modern-home .cm-hero-copy {
	animation: cm-hero-copy-in 780ms 120ms both cubic-bezier(.2,.65,.25,1);
}

@keyframes cm-hero-copy-in {
	from { opacity: 0; transform: translateY(22px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes cm-hero-title-reveal {
	0% {
		opacity: 0;
		filter: blur(12px);
		clip-path: inset(0 0 100% 0);
		transform: translate3d(0, 52px, 0) skewY(2.5deg);
	}
	68% {
		opacity: 1;
		filter: blur(0);
		clip-path: inset(0 0 0 0);
		transform: translate3d(0, -3px, 0) skewY(0);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		clip-path: inset(0 0 0 0);
		transform: translate3d(0, 0, 0) skewY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
  body.cm-modern-home .cm-reveal,
  body.cm-modern-home .cm-hero-copy,
  body.cm-modern-home [data-cm-hero-title].cm-hero-title--enter {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

	.cm-whatsapp,
	.cm-whatsapp::before,
	.cm-whatsapp::after,
	.cm-button.cm-button--pulse-orange,
	.cm-button.cm-button--pulse-orange::before,
	.cm-button.cm-button--pulse-orange::after,
	.cm-button.cm-button--pulse-blue,
	.cm-button.cm-button--pulse-blue::before,
	.cm-button.cm-button--pulse-blue::after,
	body.cm-modern-home .cm-path-card-shell.cm-reveal.is-visible::before,
	body.cm-modern-home .cm-path-card-shell.cm-reveal.is-visible::after,
	body.cm-modern-home .cm-path-card-shell.cm-reveal.is-visible .cm-path-card {
    animation: none !important;
  }
}
