/**
 * Able House Cleaners rebuilt homepage — readable, credible local-service layout.
 * Accent from theme: --hcp-accent (#0657f9).
 */

/* ------------------------------------------------------------------------- */
/* Layout shell                                                              */
/* ------------------------------------------------------------------------- */

.hcp-home-rebuilt {
	overflow-x: clip;
	background: var(--hcp-rf-bg, #f8fafc);
	color: var(--hcp-rf-ink, #0f172a);
}

.hcp-rebuilt-home-active #hcp-primary {
	padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0));
}

@media (min-width: 900px) {
	.hcp-rebuilt-home-active #hcp-primary {
		padding-bottom: 0;
	}
}

.hcp-rf {
	--hcp-rf-accent: var(--hcp-accent, #0657f9);
	--hcp-rf-accent-dim: #0b4bdc;
	--hcp-rf-bg: #f8fafc;
	--hcp-rf-surface: #ffffff;
	--hcp-rf-ink: #0f172a;
	--hcp-rf-muted: #475569;
	--hcp-rf-line: #e2e8f0;
	font-family:
		"DM Sans",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen-Sans,
		Ubuntu,
		sans-serif;
	color: var(--hcp-rf-ink);
	font-size: 1rem;
	line-height: 1.55;
	font-feature-settings: "kern" 1, "liga" 1;
}

.hcp-rf .inner {
	max-width: min(1180px, 94vw);
}

.hcp-rf :where(h1, h2, h3, h4) {
	text-wrap: pretty;
	margin-block: 0;
}

.hcp-rf :where(p) {
	text-wrap: pretty;
}

.hcp-rf-section {
	padding-block: clamp(2.75rem, 6vw, 4.75rem);
}

/* ------------------------------------------------------------------------- */
/* Hero                                                                      */
/* ------------------------------------------------------------------------- */

.hcp-rf-hero {
	padding-block: clamp(2rem, 5vw, 3.5rem);
	background: var(--hcp-rf-surface);
	border-bottom: 1px solid var(--hcp-rf-line);
}

.hcp-rf-hero-shell {
	display: grid;
	gap: clamp(1.75rem, 4vw, 2.5rem);
	align-items: start;
}

@media (min-width: 960px) {
	.hcp-rf-hero-shell {
		grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
		align-items: center;
	}
}

/* ------------------------------------------------------------------------- */
/* Inner page banner (services, suburbs, blog — no hero photo / quick form)*/
/* ------------------------------------------------------------------------- */

.hcp-rf-inner-hero {
	padding-block: clamp(1.35rem, 3.4vw, 2.25rem);
	background: var(--hcp-rf-surface);
	border-bottom: 1px solid var(--hcp-rf-line);
}

.hcp-rf-inner-hero__shell {
	max-width: min(1180px, 94vw);
	margin-inline: auto;
}

.hcp-rf-inner-hero__chip {
	margin-bottom: 0.55rem;
}

.hcp-rf-inner-hero__title {
	text-wrap: pretty;
	font-size: clamp(1.55rem, 1.1vw + 1.28rem, 2.35rem);
	line-height: 1.12;
	font-weight: 780;
	letter-spacing: -0.028em;
	margin: 0 0 1rem;
	color: var(--hcp-rf-ink);
}

.hcp-rf-inner-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.72rem;
	align-items: center;
	margin: 0 0 0.35rem;
}

.hcp-rf-inner-hero__phone {
	margin: 0;
	font-size: 0.9125rem;
	line-height: 1.45;
	color: var(--hcp-rf-muted);
}

.hcp-rf-inner-hero__phone a {
	color: var(--hcp-rf-accent-dim);
	font-weight: 680;
	text-decoration: none;
}

.hcp-rf-inner-hero__phone a:hover {
	text-decoration: underline;
}

.hcp-rf-hero-head {
	max-width: 36rem;
}

.hcp-rf-chip {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--hcp-rf-accent-dim);
	margin: 0 0 0.75rem;
	padding: 0.35rem 0.62rem;
	background: rgb(220 237 253 / 0.55);
	border: 1px solid rgb(191 219 254 / 0.9);
	border-radius: 999px;
}

.hcp-rf-display {
	font-size: clamp(2rem, 1.2vw + 1.72rem, 3rem);
	line-height: 1.06;
	font-weight: 780;
	letter-spacing: -0.032em;
	margin: 0 0 1rem;
	color: var(--hcp-rf-ink);
}

.hcp-rf-lead-group {
	display: grid;
	gap: 0.65rem;
	margin-bottom: 0.35rem;
}

.hcp-rf-lead {
	font-size: clamp(0.9625rem, 0.2vw + 0.92rem, 1.0625rem);
	line-height: 1.62;
	color: var(--hcp-rf-muted);
}

.hcp-rf-hero-actions {
	margin-top: 1.25rem;
	display: grid;
	gap: 0.72rem;
}

.hcp-rf-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

.hcp-rf-phone-inline {
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--hcp-rf-muted);
}

.hcp-rf-phone-inline a {
	color: var(--hcp-rf-accent-dim);
	font-weight: 600;
	text-underline-offset: 0.12em;
}

.hcp-rf-phone-inline a:focus-visible {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 3px;
	border-radius: 2px;
}

.hcp-rf-hero-panel {
	display: grid;
	gap: 1rem;
	align-items: stretch;
}

@media (min-width: 640px) {
	.hcp-rf-hero-panel {
		grid-template-columns: minmax(0, 1.25fr) minmax(272px, 360px);
		gap: 1.15rem;
	}
}

.hcp-rf-hero-visual {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	background: #eef2ff;
	box-shadow:
		0 1px 3px rgb(15 23 42 / 0.06),
		0 10px 24px rgb(15 55 133 / 0.08);
}

.hcp-rf-hero-photo {
	display: block;
	width: 100%;
	height: clamp(216px, 36vh, 400px);
	object-fit: cover;
	object-position: 50% 28%;
	vertical-align: bottom;
}

.hcp-rf-quick-card {
	background: var(--hcp-rf-surface);
	border-radius: 14px;
	border: 1px solid var(--hcp-rf-line);
	padding: clamp(1.08rem, 2.75vw, 1.42rem);
	box-shadow:
		0 1px 3px rgb(15 23 42 / 0.055),
		0 14px 32px rgb(15 71 173 / 0.07);
}

.hcp-rf-mini-label {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--hcp-rf-accent-dim);
}

.hcp-rf-quick-form {
	display: flex;
	flex-direction: column;
	gap: 0.62rem;
}

.hcp-rf-quick-form textarea {
	min-height: 3.35rem;
	max-height: 5.5rem;
	resize: vertical;
}

.hcp-rf-quick-form input,
.hcp-rf-quick-form textarea,
.hcp-rf-contact-form-large input,
.hcp-rf-contact-form-large select,
.hcp-rf-contact-form-large textarea {
	font: inherit;
	color: inherit;
	border-radius: 10px;
	border: 1px solid rgb(207 217 229);
	background: #fff;
	padding: 0.65rem 0.78rem;
}

.hcp-rf-quick-form input:focus-visible,
.hcp-rf-quick-form textarea:focus-visible,
.hcp-rf-contact-form-large :where(input, select, textarea):focus-visible {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 1px;
	border-color: var(--hcp-rf-accent);
	box-shadow: 0 0 0 3px rgb(6 87 249 / 0.14);
}

.hcp-rf-form-hint {
	margin: 0.2rem 0 0;
	font-size: 0.75rem;
	line-height: 1.42;
	color: var(--hcp-rf-muted);
}

/* Buttons */

.hcp-rf-btn {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.58rem 1.02rem;
	font-size: 0.9125rem;
	font-weight: 630;
	line-height: 1.22;
	border-radius: 10px;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition:
		background-color 0.14s ease,
		border-color 0.14s ease,
		color 0.14s ease,
		transform 0.14s ease;
}

@media (prefers-reduced-motion: reduce) {
	.hcp-rf-btn {
		transition: none;
	}
}

.hcp-rf-btn:focus-visible {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 3px;
}

.hcp-rf-btn-primary {
	color: #fff;
	background-color: var(--hcp-rf-accent);
	border-color: rgb(255 255 255 / 0.12);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.15),
		0 10px 32px rgb(6 87 249 / 0.22);
}

.hcp-rf-btn-primary:hover {
	background-color: var(--hcp-rf-accent-dim);
	transform: translateY(-1px);
}

.hcp-rf-btn-outline {
	color: var(--hcp-rf-ink);
	background: #fff;
	border-color: var(--hcp-rf-line);
	box-shadow: 0 1px 2px rgb(15 23 42 / 0.04);
}

.hcp-rf-btn-outline:hover {
	border-color: rgb(148 174 226);
	color: var(--hcp-rf-accent-dim);
	background: rgb(248 250 255);
}

.hcp-rf-btn-block {
	width: 100%;
}

.hcp-rf-btn-sm {
	padding: 0.48rem 0.88rem !important;
	font-size: 0.85rem !important;
}

.hcp-rf-btn-submit.hcp-rf-btn {
	background: var(--hcp-rf-accent);
	color: #fff;
	border-color: rgb(255 255 255 / 0.2);
	justify-self: stretch;
	align-self: stretch;
	justify-content: center;
	padding-block: 0.78rem;
	font-weight: 680;
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.15),
		0 12px 32px rgb(6 87 249 / 0.2);
}

.hcp-rf-btn-submit.hcp-rf-btn:hover {
	background: var(--hcp-rf-accent-dim);
	transform: translateY(-1px);
}

@media (min-width: 520px) {
	.hcp-rf-btn-submit.hcp-rf-btn {
		justify-self: start;
		width: auto;
		min-width: 12rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hcp-rf-btn-submit.hcp-rf-btn:hover {
		transform: none;
	}
}

/* ------------------------------------------------------------------------- */
/* Deep intros & split                                                       */
/* ------------------------------------------------------------------------- */

.hcp-rf-deep {
	background: rgb(239 246 255 / 0.45);
	border-block: 1px solid rgb(226 232 240 / 0.92);
}

.hcp-rf-deep-layout {
	display: grid;
	gap: clamp(1.25rem, 3.5vw, 2rem);
	align-items: start;
	max-width: min(1080px, 100%);
	margin-inline: auto;
}

@media (min-width: 760px) {
	.hcp-rf-deep-layout {
		grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.82fr);
		align-items: center;
		gap: clamp(1.6rem, 4vw, 2.85rem);
	}
}

.hcp-rf-deep-copy {
	display: grid;
	gap: 0.92rem;
	text-align: start;
}

.hcp-rf-deep-copy h2 {
	font-size: clamp(1.45rem, 0.8vw + 1.05rem, 1.92rem);
	font-weight: 750;
	line-height: 1.18;
	margin: 0;
}

.hcp-rf-deep-copy p {
	margin: 0;
	color: var(--hcp-rf-muted);
	line-height: 1.72;
	font-size: 1.035rem;
	max-width: 62ch;
}

.hcp-rf-figure-deep {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgb(191 219 254 / 0.55);
	aspect-ratio: 4 / 3;
	box-shadow:
		0 1px 3px rgb(15 23 42 / 0.04),
		0 16px 40px rgb(6 87 249 / 0.08);
}

.hcp-rf-figure-deep img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 28%;
	display: block;
}

.hcp-rf-prose-centered {
	max-width: min(780px, 100%);
	margin-inline: auto;
	text-align: center;
	display: grid;
	gap: 0.92rem;
}

.hcp-rf-prose-centered h2 {
	font-size: clamp(1.45rem, 0.8vw + 1.05rem, 1.92rem);
	font-weight: 750;
	line-height: 1.18;
	margin-bottom: 0.12rem;
}

.hcp-rf-prose-centered p {
	color: var(--hcp-rf-muted);
	line-height: 1.72;
	font-size: 1.035rem;
}

.hcp-rf-split-band {
	background: var(--hcp-rf-bg);
	border-block: 1px solid var(--hcp-rf-line);
}

/* Decade/story band: centred text only (no sidebar image). */
.hcp-rf-split-band-inner {
	max-width: min(920px, 100%);
	margin-inline: auto;
}

.hcp-rf-split-copy-band {
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 2.8vw, 1.35rem);
	align-items: center;
	text-align: center;
}

.hcp-rf-split-copy-band > .hcp-rf-h2-accent {
	align-self: center;
	max-width: min(520px, 100%);
	padding-left: 0;
	padding-bottom: 0.72rem;
	margin: 0;
}

.hcp-rf-split-band-inner .hcp-rf-h2-accent::before {
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translateX(-50%);
	width: 48px;
	height: 4px;
}

.hcp-rf-split-copy-band > .hcp-rf-h3 {
	margin: 0;
	width: 100%;
	max-width: 34ch;
}

.hcp-rf-split-copy-band > p {
	max-width: 72ch;
	margin: 0;
	margin-inline: auto;
	color: var(--hcp-rf-muted);
	line-height: 1.72;
	text-align: center;
}

.hcp-rf-split-copy-band .hcp-rf-mission-tile {
	width: 100%;
	max-width: 640px;
	margin-inline: auto;
	text-align: left;
	justify-self: stretch;
}

@media (min-width: 640px) {
	.hcp-rf-split-copy-band .hcp-rf-mission-tile {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 1rem 1.12rem;
		align-items: start;
	}
}

.hcp-rf-split-copy-band .hcp-rf-ul-check {
	justify-items: start;
}

.hcp-rf-split-copy-band .hcp-rf-mvv-grid {
	width: 100%;
	margin-top: 0.85rem;
}

.hcp-rf-split-copy-band .hcp-rf-mvv-grid > div {
	text-align: left;
}

.hcp-rf-split-copy-band .hcp-rf-btn-primary {
	align-self: center;
	margin-top: 0.12rem;
}

.hcp-rf-split-copy-band .hcp-rf-link-arrow {
	align-self: center;
	display: inline-block;
	margin-top: 0.12rem;
}

.hcp-rf-split {
	display: grid;
	gap: clamp(1.75rem, 4vw, 2.85rem);
	align-items: start;
}

@media (min-width: 960px) {
	.hcp-rf-split {
		grid-template-columns: minmax(0, 1.12fr) minmax(268px, 0.92fr);
		align-items: start;
	}
}

.hcp-rf-split-copy {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.hcp-rf-split-copy > p:first-of-type,
.hcp-rf-split-copy > p {
	color: var(--hcp-rf-muted);
	line-height: 1.72;
	max-width: 58ch;
}

.hcp-rf-inline-link {
	color: var(--hcp-rf-accent-dim);
	font-weight: 630;
	text-decoration-thickness: 0.065em;
	text-underline-offset: 0.1em;
}

.hcp-rf-inline-link:focus-visible {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 4px;
}

.hcp-rf-h2-accent {
	position: relative;
	font-size: clamp(1.32rem, 0.72vw + 1.06rem, 1.78rem);
	font-weight: 750;
	line-height: 1.2;
	padding-left: 1.05rem;
}

.hcp-rf-h2-accent::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.12em;
	bottom: 0.12em;
	width: 4px;
	border-radius: 3px;
	background: var(--hcp-rf-accent);
}

.hcp-rf-h3 {
	font-size: clamp(1.1rem, 0.52vw + 0.94rem, 1.38rem);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.12rem;
}

.hcp-rf-strong {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.42;
	margin: 0 0 0.25rem;
}

.hcp-rf-list {
	display: grid;
	gap: 0.45rem;
}

.hcp-rf-ul-check {
	margin: 0;
	padding-left: 1.2rem;
	display: grid;
	gap: 0.52rem;
}

.hcp-rf-ul-check li::marker {
	color: var(--hcp-rf-accent-dim);
}

.hcp-rf-kicker-soft {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 760;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgb(71 85 105);
	background: rgb(226 232 240 / 0.55);
	padding: 0.22rem 0.62rem;
	border-radius: 999px;
	line-height: 1.35;
}

.hcp-rf-mission-tile {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 1.05rem;
	border-radius: 12px;
	background: var(--hcp-rf-surface);
	border: 1px solid var(--hcp-rf-line);
	box-shadow: 0 2px 6px rgb(15 23 42 / 0.04);
}

.hcp-rf-mission-tile img {
	width: 40px;
	height: auto;
	flex-shrink: 0;
}

.hcp-rf-mission-intro {
	font-size: 0.9625rem;
	color: var(--hcp-rf-muted);
}

.hcp-rf-mvv-grid {
	display: grid;
	gap: 1rem;
	margin-top: 0.85rem;
}

@media (min-width: 740px) {
	.hcp-rf-mvv-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.hcp-rf-mvv-grid h4 + p {
	margin-top: 0.42rem;
	font-size: 0.9375rem;
	line-height: 1.62;
	color: var(--hcp-rf-muted);
}

.hcp-rf-link-arrow {
	font-weight: 640;
	text-decoration: none;
	color: var(--hcp-rf-accent-dim);
	position: relative;
}

.hcp-rf-link-arrow::after {
	content: " ›";
	font-weight: 700;
	opacity: 0.65;
}

.hcp-rf-figure-accent {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	background: rgb(239 246 255 / 0.8);
	align-self: start;
	aspect-ratio: 4 / 3;
	max-height: min(360px, 52vw);
}

.hcp-rf-figure-accent img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 42% 18%;
	display: block;
}

/* Experience */
.hcp-rf-exp {
	background: var(--hcp-rf-surface);
	border-block: 1px solid var(--hcp-rf-line);
}

.hcp-rf-h2 {
	font-size: clamp(1.48rem, 1vw + 1.06rem, 2.06rem);
	font-weight: 800;
	line-height: 1.16;
	margin: 0.28rem 0 0.75rem;
	letter-spacing: -0.026em;
}

.hcp-rf-exp-grid {
	display: grid;
	gap: clamp(1.85rem, 4vw, 2.85rem);
}

@media (min-width: 900px) {
	.hcp-rf-exp-grid {
		grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.94fr);
		align-items: start;
	}
}

.hcp-rf-exp > .inner > .hcp-rf-exp-grid > div:first-child p,
.hcp-rf-exp-grid ul + p {
	color: var(--hcp-rf-muted);
	max-width: 58ch;
}

.hcp-rf-exp-side img {
	display: block;
	width: 100%;
	border-radius: 12px;
	border: 1px solid var(--hcp-rf-line);
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: 50% 38%;
	box-shadow: 0 10px 30px rgb(15 71 173 / 0.1);
}

.hcp-rf-blockquote {
	margin: 1rem 0 0;
	padding: 1rem;
	font-size: 0.9575rem;
	line-height: 1.62;
	border-left: 4px solid var(--hcp-rf-accent);
	border-radius: 12px;
	background: rgb(248 250 255);
	color: var(--hcp-rf-muted);
}

/* Private + pricing */

.hcp-rf-priv {
	background: var(--hcp-rf-bg);
}

.hcp-rf-priv-grid {
	display: grid;
	gap: clamp(1.85rem, 4vw, 2.85rem);
}

@media (min-width: 880px) {
	.hcp-rf-priv-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.hcp-rf-priv-grid > div:first-child p {
	max-width: 56ch;
	color: var(--hcp-rf-muted);
	line-height: 1.7;
	margin-bottom: 1.15rem;
}

.hcp-rf-square-img {
	width: 100%;
	border-radius: 12px;
	border: 1px solid var(--hcp-rf-line);
	aspect-ratio: 16 / 10;
	max-height: min(300px, 48vw);
	object-fit: cover;
	object-position: 50% 45%;
	box-shadow: 0 14px 32px rgb(15 71 173 / 0.08);
}

.hcp-rf-pricing-stack {
	display: grid;
	gap: 0.92rem;
}

@media (min-width: 880px) {
	.hcp-rf-pricing-stack {
		position: sticky;
		top: 5rem;
	}
}

.hcp-rf-pricing-stack h3 + p {
	color: var(--hcp-rf-muted);
	line-height: 1.65;
}

.hcp-rf-pricing-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.hcp-rf-pricing-cards li {
	padding: 0.92rem;
	border-radius: 10px;
	background: var(--hcp-rf-surface);
	border: 1px solid var(--hcp-rf-line);
	font-size: 0.9575rem;
	line-height: 1.52;
	box-shadow: 0 2px 4px rgb(15 23 42 / 0.03);
}

/* Intro spotlight — left column: stats row above body copy; right: uncropped photo (aligned tops) */

.hcp-rf-intro-block {
	background: rgb(239 246 255 / 0.35);
}

.hcp-rf-intro-split {
	display: grid;
	gap: clamp(1.5rem, 4.2vw, 2.5rem);
	align-items: start;
}

@media (min-width: 880px) {
	.hcp-rf-intro-split {
		grid-template-columns: minmax(0, 1.2fr) minmax(196px, 0.72fr);
		column-gap: clamp(1.85rem, 4vw, 3rem);
		align-items: start;
	}
}

.hcp-rf-intro-main {
	display: grid;
	gap: clamp(1.08rem, 3vw, 1.52rem);
	align-content: start;
	justify-items: stretch;
	min-width: 0;
	width: 100%;
}

.hcp-rf-intro-main .hcp-rf-mini-funfacts {
	width: 100%;
	margin-block: 0;
	max-width: 100%;
}

.hcp-rf-intro-card {
	padding: clamp(1.42rem, 4vw, 2.08rem);
	background: var(--hcp-rf-surface);
	border-radius: 14px;
	border: 1px solid rgb(191 219 254 / 0.82);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 1),
		0 14px 30px rgb(15 71 173 / 0.07);
	line-height: 1.74;
	max-width: none;
	margin-inline: 0;
	text-align: left;
	font-size: clamp(0.9825rem, 0.5vw + 0.9175rem, 1.0425rem);
}

.hcp-rf-intro-card p {
	margin: 0;
	max-width: 62ch;
}

.hcp-rf-intro-figure-full {
	margin: 0;
	padding: clamp(0.38rem, 2vw, 0.82rem);
	border-radius: 16px;
	border: 1px solid rgb(167 243 208 / 0.75);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 1),
		0 22px 50px rgb(16 174 134 / 0.1),
		0 12px 32px rgb(15 71 173 / 0.08);
	background:
		radial-gradient(110% 80% at 50% -10%, rgb(209 250 229 / 0.55), rgb(248 252 251 / 0.95));
	display: grid;
	place-items: center;
	align-self: start;
	box-sizing: border-box;
	min-height: 0;
}

.hcp-rf-intro-figure-full img {
	display: block;
	max-width: 100%;
	max-height: clamp(228px, 36vh, 380px);
	width: auto;
	height: auto;
	border-radius: 12px;
	object-fit: contain;
	object-position: 50% 50%;
	margin-inline: auto;
}

/* Services grid */

.hcp-rf-shead {
	text-align: center;
	margin-bottom: 0.45rem;
}

section[aria-labelledby="hcp-what-title"] > .inner > h2.hcp-rf-h2 {
	text-align: center;
	margin-inline: auto;
	max-width: 56ch;
	margin-top: 0.18rem;
}

.hcp-rf-service-grid {
	margin-top: 2rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(min(272px, 100%), 1fr));
}

.hcp-rf-svc-card {
	padding: clamp(1.12rem, 2.65vw, 1.42rem);
	background: var(--hcp-rf-surface);
	border-radius: 12px;
	border: 1px solid var(--hcp-rf-line);
	box-shadow: 0 1px 5px rgb(15 23 42 / 0.04);
}

.hcp-rf-svc-card h3 {
	font-size: clamp(1.02rem, 0.42vw + 0.93rem, 1.12rem);
	margin-bottom: 0.62rem;
}

.hcp-rf-muted {
	color: var(--hcp-rf-muted);
	font-size: 0.9575rem;
	line-height: 1.62;
	margin-bottom: 0.92rem;
}

.hcp-rf-svc-card ul {
	margin: 0;
	padding-left: 1.15rem;
	font-size: 0.9575rem;
	line-height: 1.62;
	display: grid;
	gap: 0.42rem;
}

/* Stats strip */

.hcp-rf-stats {
	padding-block: clamp(2rem, 4.5vw, 3rem);
	border-block: 1px solid var(--hcp-rf-line);
	background: var(--hcp-rf-surface);
}

.hcp-stats-row {
	display: grid;
	gap: 1rem;
	text-align: center;
}

@media (min-width: 700px) {
	.hcp-stats-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.hcp-rf-stat-cell {
	padding: 1.08rem;
	border-radius: 12px;
	border: 1px solid var(--hcp-rf-line);
	background: var(--hcp-rf-bg);
}

.hcp-rf-stat-cell img {
	width: 52px;
	max-width: 100%;
	height: auto;
}

/* Milestone row — all stat icons tinted to brand green #33CC33 */
.hcp-rf-stat-cell--brand-icon img {
	filter: brightness(0) saturate(100%) invert(61%) sepia(66%) saturate(650%) hue-rotate(64deg)
		brightness(97%) contrast(92%);
}

.hcp-rf-stat-num {
	font-size: clamp(1.8rem, 2vw + 1rem, 2.42rem);
	font-weight: 800;
	color: var(--hcp-rf-accent-dim);
	line-height: 1.1;
}

.hcp-rf-stat-cell p {
	margin-top: 0.52rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: rgb(71 85 105);
	line-height: 1.42;
}

/* Trust */

.hcp-rf-trust-soft {
	padding-block: clamp(2.6rem, 6vw, 4.35rem);
	background: linear-gradient(180deg, rgb(248 250 252) 0%, rgb(239 246 252) 100%);
	border-block: 1px solid var(--hcp-rf-line);
}

.hcp-rf-trust-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	max-width: min(830px, 100%);
	margin-inline: auto;
}

.hcp-rf-trust-head .hcp-rf-kicker-soft {
	flex-shrink: 0;
	display: inline-block;
}

.hcp-rf-trust-head .hcp-rf-h2 {
	margin-inline: unset;
	max-width: 38ch;
}

.hcp-rf-trust-p {
	text-align: center;
	max-width: min(830px, 100%);
	width: 100%;
	margin: 0.92rem auto 0;
	color: var(--hcp-rf-muted);
	font-size: 1.065rem;
	line-height: 1.78;
}

.hcp-rf-pillar-strip {
	margin-top: 2rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
}

.hcp-rf-pillar {
	background: var(--hcp-rf-surface);
	border-radius: 12px;
	border: 1px solid var(--hcp-rf-line);
	padding: clamp(1.05rem, 2.85vw, 1.42rem);
	border-left: 4px solid rgb(148 173 239);
	box-shadow: 0 1px 6px rgb(15 23 42 / 0.04);
}

.hcp-rf-pillar h4 {
	margin: 0 0 0.62rem;
	font-size: 1.05rem;
	font-weight: 720;
	line-height: 1.38;
	color: var(--hcp-rf-ink);
}

.hcp-rf-pillar p {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.65;
	color: var(--hcp-rf-muted);
}

@media (prefers-reduced-motion: reduce) {
	.hcp-rf-btn-primary:hover {
		transform: none;
	}
}

/* Contact */

.hcp-rf-contact {
	padding-block: clamp(2.75rem, 5.5vw, 4rem);
	border-top: 1px solid var(--hcp-rf-line);
	background: var(--hcp-rf-bg);
}

.hcp-rf-contact-grid {
	display: grid;
	gap: clamp(1.82rem, 4vw, 2.82rem);
}

@media (min-width: 960px) {
	.hcp-rf-contact-grid {
		grid-template-columns: minmax(0, 0.94fr) minmax(260px, 1.06fr);
		align-items: start;
	}
}

.hcp-rf-contact-grid > div:first-child p {
	color: var(--hcp-rf-muted);
	line-height: 1.74;
	max-width: 54ch;
}

.hcp-rf-contact #hcp-contact-h {
	font-size: clamp(1.48rem, 0.92vw + 1.05rem, 2rem);
	line-height: 1.22;
	font-weight: 790;
	margin: 0.4rem 0 0;
}

.hcp-rf-contact-dl {
	display: grid;
	gap: 0.92rem;
	margin-top: clamp(1.38rem, 3vw, 1.82rem);
}

.hcp-rf-contact-dl > div {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.62rem;
	padding: 0.85rem;
	background: var(--hcp-rf-surface);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 10px;
}

.hcp-rf-contact-dl dt {
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgb(100 116 139);
	line-height: 1.42;
	padding-top: 0.06rem;
}

.hcp-rf-contact-dl dd {
	margin: 0;
	font-weight: 640;
}

.hcp-rf-contact-dl a {
	color: var(--hcp-rf-accent-dim);
	word-break: break-word;
	text-underline-offset: 0.1em;
}

.hcp-rf-contact-dl a:focus-visible {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 3px;
	border-radius: 3px;
}

.hcp-rf-contact-form-large {
	display: grid;
	gap: 0.85rem;
	background: var(--hcp-rf-surface);
	padding: clamp(1.22rem, 3.5vw, 1.88rem);
	border-radius: 14px;
	border: 1px solid var(--hcp-rf-line);
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.05),
		0 12px 32px rgb(15 71 173 / 0.07);
}

.hcp-rf-contact-form-large label {
	font-size: 0.8125rem;
	font-weight: 720;
	margin-top: 0.42rem;
}

.hcp-rf-double {
	display: grid;
	gap: 0.92rem;
}

@media (min-width: 620px) {
	.hcp-rf-double {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.hcp-rf-contact-form-wrap > .hcp-rf-muted {
	font-size: 0.9125rem;
	line-height: 1.62;
	max-width: 52ch;
}

/* Final CTA */

.hcp-rf-final-cta {
	padding-block: clamp(2.4rem, 6.5vw, 3.75rem);
	border-top: 1px solid var(--hcp-rf-line);
	background: linear-gradient(105deg, #053a93 4%, var(--hcp-rf-accent) 96%);
}

.hcp-rf-final-inner {
	display: grid;
	align-items: center;
	gap: 1rem;
	justify-items: stretch;
}

@media (min-width: 880px) {
	.hcp-rf-final-inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 2rem;
	}
}

.hcp-rf-heading-white {
	margin: 0 0 0.55rem;
	font-size: clamp(1.6rem, 1.05vw + 1.08rem, 2.42rem);
	font-weight: 800;
	line-height: 1.12;
	color: #fff;
	letter-spacing: -0.02em;
	text-shadow: 0 14px 32px rgb(4 52 154 / 0.22);
}

.hcp-rf-final-cta .inner div p {
	color: rgb(246 247 251 / 0.96);
	line-height: 1.74;
	max-width: 52ch;
	font-size: 1.0425rem;
}

.hcp-rf-btn-secondary.hcp-rf-btn-light:focus-visible {
	outline: 2px solid rgb(251 237 173);
	outline-offset: 3px;
}

.hcp-rf-btn-light {
	padding: 0.85rem 1.68rem;
	font-weight: 720;
	border-radius: 999px;
	background: #fff;
	color: var(--hcp-rf-accent-dim);
	justify-self: start;
	align-self: center;
	text-decoration: none;
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.22),
		0 10px 28px rgb(7 61 173 / 0.24);
	border: 1px solid rgb(255 255 255 / 0.65);
}

.hcp-rf-btn-light:hover {
	background: rgb(248 250 255);
}

/* ------------------------------------------------------------------------- */
/* What We Do headings (matches live twin H2)                               */
/* ------------------------------------------------------------------------- */

.hcp-rf-h2-follow {
	font-size: clamp(1.32rem, 1.1vw + 1.06rem, 1.92rem);
	margin-top: 0.5rem;
	line-height: 1.28;
	font-weight: 770;
	color: var(--hcp-rf-ink);
	letter-spacing: -0.02em;
}

.hcp-rf-hr-accent {
	height: 0;
	border: 0;
	border-top: 4px solid var(--hcp-rf-accent);
	width: clamp(104px, 18vw, 168px);
	margin: 1rem 0 1.5rem;
}

/* ------------------------------------------------------------------------- */
/* Mini funfacts strip (experience / happy customers / awards)             */
/* ------------------------------------------------------------------------- */

.hcp-rf-mini-funfacts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-block: 1rem 1.35rem;
}

@media (max-width: 520px) {
	.hcp-rf-mini-funfacts {
		grid-template-columns: 1fr;
	}
}

.hcp-rf-funfact {
	background: rgb(239 246 255 / 0.55);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 10px;
	padding: 0.75rem;
	text-align: center;
	font-size: 0.86rem;
	color: var(--hcp-rf-muted);
	line-height: 1.4;
	display: grid;
	align-content: center;
	gap: 0.38rem;
}

.hcp-rf-funfact-num {
	font-variant-numeric: tabular-nums;
	font-size: 1.72rem;
	color: var(--hcp-rf-accent-dim);
	letter-spacing: -0.04em;
}

/* ------------------------------------------------------------------------- */
/* Service lineup gallery (nine distinct images from live uploads)           */
/* ------------------------------------------------------------------------- */

.hcp-rf-offer-gallery {
	padding-block-start: clamp(2rem, 5vw, 3.25rem);
}

.hcp-rf-offering-grid {
	display: grid;
	gap: clamp(1rem, 3vw, 1.42rem);
	grid-template-columns: repeat(auto-fill, minmax(min(278px, 100%), 1fr));
	margin-top: 1rem;
}

.hcp-rf-offer-card {
	position: relative;
	background: var(--hcp-rf-surface);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 14px;
	overflow: clip;
	box-shadow:
		0 1px 4px rgb(15 23 42 / 0.05),
		0 10px 24px rgb(15 71 173 / 0.06);
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	padding-bottom: clamp(1.02rem, 2.75vw, 1.42rem);
}

.hcp-rf-offer-visual {
	position: relative;
	min-height: 152px;
	background-size: cover;
	background-position: 50% 45%;
	box-shadow: inset 0 -40px 40px rgb(15 23 42 / 0.4);
	outline-offset: -1px;
}

.hcp-rf-offer-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 42%, rgb(15 29 72 / 0.78));
	pointer-events: none;
}

.hcp-rf-offer-card h3 {
	padding: clamp(1rem, 2.65vw, 1.42rem);
	padding-block-end: 0.25rem;
	margin: 0;
	font-size: clamp(1.0525rem, 0.42vw + 0.9425rem, 1.22rem);
}

.hcp-rf-offer-card p,
.hcp-rf-offer-card .hcp-rf-readmore {
	padding-inline: clamp(1rem, 2.65vw, 1.42rem);
}

.hcp-rf-offer-card p {
	margin: 0.45rem 0 0;
	color: var(--hcp-rf-muted);
	font-size: 0.92rem;
	line-height: 1.62;
	flex-grow: 1;
}

.hcp-rf-readmore {
	margin-top: 0.92rem;
	font-weight: 600;
	font-size: 0.9rem;
	align-self: end;
	display: inline-block;
	padding-block-end: 0.06rem !important;
}

.hcp-rf-readmore-arr {
	opacity: 0.65;
	transition: translate 180ms ease;
}

.hcp-rf-readmore:focus-visible,
.hcp-rf-readmore:hover {
	text-decoration-thickness: 0.075em;
}

.hcp-rf-readmore:focus-visible .hcp-rf-readmore-arr,
.hcp-rf-readmore:hover .hcp-rf-readmore-arr {
	translate: 3px 0;
}

.hcp-rf-offer-order {
	position: absolute;
	top: clamp(9px, 2.2vw, 13px);
	left: clamp(9px, 2.3vw, 13px);
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: rgb(246 246 246);
	z-index: 3;
	line-height: 1;
	min-width: 1.68rem;
	text-align: center;
	border-radius: 999px;
	border: 1px solid rgb(255 255 255 / 0.35);
	background: rgb(26 71 173 / 0.88);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.18),
		0 10px 16px rgb(8 54 154 / 0.2);
	display: grid;
	align-items: center;
	min-height: 1.68rem;
	padding: 0 0.25rem;
}

/* ------------------------------------------------------------------------- */
/* Our Process band                                                         */
/* ------------------------------------------------------------------------- */

.hcp-rf-process {
	background: var(--hcp-rf-bg);
	border-block: 1px solid var(--hcp-rf-line);
}

.hcp-rf-process-head {
	display: grid;
	gap: clamp(1.15rem, 3vw, 1.75rem);
	align-items: start;
}

@media (min-width: 760px) {
	.hcp-rf-process-head {
		grid-template-columns: minmax(0, 1.05fr) minmax(200px, 0.82fr);
		align-items: center;
		gap: clamp(1.5rem, 3.8vw, 2.65rem);
	}
}

.hcp-rf-process-intro {
	display: grid;
	gap: 0.55rem;
}

.hcp-rf-process-intro > p:last-of-type {
	max-width: 68ch;
	margin: 0;
	color: var(--hcp-rf-muted);
	line-height: 1.7;
	font-size: 1.035rem;
}

.hcp-rf-process-figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	aspect-ratio: 4 / 5;
	align-self: stretch;
	max-height: min(440px, 52vw);
}

.hcp-rf-process-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 22%;
	display: block;
}

.hcp-rf-process-steps {
	margin-top: 1.5rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(min(258px, 100%), 1fr));
}

.hcp-rf-process-step {
	background: var(--hcp-rf-surface);
	padding: clamp(1.05rem, 3vw, 1.35rem);
	border-radius: 12px;
	border: 1px solid var(--hcp-rf-line);
}

.hcp-rf-process-step h3 {
	font-size: 1.065rem;
	margin-bottom: 0.52rem !important;
}

.hcp-rf-process-step p {
	margin: 0;
	color: var(--hcp-rf-muted);
	font-size: 0.9625rem;
	line-height: 1.62;
}

/* ------------------------------------------------------------------------- */
/* Service areas suburb chips                                               */
/* ------------------------------------------------------------------------- */

.hcp-rf-loc-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.hcp-rf-loc-inner .hcp-rf-kicker-soft {
	flex-shrink: 0;
	align-self: center;
}

.hcp-rf-loc-inner .hcp-rf-h2 {
	margin-inline: auto;
	align-self: center;
}

.hcp-rf-loc-intro {
	max-width: 68ch;
	margin-inline: auto;
	font-size: 1.06rem;
	line-height: 1.78;
	text-wrap: balance;
	color: var(--hcp-rf-muted);
	margin-top: 0.18rem;
}

.hcp-rf-suburb-chips {
	margin-top: clamp(1.38rem, 4.2vw, 2.15rem);
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	width: 100%;
	max-width: min(940px, 100%);
	margin-inline: auto;
}

.hcp-rf-loc-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem clamp(17px, 3.8vw, 1.52rem);
	font-size: 0.9625rem;
	font-weight: 680;
	letter-spacing: 0.014em;
	color: var(--hcp-rf-accent-dim);
	background: linear-gradient(185deg, #fff 0%, rgb(248 250 255) 96%);
	border: 1px solid rgb(191 219 254 / 0.98);
	border-radius: 999px;
	box-shadow:
		0 1px 2px rgb(15 23 42 / 0.05),
		0 8px 22px rgb(6 87 249 / 0.08);
	text-decoration: none;
	transition:
		transform 140ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease;
}

.hcp-rf-loc-chip:hover,
.hcp-rf-loc-chip:focus-visible {
	background: rgb(239 246 255 / 0.82);
	border-color: rgb(96 140 239 / 0.65);
	transform: translateY(-2px);
	box-shadow:
		0 2px 8px rgb(15 23 42 / 0.07),
		0 16px 38px rgb(6 87 249 / 0.14);
}

.hcp-rf-loc-chip:focus-visible {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.hcp-rf-loc-chip {
		transition:
			box-shadow 180ms ease,
			background-color 180ms ease,
			border-color 180ms ease;
	}

	.hcp-rf-loc-chip:hover,
	.hcp-rf-loc-chip:focus-visible {
		transform: none;
	}
}

/* Sticky call bar (mobile) */

.hcp-rf-mobile-bar {
	position: fixed;
	z-index: 120;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(110%);
	animation: hcpRfBarIn 0.45s ease-out 0.9s forwards;
	pointer-events: none;
	opacity: 0;
}

@keyframes hcpRfBarIn {
	to {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hcp-rf-mobile-bar {
		animation: none;
		transform: none;
		opacity: 1;
		pointer-events: auto;
	}
}

@media (min-width: 900px) {
	.hcp-rf-mobile-bar {
		display: none;
	}
}

.hcp-rf-mobile-bar > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.72rem;
	width: 100%;
	padding: 0.96rem clamp(14px, 4vw, 22px);
	background: rgb(15 76 173 / 0.98);
	color: rgb(246 246 246);
	border: 0;
	font-weight: 720;
	text-decoration: none;
	padding-bottom: calc(0.96rem + env(safe-area-inset-bottom));
}

.hcp-rf-mobile-bar > a:focus-visible {
	outline: 3px solid rgb(255 214 138);
	outline-offset: -3px;
}

/* ------------------------------------------------------------------------- */
/* Pricing-led lower page (semantic only — no Elementor)                     */
/* ------------------------------------------------------------------------- */

.hcp-rf-pricing-band {
	background: var(--hcp-rf-bg);
	border-block: 1px solid var(--hcp-rf-line);
}

.hcp-rf-pricing-band-inner {
	display: grid;
	gap: clamp(1.35rem, 4vw, 2.35rem);
	align-items: start;
}

@media (min-width: 900px) {
	.hcp-rf-pricing-band-inner {
		grid-template-columns: minmax(0, 1fr) minmax(236px, 300px);
	}
}

.hcp-rf-pricing-intro {
	max-width: 54ch;
}

.hcp-rf-pricing-cards--stack {
	margin-top: 1.05rem;
}

.hcp-rf-pricing-cta-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin-top: 1.15rem;
}

.hcp-rf-mini-funfacts--tight {
	gap: 0.5rem !important;
	margin-block: 0 0 !important;
}

.hcp-rf-funfact--compact {
	padding: 0.5rem 0.42rem !important;
	font-size: 0.76rem !important;
	line-height: 1.35 !important;
}

.hcp-rf-funfact--compact .hcp-rf-funfact-num {
	font-size: 1.28rem !important;
	letter-spacing: -0.03em !important;
}

.hcp-rf-pricing-thumb {
	margin: 0.85rem 0 0;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	box-shadow: 0 8px 24px rgb(15 71 173 / 0.08);
	background: var(--hcp-rf-surface);
}

.hcp-rf-pricing-thumb img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 200px;
	object-fit: cover;
}

.hcp-rf-private-solo {
	background: var(--hcp-rf-surface);
	border-bottom: 1px solid var(--hcp-rf-line);
}

.hcp-rf-private-solo-inner {
	max-width: min(48rem, 100%);
	margin-inline: auto;
}

.hcp-rf-private-solo .hcp-rf-h3 {
	font-size: clamp(1.12rem, 0.9vw + 0.95rem, 1.45rem);
	margin-bottom: 0.55rem;
}

.hcp-rf-overview-split {
	background: rgb(239 246 255 / 0.42);
	border-block: 1px solid rgb(226 232 240 / 0.92);
}

.hcp-rf-overview-split-inner {
	display: grid;
	gap: clamp(1.25rem, 3.5vw, 2rem);
	align-items: center;
}

@media (min-width: 860px) {
	.hcp-rf-overview-split-inner {
		grid-template-columns: minmax(0, 1.08fr) minmax(240px, 380px);
	}
}

.hcp-rf-overview-prose p {
	margin: 0;
	color: var(--hcp-rf-muted);
	line-height: 1.72;
	font-size: 1.02rem;
	max-width: 58ch;
}

.hcp-rf-overview-figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	box-shadow: 0 10px 28px rgb(15 55 133 / 0.1);
	background: var(--hcp-rf-surface);
}

.hcp-rf-overview-figure img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 360px;
	object-fit: cover;
}



/* ------------------------------------------------------------------------- */
/* Service taxonomy strip (“Regular, Deep…”)                                   */
/* ------------------------------------------------------------------------- */

.hcp-rf-service-types-band {
	background: var(--hcp-rf-surface);
	border-block: 1px solid var(--hcp-rf-line);
}

.hcp-rf-service-types-inner {
	display: flex;
	flex-direction: column;
	gap: clamp(1.05rem, 3vw, 1.68rem);
}

.hcp-rf-chip-muted.hcp-rf-chip {
	opacity: 0.92;
}

.hcp-rf-service-types-grid {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
	margin-top: 0.5rem;
}

.hcp-rf-service-type-card {
	display: grid;
	grid-template-rows: auto auto auto;
	align-content: start;
	gap: 0.42rem;
	padding: 1.05rem clamp(13px, 3vw, 1.08rem);
	background: rgb(239 246 255 / 0.35);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	transition:
		border-color 0.15s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease;
}

.hcp-rf-service-type-card:hover,
.hcp-rf-service-type-card:focus-visible {
	border-color: rgb(148 173 239 / 0.88);
	box-shadow: 0 12px 32px rgb(6 87 249 / 0.1);
	background: #fff;
}

.hcp-rf-service-type-heading {
	font-size: clamp(1.02rem, 0.5vw + 0.88rem, 1.18rem);
	font-weight: 730;
	margin: 0;
	color: var(--hcp-rf-ink);
}

.hcp-rf-service-type-card .hcp-rf-muted {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.5;
}

.hcp-rf-service-type-arr {
	font-size: 0.84rem;
	font-weight: 680;
	color: var(--hcp-rf-accent-dim);
	display: inline-block;
	margin-top: 0.18rem;
}

.hcp-rf-service-types-figure {
	margin: 0 auto clamp(0.78rem, 2.5vw, 1.12rem);
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	max-height: 220px;
	background: var(--hcp-rf-surface);
	width: 100%;
	max-width: 520px;
}

@media (min-width: 720px) {
	.hcp-rf-service-types-figure {
		max-height: 260px;
	}
}

.hcp-rf-service-types-figure img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: inherit;
	object-fit: cover;
}

/* ------------------------------------------------------------------------- */
/* Optional add-ons band                                                       */
/* ------------------------------------------------------------------------- */

.hcp-rf-addons-band {
	background: rgb(239 246 255 / 0.35);
	border-block: 1px solid rgb(226 232 240 / 0.94);
}

.hcp-rf-addons-inner {
	display: grid;
	gap: clamp(1.2rem, 3.8vw, 2rem);
	align-items: center;
}

@media (min-width: 860px) {
	.hcp-rf-addons-inner {
		grid-template-columns: minmax(0, 1.06fr) minmax(260px, min(560px, 48vw));
	}
}

.hcp-rf-addons-links {
	list-style: none;
	margin: clamp(0.65rem, 2vw, 1.05rem) 0;
	padding: 0;
	display: grid;
	gap: 0.48rem;
}

.hcp-rf-addons-links a {
	display: inline-flex;
	font-weight: 640;
	text-decoration: none;
	color: var(--hcp-rf-accent-dim);
	padding: 0.18rem 0;
	border-bottom: 1px solid rgb(219 229 239 / 0.95);
}

.hcp-rf-addons-links a:hover,
.hcp-rf-addons-links a:focus-visible {
	color: var(--hcp-rf-ink);
	border-bottom-color: var(--hcp-rf-accent);
}

.hcp-rf-addons-emphasis {
	margin: clamp(0.55rem, 2vw, 1rem) 0 0;
	font-weight: 680;
	max-width: 56ch;
	color: var(--hcp-rf-ink);
	line-height: 1.53;
	font-size: 1.015rem;
}

.hcp-rf-addons-cta-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.08rem;
}

.hcp-rf-addons-figure {
	margin: 0;
	border-radius: 13px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	box-shadow: 0 14px 40px rgb(15 55 133 / 0.12);
	background: var(--hcp-rf-surface);
}

.hcp-rf-addons-video-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: rgb(15 23 42);
}

.hcp-rf-addons-iframe {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	border: none;
}

/* ------------------------------------------------------------------------- */
/* Why choose (scraped six-up)                                               */
/* ------------------------------------------------------------------------- */

.hcp-rf-surface-soft {
	background: var(--hcp-rf-surface);
}

.hcp-rf-why-grid {
	display: grid;
	gap: clamp(1rem, 2.8vw, 1.35rem);
	margin-top: clamp(1.08rem, 3vw, 1.76rem);
	grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}

.hcp-rf-why-card {
	padding: clamp(14px, 3vw, 17px);
	background: rgb(248 251 253 / 0.95);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 10px;
	box-shadow: 0 8px 20px rgb(15 71 173 / 0.05);
}

.hcp-rf-why-card p {
	margin: 0;
	margin-top: 0.52rem;
	color: var(--hcp-rf-muted);
	font-size: 0.97rem;
	line-height: 1.58;
}

.hcp-rf-why-card h4 {
	font-size: 1.0625rem;
}

/* Experience column — scraped “Best house cleaning…” title */

.hcp-rf-exp-best-title {
	font-size: clamp(1.15rem, 0.72vw + 0.94rem, 1.52rem);
	font-weight: 750;
	line-height: 1.15;
	margin: 0 0 0.75rem;
	letter-spacing: -0.026em;
}

.hcp-rf-exp-best-actions {
	margin: 1rem 0 0;
}

/* ------------------------------------------------------------------------- */
/* YouTube promo (homepage scrape had no embed; channel CTAs ship in defaults)*/
/* ------------------------------------------------------------------------- */

.hcp-rf-youtube-promo {
	background: linear-gradient(108deg, rgb(254 237 239 / 0.55), rgb(239 246 255 / 0.88));
	border-block: 1px solid var(--hcp-rf-line);
}

.hcp-rf-youtube-promo-inner {
	display: grid;
	gap: clamp(1rem, 3vw, 1.62rem);
	max-width: 100%;
}

@media (min-width: 940px) {
	.hcp-rf-youtube-promo--split .hcp-rf-youtube-promo-inner {
		grid-template-columns: minmax(0, 1fr) minmax(268px, 46%);
		align-items: center;
	}
}

.hcp-rf-youtube-promo-copy p {
	margin: 0;
	color: var(--hcp-rf-muted);
	line-height: 1.62;
	max-width: 56ch;
}

.hcp-rf-youtube-frame-wrap {
	position: relative;
	aspect-ratio: 16 / 9;
	max-height: 320px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	background: rgb(15 23 42 / 0.09);
	box-shadow: 0 12px 32px rgb(15 71 173 / 0.12);
}

.hcp-rf-youtube-frame-wrap iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.hcp-rf-youtube-promo .hcp-rf-h2 {
	max-width: 26ch;
}

.hcp-rf-youtube-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-top: clamp(0.92rem, 2.8vw, 1.42rem);
}

/* ------------------------------------------------------------------------- */
/* About Us — migrated Elementor body ( /about-us/ )                          */
/* ------------------------------------------------------------------------- */

.hcp-rf-about-page .hcp-rf-scraped-wrapper {
	padding-block-end: clamp(2.5rem, 6vw, 4rem);
}

.hcp-rf-about-page .elementor[data-elementor-type="wp-page"] > section.elementor-top-section:first-of-type {
	position: relative;
	border-radius: 0 0 clamp(16px, 2.8vw, 24px) clamp(16px, 2.8vw, 24px);
	overflow: hidden;
	box-shadow:
		0 20px 48px rgb(6 87 249 / 0.1),
		0 2px 8px rgb(15 23 42 / 0.04);
	margin-bottom: clamp(1.75rem, 4.5vw, 2.85rem);
}

.hcp-rf-about-page .elementor[data-elementor-type="wp-page"] > section.elementor-top-section:not(:first-of-type) {
	margin-top: clamp(1.5rem, 3.5vw, 2.5rem);
	padding-block: clamp(1.75rem, 3.5vw, 2.5rem) !important;
	padding-inline: clamp(1rem, 3vw, 1.5rem) !important;
	border-radius: clamp(14px, 2vw, 20px);
	border: 1px solid var(--hcp-rf-line, #e2e8f0);
	background: var(--hcp-rf-surface, #fff);
	box-shadow: 0 1px 3px rgb(15 23 42 / 0.05);
}

.hcp-rf-about-page .ct-heading .item--title {
	font-family: inherit;
	font-weight: 800;
	font-size: clamp(1.85rem, 2.2vw + 1rem, 2.75rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--hcp-rf-ink, #0f172a);
}

.hcp-rf-about-page .ct-heading .item--title small {
	display: block;
	margin-top: 0.45rem;
	font-size: 0.44em;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--hcp-rf-accent, var(--hcp-accent, #0657f9));
}

.hcp-rf-about-page .ct-banner-number {
	font-size: clamp(2.5rem, 4vw, 3.5rem);
	font-weight: 820;
	line-height: 1;
	color: var(--hcp-accent, #0657f9);
}

.hcp-rf-about-page .ct-banner-title {
	font-weight: 700;
	font-size: 1.02rem;
	color: var(--hcp-rf-ink, #0f172a);
}

.hcp-rf-about-page .ct-text-editor p,
.hcp-rf-about-page .elementor-widget-text-editor p {
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--hcp-rf-muted, #475569);
	max-width: 62ch;
}

.hcp-rf-about-page h2.elementor-heading-title,
.hcp-rf-about-page h3.elementor-heading-title {
	font-family: inherit;
	letter-spacing: -0.022em;
	font-weight: 800;
}

.hcp-rf-about-page h4.elementor-heading-title {
	font-weight: 700;
	color: var(--hcp-rf-accent-dim, #0b4bdc);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.8125rem !important;
}

.hcp-rf-about-page .elementor-button.elementor-button-link {
	border-radius: 999px !important;
	padding: 0.55rem 1.15rem !important;
	font-weight: 650 !important;
	font-size: 0.885rem !important;
	border: 1px solid rgb(226 232 240) !important;
	background: rgb(248 250 252) !important;
	color: var(--hcp-rf-ink, #0f172a) !important;
	transition:
		border-color 0.15s ease,
		box-shadow 0.15s ease,
		color 0.15s ease,
		background-color 0.15s ease;
}

.hcp-rf-about-page .elementor-button.elementor-button-link:hover {
	border-color: var(--hcp-accent, #0657f9) !important;
	color: var(--hcp-accent, #0657f9) !important;
	background: rgb(239 246 255) !important;
	box-shadow: 0 4px 14px rgb(6 87 249 / 0.12);
}

/* ------------------------------------------------------------------------- */
/* About Us — semantic rebuilt layout (/about-us/, no Elementor body)       */
/* ------------------------------------------------------------------------- */

.hcp-rf-about-page.hcp-about-semantic {
	padding-block-end: clamp(2.35rem, 5.8vw, 3.85rem);
}

.hcp-about-semantic {
	max-width: 100%;
}

.hcp-about-semantic .hcp-about-semantic__lead .inner {
	max-width: min(1120px, 100%);
}

.hcp-about-semantic-lead {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.6rem, 4.2vw, 2.8rem);
	align-items: start;
}

@media (min-width: 880px) {
	.hcp-about-semantic-lead {
		grid-template-columns: minmax(280px, 0.94fr) minmax(320px, 1.06fr);
		gap: clamp(2rem, 4vw, 3rem);
		align-items: center;
	}
}

.hcp-about-semantic-lead__figure {
	position: relative;
	margin: 0;
	max-width: 440px;
	margin-inline: auto;
}

@media (min-width: 880px) {
	.hcp-about-semantic-lead__figure {
		max-width: none;
		margin-inline: 0;
	}
}

.hcp-about-semantic-lead__figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: clamp(14px, 2vw, 22px);
	border: 1px solid var(--hcp-rf-line, #e2e8f0);
	box-shadow:
		0 20px 50px rgb(6 87 249 / 0.12),
		0 4px 12px rgb(15 23 42 / 0.06);
}

.hcp-about-semantic-stat {
	position: absolute;
	right: clamp(0.85rem, 2.8vw, 1.65rem);
	bottom: clamp(0.85rem, 2.8vw, 1.65rem);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.06rem;
	padding: 0.85rem clamp(1rem, 2.8vw, 1.35rem);
	background: rgb(255 255 255 / 0.97);
	border: 1px solid rgb(191 219 254 / 0.85);
	border-radius: clamp(11px, 1.8vw, 16px);
	box-shadow:
		0 8px 26px rgb(15 71 173 / 0.12),
		0 1px 3px rgb(15 23 42 / 0.06);
	backdrop-filter: blur(10px);
}

.hcp-about-semantic-stat__num {
	font-size: clamp(1.72rem, 2.3vw + 1rem, 2.42rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--hcp-accent, #0657f9);
}

.hcp-about-semantic-stat__lbl {
	font-size: 0.8375rem;
	font-weight: 680;
	line-height: 1.38;
	max-width: 11ch;
	color: var(--hcp-rf-ink, #0f172a);
}

.hcp-about-semantic-lead__copy .hcp-rf-h2 {
	margin-top: 0.42rem;
	letter-spacing: -0.03em;
	line-height: 1.09;
	max-width: 18ch;
}

.hcp-about-semantic-story-h {
	margin-top: clamp(1.05rem, 2.8vw, 1.62rem);
}

.hcp-about-semantic-prose {
	font-size: 1.0625rem;
	line-height: 1.78;
	color: var(--hcp-rf-muted, #475569);
	max-width: 68ch;
}

.hcp-about-semantic-prose p {
	margin: 0 0 0.75rem;
}

.hcp-about-semantic-prose p:last-child {
	margin-bottom: 0;
}

.hcp-about-semantic-prose strong {
	font-weight: 700;
	color: var(--hcp-rf-ink, #0f172a);
}

.hcp-about-semantic-prose--lead {
	margin-top: clamp(0.72rem, 2vw, 1.06rem);
}

.hcp-about-semantic-prose--center {
	max-width: 62ch;
	margin-inline: auto;
	text-align: center;
	text-wrap: balance;
}

.hcp-about-semantic-lead__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-top: clamp(1.1rem, 3vw, 1.72rem);
}

.hcp-about-semantic-values-grid {
	margin-top: clamp(1.18rem, 3.8vw, 2rem);
}

.hcp-about-semantic__reviews .hcp-about-semantic-reviews-inner {
	text-align: center;
	max-width: min(760px, 100%);
	margin-inline: auto;
}

.hcp-about-semantic__reviews .hcp-rf-h2 {
	margin-top: 0.28rem;
}

.hcp-about-semantic-contact-copy {
	max-width: 68ch;
}

.hcp-about-semantic-contact-h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.18rem;
}

.hcp-about-semantic-contact-line--sub {
	display: block;
	font-size: clamp(1.12rem, 0.82vw + 0.94rem, 1.52rem);
	font-weight: 800;
	line-height: 1.22;
	color: var(--hcp-rf-ink, #0f172a);
	letter-spacing: -0.025em;
}

.hcp-about-semantic-contact-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem clamp(1.25rem, 3vw, 2rem);
	margin-top: clamp(1.06rem, 2.9vw, 1.62rem);
}

.hcp-about-semantic-phone {
	font-size: 0.9875rem;
	color: var(--hcp-rf-muted, #475569);
}

.hcp-about-semantic-phone a {
	font-weight: 700;
	text-decoration: none;
	color: var(--hcp-accent, #0657f9);
}

.hcp-about-semantic-phone a:hover,
.hcp-about-semantic-phone a:focus-visible {
	text-decoration: underline;
}

.hcp-about-semantic-loc-intro strong {
	font-weight: 700;
	color: var(--hcp-rf-ink, #0f172a);
}

/* ------------------------------------------------------------------------- */
/* Contact Us — semantic layout (/contact-us/, no Elementor body)           */
/* ------------------------------------------------------------------------- */

.hcp-rf-contact-page.hcp-contact-semantic-root {
	padding-block-end: clamp(2.2rem, 5.2vw, 3.5rem);
}

.hcp-contact-semantic-panel-inner {
	display: grid;
	gap: clamp(1.85rem, 4.2vw, 2.75rem);
	max-width: min(1100px, 100%);
	margin-inline: auto;
}

@media (min-width: 960px) {
	.hcp-contact-semantic-panel-inner {
		grid-template-columns: minmax(220px, 0.42fr) minmax(260px, 1fr);
		align-items: start;
	}
}

.hcp-contact-semantic-info-list {
	display: grid;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hcp-contact-semantic-card {
	display: flex;
	flex-direction: column;
	gap: 0.42rem;
	padding: clamp(1.02rem, 2.8vw, 1.38rem);
	text-decoration: none;
	color: inherit;
	border: 1px solid var(--hcp-rf-line);
	border-radius: clamp(11px, 1.8vw, 14px);
	background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(249 251 255) 100%);
	box-shadow:
		0 1px 3px rgb(15 23 42 / 0.05),
		0 10px 26px rgb(6 87 249 / 0.07);
	transition:
		transform 155ms ease,
		box-shadow 180ms ease,
		border-color 180ms ease;
}

.hcp-contact-semantic-card:hover,
.hcp-contact-semantic-card:focus-visible {
	transform: translateY(-2px);
	border-color: rgb(147 174 239 / 0.85);
	box-shadow:
		0 2px 10px rgb(15 23 42 / 0.07),
		0 16px 40px rgb(6 87 249 / 0.12);
}

.hcp-contact-semantic-card:focus-visible {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.hcp-contact-semantic-card:hover,
	.hcp-contact-semantic-card:focus-visible {
		transform: none;
	}
}

.hcp-contact-semantic-card__title {
	font-size: 0.66rem;
	font-weight: 800;
	line-height: 1.42;
	text-transform: uppercase;
	letter-spacing: 0.095em;
	color: rgb(100 116 139 / 1);
	order: -1;
}

.hcp-contact-semantic-card__desc {
	font-weight: 680;
	line-height: 1.52;
	font-size: 1.065rem;
	color: var(--hcp-rf-ink, #0f172a);
}

.hcp-contact-semantic-form-col .hcp-rf-muted {
	max-width: 100%;
}

.hcp-contact-semantic-field {
	display: grid;
	gap: 0.42rem;
	margin: 0;
}

.hcp-contact-semantic-field label {
	display: block;
	margin-top: 0.35rem;
}

.hcp-contact-semantic-panel-inner > .hcp-contact-semantic-form-col .hcp-rf-double:first-of-type > .hcp-contact-semantic-field:first-child label {
	margin-top: 0;
}

.hcp-contact-semantic-form .hcp-rf-double {
	align-items: start;
}

.hcp-contact-semantic-submit-wrap {
	margin-top: 0.5rem;
}

.hcp-contact-semantic-submit-wrap .hcp-rf-btn {
	width: fit-content;
}

.hcp-contact-semantic__map {
	padding-block: 0 clamp(2.55rem, 5.5vw, 3.8rem);
}

.hcp-contact-semantic-map-embed {
	overflow: hidden;
	border-radius: clamp(14px, 2.2vw, 22px);
	border: 1px solid var(--hcp-rf-line);
	box-shadow:
		0 1px 8px rgb(15 23 42 / 0.06),
		0 20px 52px rgb(6 87 249 / 0.1);
	background: rgb(226 232 240 / 0.35);
}

.hcp-contact-semantic-map-embed iframe {
	display: block;
	width: 100%;
	height: clamp(280px, 46vw, 436px);
	border: none;
}

/* ------------------------------------------------------------------------- */
/* Blog archive — semantic layout (index/category/tag/date archives, etc.)  */
/* ------------------------------------------------------------------------- */

.hcp-rf-blog-page.hcp-blog-semantic {
	padding-block-end: clamp(2rem, 4.8vw, 3.25rem);
}

/* Full-bleed intro band (below hero, above two-column layout) */
.hcp-blog-semantic-main > .hcp-blog-semantic-intro {
	padding-block: clamp(1.35rem, 3.4vw, 2rem);
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.hcp-blog-semantic-main > .hcp-blog-semantic-intro > .inner {
	max-width: min(72ch, 100%);
	margin-inline: auto;
}

.hcp-blog-semantic-intro__richtext {
	font-size: 1.07rem;
	line-height: 1.78;
	color: var(--hcp-rf-muted, #475569);
}

.hcp-blog-semantic-intro__richtext p {
	margin: 0 0 1em;
	text-wrap: pretty;
}

.hcp-blog-semantic-intro__richtext p:last-child {
	margin-bottom: 0;
}

.hcp-blog-semantic-intro__p {
	margin: 0;
	font-size: 1.07rem;
	line-height: 1.78;
	color: var(--hcp-rf-muted, #475569);
	text-wrap: pretty;
}

.hcp-blog-semantic-columns {
	display: grid;
	gap: clamp(1.75rem, 4.2vw, 2.75rem);
}

@media (min-width: 1080px) {
	.hcp-blog-semantic-columns {
		grid-template-columns: minmax(0, 1fr) minmax(286px, 0.41fr);
		align-items: start;
	}
}

.hcp-blog-semantic-cards {
	display: grid;
	gap: clamp(1.6rem, 3.8vw, 2.55rem);
}

.hcp-blog-semantic-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(252 253 255) 100%);
	border: 1px solid var(--hcp-rf-line);
	border-radius: clamp(13px, 2vw, 18px);
	box-shadow:
		0 1px 4px rgb(15 23 42 / 0.05),
		0 16px 40px rgb(6 87 249 / 0.08);
	overflow: hidden;
	transition:
		box-shadow 0.2s ease,
		transform 0.16s ease,
		border-color 0.2s ease;
}

@media (hover: hover) {
	.hcp-blog-semantic-card:hover {
		transform: translateY(-3px);
		border-color: rgb(157 178 239 / 0.65);
		box-shadow:
			0 6px 20px rgb(15 23 42 / 0.08),
			0 22px 50px rgb(6 87 249 / 0.12);
	}
}

.hcp-blog-semantic-card:focus-within {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
	@media (hover: hover) {
		.hcp-blog-semantic-card:hover {
			transform: none;
		}
	}
}

@media (min-width: 700px) {
	.hcp-blog-semantic-card {
		grid-template-columns: minmax(220px, 0.43fr) minmax(260px, 1fr);
		align-items: stretch;
		min-height: 220px;
	}
}

.hcp-blog-semantic-card__media {
	position: relative;
	display: block;
	min-height: 200px;
	background: rgb(241 245 253);
}

@media (min-width: 700px) {
	.hcp-blog-semantic-card__media {
		min-height: 100%;
	}
}

.hcp-blog-semantic-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hcp-blog-semantic-card__ph {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 190px;
	background:
		radial-gradient(circle at 30% 20%, rgb(219 231 253) 0%, transparent 53%),
		linear-gradient(145deg, rgb(239 246 255) 0%, rgb(224 236 253) 100%);
}

@media (min-width: 700px) {
	.hcp-blog-semantic-card__ph {
		min-height: 100%;
	}
}

.hcp-blog-semantic-card__date {
	position: absolute;
	left: clamp(12px, 2.8vw, 18px);
	bottom: clamp(12px, 2.8vw, 18px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.06;
	min-width: 3.42rem;
	padding: 0.65rem 0.72rem;
	background: rgb(255 255 255 / 0.95);
	border: 1px solid rgb(191 219 254 / 0.85);
	border-radius: 11px;
	box-shadow: 0 8px 24px rgb(15 71 173 / 0.12);
	pointer-events: none;
	z-index: 2;
	font-weight: 800;
	font-size: clamp(1.28rem, 1.05vw + 1rem, 1.68rem);
	letter-spacing: -0.04em;
	color: var(--hcp-accent, #0657f9);
}

.hcp-blog-semantic-card__date-my {
	display: block;
	margin-top: 0.42rem;
	font-size: 0.58rem;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--hcp-rf-ink, #0f172a);
}

.hcp-blog-semantic-card__body {
	padding: clamp(1.1rem, 3vw, 1.72rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.75rem;
}

.hcp-blog-semantic-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8125rem;
	font-weight: 680;
	line-height: 1.42;
	color: rgb(71 85 105);
}

.hcp-blog-semantic-card__meta a {
	text-decoration: none;
	color: var(--hcp-rf-accent-dim, #2347c7);
	word-break: break-word;
	border-bottom: 1px dotted rgb(99 134 239 / 0.45);
}

.hcp-blog-semantic-card__meta a:hover {
	color: var(--hcp-accent);
	border-bottom-style: solid;
}

.hcp-blog-semantic-card__title {
	margin: 0;
	font-size: clamp(1.16rem, 0.82vw + 0.93rem, 1.48rem);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.025em;
}

.hcp-blog-semantic-card__title a {
	text-decoration: none;
	color: var(--hcp-rf-ink, #0f172a);
}

.hcp-blog-semantic-card__title a:hover,
.hcp-blog-semantic-card__title a:focus-visible {
	color: var(--hcp-accent, #0657f9);
}

.hcp-blog-semantic-card__excerpt {
	font-size: 1.035rem;
	line-height: 1.72;
	color: var(--hcp-rf-muted, #475569);
}

.hcp-blog-semantic-card__excerpt p {
	margin: 0;
}

.hcp-blog-semantic-card__more {
	margin: 0.25rem 0 0;
}

.hcp-blog-semantic-main .navigation,
.hcp-blog-semantic-main .posts-navigation {
	margin-top: clamp(1.75rem, 4vw, 2.75rem);
	padding-top: clamp(1.35rem, 3vw, 2rem);
	border-top: 1px solid var(--hcp-rf-line);
}

.hcp-blog-semantic-main .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
}

.hcp-blog-semantic-main .nav-previous a,
.hcp-blog-semantic-main .nav-next a {
	font-weight: 680;
	text-decoration: none;
	color: var(--hcp-rf-accent-dim, #2347c7);
	padding: 0.55rem 0.92rem;
	border-radius: 999px;
	border: 1px solid rgb(226 232 240);
	background: rgb(255 255 255);
	transition:
		border-color 0.15s ease,
		box-shadow 0.15s ease,
		color 0.15s ease;
}

.hcp-blog-semantic-main .nav-previous a:hover,
.hcp-blog-semantic-main .nav-next a:hover {
	border-color: var(--hcp-accent, #0657f9);
	color: var(--hcp-accent);
	box-shadow: 0 6px 16px rgb(6 87 249 / 0.12);
}

.hcp-blog-sidebar {
	display: flex;
	flex-direction: column;
	gap: clamp(1.35rem, 3vw, 2rem);
}

.hcp-blog-sidebar-widget {
	padding: clamp(1.06rem, 3vw, 1.55rem);
	background: rgb(255 255 255 / 0.94);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 14px;
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.05),
		0 12px 32px rgb(15 71 173 / 0.06);
}

.hcp-blog-sidebar-heading {
	font-size: 1rem;
	font-weight: 830;
	line-height: 1.25;
	margin: 0 0 0.88rem;
	letter-spacing: -0.022em;
}

.hcp-blog-sidebar-label {
	display: block;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgb(100 116 139);
	margin-bottom: 0.5rem;
}

.hcp-blog-sidebar-search__row {
	display: flex;
	gap: 0.62rem;
	flex-wrap: wrap;
	align-items: center;
}

.hcp-blog-sidebar-input {
	flex: 1 1 140px;
	min-width: 0;
	padding: 0.72rem 0.92rem;
	font: inherit;
	font-size: 0.9875rem;
	border-radius: 10px;
	border: 1px solid var(--hcp-rf-line);
	background: var(--hcp-rf-bg, #f8fafc);
}

.hcp-blog-sidebar-input:focus-visible {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 3px;
}

.hcp-blog-sidebar-ul {
	display: grid;
	gap: 0.72rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9575rem;
	line-height: 1.52;
	font-weight: 620;
	color: var(--hcp-rf-ink);
}

.hcp-blog-sidebar-post-link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed rgb(99 134 239 / 0.35);
}

.hcp-blog-sidebar-post-link:hover {
	color: var(--hcp-accent);
	border-bottom-style: solid;
	border-bottom-color: var(--hcp-accent);
}

.hcp-blog-sidebar-ul--cats .cat-item {
	list-style: none;
	margin-left: 0 !important;
}

.hcp-blog-sidebar-ul--cats a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	text-decoration: none;
	color: var(--hcp-rf-accent-dim, #2347c7);
	font-weight: 650;
	word-break: break-word;
	border-bottom: 1px dashed rgb(99 134 239 / 0.35);
}

.hcp-blog-sidebar-ul--cats a:hover {
	border-bottom-style: solid;
	color: var(--hcp-accent);
}

/* ------------------------------------------------------------------------- */
/* Blog single article (native WP — branded masthead + prose + sidebar)     */
/* ------------------------------------------------------------------------- */

.hcp-blog-single-masthead {
	position: relative;
	z-index: 0;
	overflow: clip;
	isolation: isolate;
	padding-block: clamp(2.15rem, 5.8vw, 3.85rem);
	color: rgb(241 246 255);
	border-bottom: 1px solid rgb(255 255 255 / 0.09);
	box-shadow:
		inset 0 -1px 0 rgb(0 39 117 / 0.35),
		0 24px 64px rgb(6 53 154 / 0.18);
}

.hcp-blog-single-masthead__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(ellipse 118% 90% at 8% -8%, rgb(126 174 255 / 0.5) 0%, transparent 58%),
		radial-gradient(ellipse 80% 72% at 92% -4%, rgb(17 212 247 / 0.22) 0%, transparent 52%),
		linear-gradient(158deg, #02306d 0%, #0657f9 40%, #0b4bdc 76%, #021338 100%);
}

.hcp-blog-single-masthead__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.11;
	pointer-events: none;
	background-image: radial-gradient(rgb(255 255 255) 0.55px, transparent 0.65px);
	background-size: 19px 19px;
}

.hcp-blog-single-masthead__shell {
	position: relative;
	display: grid;
	gap: clamp(1.6rem, 4vw, 2.85rem);
	align-items: center;
	max-width: min(1180px, 94vw);
	margin-inline: auto;
}

@media (min-width: 900px) {
	.hcp-blog-single-masthead__shell--has-media {
		grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.74fr);
		align-items: center;
	}
}

.hcp-blog-single-masthead__brand {
	margin: 0 0 0.55rem;
	font-size: 0.695rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgb(186 217 255 / 0.95);
}

.hcp-blog-single-masthead__eyebrow {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.62rem;
	margin: 0 0 0.75rem;
	font-size: 0.9125rem;
	font-weight: 680;
	line-height: 1.42;
	color: rgb(229 239 254 / 0.94);
}

.hcp-blog-single-masthead__eyebrow-link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed rgb(229 239 254 / 0.4);
	transition:
		border-color 0.16s ease,
		color 0.16s ease;
}

.hcp-blog-single-masthead__eyebrow-link:hover {
	border-bottom-style: solid;
	color: rgb(255 255 255);
}

.hcp-blog-single-masthead__sep {
	opacity: 0.55;
}

.hcp-blog-single-masthead__title {
	max-width: 22ch;
	margin: 0 0 clamp(0.92rem, 2.8vw, 1.38rem);
	font-size: clamp(1.92rem, 1.42vw + 1.52rem, 2.92rem);
	font-weight: 820;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: rgb(255 254 251);
	text-shadow:
		0 1px 26px rgb(0 41 134 / 0.45),
		0 12px 40px rgb(0 51 173 / 0.22);
}

.hcp-blog-single-masthead__dek {
	max-width: 42ch;
	margin: 0 0 clamp(1.18rem, 3.2vw, 1.65rem);
	font-size: clamp(1.02rem, 0.6vw + 0.93rem, 1.18rem);
	line-height: 1.72;
	font-weight: 520;
	color: rgb(229 239 254 / 0.92);
	text-wrap: pretty;
}

.hcp-blog-single-masthead__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.82rem;
	margin: 0 0 clamp(1.15rem, 3vw, 1.72rem);
	font-size: 0.885rem;
	line-height: 1.52;
	font-weight: 620;
	color: rgb(226 239 255 / 0.88);
}

.hcp-blog-single-masthead__meta-dot {
	opacity: 0.55;
	user-select: none;
}

.hcp-blog-single-masthead__meta-author {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed rgb(226 239 255 / 0.4);
	transition:
		border-color 0.16s ease,
		color 0.16s ease;
}

.hcp-blog-single-masthead__meta-author:hover {
	border-bottom-style: solid;
	color: rgb(255 255 255);
}

.hcp-blog-single-masthead__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.72rem;
	align-items: center;
	margin: 0 0 0.45rem;
}

.hcp-blog-single-masthead .hcp-rf-btn-outline {
	color: rgb(241 246 255);
	background: rgb(255 255 255 / 0.08);
	border-color: rgb(255 255 255 / 0.38);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.12),
		0 10px 30px rgb(0 42 138 / 0.25);
}

.hcp-blog-single-masthead .hcp-rf-btn-outline:hover {
	color: rgb(15 59 174);
	border-color: rgb(255 255 255);
	background: rgb(255 255 255);
}

.hcp-blog-single-masthead__phone {
	margin: 0;
	font-size: 0.8925rem;
	line-height: 1.52;
	font-weight: 580;
	color: rgb(229 239 254 / 0.88);
	text-wrap: pretty;
}

.hcp-blog-single-masthead__phone a {
	color: rgb(255 255 255);
	font-weight: 720;
	text-decoration: none;
	border-bottom: 1px solid rgb(255 255 255 / 0.35);
	transition: border-color 0.14s ease;
}

.hcp-blog-single-masthead__phone a:hover {
	border-bottom-color: rgb(255 255 255);
}

.hcp-blog-single-masthead__figure {
	position: relative;
	margin: 0;
	border-radius: clamp(13px, 2vw, 22px);
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 0.32);
	box-shadow:
		0 1px 0 rgb(255 255 255 / 0.2) inset,
		0 28px 64px rgb(0 41 139 / 0.38),
		0 80px 120px rgb(0 53 173 / 0.15);
	transform: rotate(1.2deg);
}

@media (prefers-reduced-motion: reduce) {
	.hcp-blog-single-masthead__figure {
		transform: none;
	}
}

.hcp-blog-single-masthead__figure-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	background: rgb(241 245 253);
	vertical-align: bottom;
}

.hcp-blog-single-masthead__cap {
	margin: 0;
	padding: 0.65rem clamp(12px, 2.8vw, 16px);
	font-size: 0.8375rem;
	line-height: 1.62;
	font-weight: 520;
	background: rgb(0 42 139 / 0.55);
	border-top: 1px solid rgb(255 255 255 / 0.08);
	color: rgb(239 246 254 / 0.94);
	text-wrap: pretty;
}

@media (max-width: 899px) {
	.hcp-blog-single-masthead__title {
		max-width: none;
	}

	.hcp-blog-single-masthead__figure {
		transform: none;
	}
}

.hcp-blog-single-meta-strip.hcp-blog-single-meta-strip--bar {
	padding-block: clamp(0.88rem, 2.4vw, 1.35rem);
	margin-bottom: clamp(1rem, 2.9vw, 1.76rem);
	border-bottom: 1px solid rgb(226 232 240 / 0.85);
}

.hcp-blog-single-meta-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
}

.hcp-blog-single-meta-bar__trail {
	min-width: 0;
	flex: 1 1 auto;
}

.hcp-blog-single-meta-bar__back {
	flex-shrink: 0;
}

.hcp-blog-single-rm-bc--compact {
	margin-bottom: 0;
}

.hcp-blog-single-bc-list--compact {
	margin: 0;
}

.hcp-blog-single-article-board {
	position: relative;
	padding: clamp(1.08rem, 3vw, 1.92rem);
	background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(251 253 255) 100%);
	border: 1px solid rgb(216 229 246 / 0.95);
	border-radius: clamp(14px, 2.2vw, 20px);
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.05),
		0 20px 50px rgb(6 87 249 / 0.09);
	overflow: clip;
}

@media (max-width: 679px) {
	.hcp-blog-single-article-board {
		padding-inline: clamp(14px, 4vw, 18px);
	}
}

.hcp-blog-single-lead {
	margin-block: clamp(1.92rem, 4.5vw, 2.75rem);
	padding-block: clamp(1.52rem, 4vw, 2.15rem);
}

.hcp-blog-single-lead__inner {
	position: relative;
	display: grid;
	gap: clamp(1rem, 2.8vw, 1.36rem);
	padding: clamp(1.42rem, 4vw, 2.06rem);
	background:
		radial-gradient(120% 90% at 0% 0%, rgb(6 116 239 / 0.16) 0%, transparent 55%),
		linear-gradient(135deg, rgb(239 246 255) 0%, rgb(255 255 255 / 1) 60%);
	border: 1px solid rgb(191 219 254 / 0.88);
	border-radius: clamp(14px, 2.2vw, 20px);
	box-shadow:
		0 1px 4px rgb(15 71 173 / 0.06),
		0 18px 48px rgb(6 87 249 / 0.1),
		inset 0 1px 0 rgb(255 255 255 / 1);
	align-items: center;
	overflow: clip;
	max-width: 68ch;
}

@media (min-width: 640px) {
	.hcp-blog-single-lead__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 1rem 2rem;
		align-items: center;
	}
}

.hcp-blog-single-lead__title {
	font-size: clamp(1.2rem, 0.82vw + 1.06rem, 1.62rem);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 0.55rem;
	letter-spacing: -0.028em;
	color: rgb(15 53 154);
	text-wrap: pretty;
}

.hcp-blog-single-lead__p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.68;
	max-width: 44ch;
	color: var(--hcp-rf-muted, #475569);
	text-wrap: pretty;
}

.hcp-blog-single-lead__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.72rem;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
}

.hcp-blog-single-shell.hcp-blog-semantic {
	padding-block-end: clamp(2rem, 4.8vw, 3.25rem);
}

.hcp-blog-single-meta-strip {
	padding-block: clamp(1rem, 2.9vw, 1.52rem);
	margin-bottom: clamp(1.08rem, 3vw, 1.76rem);
}

.hcp-blog-single-rm-bc {
	margin-bottom: 0.75rem;
}

.hcp-blog-single-rm-bc :where(nav, .breadcrumb) {
	font-size: 0.9rem;
}

.hcp-blog-single-rm-bc a {
	text-decoration: none;
	border-bottom: 1px dashed rgb(99 134 239 / 0.35);
}

.hcp-blog-single-rm-bc a:hover {
	color: var(--hcp-accent);
	border-bottom-style: solid;
}

.hcp-blog-single-bc-list {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 clamp(1rem, 2.8vw, 1.42rem);
	font-size: 0.9425rem;
	font-weight: 620;
	list-style: none;
	color: var(--hcp-rf-muted, #475569);
}

.hcp-blog-single-bc-link {
	text-decoration: none;
	color: var(--hcp-rf-accent-dim, #2347c7);
	border-bottom: 1px dashed rgb(99 134 239 / 0.35);
}

.hcp-blog-single-bc-link:hover {
	border-bottom-style: solid;
	color: var(--hcp-accent);
}

.hcp-blog-single-bc-sep {
	opacity: 0.45;
}

.hcp-blog-single-meta-columns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
}

.hcp-blog-single-meta-pill-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

.hcp-blog-single-meta-pill,
.hcp-blog-single-meta-pill--cat {
	display: inline-flex;
	align-items: center;
	padding: 0.41rem 0.92rem;
	font-size: 0.8375rem;
	font-weight: 720;
	line-height: 1.35;
	border-radius: 999px;
	background: rgb(255 255 255 / 0.9);
	border: 1px solid var(--hcp-rf-line);
	color: var(--hcp-rf-ink);
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.05),
		0 8px 20px rgb(15 71 173 / 0.05);
}

.hcp-blog-single-meta-pill a {
	text-decoration: none;
	color: inherit;
}

.hcp-blog-single-meta-pill a:hover {
	color: var(--hcp-accent);
}

.hcp-blog-single-meta-pill--cat {
	text-decoration: none;
	color: var(--hcp-rf-accent-dim, #2347c7);
}

.hcp-blog-single-meta-pill--cat:hover {
	border-color: rgb(157 178 239 / 0.65);
	color: var(--hcp-accent);
}

.hcp-blog-single-back-row .hcp-rf-btn {
	margin-inline: 0;
}

.hcp-blog-single-entry {
	position: relative;
}

.hcp-blog-single-figure {
	margin: 0 0 clamp(1.42rem, 3.6vw, 2rem);
	overflow: hidden;
	border-radius: clamp(13px, 2vw, 18px);
	border: 1px solid var(--hcp-rf-line);
	background: rgb(241 245 253);
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.06),
		0 22px 50px rgb(6 87 249 / 0.1);
}

.hcp-blog-single-figure-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.hcp-blog-single-figure-cap {
	margin: 0;
	padding: 0.75rem clamp(14px, 3vw, 18px);
	font-size: 0.8925rem;
	line-height: 1.62;
	color: var(--hcp-rf-muted, #475569);
	background: linear-gradient(180deg, rgb(252 253 255) 0%, rgb(248 250 253) 100%);
}

/* Prose rhythm */
.hcp-blog-single-prose {
	font-size: 1.09rem;
	line-height: 1.85;
	text-wrap: pretty;
	color: var(--hcp-rf-ink, rgb(37 53 105));
	max-width: 68ch;
}

.hcp-blog-single-prose > .hcp-blog-single-scrape-root {
	display: flow-root;
	min-width: 0;
	max-width: 100%;
	margin-top: 0;
}

.hcp-blog-single-prose :where(h2, h3, h4) {
	line-height: 1.26;
	text-wrap: balance;
	color: rgb(31 54 134);
	font-weight: 820;
	margin-top: 1.8em;
	margin-bottom: 0.72em;
	letter-spacing: -0.02em;
}

.hcp-blog-single-prose h2:first-child,
.hcp-blog-single-prose h3:first-child,
.hcp-blog-single-prose h4:first-child {
	margin-top: 0;
}

.hcp-blog-single-prose > *:first-child {
	margin-top: 0;
}

.hcp-blog-single-prose :where(h2 + h3) {
	margin-top: 1rem;
}

.hcp-blog-single-prose :where(p, ul, ol, blockquote) {
	margin-block: 0 1em;
}

.hcp-blog-single-prose :where(li + li) {
	margin-top: 0.52em;
}

.hcp-blog-single-prose ul,
.hcp-blog-single-prose ol {
	padding-inline-start: 1.2em;
}

.hcp-blog-single-prose blockquote {
	margin-inline: 0;
	padding: 1rem clamp(14px, 3vw, 20px);
	background: rgb(248 251 253 / 0.95);
	border-inline-start: 4px solid var(--hcp-rf-accent, #0657f9);
	border-radius: 0 clamp(14px, 2vw, 18px) clamp(14px, 2vw, 18px) 0;
	color: rgb(71 71 119);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.94),
		0 26px 64px rgb(24 117 239 / 0.12);
	font-style: italic;
}

.hcp-blog-single-prose a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.hcp-blog-single-prose img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.hcp-blog-single-foot {
	margin-top: clamp(2rem, 4.5vw, 2.75rem);
	padding-top: clamp(1.25rem, 3vw, 1.75rem);
	border-top: 1px solid var(--hcp-rf-line);
}

.hcp-blog-single-ft-label {
	display: inline-block;
	margin-right: 0.62rem;
	font-size: 0.8125rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgb(100 116 139);
	vertical-align: top;
	line-height: 1.92;
}

.hcp-blog-single-tax {
	margin: 0 0 0.92rem;
}

.hcp-blog-single-tax:last-child {
	margin-bottom: 0;
}

.hcp-blog-single-tax-chips {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.52rem;
	max-width: 100%;
}

.hcp-blog-single-chip {
	display: inline-flex;
	padding: 0.35rem 0.92rem;
	font-size: 0.8925rem;
	font-weight: 680;
	line-height: 1.42;
	border-radius: 999px;
	text-decoration: none;
	background: rgb(255 255 255 / 0.96);
	border: 1px solid var(--hcp-rf-line);
	color: var(--hcp-rf-accent-dim, #2347c7);
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.05),
		0 10px 24px rgb(15 71 173 / 0.06);
}

.hcp-blog-single-chip:hover {
	color: var(--hcp-accent);
	border-color: rgb(157 178 239 / 0.65);
}

.hcp-blog-single-after-article-nav .navigation.post-navigation {
	margin-top: clamp(1.76rem, 4vw, 2.35rem);
	padding-top: clamp(1.08rem, 3vw, 1.35rem);
	border-top: 1px solid rgb(226 232 242 / 0.85);
	max-width: 68ch;
}

.hcp-blog-single-after-article-nav .navigation.post-navigation .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

@media (max-width: 640px) {
	.hcp-blog-single-after-article-nav .navigation.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}
}

.hcp-blog-single-after-article-nav .navigation.post-navigation a {
	display: inline-block;
	max-width: 100%;
	line-height: 1.52;
	text-decoration: none;
	font-weight: 720;
	color: var(--hcp-rf-accent-dim, #2347c7);
	border-bottom: 1px dashed rgb(99 134 239 / 0.35);
}

.hcp-blog-single-after-article-nav .navigation.post-navigation a:hover {
	border-bottom-style: solid;
	color: var(--hcp-accent);
}

.hcp-blog-single-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 0.72rem;
	align-items: baseline;
	padding: 1rem 0;
	margin: 2rem 0 0;
	font-size: 0.9575rem;
	border-top: 1px dashed rgb(148 163 184 / 0.45);
}

.hcp-blog-single-pagination .page-links-title {
	font-weight: 820;
	margin-right: 0.72rem;
}

.hcp-blog-single-comments {
	max-width: 68ch;
	margin-top: clamp(2rem, 4vw, 3rem);
}

/* Service pages — semantic layout (/service/…, no Elementor body)               */
.hcp-rf-service-page.hcp-service-semantic-root {
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.hcp-service-semantic-main {
	padding-block: clamp(1.75rem, 4vw, 2.75rem);
}

.hcp-service-semantic-shell {
	display: grid;
	gap: clamp(1.75rem, 4vw, 2.75rem);
	align-items: start;
}

@media (min-width: 920px) {
	.hcp-service-semantic-shell {
		grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
	}
}

.hcp-service-semantic-sidebar {
	padding: clamp(1.12rem, 3vw, 1.45rem);
	background: rgb(255 255 255 / 0.94);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 14px;
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.05),
		0 12px 32px rgb(15 71 173 / 0.06);
	position: sticky;
	top: calc(1rem + var(--wp-admin--admin-bar--height, 0px));
}

/* Stacked sidebar (single column): sticky nav covers most of the viewport — scroll away with the page. */
@media (max-width: 919px) {
	.hcp-service-semantic-sidebar {
		position: static;
		top: auto;
	}
}

.hcp-service-sidebar-title {
	font-size: 0.9525rem;
	font-weight: 820;
	line-height: 1.28;
	margin: 0 0 1.02rem;
	padding-bottom: 0.78rem;
	letter-spacing: -0.02em;
	border-bottom: 1px solid rgb(226 232 240 / 0.94);
	color: rgb(23 53 138);
	text-wrap: pretty;
}

.hcp-service-sidebar-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.hcp-service-sidebar-li {
	margin: 0;
}

.hcp-service-sidebar-link {
	display: flex;
	align-items: stretch;
	gap: 0.65rem;
	padding: 0.52rem 0.74rem;
	margin: 0;
	font-size: 0.915rem;
	font-weight: 640;
	line-height: 1.42;
	color: var(--hcp-rf-ink);
	text-decoration: none;
	word-break: break-word;
	background: rgb(248 250 252 / 0.92);
	border: 1px solid rgb(221 231 246 / 0.88);
	border-radius: 11px;
	box-shadow: 0 1px 2px rgb(15 23 42 / 0.035);
	transition:
		background-color 0.16s ease,
		border-color 0.16s ease,
		box-shadow 0.16s ease,
		color 0.16s ease;
}

.hcp-service-sidebar-link::before {
	content: '';
	width: 3px;
	margin-block: 0.12rem;
	border-radius: 999px;
	background: rgb(147 177 239 / 0.55);
	flex-shrink: 0;
}

.hcp-service-sidebar-link:hover,
.hcp-service-sidebar-link:focus-visible {
	color: var(--hcp-accent);
	background: rgb(239 246 255);
	border-color: rgb(173 206 246 / 0.95);
	box-shadow: 0 4px 16px rgb(6 87 249 / 0.1);
}

.hcp-service-sidebar-link:hover::before,
.hcp-service-sidebar-link:focus-visible::before {
	background: var(--hcp-accent);
}

.hcp-service-sidebar-link:focus-visible {
	outline: 2px solid var(--hcp-rf-accent);
	outline-offset: 2px;
}

.hcp-service-sidebar-link.is-current {
	font-weight: 780;
	color: rgb(17 53 154);
	background: linear-gradient(135deg, rgb(239 246 255) 0%, rgb(252 253 255) 55%, rgb(255 255 255 / 1) 100%);
	border-color: rgb(157 178 239 / 0.58);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 1),
		0 12px 32px rgb(6 87 249 / 0.12);
}

.hcp-service-sidebar-link.is-current::before {
	width: 4px;
	background: linear-gradient(
		180deg,
		rgb(6 120 246 / 1) 0%,
		var(--hcp-accent, #0657f9) 100%
	);
}

.hcp-service-semantic-content {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 3vw, 1.85rem);
	min-width: 0;
}

.hcp-service-semantic-lead__chip {
	display: inline-flex;
	margin: 0 0 0.45rem;
	padding: 0.28rem 0.62rem;
	font-size: 0.72rem;
	font-weight: 780;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hcp-rf-accent-dim);
	background: rgb(239 246 255);
	border-radius: 999px;
	width: fit-content;
}

.hcp-service-semantic-lead__title {
	margin: 0;
}

.hcp-service-semantic-heading {
	margin: 0;
}

.hcp-service-semantic-prose {
	font-size: clamp(0.9875rem, 1.05vw, 1.0575rem);
	line-height: 1.68;
	color: rgb(51 65 85);
}

.hcp-service-semantic-prose p {
	margin: 0 0 0.85em;
}

.hcp-service-semantic-prose p:last-child {
	margin-bottom: 0;
}

.hcp-service-semantic-prose ul,
.hcp-service-semantic-prose ol {
	margin: 0.5em 0 0.85em 1.25em;
	padding: 0;
}

.hcp-service-semantic-prose strong {
	font-weight: 700;
	color: var(--hcp-rf-ink);
}

.hcp-service-semantic-figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	background: rgb(248 250 252);
	box-shadow:
		0 1px 8px rgb(15 23 42 / 0.06),
		0 16px 40px rgb(15 71 173 / 0.07);
}

.hcp-service-semantic-figure__img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.hcp-service-semantic-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: clamp(1rem, 2.5vw, 1.35rem);
}

.hcp-service-semantic-card {
	padding: clamp(1.06rem, 3vw, 1.38rem);
	background: rgb(255 255 255 / 0.96);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 14px;
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.05),
		0 10px 28px rgb(15 71 173 / 0.05);
}

.hcp-service-semantic-card__title {
	margin: 0 0 0.55rem;
	font-size: 1.0575rem;
}

.hcp-service-semantic-card__body {
	font-size: 0.9575rem;
	line-height: 1.62;
	color: rgb(71 85 105);
}

.hcp-service-semantic-faq {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.hcp-service-semantic-faq__item {
	padding: clamp(1rem, 2.2vw, 1.2rem) clamp(1.05rem, 2.5vw, 1.25rem);
	background: rgb(255 255 255 / 0.96);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 12px;
	box-shadow: 0 1px 5px rgb(15 23 42 / 0.04);
}

.hcp-service-semantic-faq__q {
	cursor: pointer;
	font-weight: 720;
	font-size: 0.9875rem;
	line-height: 1.45;
	color: var(--hcp-rf-ink);
	list-style: none;
}

.hcp-service-semantic-faq__q::-webkit-details-marker {
	display: none;
}

.hcp-service-semantic-faq__item[open] .hcp-service-semantic-faq__q {
	color: var(--hcp-accent);
}

.hcp-service-semantic-faq__a {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgb(226 232 240);
	font-size: 0.95rem;
}

.hcp-service-semantic-actions {
	margin-top: clamp(0.5rem, 2vw, 1rem);
	padding: clamp(1.25rem, 3vw, 1.65rem);
	background: linear-gradient(135deg, rgb(248 250 252) 0%, rgb(239 246 255) 100%);
	border-radius: 14px;
	border: 1px solid var(--hcp-rf-line);
}

.hcp-service-semantic-actions__line {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	justify-content: flex-start;
}

/* Areas We Cover — semantic layout (/areas-we-cover/)                          */
.hcp-rf-location-page.hcp-areas-cover-semantic-root {
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.hcp-areas-cover-semantic-main {
	padding-block: clamp(1.75rem, 4vw, 2.75rem);
}

.hcp-areas-cover-semantic-inner {
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 4.5vw, 2.85rem);
}

.hcp-areas-cover-semantic-intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: clamp(0.95rem, 2.5vw, 1.35rem);
	max-width: 46rem;
	margin-inline: auto;
}

.hcp-areas-cover-intro-actions {
	margin: 0;
}

.hcp-areas-cover-intro-actions .hcp-rf-btn {
	justify-content: center;
}

.hcp-areas-cover-lead__title {
	margin: 0;
}

.hcp-areas-cover-heading {
	margin: 0;
	text-wrap: balance;
}

.hcp-areas-cover-prose {
	font-size: clamp(0.9875rem, 1.05vw, 1.0575rem);
	line-height: 1.68;
	color: rgb(51 65 85);
	max-width: 40rem;
}

.hcp-areas-cover-prose p {
	margin: 0 0 0.85em;
}

.hcp-areas-cover-prose p:last-child {
	margin-bottom: 0;
}

.hcp-areas-cover-palette {
	min-width: 0;
}

.hcp-areas-cover-suburb-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
	gap: clamp(1rem, 2.8vw, 1.38rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.hcp-areas-cover-card {
	padding: clamp(1.06rem, 3vw, 1.35rem);
	background: rgb(255 255 255 / 0.96);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 14px;
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.05),
		0 10px 28px rgb(15 71 173 / 0.05);
	min-width: 0;
}

.hcp-areas-cover-card__title {
	margin: 0 0 0.72rem;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid rgb(226 232 240);
	font-size: 1.08rem;
}

.hcp-areas-cover-card__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.38rem;
	font-size: 0.915rem;
	line-height: 1.45;
	font-weight: 600;
	color: rgb(71 85 105);
}

.hcp-areas-cover-card__link {
	color: var(--hcp-rf-accent-dim, #2347c7);
	text-decoration: none;
	border-bottom: 1px dashed rgb(99 134 239 / 0.35);
	word-break: break-word;
}

.hcp-areas-cover-card__link:hover,
.hcp-areas-cover-card__link:focus-visible {
	color: var(--hcp-accent);
	border-bottom-style: solid;
	border-bottom-color: var(--hcp-accent);
	outline: none;
}

.hcp-areas-cover-card__text {
	color: rgb(100 116 139);
}

.hcp-areas-cover-semantic-outro {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: clamp(0.95rem, 2.5vw, 1.25rem);
	max-width: 42rem;
	margin-inline: auto;
	padding: clamp(1.35rem, 3vw, 1.75rem);
	border-radius: 14px;
	background: linear-gradient(135deg, rgb(236 246 255) 0%, rgb(245 247 254) 100%);
	border: 1px solid var(--hcp-rf-line);
	box-shadow:
		0 1px 8px rgb(15 23 42 / 0.05),
		0 12px 32px rgb(15 71 173 / 0.06);
}

/* Suburb / local landing — semantic (house-cleaning-*, office-*, bond-*, …)            */
.hcp-rf-location-page.hcp-location-landing-semantic-root {
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.hcp-location-landing-semantic-main {
	padding-block: clamp(1.75rem, 4vw, 2.75rem);
}

.hcp-location-landing-semantic-stack {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 3vw, 1.85rem);
	min-width: 0;
}

/* Full-width photo hero with overlaid headline (Location Page Builder CPT) */
.hcp-location-landing-semantic-stack > .hcp-ll-hero-overlay {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: clamp(280px, 42vw, 520px);
	display: grid;
	align-items: stretch;
	overflow: hidden;
	border-radius: 0;
	box-shadow: inset 0 -1px 0 rgb(15 23 42 / 0.06);
}

.hcp-ll-hero-overlay__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hcp-ll-hero-overlay__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.hcp-ll-hero-overlay__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		105deg,
		rgb(15 23 42 / 0.82) 0%,
		rgb(15 23 42 / 0.55) 42%,
		rgb(15 23 42 / 0.35) 100%
	);
}

.hcp-ll-hero-overlay--no-media .hcp-ll-hero-overlay__scrim {
	background: linear-gradient(135deg, rgb(29 78 216) 0%, rgb(14 116 144) 55%, rgb(15 118 110) 100%);
	opacity: 1;
}

.hcp-ll-hero-overlay__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: clamp(280px, 42vw, 520px);
	padding-block: clamp(2rem, 5vw, 3.25rem);
}

.hcp-ll-hero-overlay__lead {
	max-width: min(640px, 100%);
	color: rgb(248 250 252);
	text-shadow: 0 2px 28px rgb(15 23 42 / 0.45);
}

.hcp-location-landing-semantic-stack > .hcp-ll-hero-overlay .hcp-rf-chip,
.hcp-location-landing-semantic-stack > .hcp-ll-hero-overlay .hcp-rf-chip.hcp-ll-hero-overlay__chip,
.hcp-ll-hero-overlay__chip.hcp-ll-lead__chip {
	background: rgb(255 255 255 / 0.14);
	color: rgb(226 232 240);
	border: 1px solid rgb(255 255 255 / 0.22);
	backdrop-filter: blur(6px);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.14),
		0 14px 40px rgb(15 23 42 / 0.22);
	text-shadow: 0 1px 10px rgb(15 23 42 / 0.35);
}

.hcp-location-landing-semantic-stack > .hcp-ll-hero-overlay .hcp-rf-display.hcp-ll-hero-overlay__title,
.hcp-ll-hero-overlay__title.hcp-rf-display {
	margin: 0 0 clamp(0.55rem, 1.25vw, 0.85rem);
	color: rgb(250 251 253);
	line-height: 1.06;
	text-shadow:
		0 2px 42px rgb(15 23 42 / 0.55),
		0 1px 0 rgb(255 255 255 / 0.08);
}

.hcp-ll-hero-overlay__title {
	color: rgb(255 255 255);
	margin: 0 0 0.65rem;
	line-height: 1.12;
}

.hcp-ll-hero-overlay__intro {
	margin-top: 0.35rem;
	font-size: clamp(1rem, 2.2vw, 1.125rem);
	line-height: 1.55;
	color: rgb(226 232 240);
	text-shadow: 0 1px 14px rgb(15 23 42 / 0.35);
}

.hcp-ll-hero-overlay__intro p:last-child {
	margin-bottom: 0;
}

/* Location FAQ — reliable disclosure + stacking above hero overflow contexts */
.hcp-location-landing-semantic-main .hcp-ll-faq__accordion {
	position: relative;
	z-index: 3;
	isolation: isolate;
}

.hcp-location-landing-semantic-main details.hcp-ll-faq__details {
	position: relative;
	z-index: 0;
	overflow: visible;
}

.hcp-location-landing-semantic-main details.hcp-ll-faq__details summary.hcp-ll-faq__summary {
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	pointer-events: auto;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	list-style: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.hcp-location-landing-semantic-main details.hcp-ll-faq__details summary.hcp-ll-faq__summary::-webkit-details-marker {
	display: none;
}

/* Local landing — optional split hero (e.g. House Cleaning Atwell) */
.hcp-ll-hero-band {
	padding-block: clamp(1.5rem, 3.5vw, 2.25rem);
	border-radius: 0;
	margin-bottom: clamp(0.35rem, 1.5vw, 0.66rem);
}

.hcp-ll-hero-band__grid {
	display: grid;
	gap: clamp(1.35rem, 3.5vw, 2.25rem);
	align-items: center;
}

@media (min-width: 900px) {
	.hcp-ll-hero-band__grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}
}

.hcp-ll-hero-band__copy .hcp-ll-lead__title {
	margin-top: 0;
}

.hcp-ll-hero-band__intro {
	margin-top: 0.95rem;
	font-size: 1.02rem;
}

.hcp-ll-hero-band__intro p:last-child {
	margin-bottom: 0;
}

.hcp-ll-hero-band__figure {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	background: rgb(248 250 252);
	box-shadow:
		0 1px 8px rgb(15 23 42 / 0.06),
		0 18px 48px rgb(15 71 173 / 0.1);
	max-width: min(560px, 100%);
	justify-self: center;
}

@media (min-width: 900px) {
	.hcp-ll-hero-band__figure {
		justify-self: end;
	}
}

.hcp-ll-hero-band__img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.hcp-ll-lead__chip {
	display: inline-flex;
	margin: 0 0 0.45rem;
	padding: 0.28rem 0.62rem;
	font-size: 0.72rem;
	font-weight: 780;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hcp-rf-accent-dim);
	background: rgb(239 246 255);
	border-radius: 999px;
	width: fit-content;
}

.hcp-ll-lead__title {
	margin: 0;
}

.hcp-ll-heading {
	margin: 0;
	text-wrap: balance;
}

.hcp-ll-prose {
	font-size: clamp(0.9875rem, 1.05vw, 1.0575rem);
	line-height: 1.68;
	color: rgb(51 65 85);
}

.hcp-ll-prose p {
	margin: 0 0 0.85em;
}

.hcp-ll-prose p:last-child {
	margin-bottom: 0;
}

.hcp-ll-prose ul,
.hcp-ll-prose ol {
	margin: 0.5em 0 0.85em 1.25em;
	padding: 0;
}

.hcp-ll-prose strong {
	font-weight: 700;
	color: var(--hcp-rf-ink);
}

.hcp-ll-figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	background: rgb(248 250 252);
	box-shadow:
		0 1px 8px rgb(15 23 42 / 0.06),
		0 16px 40px rgb(15 71 173 / 0.07);
}

.hcp-ll-figure__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(380px, 52vh);
	object-fit: cover;
	vertical-align: middle;
}

.hcp-location-landing-semantic-stack > .hcp-ll-figure {
	max-width: min(640px, 100%);
	margin-inline: auto;
}

/* Local landing — text + photo rows (paired like rebuilt home splits)                           */
.hcp-ll-split-band {
	position: relative;
	padding-block: clamp(1.2rem, 3.2vw, 2rem);
	border-radius: 18px;
}

.hcp-ll-split-band--alt {
	background: linear-gradient(165deg, rgb(251 253 255) 0%, rgb(236 246 255 / 0.45) 100%);
	border: 1px solid var(--hcp-rf-line);
	box-shadow: 0 1px 10px rgb(15 71 173 / 0.05);
}

.hcp-ll-split-band__inner {
	min-width: 0;
}

.hcp-ll-split-band__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1rem, 2.75vw, 1.65rem);
	align-items: stretch;
}

.hcp-ll-split-band__column--copy {
	min-width: 0;
	align-self: center;
	order: 1;
}

.hcp-ll-split-band__column--media {
	min-width: 0;
	order: 2;
	align-self: center;
}

.hcp-ll-split-band__grid[data-media-first='1'] .hcp-ll-split-band__column--copy {
	order: 2;
}

.hcp-ll-split-band__grid[data-media-first='1'] .hcp-ll-split-band__column--media {
	order: 1;
}

@media (min-width: 900px) {
	.hcp-ll-split-band__grid {
		grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
		gap: clamp(1.25rem, 3.2vw, 2.35rem);
		align-items: center;
	}

	.hcp-ll-split-band__figures {
		margin-inline-start: auto;
		max-width: min(460px, 100%);
	}
}

.hcp-ll-split-band__figures {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.hcp-ll-split-band__figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgb(226 232 240);
	background: rgb(248 250 252);
	box-shadow:
		0 1px 8px rgb(15 23 42 / 0.06),
		0 14px 40px rgb(15 71 173 / 0.08);
}

.hcp-ll-split-band__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(340px, 44vh);
	object-fit: cover;
	vertical-align: middle;
}

.hcp-ll-split-band__prose:last-of-type + .hcp-ll-split-band__actions,
.hcp-ll-split-band__column--copy .hcp-ll-split-band__actions {
	margin-top: 0.65rem;
}

.hcp-location-landing-semantic-stack > .hcp-ll-stats {
	flex: none;
	align-self: stretch;
}

/* Areas We Cover — orphan images parsed outside a split                                              */
.hcp-areas-cover-semantic-inner .hcp-areas-cover-standalone-figure {
	max-width: min(640px, 100%);
	margin-inline: auto;
}

.hcp-ll-split-band__lead {
	margin-bottom: clamp(0.35rem, 1.2vw, 0.6rem);
}

.hcp-ll-split-band__lead-title {
	margin: 0;
}

/* Location URLs still on raw scraped Elementor (semantic guard failed): tame oversized imagery        */
.hcp-rf-location-page .hcp-imported-live .elementor-widget-image img {
	max-height: min(380px, 52vh);
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 14px;
}

.hcp-ll-actions {
	margin: 0;
}

.hcp-ll-feature-card {
	padding: clamp(1.06rem, 3vw, 1.35rem);
	background: rgb(255 255 255 / 0.96);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 14px;
	box-shadow:
		0 1px 6px rgb(15 23 42 / 0.05),
		0 10px 28px rgb(15 71 173 / 0.05);
}

.hcp-ll-feature-card__title {
	margin: 0 0 0.55rem;
	font-size: 1.0575rem;
}

.hcp-ll-feature-card__body {
	font-size: 0.9575rem;
	line-height: 1.62;
	color: rgb(71 85 105);
}

.hcp-ll-cta-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
	gap: clamp(1rem, 2.5vw, 1.25rem);
	align-items: stretch;
}

.hcp-ll-cta-row__cell {
	min-width: 0;
	display: flex;
}

.hcp-ll-cta-row__cell .hcp-ll-cta-card {
	flex: 1;
}

.hcp-ll-cta-card {
	position: relative;
	min-height: 200px;
	padding: clamp(1.25rem, 3vw, 1.55rem);
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--hcp-rf-line);
	background-color: rgb(30 58 138);
	background-size: cover;
	background-position: center;
	box-shadow:
		0 1px 8px rgb(15 23 42 / 0.08),
		0 14px 36px rgb(15 71 173 / 0.1);
	color: rgb(241 245 249);
}

.hcp-ll-cta-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgb(15 23 42 / 0.45) 0%, rgb(15 23 42 / 0.78) 100%);
	pointer-events: none;
}

.hcp-ll-cta-card > * {
	position: relative;
	z-index: 1;
}

.hcp-ll-cta-card__title {
	margin: 0 0 0.55rem;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.25;
	color: rgb(255 255 255);
}

.hcp-ll-cta-card__desc {
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgb(226 232 240);
}

.hcp-ll-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: clamp(0.85rem, 2vw, 1.1rem);
	margin: 0;
	padding: clamp(1.1rem, 2.5vw, 1.45rem);
	list-style: none;
	background: rgb(255 255 255 / 0.96);
	border: 1px solid var(--hcp-rf-line);
	border-radius: 14px;
	box-shadow: 0 1px 6px rgb(15 23 42 / 0.05);
}

.hcp-ll-stat {
	text-align: center;
	padding: 0.5rem;
}

.hcp-ll-stat__label {
	display: block;
	font-size: 0.78rem;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgb(100 116 139);
	margin-bottom: 0.35rem;
}

.hcp-ll-stat__num {
	font-size: 1.65rem;
	font-weight: 850;
	line-height: 1.1;
	color: var(--hcp-accent, #0657f9);
	letter-spacing: -0.03em;
}

.hcp-ll-marquee {
	overflow: hidden;
	background: rgb(4 62 196);
	padding: 1.35rem 0;
	border-radius: 10px;
}

.hcp-ll-marquee__track {
	display: flex;
	width: max-content;
	gap: 4rem;
	animation: hcp-ll-marquee-scroll 38s linear infinite;
}

.hcp-ll-marquee__text {
	flex: 0 0 auto;
	font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
	font-weight: 700;
	color: rgb(241 243 255);
	white-space: nowrap;
	letter-spacing: 0.03em;
}

@keyframes hcp-ll-marquee-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hcp-ll-marquee__track {
		animation: none;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		gap: 0.5rem;
	}

	.hcp-ll-marquee__text:last-child {
		display: none;
	}
}

.hcp-ll-raw-snippet {
	font-size: 0.9375rem;
	line-height: 1.6;
}