/**
Theme Name: CleaningMasters child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cleaningmasters-child
Template: astra
*/

:root {
	--cm-ink: #212121;
	--cm-muted: #596970;
	--cm-line: #d9e7ee;
	--cm-soft: #f2f7fa;
	--cm-soft-blue: #e9f6fb;
	--cm-brand: #226e93;
	--cm-brand-dark: #1e6c93;
	--cm-brand-deep: #006580;
	--cm-accent: #49aad4;
	--cm-cyan: #00bcd4;
	--cm-white: #ffffff;
	--cm-shadow: 0 18px 50px rgba(33, 33, 33, 0.08);
}

@property --cm-logo-float-y {
	syntax: "<length>";
	inherits: false;
	initial-value: 0px;
}

body {
	background: var(--cm-white);
	color: var(--cm-ink);
	font-family: Lato, Arial, sans-serif;
	max-width: 100%;
	overflow-x: hidden;
}

.site-header .site-branding,
.site-header .ast-site-identity {
	align-items: center;
	display: flex;
}

.site-header .ast-site-identity {
	padding-bottom: 8px;
	padding-top: 8px;
}

.site-header .site-title {
	line-height: 0;
	margin: 0;
}

.site-header .site-title a {
	background-image: url("assets/images/brand-mark.jpg?v=1");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	color: transparent !important;
	display: block;
	font-size: 0;
	height: 64px;
	line-height: 0;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	white-space: nowrap;
	width: 64px;
}

.site-header .site-description {
	display: none !important;
}

@media (max-width: 420px) {
	.site-header .site-title a {
		height: 52px;
		width: 52px;
	}
}

.entry-content .cm-hero,
.entry-content .cm-page-header,
.entry-content .cm-section,
.entry-content .cm-band,
.entry-content .cm-booking,
.entry-content .cm-booking-band {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.cm-wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: clamp(20px, 4vw, 48px);
	padding-right: clamp(20px, 4vw, 48px);
}

.entry-content .cm-wrap {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1180px !important;
	width: 100% !important;
}

.entry-content .cm-wrap:not(.cm-hero__grid):not(.cm-split):not(.cm-contact-strip) {
	display: block;
	width: 100%;
}

.cm-hero {
	background:
		radial-gradient(circle at 86% 8%, rgba(73, 170, 212, 0.16), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #f6fbfd 54%, #e9f6fb 100%);
	padding: clamp(34px, 5vw, 62px) 0 clamp(32px, 5vw, 56px);
}

.cm-hero__grid {
	align-items: start !important;
	display: grid;
	gap: clamp(24px, 4.5vw, 56px);
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
}

.cm-hero__content {
	align-items: flex-start !important;
	gap: 0 !important;
	justify-content: flex-start !important;
}

.cm-kicker {
	color: var(--cm-brand);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.cm-hero h1,
.cm-page-header h1 {
	color: var(--cm-ink);
	font-size: clamp(2.35rem, 4.2vw, 4.05rem);
	line-height: 1.02;
	margin: 0;
	max-width: 720px;
}

.cm-section h2,
.cm-band h2 {
	color: var(--cm-ink);
	font-size: clamp(1.85rem, 3vw, 3rem);
	line-height: 1.12;
	margin: 0 0 24px;
	max-width: 900px;
}

.cm-lead {
	color: var(--cm-muted);
	font-size: clamp(1.05rem, 2vw, 1.32rem);
	line-height: 1.65;
	margin: 22px 0 0;
	max-width: 760px;
}

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

.cm-button,
.cm-button .wp-block-button__link {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	padding: 14px 20px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.entry-content a.cm-button,
.entry-content a.cm-button:hover,
.entry-content a.cm-button:focus {
	text-decoration: none !important;
}

.cm-button:hover,
.cm-button .wp-block-button__link:hover {
	transform: translateY(-1px);
}

.cm-button--primary,
.cm-button--primary .wp-block-button__link {
	background: var(--cm-brand);
	color: var(--cm-white);
}

.cm-button--primary:hover,
.cm-button--primary .wp-block-button__link:hover {
	background: var(--cm-brand-dark);
	color: var(--cm-white);
}

.cm-button--secondary,
.cm-button--secondary .wp-block-button__link {
	background: var(--cm-white);
	border-color: var(--cm-line);
	color: var(--cm-ink);
}

.cm-button--secondary:hover,
.cm-button--secondary .wp-block-button__link:hover {
	border-color: var(--cm-brand);
	color: var(--cm-brand);
}

.cm-hero__panel,
.cm-contact-card {
	background: var(--cm-white);
	border: 1px solid var(--cm-line);
	border-radius: 8px;
	box-shadow: var(--cm-shadow);
	padding: clamp(24px, 4vw, 40px);
}

.cm-hero__panel strong {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 16px;
}

.cm-hero__media {
	align-self: start;
	justify-content: flex-start !important;
	min-width: 0;
	padding-top: clamp(8px, 2vw, 24px);
	position: relative;
}

.cm-brand-visual,
.cm-image-card,
.cm-soft-panel {
	background: var(--cm-white);
	border: 1px solid var(--cm-line);
	border-radius: 8px;
	box-shadow: var(--cm-shadow);
	overflow: hidden;
}

.cm-brand-visual {
	padding: clamp(18px, 3vw, 28px);
}

.cm-brand-visual img,
.cm-image-card img {
	display: block;
	height: auto;
	width: 100%;
}

.cm-brand-visual img {
	border-radius: 6px;
	max-height: 380px;
	object-fit: contain;
}

.cm-brand-visual--original {
	background: transparent;
	border-color: transparent;
	box-sizing: border-box;
	box-shadow: none;
	margin-left: auto;
	max-width: min(390px, 100%);
	overflow: visible;
	padding: 0;
}

.cm-brand-logo--original {
	max-height: min(390px, 56vh);
	transform:
		translate3d(
			var(--cm-parallax-x, 0),
			calc(var(--cm-parallax-y, 0) + var(--cm-logo-float-y, 0px)),
			0
		)
		rotate(var(--cm-logo-tilt, 0deg));
	transform-origin: center;
	transition: transform 120ms ease-out;
	will-change: transform;
}

.cm-brand-logo--clean {
	animation: cm-logo-float 7s ease-in-out infinite;
	filter: drop-shadow(0 18px 34px rgba(18, 55, 69, 0.1));
}

.cm-brand-visual--clean::after {
	content: none !important;
	display: none !important;
}

@keyframes cm-logo-float {
	0%,
	100% {
		--cm-logo-float-y: 0px;
	}

	50% {
		--cm-logo-float-y: -8px;
	}
}

.cm-brand-logo {
	display: block;
	height: auto;
	width: 100%;
}

.cm-trust-row {
	align-items: stretch;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(34, 110, 147, 0.12) !important;
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(18, 55, 69, 0.06) !important;
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 16px;
	justify-content: center;
	margin-top: 24px;
	mask-image: none;
	max-width: min(100%, 920px);
	outline: 0;
	overflow: visible;
	padding: 12px 14px;
	position: relative;
	scroll-behavior: smooth;
	scroll-padding: 12px;
	scroll-snap-type: none;
	scrollbar-width: none;
}

.entry-content .uagb-block-cm-principal-trust.cm-trust-row {
	align-items: stretch !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
}

@media (min-width: 761px) {
	.entry-content .uagb-block-cm-principal-trust.cm-trust-row {
		max-width: 920px !important;
		width: min(calc(100vw - 60px), 920px) !important;
	}
}

.cm-trust-row::-webkit-scrollbar {
	display: none;
}

.cm-trust-row::before,
.cm-trust-row::after {
	content: none;
	display: none;
}

.cm-trust-item {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(34, 110, 147, 0.12) !important;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(18, 55, 69, 0.06);
	flex: 1 1 0 !important;
	max-width: 275px;
	min-width: 0;
	padding: 18px 16px 18px 44px;
	position: relative;
	scroll-snap-align: start;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: auto;
}

.cm-trust-item + .cm-trust-item {
	border-left: 1px solid rgba(34, 110, 147, 0.12) !important;
}

.cm-trust-item::before {
	background: var(--cm-accent);
	border-radius: 999px;
	box-shadow: 0 0 0 5px rgba(73, 170, 212, 0.14);
	content: "";
	height: 10px;
	left: 18px;
	position: absolute;
	top: 23px;
	width: 10px;
}

.cm-trust-item strong {
	color: var(--cm-brand-deep);
	display: block;
	font-size: 1rem;
	line-height: 1.25;
}

.cm-trust-item span {
	color: var(--cm-muted);
	display: block;
	font-size: 0.9rem;
	line-height: 1.5;
	margin-top: 6px;
}

@media (max-width: 760px) {
	.cm-trust-row,
	.entry-content .uagb-block-cm-principal-trust.cm-trust-row {
		flex-wrap: wrap !important;
		justify-content: center !important;
		max-width: 100%;
		width: 100% !important;
	}

	.cm-trust-item {
		flex: 1 1 min(100%, 220px) !important;
		max-width: 260px;
	}
}

@media (max-width: 620px) {
	.cm-trust-row {
		mask-image: none;
		max-width: 100%;
		padding: 10px;
		scroll-padding: 10px;
	}

	.cm-trust-item {
		flex-basis: 100% !important;
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}
}
.cm-image-card {
	background: #ffffff;
	border-color: rgba(34, 110, 147, 0.14);
	box-shadow: 0 18px 42px rgba(18, 55, 69, 0.08);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: relative;
}

.cm-image-card > img {
	aspect-ratio: 16 / 10;
	height: clamp(172px, 15vw, 210px);
	max-height: none;
	object-fit: cover;
	width: 100%;
}

.cm-image-card--link {
	color: inherit;
	text-decoration: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.entry-content a.cm-image-card--link,
.entry-content a.cm-image-card--link:hover,
.entry-content a.cm-image-card--link:focus,
.entry-content a.cm-image-card--link * {
	text-decoration: none !important;
}

.cm-image-card--link:hover,
.cm-image-card--link:focus-visible {
	border-color: rgba(73, 170, 212, 0.6);
	color: inherit;
	transform: translateY(-2px);
}

.cm-card-link-text {
	color: var(--cm-brand-deep);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	gap: 8px;
	line-height: 1.1;
	margin-top: 14px;
}

.cm-card-link-text::after {
	content: ">";
	transition: transform 160ms ease;
}

.cm-image-card:hover .cm-card-link-text::after,
.cm-image-card:focus-visible .cm-card-link-text::after {
	transform: translateX(3px);
}

.cm-image-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 24px;
	position: relative;
}

.cm-image-card__body::before {
	background: linear-gradient(90deg, var(--cm-accent), rgba(73, 170, 212, 0));
	content: "";
	height: 3px;
	left: 22px;
	position: absolute;
	right: 48px;
	top: 0;
}

.cm-image-card h3 {
	color: var(--cm-ink);
	font-size: 1.16rem;
	line-height: 1.25;
	margin: 2px 0 10px;
}

.cm-image-card p {
	color: var(--cm-muted);
	flex: 1;
	line-height: 1.6;
	margin: 0;
}

.cm-soft-panel {
	background: var(--cm-soft-blue);
	padding: clamp(24px, 4vw, 42px);
}

.cm-soft-panel h2 {
	color: var(--cm-brand-deep);
	margin-top: 0;
}

.cm-hero__panel ul,
.cm-content ul {
	margin: 0;
	padding-left: 20px;
}

.cm-hero__panel li,
.cm-content li {
	margin: 10px 0;
}

.cm-section {
	background: var(--cm-white);
	padding: clamp(54px, 8vw, 96px) 0;
}

.cm-page-header {
	background: var(--cm-soft);
	border-bottom: 1px solid var(--cm-line);
	padding: clamp(54px, 8vw, 92px) 0;
}

.cm-page-header .cm-split h1 {
	font-size: clamp(2.1rem, 4vw, 4rem);
}

.cm-band {
	background: var(--cm-ink);
	color: var(--cm-white);
	padding: clamp(54px, 8vw, 92px) 0;
}

.cm-band h2,
.cm-band .cm-kicker {
	color: var(--cm-white);
}

.cm-split {
	display: grid;
	gap: clamp(28px, 5vw, 72px);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.cm-card-grid,
.cm-feature-grid,
.cm-contact-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
}

.cm-card-grid {
	align-items: stretch;
	gap: clamp(18px, 2.4vw, 26px);
}

.entry-content .cm-card-grid,
.entry-content .cm-feature-grid,
.entry-content .cm-contact-grid,
.entry-content .cm-trust-row {
	display: grid !important;
	width: 100%;
}

.cm-card,
.cm-feature-grid > div {
	background: var(--cm-white);
	border: 1px solid var(--cm-line);
	border-radius: 8px;
	color: var(--cm-ink);
	display: block;
	padding: 24px;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cm-card:hover {
	border-color: rgba(11, 114, 133, 0.45);
	box-shadow: 0 16px 44px rgba(16, 32, 43, 0.08);
	color: var(--cm-ink);
	transform: translateY(-2px);
}

.cm-card h2,
.cm-card h3,
.cm-feature-grid h3,
.cm-contact-card h2 {
	color: var(--cm-ink);
	font-size: 1.22rem;
	line-height: 1.25;
	margin: 0 0 10px;
}

.cm-card p,
.cm-feature-grid p,
.cm-contact-card p,
.cm-content p,
.cm-check-list p {
	color: var(--cm-muted);
	line-height: 1.7;
	margin: 0 0 16px;
}

.cm-check-list {
	display: grid;
	gap: 14px;
}

.cm-check-list p {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: var(--cm-white);
	margin: 0;
	padding: 18px 20px;
}

.uagb-block-cm-sobre-header.cm-page-header {
	background:
		radial-gradient(circle at 84% 12%, rgba(73, 170, 212, 0.16), transparent 28%),
		linear-gradient(135deg, #ffffff 0%, #f6fbfd 52%, #e9f6fb 100%);
	border-bottom: 1px solid rgba(34, 110, 147, 0.12);
	overflow: hidden;
	padding: clamp(46px, 7vw, 86px) 0;
}

.uagb-block-cm-sobre-header .cm-split {
	align-items: center;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
}

.uagb-block-cm-sobre-header h1 {
	color: #151515;
	font-weight: 900;
	letter-spacing: 0;
	max-width: 680px;
}

.uagb-block-cm-sobre-header .cm-lead {
	color: #43545c;
	font-weight: 600;
	max-width: 680px;
}

.cm-about-proof {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(34, 110, 147, 0.12);
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(18, 55, 69, 0.06);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
	max-width: 720px;
	overflow: hidden;
}

.cm-about-proof div {
	padding: 16px 18px;
}

.cm-about-proof div + div {
	border-left: 1px solid rgba(34, 110, 147, 0.1);
}

.cm-about-proof strong {
	color: var(--cm-brand-deep);
	display: block;
	font-size: 0.98rem;
	line-height: 1.25;
}

.cm-about-proof span {
	color: var(--cm-muted);
	display: block;
	font-size: 0.88rem;
	line-height: 1.45;
	margin-top: 5px;
}

.cm-about-visual {
	align-self: center;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
		var(--cm-soft-blue);
	border-color: rgba(34, 110, 147, 0.14);
	box-shadow: 0 22px 58px rgba(18, 55, 69, 0.11);
	padding: clamp(22px, 4vw, 34px);
}

.cm-about-visual img {
	filter: drop-shadow(0 18px 32px rgba(18, 55, 69, 0.1));
	margin: 0 auto;
	max-height: min(330px, 46vh);
	object-fit: contain;
	width: min(360px, 100%);
}

.cm-visual-caption {
	border-top: 1px solid rgba(34, 110, 147, 0.12);
	display: grid;
	gap: 6px;
	margin-top: 18px;
	padding-top: 18px;
}

.cm-visual-caption strong {
	color: var(--cm-ink);
	font-size: 1rem;
	line-height: 1.25;
}

.cm-visual-caption span {
	color: var(--cm-muted);
	line-height: 1.55;
}

.uagb-block-cm-sobre-content {
	background: #ffffff;
}

.uagb-block-cm-sobre-content .cm-split {
	align-items: start;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
}

.uagb-block-cm-sobre-content .cm-content h2 {
	color: var(--cm-ink);
	font-size: clamp(1.75rem, 2.6vw, 2.65rem);
	line-height: 1.12;
	margin-top: 0;
}

.uagb-block-cm-sobre-content .cm-content p {
	font-size: 1.03rem;
}

.uagb-block-cm-sobre-content .cm-soft-panel {
	background:
		linear-gradient(180deg, #f6fbfd, #e9f6fb);
	border: 1px solid rgba(34, 110, 147, 0.12);
	box-shadow: 0 18px 44px rgba(18, 55, 69, 0.08);
}

.uagb-block-cm-sobre-content .cm-soft-panel h2 {
	color: var(--cm-ink);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.2;
	margin-bottom: 18px;
}

.uagb-block-cm-sobre-content .cm-soft-panel .cm-check-list p {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(34, 110, 147, 0.12);
	color: var(--cm-muted);
	padding-left: 46px;
	position: relative;
}

.uagb-block-cm-sobre-content .cm-soft-panel .cm-check-list p::before {
	background: var(--cm-accent);
	border-radius: 999px;
	box-shadow: 0 0 0 5px rgba(73, 170, 212, 0.14);
	content: "";
	height: 9px;
	left: 20px;
	position: absolute;
	top: 24px;
	width: 9px;
}

.uagb-block-cm-sobre-values {
	background: var(--cm-soft);
	border-top: 1px solid rgba(34, 110, 147, 0.1);
}

.uagb-block-cm-sobre-values .cm-feature-grid {
	counter-reset: about-values;
}

.uagb-block-cm-sobre-values .cm-feature-grid > div {
	border-color: rgba(34, 110, 147, 0.14);
	box-shadow: 0 16px 38px rgba(18, 55, 69, 0.06);
	padding-top: 64px;
	position: relative;
}

.uagb-block-cm-sobre-values .cm-feature-grid > div::before {
	align-items: center;
	background: var(--cm-brand-deep);
	border-radius: 999px;
	color: #ffffff;
	content: counter(about-values, decimal-leading-zero);
	counter-increment: about-values;
	display: flex;
	font-size: 0.78rem;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	left: 24px;
	position: absolute;
	top: 22px;
	width: 34px;
}

.cm-about-values-lead {
	margin-top: -10px;
}

.uagb-block-cm-sobre-cta.cm-band {
	background:
		radial-gradient(circle at 86% 18%, rgba(73, 170, 212, 0.22), transparent 28%),
		#123745;
}

.uagb-block-cm-sobre-cta .cm-contact-strip {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: none;
}

.uagb-block-cm-sobre-cta .cm-contact-strip .cm-lead {
	color: rgba(255, 255, 255, 0.78);
}

.cm-google-review {
	align-items: center;
	display: grid;
	gap: clamp(28px, 5vw, 68px);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
}

.entry-content .cm-google-review {
	display: grid !important;
	width: 100%;
}

.cm-google-review .cm-lead {
	color: rgba(255, 255, 255, 0.78);
}

.cm-google-review__panel {
	background: var(--cm-white);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
	color: var(--cm-ink);
	padding: clamp(24px, 4vw, 36px);
}

.cm-google-review__stars {
	color: #f5b301;
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 16px;
}

.cm-google-review__panel strong {
	color: var(--cm-ink);
	display: block;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.2;
	margin-bottom: 10px;
}

.cm-google-review__panel p {
	color: var(--cm-muted);
	line-height: 1.6;
	margin: 0 0 20px;
}

.cm-google-review-card {
	align-items: center;
	background: #edf8fc;
	border: 1px solid #c8e7f3;
	border-radius: 8px;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 6px 0 30px;
	padding: clamp(22px, 3vw, 30px);
}

.entry-content .cm-google-review-card {
	display: grid !important;
}

.cm-google-review-card .cm-kicker {
	margin-bottom: 8px;
}

.cm-google-review-card h2 {
	color: var(--cm-ink);
	font-size: 1.35rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

.cm-google-review-card p {
	color: var(--cm-muted);
	line-height: 1.55;
	margin: 0;
}

.cm-google-review-card .cm-google-review__stars {
	font-size: 1.35rem;
	margin: 0 0 10px;
}

.cm-google-review-card .cm-button {
	justify-self: end;
}

.cm-contact-strip {
	align-items: center;
	background: var(--cm-soft);
	border: 1px solid var(--cm-line);
	border-radius: 8px;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-bottom: clamp(28px, 4vw, 42px);
	padding-top: clamp(28px, 4vw, 42px);
}

.cm-contact-strip .cm-actions {
	justify-content: flex-end;
	margin-top: 0;
}

.uagb-block-cm-principal-contact.cm-section {
	background:
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 18px),
		linear-gradient(135deg, #123745 0%, #1e6c93 58%, #49aad4 100%);
	padding: clamp(48px, 7vw, 88px) 0;
}

.uagb-block-cm-principal-contact .cm-contact-strip {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: var(--cm-white);
	gap: clamp(22px, 4vw, 42px);
	overflow: hidden;
	padding: 0 clamp(20px, 4vw, 48px);
}

.uagb-block-cm-principal-contact .cm-kicker {
	color: #bceeff;
	margin-bottom: 10px;
}

.uagb-block-cm-principal-contact h2 {
	color: var(--cm-white);
	font-size: clamp(2rem, 3.35vw, 3.3rem);
	margin-bottom: 16px;
	max-width: 720px;
}

.uagb-block-cm-principal-contact .cm-lead {
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1.02rem, 1.7vw, 1.2rem);
	margin-top: 0;
	max-width: 680px;
}

.uagb-block-cm-principal-contact .cm-actions {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.uagb-block-cm-principal-contact .cm-button {
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	white-space: nowrap;
}

.uagb-block-cm-principal-contact .cm-button--primary {
	background: var(--cm-white);
	color: var(--cm-brand-deep);
}

.uagb-block-cm-principal-contact .cm-button--primary:hover,
.uagb-block-cm-principal-contact .cm-button--primary:focus {
	background: #e9f6fb;
	color: var(--cm-brand-deep);
}

.uagb-block-cm-principal-contact .cm-button--secondary {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.5);
	color: var(--cm-white);
}

.uagb-block-cm-principal-contact .cm-button--secondary:hover,
.uagb-block-cm-principal-contact .cm-button--secondary:focus {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.72);
	color: var(--cm-white);
}

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

.cm-content h2 {
	font-size: clamp(1.55rem, 2vw, 2.1rem);
	margin: 36px 0 12px;
}

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

@media (max-width: 920px) {
	.cm-hero__grid,
	.cm-split,
	.cm-contact-strip,
	.cm-google-review,
	.cm-google-review-card {
		grid-template-columns: 1fr;
	}

	.uagb-block-cm-sobre-header .cm-split,
	.uagb-block-cm-sobre-content .cm-split {
		grid-template-columns: 1fr;
	}

	.cm-hero__media {
		order: 0;
		padding-top: 0;
	}

	.cm-brand-visual--original {
		margin: 8px auto 0;
		max-width: 420px;
	}

	.cm-card-grid,
	.cm-feature-grid,
	.cm-contact-grid,
	.cm-trust-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cm-trust-item:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(34, 110, 147, 0.12) !important;
	}

	.cm-contact-strip .cm-actions {
		margin-top: 0;
	}

	.cm-google-review-card .cm-button {
		justify-self: start;
	}

	.cm-about-visual {
		margin: 0 auto;
		max-width: 520px;
	}
}

@media (max-width: 620px) {
	.cm-hero h1,
	.cm-page-header h1 {
		font-size: 2.1rem;
	}

	.cm-hero {
		padding-bottom: 38px;
		padding-top: 40px;
	}

	.cm-brand-visual img {
		max-height: 280px;
	}

	.cm-brand-logo--original {
		max-height: 330px;
	}

	.cm-brand-visual--original {
		max-width: min(360px, 100%);
		padding: 0;
	}

	.cm-card-grid,
	.cm-feature-grid,
	.cm-contact-grid,
	.cm-trust-row {
		grid-template-columns: 1fr;
	}

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

	.cm-about-proof div + div {
		border-left: 0;
		border-top: 1px solid rgba(34, 110, 147, 0.1);
	}

	.uagb-block-cm-sobre-header.cm-page-header {
		padding-top: 40px;
	}

	.cm-about-visual img {
		max-height: 270px;
	}

	.cm-trust-item + .cm-trust-item {
		border-left: 0;
		border-top: 1px solid rgba(34, 110, 147, 0.12) !important;
	}

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

.cm-shop {
	background:
		radial-gradient(circle at 92% 6%, rgba(73, 170, 212, 0.14), transparent 30%),
		linear-gradient(180deg, #f6fbfd 0%, #ffffff 42%, #f2f7fa 100%);
	display: block;
	padding: 0;
}

.cm-shop-shell {
	align-items: start !important;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	margin: 0 auto;
	max-width: 1360px;
	min-height: 820px;
	min-width: 0;
	width: 100%;
}

.cm-shop-main {
	background: rgba(255, 255, 255, 0.92);
	display: block;
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	padding: clamp(34px, 5vw, 64px);
}

.cm-shop-side {
	background:
		linear-gradient(180deg, rgba(233, 246, 251, 0.96), rgba(242, 247, 250, 0.96)),
		var(--cm-soft-blue);
	border-left: 1px solid rgba(34, 110, 147, 0.12);
	display: flex;
	flex-direction: column;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	position: sticky;
	top: 82px;
}

.cm-shop-title {
	color: var(--cm-ink);
	font-size: clamp(2.15rem, 4vw, 3.75rem);
	font-weight: 900;
	line-height: 1.12;
	margin: 0 0 18px;
	max-width: 860px;
	position: relative;
}

.cm-shop-title::after {
	background: linear-gradient(90deg, var(--cm-accent), rgba(73, 170, 212, 0));
	content: "";
	display: block;
	height: 4px;
	margin-top: 20px;
	width: min(220px, 52vw);
}

.cm-shop-lead {
	color: var(--cm-muted);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	font-weight: 600;
	line-height: 1.7;
	margin: 0 0 26px;
	max-width: 820px;
}

.cm-shop-switch {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(34, 110, 147, 0.14) !important;
	border-radius: 999px;
	box-shadow: 0 14px 36px rgba(18, 55, 69, 0.07) !important;
	display: inline-flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap;
	gap: 6px;
	margin-bottom: 34px;
	padding: 6px;
	width: max-content !important;
}

.cm-shop-pill {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--cm-brand-deep);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 800;
	gap: 8px;
	line-height: 1.1;
	margin: 0 !important;
	min-height: 42px;
	padding: 10px 18px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
	user-select: none;
	width: auto !important;
}

.cm-shop-pill.is-active {
	background: var(--cm-accent);
	border-color: var(--cm-accent);
	color: #ffffff;
}

.cm-shop-pill:focus-visible {
	outline: 3px solid rgba(0, 188, 212, 0.28);
	outline-offset: 3px;
}

.cm-shop-section-title {
	color: var(--cm-ink);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 900;
	line-height: 1.2;
	margin: 8px 0 18px;
}

.cm-shop-grid {
	display: grid;
	gap: clamp(18px, 2.2vw, 26px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: clamp(34px, 5vw, 54px);
	width: 100%;
}

.cm-shop-grid[hidden],
.cm-shop-section-title[hidden],
.cm-shop-card[hidden] {
	display: none !important;
}

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

.cm-shop-card {
	align-items: stretch !important;
	background: #ffffff;
	border: 1px solid rgba(34, 110, 147, 0.14) !important;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 18px 42px rgba(18, 55, 69, 0.08) !important;
	color: var(--cm-ink);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: flex-start !important;
	min-height: 318px;
	min-width: 0;
	overflow: hidden !important;
	padding: 0;
	position: relative;
	text-align: left;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cm-shop-card:hover {
	border-color: rgba(73, 170, 212, 0.62) !important;
	box-shadow: 0 24px 52px rgba(18, 55, 69, 0.12) !important;
	transform: translateY(-4px);
}

.cm-shop-card:focus-visible {
	outline: 3px solid rgba(0, 188, 212, 0.3);
	outline-offset: 4px;
}

.cm-shop-card.is-selected {
	border-color: rgba(0, 101, 128, 0.78) !important;
	box-shadow: 0 24px 58px rgba(0, 101, 128, 0.16) !important;
}

.cm-shop-card.is-selected::before {
	border: 2px solid rgba(0, 101, 128, 0.78);
	border-radius: 8px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.cm-shop-card h3 {
	align-self: stretch;
	color: var(--cm-ink);
	font-size: 1.12rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 20px 20px 0;
}

.cm-shop-card p {
	align-self: stretch;
	color: var(--cm-muted);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 9px 20px 22px;
}

.cm-shop-card-media {
	align-self: stretch !important;
	aspect-ratio: 16 / 10.5;
	background:
		linear-gradient(135deg, rgba(34, 110, 147, 0.16), rgba(73, 170, 212, 0.08)),
		var(--cm-soft-blue);
	box-sizing: border-box;
	display: block;
	flex: 0 0 auto;
	margin: 0 !important;
	max-width: 100% !important;
	overflow: hidden !important;
	position: relative;
	width: 100% !important;
}

.cm-shop-card-media::after {
	background:
		linear-gradient(180deg, transparent 54%, rgba(10, 52, 69, 0.14)),
		linear-gradient(90deg, var(--cm-accent), rgba(73, 170, 212, 0) 44%);
	background-size: 100% 100%, 100% 4px;
	background-position: center, left bottom;
	background-repeat: no-repeat;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.cm-shop-card-media img {
	display: block;
	height: 100%;
	filter: saturate(1.06) contrast(1.04);
	max-width: none !important;
	min-width: 100%;
	object-fit: cover;
	position: static;
	transition: transform 360ms ease;
	width: 100% !important;
}

.cm-shop-card:hover .cm-shop-card-media img {
	transform: scale(1.035);
}

.cm-shop-card-status {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(34, 110, 147, 0.18);
	border-radius: 999px;
	bottom: auto !important;
	color: var(--cm-brand-deep);
	display: inline-flex !important;
	font-size: 0.76rem;
	font-weight: 900;
	left: auto !important;
	line-height: 1;
	min-height: 28px;
	padding: 8px 10px;
	position: absolute !important;
	right: 12px !important;
	top: 12px !important;
	width: auto !important;
	z-index: 3;
}

.cm-shop-card.is-selected .cm-shop-card-status {
	background: var(--cm-brand-deep);
	border-color: var(--cm-brand-deep);
	color: #ffffff;
}

.cm-shop-icon {
	align-items: center;
	border: 2px solid rgba(73, 170, 212, 0.72);
	border-radius: 14px;
	color: var(--cm-accent);
	display: inline-flex;
	font-size: 1.65rem;
	font-weight: 800;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.cm-shop-side-row {
	align-items: center;
	background: rgba(255, 255, 255, 0.86);
	border-bottom: 1px solid rgba(34, 110, 147, 0.12);
	display: flex;
	gap: 12px;
	min-height: 72px;
	padding: 20px 26px;
}

.cm-shop-side-row strong {
	color: var(--cm-ink);
	display: block;
}

.cm-shop-side-row span {
	color: var(--cm-muted);
	display: block;
	font-size: 0.92rem;
}

.cm-shop-side-action {
	background: rgba(34, 110, 147, 0.08);
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
}

.cm-shop-side-action div {
	border-right: 1px solid rgba(34, 110, 147, 0.12);
	color: var(--cm-brand-deep);
	font-weight: 800;
	padding: 16px 18px;
	text-align: center;
}

.cm-shop-side-action div:last-child {
	border-right: 0;
}

.cm-shop-cart {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
	padding: clamp(36px, 5vw, 56px) 28px;
	text-align: center;
}

.cm-shop-cart-icon {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(73, 170, 212, 0.36);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(18, 55, 69, 0.08);
	color: var(--cm-accent);
	display: flex;
	font-size: 2rem;
	height: 72px;
	justify-content: center;
	margin-bottom: 18px;
	width: 72px;
}

.cm-shop-cart h2 {
	color: var(--cm-ink);
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
}

.cm-shop-cart p {
	color: var(--cm-muted);
	line-height: 1.55;
	margin: 0 0 22px;
}

.cm-shop-selected-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	width: 100%;
}

.cm-shop-selected-list[hidden] {
	display: none;
}

.cm-shop-selected-list li {
	align-items: center;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(34, 110, 147, 0.14);
	border-radius: 8px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 10px 12px;
	text-align: left;
}

.cm-shop-selected-list span {
	color: var(--cm-ink);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.25;
}

.cm-shop-remove-service {
	background: transparent;
	border: 0;
	color: var(--cm-brand-deep);
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 900;
	padding: 4px 0;
	text-decoration: none;
}

.cm-shop-remove-service:hover,
.cm-shop-remove-service:focus-visible {
	color: var(--cm-ink);
	text-decoration: underline;
}

.cm-shop-cart-actions {
	display: grid;
	gap: 10px;
	width: 100%;
}

.cm-shop-cart-actions .cm-button {
	width: 100% !important;
}

.cm-shop-whatsapp-action[hidden] {
	display: none !important;
}

.cm-shop-cart.has-selection .cm-shop-cart-icon {
	background: var(--cm-brand-deep);
	border-color: var(--cm-brand-deep);
	color: #ffffff;
}

.cm-shop-mobile-bar {
	display: none;
}

.cm-shop-floating-whatsapp {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
	color: #ffffff;
	display: inline-flex;
	font-weight: 900;
	gap: 8px;
	margin-top: 14px;
	max-width: calc(100vw - 44px);
	min-height: 54px;
	padding: 14px 18px;
	position: static !important;
	text-decoration: none;
	width: max-content !important;
	z-index: 4;
}

.cm-shop-floating-whatsapp:hover {
	color: #ffffff;
}

.cm-services-final-cta {
	align-items: center;
	background:
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 18px),
		linear-gradient(135deg, #123745 0%, #1e6c93 58%, #49aad4 100%);
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 8px;
	box-shadow: 0 24px 64px rgba(18, 55, 69, 0.16) !important;
	color: var(--cm-white);
	display: grid !important;
	gap: clamp(22px, 3vw, 34px);
	grid-template-columns: minmax(0, 1fr) minmax(240px, 300px) minmax(210px, 240px);
	margin-top: clamp(34px, 5vw, 58px);
	overflow: hidden;
	padding: clamp(26px, 4vw, 42px);
}

.entry-content .cm-services-final-cta {
	display: grid !important;
}

.cm-services-final-cta .cm-kicker {
	color: #bceeff;
	margin-bottom: 10px;
}

.cm-services-final-cta h2 {
	color: var(--cm-white);
	font-size: clamp(1.65rem, 2.8vw, 2.6rem);
	line-height: 1.1;
	margin: 0 0 14px;
	max-width: 620px;
}

.cm-services-final-cta p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
	max-width: 660px;
}

.cm-services-final-cta__review {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 20px;
}

.cm-services-final-cta__review .cm-google-review__stars {
	font-size: 1.18rem;
	margin-bottom: 10px;
}

.cm-services-final-cta__review strong,
.cm-services-final-cta__review span {
	display: block;
}

.cm-services-final-cta__review strong {
	color: var(--cm-white);
	font-size: 1.05rem;
	line-height: 1.25;
	margin-bottom: 8px;
}

.cm-services-final-cta__review span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	line-height: 1.5;
}

.cm-services-final-cta__review a {
	color: #bceeff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	margin-top: 14px;
	text-decoration: none !important;
}

.cm-services-final-cta__review a:hover,
.cm-services-final-cta__review a:focus {
	color: var(--cm-white);
}

.cm-services-final-cta__actions {
	display: grid;
	gap: 12px;
	justify-self: stretch;
}

.cm-services-final-cta__actions .cm-button,
.cm-services-final-cta__actions .cm-shop-floating-whatsapp {
	justify-content: center;
	margin: 0;
	text-align: center;
	width: 100% !important;
}

.cm-services-final-cta__actions .cm-button--primary {
	background: var(--cm-white);
	color: var(--cm-brand-deep);
}

.cm-services-final-cta__actions .cm-button--primary:hover,
.cm-services-final-cta__actions .cm-button--primary:focus {
	background: #e9f6fb;
	color: var(--cm-brand-deep);
}

.cm-services-final-cta__actions .cm-button--secondary,
.cm-services-final-cta__actions .cm-shop-floating-whatsapp {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	box-shadow: none;
	color: var(--cm-white);
	max-width: none;
	min-height: 48px;
	padding: 14px 20px;
}

.cm-services-final-cta__actions .cm-button--secondary:hover,
.cm-services-final-cta__actions .cm-button--secondary:focus,
.cm-services-final-cta__actions .cm-shop-floating-whatsapp:hover,
.cm-services-final-cta__actions .cm-shop-floating-whatsapp:focus {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.72);
	color: var(--cm-white);
}

@media (max-width: 1080px) {
	.cm-shop-shell {
		grid-template-columns: 1fr;
	}

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

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

	.cm-shop-main,
	.cm-shop-side {
		grid-column: 1;
	}

	.cm-shop-main {
		grid-row: 1;
	}

	.cm-shop-side {
		border-left: 0;
		border-top: 1px solid var(--cm-line);
		grid-row: 2;
		position: static;
	}
}

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

@media (max-width: 640px) {
	.cm-shop-main {
		padding-left: 18px;
		padding-right: 18px;
	}

	.cm-shop-switch {
		display: flex !important;
		width: 100% !important;
	}

	.cm-shop-pill {
		flex: 1 1 0;
		font-size: 0.84rem;
		justify-content: center;
		padding-left: 6px;
		padding-right: 6px;
		text-align: center;
		white-space: nowrap;
	}

	.cm-shop-grid,
	.cm-shop-grid--secondary {
		grid-template-columns: 1fr;
	}

	.cm-shop-card {
		min-height: 0;
	}

	.cm-shop-side-action {
		grid-template-columns: 1fr;
	}

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

	.cm-shop-floating-whatsapp {
		font-size: 0.96rem;
		height: auto;
		justify-content: center;
		max-width: none;
		min-height: 48px;
		padding: 13px 16px;
		width: 100% !important;
	}

	.cm-shop-mobile-bar:not([hidden]) {
		align-items: center;
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid rgba(34, 110, 147, 0.14);
		border-radius: 8px;
		box-shadow: 0 18px 44px rgba(18, 55, 69, 0.18);
		display: grid;
		gap: 8px;
		grid-template-columns: 1fr auto auto;
		left: 12px !important;
		padding: 10px;
		position: fixed !important;
		right: 12px !important;
		bottom: 12px !important;
		top: auto !important;
		z-index: 30;
	}

	.cm-shop-mobile-bar__text {
		color: var(--cm-ink);
		font-size: 0.9rem;
		font-weight: 900;
		line-height: 1.15;
	}

	.cm-shop-mobile-bar__button {
		font-size: 0.82rem;
		min-height: 40px;
		padding: 10px 12px;
		white-space: nowrap;
	}
}

.cm-booking {
	background:
		radial-gradient(circle at 88% 8%, rgba(73, 170, 212, 0.18), transparent 30%),
		linear-gradient(135deg, #ffffff 0%, #f6fbfd 52%, #e9f6fb 100%);
	border-bottom: 1px solid rgba(34, 110, 147, 0.12) !important;
	overflow: clip;
	padding: clamp(44px, 7vw, 86px) 0 clamp(48px, 7vw, 92px);
	position: relative;
}

.cm-booking-shell {
	align-items: start !important;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 460px);
	margin: 0 auto;
	max-width: 1200px;
	padding-left: clamp(20px, 4vw, 48px);
	padding-right: clamp(20px, 4vw, 48px);
}

.entry-content .cm-booking .cm-booking-shell {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1180px !important;
	width: 100% !important;
}

.cm-booking-title {
	color: #151515;
	font-size: clamp(2.35rem, 4.7vw, 4.25rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
	max-width: 760px;
}

.cm-booking-copy {
	min-width: 0;
	padding-top: clamp(8px, 2vw, 28px);
}

.cm-booking-copy .cm-lead {
	color: #43545c;
	font-weight: 600;
	margin-bottom: 28px;
	max-width: 720px;
}

.cm-booking-copy .cm-kicker {
	color: var(--cm-brand-deep);
	font-weight: 900;
	letter-spacing: 0.03em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.cm-booking-checks {
	counter-reset: booking-steps;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 4px;
}

.cm-booking-shell > .cm-booking-checks {
	grid-column: 1 / -1;
	margin-top: -16px;
}

.cm-booking-check {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(34, 110, 147, 0.12) !important;
	border-radius: 8px;
	box-shadow: 0 16px 42px rgba(18, 55, 69, 0.06);
	padding: 22px 20px 20px 68px;
	position: relative;
}

.cm-booking-check::before {
	align-items: center;
	background: var(--cm-brand-deep);
	border-radius: 999px;
	color: #ffffff;
	content: counter(booking-steps, decimal-leading-zero);
	counter-increment: booking-steps;
	display: flex;
	font-size: 0.78rem;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	left: 20px;
	position: absolute;
	top: 22px;
	width: 36px;
}

.cm-booking-check strong {
	color: var(--cm-ink);
	display: block;
	line-height: 1.25;
	margin-bottom: 8px;
}

.cm-booking-check span {
	color: var(--cm-muted);
	display: block;
	font-size: 0.92rem;
	line-height: 1.55;
}

.cm-booking-form {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(34, 110, 147, 0.14) !important;
	border-radius: 8px;
	box-shadow: 0 24px 64px rgba(18, 55, 69, 0.12);
	display: grid;
	gap: 18px;
	padding: clamp(24px, 4vw, 36px);
	position: static !important;
	top: auto !important;
}

.cm-booking-form::before {
	background: linear-gradient(90deg, var(--cm-brand), var(--cm-accent));
	border-radius: 8px 8px 0 0;
	content: "";
	display: block;
	height: 5px;
	margin: calc(clamp(24px, 4vw, 36px) * -1) calc(clamp(24px, 4vw, 36px) * -1) 6px;
}

.cm-booking-form h2 {
	color: var(--cm-ink);
	font-size: 1.55rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
	position: relative;
}

.cm-booking-form h2::after {
	background: linear-gradient(90deg, var(--cm-accent), rgba(73, 170, 212, 0));
	content: "";
	display: block;
	height: 3px;
	margin-top: 14px;
	width: 150px;
}

.cm-booking-form p {
	color: var(--cm-muted);
	line-height: 1.55;
	margin: 0;
}

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

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

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

.cm-field label {
	color: var(--cm-ink);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.25;
}

.cm-field input,
.cm-field select,
.cm-field textarea {
	background: #f9fcfd;
	border: 1px solid rgba(34, 110, 147, 0.18);
	border-radius: 6px;
	color: var(--cm-ink);
	font: inherit;
	min-height: 50px;
	padding: 12px 13px;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

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

.cm-field input:focus,
.cm-field select:focus,
.cm-field textarea:focus {
	background: #ffffff;
	border-color: var(--cm-brand);
	box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.16);
	outline: 0;
}

.cm-booking-submit {
	align-items: center;
	background: var(--cm-brand);
	border: 0;
	border-radius: 6px;
	box-shadow: 0 14px 28px rgba(34, 110, 147, 0.22);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.15;
	min-height: 50px;
	padding: 14px 18px;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.cm-booking-submit:hover,
.cm-booking-submit:focus {
	background: var(--cm-brand-dark);
	box-shadow: 0 18px 34px rgba(34, 110, 147, 0.28);
	color: #ffffff;
	transform: translateY(-1px);
}

.cm-form-note {
	background: var(--cm-soft-blue);
	border: 1px solid rgba(34, 110, 147, 0.1);
	border-radius: 8px;
	font-size: 0.86rem;
	padding: 12px 14px;
}

.cm-booking-band {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
	border-top: 0 !important;
	box-shadow: none !important;
	overflow: clip;
	padding: clamp(48px, 7vw, 86px) 0;
}

.cm-booking-services,
.cm-booking-faq {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: clamp(20px, 4vw, 48px);
	padding-right: clamp(20px, 4vw, 48px);
}

.entry-content .cm-booking-services,
.entry-content .cm-booking-faq {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1180px !important;
	width: 100% !important;
}

.cm-booking-services h2,
.cm-booking-faq h2 {
	color: var(--cm-ink);
	font-size: clamp(1.7rem, 3vw, 2.55rem);
	font-weight: 900;
	line-height: 1.12;
	margin: 0 0 22px;
}

.cm-booking-service-grid {
	display: grid;
	gap: clamp(16px, 2.2vw, 24px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cm-booking-service {
	background: #ffffff;
	border: 1px solid rgba(34, 110, 147, 0.14) !important;
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(18, 55, 69, 0.06);
	min-height: 138px;
	padding: 24px 20px 22px;
	position: relative;
}

.cm-booking-service::before {
	background: linear-gradient(90deg, var(--cm-accent), rgba(73, 170, 212, 0));
	content: "";
	height: 3px;
	left: 20px;
	position: absolute;
	right: 42px;
	top: 0;
}

.cm-booking-service h3 {
	color: var(--cm-ink);
	font-size: 1.05rem;
	line-height: 1.25;
	margin: 0 0 10px;
}

.cm-booking-service p {
	color: var(--cm-muted);
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0;
}

.cm-booking-faq {
	background: var(--cm-soft);
	border: 1px solid rgba(34, 110, 147, 0.1) !important;
	border-radius: 8px;
	margin-top: 56px;
	padding-bottom: clamp(28px, 4vw, 40px);
	padding-top: clamp(28px, 4vw, 40px);
}

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

.cm-booking-faq-item {
	background: #ffffff;
	border: 1px solid rgba(34, 110, 147, 0.12) !important;
	border-radius: 8px;
	padding: 22px;
}

.cm-booking-faq-item h3 {
	color: var(--cm-ink);
	font-size: 1.08rem;
	line-height: 1.3;
	margin: 0 0 8px;
}

.cm-booking-faq-item p {
	color: var(--cm-muted);
	line-height: 1.65;
	margin: 0;
}

@media (max-width: 980px) {
	.cm-booking-shell,
	.cm-booking-checks,
	.cm-booking-service-grid,
	.cm-booking-faq-grid {
		grid-template-columns: 1fr;
	}

	.cm-booking-form {
		position: static !important;
	}

	.cm-booking-shell > .cm-booking-checks {
		margin-top: 0;
	}
}

@media (max-width: 620px) {
	.cm-booking {
		padding-top: 40px;
	}

	.cm-booking-title {
		font-size: 2.15rem;
	}

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

	.cm-booking-form {
		box-shadow: 0 10px 28px rgba(16, 32, 43, 0.08);
		padding: 22px;
	}

	.cm-booking-check {
		padding-left: 62px;
	}

	.cm-booking-faq {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
	}
}

@keyframes cm-rise-in {
	from {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes cm-soft-scale {
	from {
		opacity: 0;
		transform: scale(0.985);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes cm-sheen {
	from {
		transform: translateX(-120%);
	}

	to {
		transform: translateX(120%);
	}
}

.entry-content .cm-hero__media,
.entry-content .cm-page-header .cm-wrap,
.entry-content .cm-booking-copy,
.entry-content .cm-booking-form,
.entry-content .cm-shop-main > h1 {
	animation: cm-rise-in 620ms ease-out both;
}

.entry-content .cm-hero__content {
	animation: none !important;
	filter: none !important;
	opacity: 1 !important;
	transform: none !important;
}

.entry-content .cm-hero__content .cm-kicker,
.entry-content .cm-hero__content h1,
.entry-content .cm-hero__content .cm-lead {
	animation: none !important;
	background: none !important;
	filter: none !important;
	opacity: 1 !important;
	text-shadow: none !important;
	transform: none !important;
	-webkit-background-clip: initial !important;
	background-clip: initial !important;
	-webkit-text-fill-color: currentColor !important;
}

.entry-content .cm-hero__content h1 {
	color: #151515 !important;
	font-weight: 900 !important;
	-webkit-text-fill-color: #151515 !important;
}

.entry-content .cm-hero__content .cm-lead {
	color: #43545c !important;
	font-weight: 600 !important;
	-webkit-text-fill-color: #43545c !important;
}

.entry-content .cm-hero__content .cm-kicker {
	color: #226e93 !important;
	font-weight: 900 !important;
	-webkit-text-fill-color: #226e93 !important;
}

.entry-content .cm-hero__media,
.entry-content .cm-booking-form {
	animation-name: cm-soft-scale;
	animation-delay: 90ms;
}

.entry-content .cm-trust-item,
.entry-content .cm-card,
.entry-content .cm-feature-grid > div,
.entry-content .cm-image-card,
.entry-content .cm-shop-card,
.entry-content .cm-booking-check,
.entry-content .cm-booking-service,
.entry-content .cm-booking-faq-item,
.entry-content .cm-google-review__panel,
.entry-content .cm-google-review-card {
	animation: cm-rise-in 520ms ease-out both;
}

.entry-content .cm-card-grid > *:nth-child(2),
.entry-content .cm-feature-grid > *:nth-child(2),
.entry-content .cm-shop-grid > *:nth-child(2),
.entry-content .cm-trust-row > *:nth-child(2),
.entry-content .cm-booking-checks > *:nth-child(2),
.entry-content .cm-booking-service-grid > *:nth-child(2),
.entry-content .cm-booking-faq-grid > *:nth-child(2) {
	animation-delay: 80ms;
}

.entry-content .cm-card-grid > *:nth-child(3),
.entry-content .cm-feature-grid > *:nth-child(3),
.entry-content .cm-shop-grid > *:nth-child(3),
.entry-content .cm-trust-row > *:nth-child(3),
.entry-content .cm-booking-checks > *:nth-child(3),
.entry-content .cm-booking-service-grid > *:nth-child(3),
.entry-content .cm-booking-faq-grid > *:nth-child(3) {
	animation-delay: 150ms;
}

.entry-content .cm-card-grid > *:nth-child(n+4),
.entry-content .cm-feature-grid > *:nth-child(n+4),
.entry-content .cm-shop-grid > *:nth-child(n+4),
.entry-content .cm-booking-service-grid > *:nth-child(n+4) {
	animation-delay: 220ms;
}

.cm-brand-visual,
.cm-image-card {
	position: relative;
}

.cm-brand-visual::after {
	background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.52) 45%, transparent 70%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-120%);
}

.cm-brand-visual:hover::after {
	animation: cm-sheen 820ms ease;
}

.cm-image-card img {
	transition: transform 360ms ease;
}

.cm-image-card:hover img,
.cm-image-card:focus-within img {
	transform: scale(1.035);
}

.cm-card,
.cm-feature-grid > div,
.cm-image-card,
.cm-trust-item,
.cm-booking-check,
.cm-booking-service,
.cm-booking-faq-item,
.cm-shop-card,
.cm-google-review__panel,
.cm-google-review-card {
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.cm-feature-grid > div:hover,
.cm-image-card:hover,
.cm-trust-item:hover,
.cm-booking-check:hover,
.cm-booking-service:hover,
.cm-booking-faq-item:hover,
.cm-google-review__panel:hover,
.cm-google-review-card:hover {
	border-color: rgba(73, 170, 212, 0.6);
	box-shadow: 0 16px 38px rgba(33, 33, 33, 0.09);
	transform: translateY(-3px);
}

.cm-trust-row .cm-trust-item:hover {
	background: rgba(255, 255, 255, 0.48);
	box-shadow: none;
	transform: none;
}

.cm-booking-faq-item:hover {
	background: var(--cm-soft-blue);
	border-radius: 8px;
}

.cm-button,
.cm-button .wp-block-button__link,
.cm-booking-submit,
.cm-shop-floating-whatsapp {
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.cm-button:hover,
.cm-button .wp-block-button__link:hover,
.cm-booking-submit:hover,
.cm-shop-floating-whatsapp:hover {
	box-shadow: 0 12px 26px rgba(33, 33, 33, 0.12);
	transform: translateY(-2px);
}

.cm-button:focus-visible,
.cm-button .wp-block-button__link:focus-visible,
.cm-booking-submit:focus-visible,
.cm-shop-floating-whatsapp:focus-visible,
.cm-field input:focus-visible,
.cm-field select:focus-visible,
.cm-field textarea:focus-visible {
	outline: 3px solid rgba(0, 188, 212, 0.28);
	outline-offset: 3px;
}

.entry-content .wp-block-button.cm-button {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 0 !important;
	padding: 0 !important;
}

.entry-content .wp-block-button.cm-button:hover {
	box-shadow: none !important;
	transform: none !important;
}

.entry-content .wp-block-button.cm-button .wp-block-button__link {
	align-items: center;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 54px;
	min-width: 180px;
	padding: 16px 24px !important;
	text-decoration: none;
}

.entry-content .wp-block-button.cm-button--primary .wp-block-button__link {
	background: var(--cm-brand) !important;
	border-color: var(--cm-brand) !important;
	color: var(--cm-white) !important;
}

.entry-content .wp-block-button.cm-button--primary .wp-block-button__link:hover {
	background: var(--cm-brand-dark) !important;
	border-color: var(--cm-brand-dark) !important;
	color: var(--cm-white) !important;
}

.entry-content .wp-block-button.cm-button--secondary .wp-block-button__link {
	background: rgba(255, 255, 255, 0.78) !important;
	border-color: rgba(34, 110, 147, 0.22) !important;
	color: var(--cm-brand-deep) !important;
}

.entry-content .wp-block-button.cm-button--secondary .wp-block-button__link:hover {
	background: var(--cm-white) !important;
	border-color: var(--cm-brand) !important;
	color: var(--cm-brand-deep) !important;
}

@media (max-width: 620px) {
	.entry-content .wp-block-button.cm-button .wp-block-button__link {
		width: 100%;
	}
}

.ast-small-footer,
.site-footer:not(.cm-site-footer) {
	display: none !important;
}

.cm-site-footer {
	background: #123745;
	color: #ffffff;
	margin-left: 0;
	margin-right: 0;
}

.cm-site-footer__inner,
.cm-site-footer__bottom {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: clamp(20px, 4vw, 48px);
	padding-right: clamp(20px, 4vw, 48px);
}

.cm-site-footer__inner {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.7fr) minmax(220px, 0.8fr);
	padding-bottom: 34px;
	padding-top: 42px;
}

.cm-site-footer__logo {
	color: #ffffff;
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 14px;
	text-decoration: none;
}

.cm-site-footer p,
.cm-site-footer__bottom {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.6;
	margin: 0;
}

.cm-site-footer__nav,
.cm-site-footer__contact {
	display: grid;
	gap: 10px;
}

.cm-site-footer__contact strong {
	color: #ffffff;
	font-size: 1rem;
}

.cm-site-footer__phone,
.cm-site-footer__email {
	width: fit-content;
}

.cm-site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
	max-width: 360px;
}

.cm-social-button {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 24px rgba(0, 0, 0, 0.08);
	color: #ffffff !important;
	display: flex;
	gap: 10px;
	min-height: 46px;
	overflow: hidden;
	padding: 7px 16px 7px 8px;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: max-content;
}

.cm-social-button:hover,
.cm-social-button:focus {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.09));
	border-color: rgba(255, 255, 255, 0.34);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 30px rgba(0, 0, 0, 0.12);
	color: #ffffff !important;
	transform: translateY(-2px);
}

.cm-social-button__mark {
	align-items: center;
	background: var(--cm-social-color);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	box-shadow: 0 8px 16px var(--cm-social-shadow);
	display: flex;
	flex: 0 0 32px;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
}

.cm-social-button__mark svg {
	display: block;
	fill: #ffffff;
	height: 18px;
	width: 18px;
}

.cm-social-button__text {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.cm-social-button__text strong {
	color: #ffffff;
	font-size: 0.92rem;
	line-height: 1.05;
	white-space: nowrap;
}

.cm-social-button__text small {
	display: none;
}

.cm-social-button--whatsapp {
	--cm-social-color: #25d366;
	--cm-social-shadow: rgba(37, 211, 102, 0.22);
	border-color: rgba(37, 211, 102, 0.38);
}

.cm-social-button--instagram {
	--cm-social-color: #c13584;
	--cm-social-shadow: rgba(193, 53, 132, 0.22);
	border-color: rgba(193, 53, 132, 0.4);
}

.cm-social-button--whatsapp:hover,
.cm-social-button--whatsapp:focus {
	background: rgba(37, 211, 102, 0.16);
	border-color: rgba(37, 211, 102, 0.68);
}

.cm-social-button--instagram:hover,
.cm-social-button--instagram:focus {
	background: rgba(193, 53, 132, 0.16);
	border-color: rgba(193, 53, 132, 0.7);
}
.cm-site-footer a {
	color: rgba(255, 255, 255, 0.84);
	text-decoration: none;
}

.cm-site-footer a:hover {
	color: #ffffff;
}

.cm-site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	padding-bottom: 20px;
	padding-top: 18px;
}

@media (max-width: 760px) {
	.cm-site-footer__inner {
		grid-template-columns: 1fr;
	}
}

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

	.cm-button:hover,
	.cm-button .wp-block-button__link:hover,
	.cm-booking-submit:hover,
	.cm-shop-floating-whatsapp:hover,
	.cm-feature-grid > div:hover,
	.cm-image-card:hover,
	.cm-image-card:hover img,
	.cm-trust-item:hover,
	.cm-booking-check:hover,
	.cm-booking-service:hover,
	.cm-booking-faq-item:hover,
	.cm-shop-card:hover {
		transform: none;
	}
}

/* CleaningMasters service details patch: start */
.cm-service-insight-trigger {
	align-items: center;
	align-self: center;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-top: 1px solid rgba(34, 110, 147, 0.16) !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: var(--cm-brand-deep) !important;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 0.82rem;
	font-weight: 900;
	gap: 8px;
	justify-content: flex-start;
	letter-spacing: 0;
	line-height: 1.25;
	margin: auto 20px 16px;
	min-height: 44px;
	padding: 13px 2px 2px;
	text-align: left;
	transition: border-color 160ms ease, color 160ms ease;
	width: calc(100% - 40px) !important;
}

.cm-service-insight-trigger::before {
	align-items: center;
	background: rgba(73, 170, 212, 0.12);
	border: 0;
	border-radius: 50%;
	color: var(--cm-brand-deep);
	content: "i";
	display: inline-flex;
	flex: 0 0 22px;
	font-size: 0.72rem;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	transition: background-color 160ms ease, color 160ms ease;
}

.cm-service-insight-trigger::after {
	color: var(--cm-accent);
	content: "\2192";
	display: inline-block;
	flex: 0 0 18px;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	margin-left: auto;
	text-align: right;
	transition: color 160ms ease, transform 160ms ease;
}

.cm-service-insight-trigger:hover,
.cm-service-insight-trigger:focus-visible {
	background: transparent !important;
	border-top-color: rgba(34, 110, 147, 0.4) !important;
	color: var(--cm-ink) !important;
}

.cm-service-insight-trigger:hover::before,
.cm-service-insight-trigger:focus-visible::before {
	background: var(--cm-brand-deep);
	color: #ffffff;
}

.cm-service-insight-trigger:hover::after,
.cm-service-insight-trigger:focus-visible::after {
	color: var(--cm-brand-deep);
	transform: translateX(3px);
}

.cm-service-insight-trigger:focus-visible {
	border-radius: 4px !important;
	outline: 2px solid rgba(0, 188, 212, 0.32);
	outline-offset: 4px;
}

.cm-service-insight-dialog {
	background: #ffffff;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(8, 41, 56, 0.28);
	color: var(--cm-ink);
	margin: auto;
	max-height: min(86vh, 720px);
	max-width: min(700px, calc(100vw - 32px));
	overflow: auto;
	padding: 0;
	width: 100%;
}

.cm-service-insight-dialog::backdrop {
	background: rgba(8, 41, 56, 0.62);
	backdrop-filter: blur(3px);
}

.cm-service-insight-dialog__inner {
	border-top: 5px solid var(--cm-accent);
	padding: clamp(26px, 5vw, 42px);
	position: relative;
}

.cm-service-insight-dialog__close {
	align-items: center;
	background: var(--cm-soft-blue) !important;
	border: 1px solid rgba(34, 110, 147, 0.16) !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	color: var(--cm-brand-deep) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.35rem;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 40px;
}

.cm-service-insight-dialog__eyebrow {
	color: var(--cm-brand-deep);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 52px 10px 0;
	text-transform: uppercase;
}

.cm-service-insight-dialog h2 {
	color: var(--cm-ink);
	font-size: clamp(1.55rem, 4vw, 2.15rem);
	font-weight: 900;
	line-height: 1.12;
	margin: 0 52px 18px 0;
}

.cm-service-insight-dialog__text {
	color: var(--cm-muted);
	font-size: 1rem;
	line-height: 1.72;
	margin: 0;
}

.cm-service-insight-dialog__text + .cm-service-insight-dialog__text {
	margin-top: 12px;
}

.cm-service-insight-dialog__points {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
}

.cm-service-insight-dialog__points li {
	background: var(--cm-soft-blue);
	border: 1px solid rgba(34, 110, 147, 0.12);
	border-radius: 6px;
	color: var(--cm-brand-deep);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
	padding: 12px;
}

.cm-service-insight-dialog__points--steps {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cm-service-insight-dialog__points li strong,
.cm-service-insight-dialog__points li span {
	display: block;
}

.cm-service-insight-dialog__points li strong {
	color: var(--cm-brand-deep);
	font-size: 0.9rem;
	margin-bottom: 7px;
}

.cm-service-insight-dialog__points li span {
	color: var(--cm-muted);
	font-weight: 600;
}

@media (max-width: 640px) {
	.cm-service-insight-dialog__inner {
		padding: 28px 22px 24px;
	}

	.cm-service-insight-dialog__points {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cm-service-insight-trigger,
	.cm-service-insight-trigger::before,
	.cm-service-insight-trigger::after {
		transition: none;
	}
}
/* CleaningMasters service details patch: end */
