/**
 * HealFast enhanced modules — adoption, roadmap, clinics spotlight, stats.
 * Complements healfast-brand.css; does not override Divi page shells.
 */

.healfast-adoption,
.healfast-roadmap,
.healfast-stats,
.healfast-clinic-spotlight {
	--hf-ink: #012559;
	--hf-muted: #334155;
	--hf-soft: #f3faf6;
}

.healfast-adoption {
	max-width: 48rem;
	margin: 0 auto 2.5rem;
	padding: 0 0.25rem;
}

.healfast-adoption__eyebrow,
.healfast-roadmap__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--healfast-brand, #00a86b);
}

.healfast-adoption__title,
.healfast-roadmap__title {
	margin: 0 0 1rem;
	color: var(--hf-ink);
	font-family: var(--healfast-font-heading, Roboto, sans-serif);
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	line-height: 1.2;
}

.healfast-adoption__copy p {
	margin: 0 0 1rem;
	color: var(--hf-muted);
	font-size: 1.05rem;
	line-height: 1.65;
}

.healfast-adoption__cta-wrap,
.healfast-sponsored-care-page__cta-wrap {
	text-align: center;
	margin: 2rem 0 1.5rem;
}

.healfast-adoption__cta,
.healfast-sponsored-care-cta {
	display: inline-block;
	max-width: 100%;
}

.healfast-adoption__cta-note {
	margin: 0.85rem 0 0;
	font-size: 0.92rem;
	color: #64748b;
}

/* Stats */
.healfast-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.75rem 0 2rem;
}

.healfast-stats__item {
	padding: 1.15rem 1rem;
	border-radius: 12px;
	background:
		linear-gradient(165deg, rgba(0, 168, 107, 0.1), transparent 55%),
		var(--hf-soft);
	border: 1px solid rgba(0, 168, 107, 0.18);
	text-align: center;
}

.healfast-stats__value {
	margin: 0;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 700;
	color: var(--healfast-brand, #00a86b);
	font-family: var(--healfast-font-heading, Roboto, sans-serif);
	line-height: 1.1;
}

.healfast-stats__label {
	margin: 0.45rem 0 0;
	font-size: 0.86rem;
	line-height: 1.4;
	color: var(--hf-muted);
}

/* Roadmap */
.healfast-roadmap {
	margin: 2.25rem 0;
	padding: 1.5rem 1.25rem;
	border-radius: 16px;
	background:
		radial-gradient(ellipse at top left, rgba(0, 168, 107, 0.12), transparent 50%),
		linear-gradient(180deg, #f8fafc, #fff);
	border: 1px solid #e2e8f0;
}

.healfast-roadmap__steps {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.healfast-roadmap__step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem;
	align-items: start;
	padding: 0.85rem 0.9rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e8eef5;
}

.healfast-roadmap__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: var(--healfast-nav-bg, #0a2342);
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
}

.healfast-roadmap__step-title {
	margin: 0 0 0.25rem;
	font-size: 1.05rem;
	color: var(--hf-ink);
}

.healfast-roadmap__step-text {
	margin: 0;
	color: var(--hf-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

/* Clinic spotlight — primary hierarchy, no card chrome */
.healfast-clinic-spotlight {
	margin: 0 0 1.75rem;
	padding: 0 0 1.25rem;
	border-radius: 0;
	background: transparent;
	color: #012559;
	border-bottom: 1px solid rgba(1, 37, 89, 0.12);
}

.healfast-clinic-spotlight__status {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--healfast-brand, #00a86b);
	opacity: 1;
}

.healfast-clinic-spotlight__name {
	margin: 0 0 0.25rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	color: #012559;
}

.healfast-clinic-spotlight__venue,
.healfast-clinic-spotlight__serving,
.healfast-clinic-spotlight__note {
	margin: 0.35rem 0 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #475569;
}

.healfast-our-clinics-page__lead--detail,
.healfast-clinic-lead--soft {
	color: #475569;
}

@media (max-width: 780px) {
	.healfast-stats {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	[data-aos] {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}
