/**
 * ChoreAce sales homepage (H2) — scoped to body.choreace-home-sales only.
 */

body.choreace-home-sales {
	--ca-navy: #0a1628;
	--ca-navy-mid: #1e3a5f;
	--ca-red: #e31b23;
	--ca-red-hover: #c4161d;
	--ca-blue: #2563eb;
	--ca-blue-soft: #eef4ff;
	--ca-pink-soft: #fff5f5;
	--ca-text: #334155;
	--ca-muted: #64748b;
	--ca-radius: 16px;
	--ca-shadow: 0 12px 40px rgba(10, 22, 40, 0.08);
}

body.choreace-home-sales #content {
	padding-top: 0;
	padding-bottom: 0;
}

/* Header (template 4541) on homepage */
body.choreace-home-sales #ct-header,
body.choreace-home-sales .elementor-location-header {
	background: #fff !important;
	box-shadow: 0 1px 0 rgba(10, 22, 40, 0.06);
}

body.choreace-home-sales .elementor-location-header .ct-menu > ul > li > a {
	color: var(--ca-navy) !important;
	font-weight: 600;
	font-size: 16px;
}

body.choreace-home-sales .elementor-location-header .ct-menu > ul > li > a:hover {
	color: var(--ca-red) !important;
}

body.choreace-home-sales .elementor-location-header .ct_icon_search {
	display: none !important;
}

body.choreace-home-sales .elementor-location-header .ct-button,
body.choreace-home-sales .elementor-location-header .btn {
	background: var(--ca-red) !important;
	border-color: var(--ca-red) !important;
	color: #fff !important;
	border-radius: 999px !important;
	font-weight: 700;
	padding: 0 22px !important;
	line-height: 46px !important;
}

body.choreace-home-sales .elementor-location-header .ct-button:hover {
	background: var(--ca-red-hover) !important;
	border-color: var(--ca-red-hover) !important;
}

body.choreace-home-sales .elementor-location-header .ct-logo img,
body.choreace-home-sales .elementor-location-header .ct-image img {
	max-height: 72px !important;
	width: auto !important;
	object-fit: contain;
}

body.choreace-home-sales .ca-header-phone {
	display: none;
	font-weight: 600;
	color: var(--ca-navy);
	margin-right: 16px;
	white-space: nowrap;
}

body.choreace-home-sales .ca-header-phone a {
	color: inherit;
	text-decoration: none;
}

@media (min-width: 992px) {
	body.choreace-home-sales .ca-header-phone {
		display: inline-flex;
		align-items: center;
		gap: 6px;
	}
}

/* Shared section shell */
body.choreace-home-sales .ca-section {
	padding: 72px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

body.choreace-home-sales .ca-section--flush {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.choreace-home-sales .ca-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 700;
	color: var(--ca-red);
	margin: 0 0 12px;
}

body.choreace-home-sales .ca-eyebrow--hero {
	color: var(--ca-navy);
	letter-spacing: 0.12em;
	font-size: 11px;
	font-weight: 800;
}

body.choreace-home-sales .ca-h2-accent {
	color: var(--ca-red);
}

body.choreace-home-sales .ca-hero__copyblock {
	max-width: 560px;
}

body.choreace-home-sales .ca-h2 {
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.15;
	color: var(--ca-navy);
	margin: 0 0 16px;
	font-weight: 800;
}

body.choreace-home-sales .ca-lead {
	font-size: 18px;
	line-height: 1.6;
	color: var(--ca-muted);
	max-width: 640px;
	margin: 0 auto 32px;
}

body.choreace-home-sales .ca-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--ca-red);
	color: #fff !important;
	font-weight: 700;
	font-size: 16px;
	padding: 14px 28px;
	border-radius: 999px;
	text-decoration: none !important;
	border: 2px solid var(--ca-red);
	transition: background 0.2s ease, border-color 0.2s ease;
}

body.choreace-home-sales .ca-btn--hero {
	min-width: 200px;
	padding: 16px 36px;
	font-size: 17px;
	box-shadow: 0 10px 28px rgba(227, 27, 35, 0.25);
}

body.choreace-home-sales .ca-btn:hover {
	background: var(--ca-red-hover);
	border-color: var(--ca-red-hover);
	color: #fff !important;
}

body.choreace-home-sales .ca-btn--outline {
	background: transparent;
	color: var(--ca-navy) !important;
	border-color: var(--ca-navy);
}

body.choreace-home-sales .ca-btn--outline:hover {
	background: var(--ca-navy);
	color: #fff !important;
}

body.choreace-home-sales .ca-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	color: var(--ca-blue);
	text-decoration: none;
	margin-top: 24px;
}

body.choreace-home-sales .ca-link-arrow:hover {
	text-decoration: underline;
}

/* Hero */
body.choreace-home-sales .ca-hero {
	background: linear-gradient(135deg, var(--ca-blue-soft) 0%, #fff 55%);
	padding: 48px 20px 56px;
	overflow: hidden;
}

body.choreace-home-sales .ca-hero__grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	align-items: center;
}

@media (min-width: 992px) {
	body.choreace-home-sales .ca-hero__grid {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 48px;
		padding-top: 24px;
	}
}

body.choreace-home-sales .ca-hero__title {
	font-size: clamp(28px, 4vw, 45px);
	line-height: 1.08;
	font-weight: 900;
	margin: 0 0 20px;
	text-transform: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

body.choreace-home-sales .ca-hero__title-line {
	display: block;
}

body.choreace-home-sales .ca-hero__title-line--navy {
	color: var(--ca-navy);
}

body.choreace-home-sales .ca-hero__title-line--red {
	color: var(--ca-red);
}

body.choreace-home-sales .ca-hero__title em {
	font-style: normal;
	color: var(--ca-red);
}

body.choreace-home-sales .ca-hero__copy {
	font-size: 18px;
	line-height: 1.65;
	color: var(--ca-text);
	margin: 0 0 28px;
	max-width: 520px;
}

body.choreace-home-sales .ca-hero__visual {
	position: relative;
	border-radius: var(--ca-radius);
	overflow: hidden;
	box-shadow: var(--ca-shadow);
	min-height: 220px;
	background: #f8fafc;
}

body.choreace-home-sales .ca-hero__visual img.ca-hero__photo {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 72% center;
	display: block;
	min-height: 220px;
	aspect-ratio: 2.5 / 1;
}

@media (min-width: 992px) {
	body.choreace-home-sales .ca-hero__visual img.ca-hero__photo {
		min-height: 320px;
		object-position: 65% center;
	}
}

@media (max-width: 991px) {
	body.choreace-home-sales .ca-hero__grid {
		display: flex;
		flex-direction: column;
	}

	body.choreace-home-sales .ca-hero__copyblock {
		order: 1;
	}

	body.choreace-home-sales .ca-hero__visual {
		order: 2;
		margin-top: 8px;
	}

	body.choreace-home-sales .ca-hero__visual img.ca-hero__photo {
		object-position: 58% center;
		min-height: 200px;
	}
}

body.choreace-home-sales .ca-hero__mascot {
	display: none !important;
}

body.choreace-home-sales .ca-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-top: 28px;
	padding: 0;
	list-style: none;
}

body.choreace-home-sales .ca-trust li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--ca-navy);
}

body.choreace-home-sales .ca-trust li::before {
	content: none;
}

body.choreace-home-sales .ca-trust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--ca-blue-soft);
	color: var(--ca-navy);
	font-size: 12px;
	font-weight: 800;
	flex-shrink: 0;
}

/* Services — H2.8c compact scale (~20% footprint reduction, scoped) */
body.choreace-home-sales .ca-services {
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	text-align: center;
	padding-top: 58px;
	padding-bottom: 58px;
}

body.choreace-home-sales .ca-services .ca-eyebrow {
	font-size: 11px;
	margin-bottom: 10px;
}

body.choreace-home-sales .ca-services .ca-h2 {
	font-size: clamp(24px, 3.2vw, 33px);
	margin-bottom: 12px;
}

body.choreace-home-sales .ca-services .ca-lead {
	font-size: 16px;
	line-height: 1.55;
	margin-bottom: 24px;
}

body.choreace-home-sales .ca-services__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-top: 28px;
	text-align: left;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 640px) {
	body.choreace-home-sales .ca-services__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 14px;
	}
}

@media (min-width: 992px) {
	body.choreace-home-sales .ca-services__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px 14px;
	}
}

body.choreace-home-sales .ca-services__grid + div {
	margin-top: 22px;
}

body.choreace-home-sales .ca-service-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(30, 58, 95, 0.12);
	border-radius: 16px;
	padding: 24px 20px 22px;
	min-height: 44px;
	text-decoration: none !important;
	color: inherit;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 8px 24px rgba(10, 22, 40, 0.06);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease,
		background 0.22s ease;
}

@media (prefers-reduced-motion: reduce) {
	body.choreace-home-sales .ca-service-card {
		transition: border-color 0.22s ease, background 0.22s ease;
	}
}

body.choreace-home-sales .ca-service-card:hover {
	transform: translateY(-4px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 18px 44px rgba(10, 22, 40, 0.1);
	border-color: rgba(227, 27, 35, 0.22);
	background: rgba(255, 255, 255, 0.94);
}

@media (prefers-reduced-motion: reduce) {
	body.choreace-home-sales .ca-service-card:hover {
		transform: none;
	}
}

body.choreace-home-sales .ca-service-card__icon {
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(238, 244, 255, 0.95), rgba(255, 245, 245, 0.85));
	border: 1px solid rgba(30, 58, 95, 0.08);
	box-shadow: 0 5px 12px rgba(10, 22, 40, 0.05);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

@media (max-width: 767px) {
	body.choreace-home-sales .ca-service-card__icon {
		width: 56px;
		height: 56px;
		font-size: 26px;
		margin-bottom: 12px;
	}

	body.choreace-home-sales .ca-services {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	body.choreace-home-sales .ca-service-card {
		padding: 22px 18px 20px;
	}
}

body.choreace-home-sales .ca-service-card:hover .ca-service-card__icon {
	transform: translateY(-2px);
	border-color: rgba(227, 27, 35, 0.15);
	box-shadow: 0 10px 22px rgba(10, 22, 40, 0.08);
}

@media (prefers-reduced-motion: reduce) {
	body.choreace-home-sales .ca-service-card:hover .ca-service-card__icon {
		transform: none;
	}
}

body.choreace-home-sales .ca-service-card h3 {
	font-size: 17px;
	font-weight: 800;
	color: var(--ca-navy);
	margin: 0 0 6px;
}

body.choreace-home-sales .ca-service-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: var(--ca-muted);
}

/* Unified savings — Try ChoreAce & Save + Other Ways to Save (H2.6) */
body.choreace-home-sales .ca-savings {
	position: relative;
	padding: 30px 0 28px;
	overflow: hidden;
	isolation: isolate;
	--ca-savings-bg: url("https://choreace.com/wp-content/uploads/2025/09/Download-wallpaper-2560x1440-room-living-room-furniture-white-interior-widescreen-16_9-hd-background.jpg");
}

@media (max-width: 767px) {
	body.choreace-home-sales .ca-savings {
		padding: 28px 0 24px;
	}
}

body.choreace-home-sales .ca-savings__bg {
	position: absolute;
	inset: 0;
	background-image: var(--ca-savings-bg);
	background-size: cover;
	background-position: center 35%;
	z-index: 0;
}

body.choreace-home-sales .ca-savings__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.9) 0%,
		rgba(245, 249, 255, 0.94) 55%,
		rgba(255, 255, 255, 0.92) 100%
	);
}

@media (max-width: 767px) {
	body.choreace-home-sales .ca-savings__bg::after {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.96) 0%,
			rgba(248, 250, 252, 0.97) 100%
		);
	}
}

body.choreace-home-sales .ca-savings__inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

body.choreace-home-sales .ca-savings__intro {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 10px;
}

body.choreace-home-sales .ca-savings .ca-h2 {
	margin-bottom: 6px;
}

body.choreace-home-sales .ca-savings .ca-lead {
	margin-bottom: 6px;
}

body.choreace-home-sales #membership-deals {
	max-width: 920px !important;
	margin: 0 auto !important;
	padding: 0 16px 20px !important;
	background: transparent !important;
}

body.choreace-home-sales #membership-deals > div:first-child h2,
body.choreace-home-sales #membership-deals > div:first-child p {
	display: none !important;
}

body.choreace-home-sales .ca-deals-intro {
	display: none !important;
}

body.choreace-home-sales #membership-deals > div[style*="flex"] {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 16px !important;
	justify-content: stretch !important;
	flex-wrap: unset !important;
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (min-width: 768px) {
	body.choreace-home-sales #membership-deals > div[style*="flex"] {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px !important;
	}
}

body.choreace-home-sales #membership-deals .deal-card {
	flex: unset !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 16px !important;
	border: 1px solid rgba(30, 58, 95, 0.12) !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 8px 22px rgba(10, 22, 40, 0.07) !important;
	padding: 14px 14px 16px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
}

body.choreace-home-sales #membership-deals .choreace-deal-card__media {
	order: 1;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	background: rgba(238, 244, 255, 0.5);
}

body.choreace-home-sales #membership-deals .choreace-deal-card__img,
body.choreace-home-sales #membership-deals .deal-card img {
	display: block;
	width: 100% !important;
	height: 162px !important;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 0 !important;
}

body.choreace-home-sales #membership-deals .choreace-deal-card[data-deal-id="1"] .choreace-deal-card__img {
	object-position: center 12%;
}

body.choreace-home-sales #membership-deals .choreace-deal-card[data-deal-id="2"] .choreace-deal-card__img {
	object-position: center 14%;
}

body.choreace-home-sales #membership-deals .choreace-deal-card[data-deal-id="3"] .choreace-deal-card__img {
	object-position: center 10%;
}

@media (max-width: 767px) {
	body.choreace-home-sales #membership-deals .choreace-deal-card__img,
	body.choreace-home-sales #membership-deals .deal-card img {
		height: 210px !important;
	}
}

body.choreace-home-sales #membership-deals .choreace-deal-card__hours {
	order: 3;
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ca-muted);
}

body.choreace-home-sales #membership-deals .choreace-deal-card__title,
body.choreace-home-sales #membership-deals .deal-card h3 {
	order: 4;
	color: var(--ca-navy) !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
	margin: 0 0 8px !important;
	font-weight: 700 !important;
	width: 100%;
}

body.choreace-home-sales #membership-deals .choreace-deal-card__original {
	display: none !important;
}

body.choreace-home-sales #membership-deals .choreace-deal-card__price,
body.choreace-home-sales #membership-deals .deal-card p[style*="font-weight:bold"] {
	order: 2;
	font-size: 22px !important;
	font-weight: 900 !important;
	color: var(--ca-red) !important;
	margin: 0 0 6px !important;
	line-height: 1.1;
	width: 100%;
}

@media (max-width: 767px) {
	body.choreace-home-sales #membership-deals .choreace-deal-card__price,
	body.choreace-home-sales #membership-deals .deal-card p[style*="font-weight:bold"] {
		font-size: 23px !important;
	}
}

body.choreace-home-sales #membership-deals .deal-card a.button,
body.choreace-home-sales #membership-deals .deal-card a.choreace-deal-cta {
	order: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 86%;
	max-width: 86%;
	box-sizing: border-box;
	background: var(--ca-navy) !important;
	color: #fff !important;
	border-radius: 8px;
	padding: 8px 14px;
	min-height: 36px;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	margin-top: 2px;
	border: none;
	transition: background 0.15s ease, box-shadow 0.15s ease;
}

body.choreace-home-sales #membership-deals .deal-card a.button:hover,
body.choreace-home-sales #membership-deals .deal-card a.choreace-deal-cta:hover {
	background: var(--ca-navy-mid) !important;
	box-shadow: 0 4px 12px rgba(10, 22, 40, 0.12);
	color: #fff !important;
}

body.choreace-home-sales #membership-deals .deal-card a.button:focus-visible,
body.choreace-home-sales #membership-deals .deal-card a.choreace-deal-cta:focus-visible {
	outline: 2px solid var(--ca-blue);
	outline-offset: 2px;
}

@media (max-width: 767px) {
	body.choreace-home-sales #membership-deals .deal-card a.button,
	body.choreace-home-sales #membership-deals .deal-card a.choreace-deal-cta {
		width: 88%;
		max-width: 88%;
		min-height: 42px;
		padding: 10px 16px;
		font-size: 14px;
	}
}

body.choreace-home-sales .ca-savings__divider {
	margin-top: 4px;
}

body.choreace-home-sales .ca-deals-footer {
	display: none !important;
}

body.choreace-home-sales .ca-savings__divider {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 8px 0 24px;
	color: var(--ca-navy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.choreace-home-sales .ca-savings__divider::before,
body.choreace-home-sales .ca-savings__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(30, 58, 95, 0.2), transparent);
}

body.choreace-home-sales .ca-savings__divider span {
	color: var(--ca-red);
	white-space: nowrap;
}

/* H2.8 — four-column benefit comparison (replaces icon strip) */
body.choreace-home-sales .ca-savings__plans {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px 16px;
	margin: 0 auto 20px;
	max-width: 960px;
}

@media (min-width: 600px) {
	body.choreace-home-sales .ca-savings__plans {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	body.choreace-home-sales .ca-savings__plans {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
		align-items: stretch;
	}
}

body.choreace-home-sales .ca-savings__plan {
	padding: 8px 14px 12px;
	text-align: left;
	position: relative;
}

@media (min-width: 992px) {
	body.choreace-home-sales .ca-savings__plan:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 8%;
		right: 0;
		width: 1px;
		height: 84%;
		background: rgba(30, 58, 95, 0.12);
	}
}

body.choreace-home-sales .ca-savings__plan-name {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ca-navy);
	line-height: 1.2;
	min-height: 2.4em;
}

body.choreace-home-sales .ca-savings__plan-badge {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	min-height: 1.25em;
}

body.choreace-home-sales .ca-savings__plan-badge--flex {
	color: var(--ca-navy-mid);
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.choreace-home-sales .ca-savings__plan-badge--save {
	color: var(--ca-red);
	font-variant-numeric: tabular-nums;
}

body.choreace-home-sales .ca-savings__plan-benefits {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.choreace-home-sales .ca-savings__plan-benefits li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.4;
	color: var(--ca-navy);
}

body.choreace-home-sales .ca-savings__check {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	color: var(--ca-red);
	font-size: 10px;
	line-height: 1;
}

body.choreace-home-sales .ca-savings__check i {
	font-size: 10px;
}

body.choreace-home-sales .ca-savings__strip {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 8px;
	margin-bottom: 20px;
}

@media (min-width: 900px) {
	body.choreace-home-sales .ca-savings__strip {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 0;
		align-items: start;
	}
}

body.choreace-home-sales .ca-savings__option {
	text-align: center;
	padding: 12px 8px;
	position: relative;
}

@media (min-width: 900px) {
	body.choreace-home-sales .ca-savings__option:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 12%;
		right: 0;
		width: 1px;
		height: 76%;
		background: rgba(30, 58, 95, 0.12);
	}
}

body.choreace-home-sales .ca-savings__option-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	margin: 0 auto 8px;
	font-size: 18px;
	color: var(--ca-navy);
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(30, 58, 95, 0.1);
}

body.choreace-home-sales .ca-savings__option-icon--weekly {
	color: #15803d;
}

body.choreace-home-sales .ca-savings__option-icon--biweekly {
	color: var(--ca-blue);
}

body.choreace-home-sales .ca-savings__option-icon--monthly {
	color: #7c3aed;
}

body.choreace-home-sales .ca-savings__option-icon--ace {
	color: var(--ca-red);
	background: rgba(255, 245, 245, 0.95);
	border-color: rgba(227, 27, 35, 0.15);
}

body.choreace-home-sales .ca-savings__spade {
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
}

body.choreace-home-sales .ca-savings__option-name {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	color: var(--ca-navy);
}

body.choreace-home-sales .ca-savings__option-primary {
	margin: 4px 0 0;
	font-size: 14px;
	font-weight: 800;
	color: var(--ca-navy);
	font-variant-numeric: tabular-nums;
}

body.choreace-home-sales .ca-savings__option--ace .ca-savings__option-primary {
	color: var(--ca-red);
}

body.choreace-home-sales .ca-savings__option-sub,
body.choreace-home-sales .ca-savings__option-fee {
	margin: 2px 0 0;
	font-size: 12px;
	line-height: 1.35;
	color: var(--ca-muted);
}

body.choreace-home-sales .ca-savings__option-fee {
	font-weight: 700;
	color: var(--ca-navy);
}

body.choreace-home-sales .ca-savings__option-tag {
	margin: 0 0 6px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ca-red);
}

body.choreace-home-sales .ca-savings__option--ace {
	background: rgba(255, 255, 255, 0.55);
	border-radius: 16px;
	border: 1px solid rgba(227, 27, 35, 0.12);
}

@media (min-width: 900px) {
	body.choreace-home-sales .ca-savings__option--ace {
		transform: translateY(-4px);
		padding-top: 16px;
		padding-bottom: 14px;
	}
}

body.choreace-home-sales .ca-savings__explainer {
	max-width: 820px;
	margin: 0 auto 16px;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	color: var(--ca-text);
}

body.choreace-home-sales .ca-savings__cta {
	text-align: center;
	margin: 0;
}

/* Legacy H2.4 block removed — keep selector guard if old markup cached */
body.choreace-home-sales .ca-save {
	display: none !important;
}

/* People's choice */
body.choreace-home-sales .ca-choice {
	background: linear-gradient(180deg, var(--ca-blue-soft) 0%, #fff 85%);
	padding-bottom: 24px;
}

body.choreace-home-sales .ca-choice__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: center;
}

@media (min-width: 992px) {
	body.choreace-home-sales .ca-choice__grid {
		grid-template-columns: 1fr 1fr;
	}
}

body.choreace-home-sales .ca-choice__list {
	list-style: none;
	padding: 0;
	margin: 32px 0 0;
	display: grid;
	gap: 16px;
}

body.choreace-home-sales .ca-choice__list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 16px;
	color: var(--ca-text);
	line-height: 1.5;
}

body.choreace-home-sales .ca-choice__list strong {
	display: block;
	color: var(--ca-navy);
	margin-bottom: 2px;
}

body.choreace-home-sales .ca-choice__list li::before {
	content: "✓";
	color: var(--ca-red);
	font-weight: 800;
	flex-shrink: 0;
}

body.choreace-home-sales .ca-choice__photo {
	border-radius: var(--ca-radius);
	overflow: hidden;
	box-shadow: var(--ca-shadow);
	min-height: 320px;
}

body.choreace-home-sales .ca-choice__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
	display: block;
	min-height: 320px;
	aspect-ratio: 2.5 / 1;
}

@media (max-width: 991px) {
	body.choreace-home-sales .ca-choice__photo img {
		object-position: 62% center;
		min-height: 240px;
	}
}

/* Testimonials — flows from choice section */
body.choreace-home-sales .ca-testimonials {
	background: linear-gradient(180deg, #fff 0%, var(--ca-blue-soft) 100%);
	padding-top: 56px;
	margin-top: 0;
}

body.choreace-home-sales .ca-testimonials__intro {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

body.choreace-home-sales .ca-testimonials__actions {
	margin: 8px 0 0;
}

body.choreace-home-sales .ca-testimonials__read-all {
	margin-top: 12px;
}

/* Reserved for verified aggregate rating (populated in a future phase only). */
body.choreace-home-sales .ca-testimonials__aggregate {
	display: none;
	margin: 16px auto 0;
	font-size: 15px;
	color: var(--ca-navy);
}

body.choreace-home-sales .ca-testimonials__aggregate:not(:empty) {
	display: block;
}

body.choreace-home-sales .ca-testimonials__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-top: 40px;
}

@media (min-width: 768px) {
	body.choreace-home-sales .ca-testimonials__grid {
		grid-template-columns: repeat(3, 1fr);
		align-items: stretch;
	}
}

body.choreace-home-sales .ca-testimonial {
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(30, 58, 95, 0.1);
	border-radius: 20px;
	padding: 26px 24px 28px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.85) inset,
		0 12px 36px rgba(10, 22, 40, 0.07);
	height: 100%;
}

body.choreace-home-sales .ca-testimonial__top {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

body.choreace-home-sales .ca-testimonial__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--ca-navy);
	background: linear-gradient(145deg, var(--ca-blue-soft), #fff);
	border: 1px solid rgba(30, 58, 95, 0.12);
}

body.choreace-home-sales .ca-testimonial__meta {
	text-align: left;
	min-width: 0;
}

body.choreace-home-sales .ca-testimonial__quote {
	font-size: 16px;
	line-height: 1.65;
	color: var(--ca-text);
	margin: 0;
	flex: 1;
}

body.choreace-home-sales .ca-testimonial__quote::before {
	content: "\201C";
	display: block;
	color: var(--ca-red);
	font-size: 36px;
	line-height: 1;
	margin-bottom: 8px;
	font-weight: 800;
}

body.choreace-home-sales .ca-testimonial__name {
	font-weight: 800;
	color: var(--ca-navy);
	margin: 0;
	font-size: 15px;
}

body.choreace-home-sales .ca-testimonial__role {
	margin: 2px 0 0;
	font-size: 13px;
	color: var(--ca-muted);
}

/* Powered by Local Providers — closing artwork (H2.3a) */
body.choreace-home-sales .ca-providers {
	background: linear-gradient(180deg, var(--ca-blue-soft) 0%, #fff 55%);
	padding: 48px 20px 56px;
	margin: 0;
}

body.choreace-home-sales .ca-providers__frame {
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(10, 22, 40, 0.1);
	border: 1px solid rgba(30, 58, 95, 0.08);
	background: #fff;
}

body.choreace-home-sales .ca-providers__art {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* Hide legacy Elementor clutter if any remnants load */
body.choreace-home-sales .elementor-element-4636b95,
body.choreace-home-sales .elementor-element-ab934cb,
body.choreace-home-sales .elementor-element-c4a0ffb,
body.choreace-home-sales .elementor-element-0ba1b9e {
	display: none !important;
}
