.uc-home-ssr {
	--uc-ink: #0b0b0f;
	--uc-muted: #5f6368;
	--uc-line: #e5e7eb;
	--uc-soft: #f7f8fa;
	--uc-red: #e11d1d;
	--uc-red-dark: #bb1111;
	--uc-green: #25d366;
	background: #ffffff;
	color: var(--uc-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-x: hidden;
}

.page-id-461207 .entry-title,
.page-id-461207 .wp-block-post-title,
.page-id-461207 header.page-header,
.page-id-461207 .page-header,
.page-id-461207 .entry-header,
.page-id-461207 .breadcrumb,
.page-id-461207 .breadcrumbs,
.page-id-461207 .page-title-bar {
	display: none !important;
}

.page-id-461207 #page,
.page-id-461207 #content,
.page-id-461207 #primary,
.page-id-461207 .site-content-contain,
.page-id-461207 .site-content,
.page-id-461207 .site-main,
.page-id-461207 .entry-content,
.page-id-461207 article,
.page-id-461207 .wrap,
.page-id-461207 .ast-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.uc-home-ssr *,
.uc-home-ssr *::before,
.uc-home-ssr *::after {
	box-sizing: border-box;
}

.uc-home-ssr a {
	color: inherit;
	text-decoration: none;
}

.uc-home-ssr img {
	display: block;
	max-width: 100%;
	height: auto;
}

.uc-home-wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.uc-home-hero {
	padding: 34px 0 0;
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	border-bottom: 1px solid var(--uc-line);
}

.uc-home-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 46px;
	align-items: center;
}

.uc-home-badges,
.uc-home-actions,
.uc-home-location-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.uc-home-badges span,
.uc-home-eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border: 1px solid rgba(225, 29, 29, 0.38);
	background: #fff5f5;
	color: var(--uc-red);
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.uc-home-badges span:not(:first-child) {
	background: #ffffff;
	border-color: var(--uc-line);
	color: var(--uc-muted);
}

.uc-home-hero h1,
.uc-home-section h2,
.uc-home-shop h2,
.uc-home-final h2 {
	margin: 0;
	color: var(--uc-ink);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0;
}

.uc-home-hero h1 {
	max-width: 780px;
	margin-top: 22px;
	font-size: 64px;
}

.uc-home-lead {
	max-width: 650px;
	margin: 18px 0 0;
	color: var(--uc-muted);
	font-size: 18px;
	line-height: 1.65;
}

.uc-home-actions {
	margin-top: 28px;
}

.uc-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	border-radius: 999px;
	padding: 12px 18px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.uc-home-btn:hover,
.uc-home-link:hover,
.uc-home-feature-grid a:hover,
.uc-home-location-links a:hover {
	transform: translateY(-1px);
}

.uc-home-btn-dark {
	background: var(--uc-ink);
	color: #ffffff;
}

.uc-home-btn-dark:hover {
	background: var(--uc-red);
	color: #ffffff;
}

.uc-home-btn-whatsapp {
	background: var(--uc-green);
	color: #ffffff;
}

.uc-home-btn-light {
	background: #ffffff;
	border-color: #d1d5db;
	color: var(--uc-ink);
}

.uc-home-btn-light:hover {
	border-color: var(--uc-ink);
	background: var(--uc-ink);
	color: #ffffff;
}

.uc-home-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.uc-home-hero-media {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--uc-line);
	border-radius: 8px;
	background: var(--uc-soft);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.uc-home-hero-media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.uc-home-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-top: 44px;
	background: var(--uc-line);
	border: 1px solid var(--uc-line);
	border-bottom: 0;
}

.uc-home-metrics div {
	background: #ffffff;
	padding: 22px;
}

.uc-home-metrics strong {
	display: block;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0;
}

.uc-home-metrics span {
	display: block;
	margin-top: 9px;
	color: var(--uc-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0;
}

.uc-home-section,
.uc-home-shop,
.uc-home-final {
	padding: 72px 0;
	border-bottom: 1px solid var(--uc-line);
}

.uc-home-section-head {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
	gap: 32px;
	align-items: end;
	margin-bottom: 42px;
}

.uc-home-section-head .uc-home-eyebrow {
	grid-column: 1 / -1;
	margin: 0 0 -12px;
}

.uc-home-section h2,
.uc-home-shop h2,
.uc-home-final h2 {
	font-size: 48px;
}

.uc-home-section-head p:not(.uc-home-eyebrow),
.uc-home-shop p,
.uc-home-final p,
.uc-home-feature-grid p,
.uc-home-process-grid p,
.uc-home-coverage-grid p,
.uc-home-service-copy p {
	color: var(--uc-muted);
	font-size: 15px;
	line-height: 1.65;
}

.uc-home-services {
	display: grid;
	gap: 28px;
}

.uc-home-service {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
	gap: 28px;
	align-items: stretch;
}

.uc-home-service:nth-child(even) .uc-home-service-media {
	order: 2;
}

.uc-home-service-media,
.uc-home-service-copy,
.uc-home-feature-grid article,
.uc-home-process-grid article,
.uc-home-coverage-grid article {
	border: 1px solid var(--uc-line);
	border-radius: 8px;
	background: #ffffff;
}

.uc-home-service-media {
	overflow: hidden;
	min-height: 100%;
}

.uc-home-service-media img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
}

.uc-home-service-copy {
	padding: 28px;
}

.uc-home-service-kicker {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0;
}

.uc-home-service-kicker span {
	color: var(--uc-red);
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0;
}

.uc-home-service h3,
.uc-home-feature-grid h3,
.uc-home-process-grid h3,
.uc-home-coverage-grid h3 {
	margin: 0;
	color: var(--uc-ink);
	font-size: 30px;
	line-height: 1.12;
	letter-spacing: 0;
}

.uc-home-service-copy ul {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.uc-home-service-copy li {
	position: relative;
	padding-left: 26px;
	color: #2f3337;
	font-size: 14px;
	line-height: 1.45;
}

.uc-home-service-copy li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--uc-red);
}

.uc-home-link,
.uc-home-feature-grid a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-top: 24px;
	color: var(--uc-red);
	font-size: 14px;
	font-weight: 800;
	transition: transform 160ms ease, color 160ms ease;
}

.uc-home-link:hover,
.uc-home-feature-grid a:hover {
	color: var(--uc-red-dark);
}

.uc-home-shop {
	background: var(--uc-ink);
	color: #ffffff;
}

.uc-home-shop h2,
.uc-home-shop p {
	color: #ffffff;
}

.uc-home-shop p {
	opacity: 0.78;
}

.uc-home-shop-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
	gap: 38px;
	align-items: center;
}

.uc-home-shop .uc-home-btn-light {
	border-color: rgba(255, 255, 255, 0.32);
	background: transparent;
	color: #ffffff;
}

.uc-home-shop .uc-home-btn-light:hover {
	background: #ffffff;
	color: var(--uc-ink);
}

.uc-home-shop-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.uc-home-shop-list span {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
}

.uc-home-feature-grid,
.uc-home-process-grid,
.uc-home-coverage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.uc-home-feature-grid article,
.uc-home-process-grid article,
.uc-home-coverage-grid article {
	padding: 24px;
}

.uc-home-process {
	background: var(--uc-soft);
}

.uc-home-process-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.uc-home-process-grid article {
	min-height: 210px;
}

.uc-home-process-grid span {
	display: inline-flex;
	margin-bottom: 22px;
	color: var(--uc-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
}

.uc-home-process-grid h3 {
	font-size: 18px;
}

.uc-home-process-grid p {
	font-size: 13.5px;
}

.uc-home-location-links {
	margin-top: 18px;
}

.uc-home-location-links a {
	display: inline-flex;
	border: 1px solid var(--uc-line);
	border-radius: 999px;
	padding: 8px 11px;
	color: #2f3337;
	font-size: 13px;
	font-weight: 800;
	transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.uc-home-location-links a:hover {
	border-color: var(--uc-red);
	color: var(--uc-red);
}

.uc-home-final {
	text-align: center;
}

.uc-home-final .uc-home-eyebrow,
.uc-home-final p,
.uc-home-actions-center {
	margin-left: auto;
	margin-right: auto;
}

.uc-home-final h2 {
	max-width: 850px;
	margin: 18px auto 0;
}

.uc-home-final p {
	max-width: 650px;
	margin-top: 18px;
}

.uc-home-actions-center {
	justify-content: center;
}

@media (max-width: 1100px) {
	.uc-home-process-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.uc-home-wrap {
		width: min(100% - 28px, 720px);
	}

	.uc-home-hero {
		padding-top: 24px;
	}

	.uc-home-hero-grid,
	.uc-home-service,
	.uc-home-section-head,
	.uc-home-shop-grid,
	.uc-home-feature-grid,
	.uc-home-coverage-grid {
		grid-template-columns: 1fr;
	}

	.uc-home-service:nth-child(even) .uc-home-service-media {
		order: 0;
	}

	.uc-home-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.uc-home-section,
	.uc-home-shop,
	.uc-home-final {
		padding: 54px 0;
	}

	.uc-home-hero h1 {
		font-size: 48px;
	}

	.uc-home-section h2,
	.uc-home-shop h2,
	.uc-home-final h2 {
		font-size: 36px;
	}

	.uc-home-service h3,
	.uc-home-feature-grid h3,
	.uc-home-process-grid h3,
	.uc-home-coverage-grid h3 {
		font-size: 26px;
	}

	.uc-home-section-head {
		gap: 14px;
		margin-bottom: 28px;
	}

	.uc-home-section-head .uc-home-eyebrow {
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.uc-home-hero h1 {
		font-size: 34px;
	}

	.uc-home-section h2,
	.uc-home-shop h2,
	.uc-home-final h2 {
		font-size: 31px;
	}

	.uc-home-metrics strong {
		font-size: 30px;
	}

	.uc-home-lead {
		font-size: 16px;
	}

	.uc-home-actions,
	.uc-home-actions-center {
		align-items: stretch;
	}

	.uc-home-btn {
		width: 100%;
	}

	.uc-home-metrics,
	.uc-home-shop-list,
	.uc-home-process-grid {
		grid-template-columns: 1fr;
	}

	.uc-home-metrics div,
	.uc-home-service-copy,
	.uc-home-feature-grid article,
	.uc-home-process-grid article,
	.uc-home-coverage-grid article {
		padding: 20px;
	}

	.uc-home-service-media img {
		min-height: 250px;
	}
}
