/* HealFast extra modules: flyer, gallery, blog — brand design system */

/* ---- Flyer ---- */
.healfast-flyer-wrap {
	max-width: 760px;
	margin: 2rem auto;
	text-align: center;
}
.healfast-flyer-figure {
	margin: 0;
	border-radius: var(--hf-radius, 24px);
	overflow: hidden;
	box-shadow: none;
	border: 0;
}
.healfast-flyer-figure img {
	display: block;
	width: 100%;
	height: auto;
}
.healfast-flyer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1.25rem;
}
/* Homepage: flyer CTA is Book a Visit only (no WhatsApp duplicate) */
body.home .healfast-flyer-actions a[href*="wa.me"],
body.home .healfast-flyer-actions a[href*="whatsapp"],
body.home .healfast-flyer-actions .healfast-btn--outline {
	display: none !important;
}

/* ---- Gallery ---- */
.healfast-gallery {
	max-width: var(--hf-container, min(1360px, calc(100% - 48px)));
	margin: 2rem auto;
}
.healfast-gallery__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}
.healfast-gallery__item {
	margin: 0;
	border-radius: var(--hf-radius-sm, 16px);
	overflow: hidden;
	box-shadow: var(--hf-shadow, 0 10px 30px rgba(16, 32, 92, 0.12));
	aspect-ratio: 4 / 3;
	background: var(--color-ash, #e7e9ee);
}
.healfast-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.healfast-gallery__item:hover img {
	transform: scale(1.05);
}

/* ---- Blog / News ---- */
.healfast-blog {
	max-width: var(--hf-container, min(1180px, calc(100% - 48px)));
	margin: 2rem auto 3rem;
	padding: 0 0.5rem;
}
.healfast-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.35rem;
	align-items: stretch;
}
@media (max-width: 980px) {
	.healfast-blog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.healfast-blog__grid { grid-template-columns: 1fr; gap: 1.1rem; }
}
.healfast-blog__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(16, 32, 92, 0.1);
	box-shadow: 0 10px 28px rgba(16, 32, 92, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.healfast-blog__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(16, 32, 92, 0.12);
}
.healfast-blog__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e7e9ee;
}
.healfast-blog__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.healfast-blog__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1.15rem 1.2rem 1.35rem;
}
.healfast-blog__date {
	font-size: 0.78rem;
	color: #00a86b;
	margin: 0 0 0.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.healfast-blog__title {
	font-size: 1.12rem;
	margin: 0 0 0.55rem;
	line-height: 1.35;
}
.healfast-blog__title a { color: #16205c; text-decoration: none; }
.healfast-blog__title a:hover { color: #00a86b; }
.healfast-blog__excerpt {
	font-size: 0.92rem;
	color: #55607a;
	margin: 0 0 1rem;
	line-height: 1.55;
	flex: 1 1 auto;
}
.healfast-blog__more {
	font-weight: 700;
	color: #00a86b;
	text-decoration: none;
	margin-top: auto;
}
.healfast-blog__empty { max-width: 640px; margin: 0 auto; text-align: center; padding: 2rem; }
.healfast-gallery-empty { text-align: center; color: var(--muted-foreground, #55607a); }

/* CTA + flyer: never on Blog (posts grid only) */
body.healfast-divi-site.page-slug-blog .healfast-page-cta,
body.healfast-divi-site.page-slug-blog .healfast-flyer-wrap,
body.healfast-divi-site.page-id-435 .healfast-page-cta,
body.healfast-divi-site.page-id-435 .healfast-flyer-wrap {
	display: none !important;
}

/* ---- Directors / Leadership ---- */
.healfast-directors-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 240px));
	gap: 20px;
	justify-content: center;
	max-width: var(--hf-container, min(1040px, calc(100% - 48px)));
	margin: 1.25rem auto 0;
}
.healfast-director-card {
	margin: 0;
	border-radius: var(--hf-radius-sm, 16px);
	overflow: hidden;
	background: var(--card, #fff);
	border: 1px solid var(--border, rgba(16, 32, 92, 0.12));
	box-shadow: var(--hf-shadow, 0 12px 34px rgba(16, 32, 92, 0.12));
	display: flex;
	flex-direction: column;
}
.healfast-director-card__photo {
	height: 220px;
	background: var(--color-ash, #e7e9ee);
	overflow: hidden;
}
.healfast-director-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.healfast-director-card__body { padding: 0.85rem 0.95rem 1.1rem; }
.healfast-director-card__name { margin: 0 0 0.15rem; font-size: 1rem; color: var(--color-navy, #16205c); }
.healfast-director-card__role { margin: 0 0 0.5rem; font-weight: 600; color: var(--color-green, #33a01a); font-size: 0.82rem; }
.healfast-director-card__bio { margin: 0; font-size: 0.82rem; line-height: 1.5; color: var(--muted-foreground, #55607a); }
.healfast-teams-heading { text-align: center; }
.healfast-teams-sub { text-align: center; color: var(--muted-foreground, #55607a); }

/* ---- Visit Schedule (dated places) ---- */
.healfast-schedule-list {
	max-width: 820px;
	margin: 1.5rem auto 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.healfast-schedule-row {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 16px;
	align-items: start;
	padding: 1rem 1.2rem;
	border: 1px solid var(--border, rgba(16, 32, 92, 0.12));
	border-left: 4px solid var(--color-green, #33a01a);
	border-radius: var(--hf-radius-sm, 14px);
	background: var(--card, #fff);
}
.healfast-schedule-date {
	font-weight: 700;
	color: var(--color-navy, #16205c);
	font-size: 0.95rem;
}
.healfast-schedule-info h3 { margin: 0 0 0.3rem; font-size: 1.05rem; color: var(--color-navy, #16205c); }
.healfast-schedule-info p { margin: 0; color: var(--muted-foreground, #55607a); font-size: 0.92rem; }
@media (max-width: 600px) {
	.healfast-schedule-row { grid-template-columns: 1fr; gap: 6px; }
}

/* ================= Preloader (lightweight ring only — no logo image) ================= */
.healfast-preloader {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}
.healfast-preloader--hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.healfast-preloader--hide .healfast-preloader__ring {
	animation: none !important;
}
.healfast-preloader__spin {
	position: relative;
	width: 56px;
	height: 56px;
}
.healfast-preloader__ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 3px solid rgba(217, 224, 28, 0.25);
	border-top-color: #d9e01c;
	animation: healfast-preloader-spin 0.7s linear infinite;
}
@keyframes healfast-preloader-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
	.healfast-preloader__ring { animation: none !important; }
}

/* ================= Remove space above the navbar ================= */
body.healfast-divi-site #page-container { padding-top: 0 !important; }
body.healfast-divi-site #main-header,
body.healfast-divi-site .et-l--header { margin-top: 0 !important; top: 0 !important; }
body.healfast-divi-site #main-header .container.et_menu_container { margin-top: 0 !important; }

/* ================= Fonts: Roboto (body) · Poppins (headers) ================= */
body.healfast-divi-site,
body.healfast-divi-site p,
body.healfast-divi-site li,
body.healfast-divi-site span,
body.healfast-divi-site a,
body.healfast-divi-site input,
body.healfast-divi-site select,
body.healfast-divi-site textarea,
body.healfast-divi-site button,
body.healfast-divi-site .et_pb_text {
	font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}
body.healfast-divi-site h1,
body.healfast-divi-site h2,
body.healfast-divi-site h3,
body.healfast-divi-site h4,
body.healfast-divi-site h5,
body.healfast-divi-site h6,
body.healfast-divi-site .et_pb_module_header,
body.healfast-divi-site .healfast-teams-heading,
body.healfast-divi-site .healfast-director-card__name,
body.healfast-divi-site .healfast-role-card__name {
	font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

/* Keep Divi icon fonts intact (font override must NOT touch icons) */
body.healfast-divi-site .et-pb-icon,
body.healfast-divi-site .et_pb_font_icon,
body.healfast-divi-site [data-icon],
body.healfast-divi-site [class^="et-pb-icon"],
body.healfast-divi-site .et_pb_menu__icon:before,
body.healfast-divi-site #et_search_icon:before,
body.healfast-divi-site .et_search_form_container:before,
body.healfast-divi-site .mobile_menu_bar:before,
body.healfast-divi-site .mobile_menu_bar_toggle:before,
body.healfast-divi-site .et-social-icon a:before,
body.healfast-divi-site .et_pb_menu__search-button:before,
body.healfast-divi-site .et_pb_font_icon:before,
body.healfast-divi-site [data-icon]:before {
	font-family: "ETmodules" !important;
}

/* ================= Divi buttons: guarantee readable text =================
   Includes #page-container so we out-rank Divi's per-button generated CSS
   (body #page-container .et_pb_button_N), which was leaving FIND OUT MORE /
   SPONSORED CARE with lemon text on a lemon button. */
body.healfast-divi-site .et_pb_button,
body.healfast-divi-site a.et_pb_button,
body.healfast-divi-site #page-container .et_pb_button,
body.healfast-divi-site #page-container a.et_pb_button,
body.healfast-divi-site #page-container .et_pb_more_button,
body.healfast-divi-site #page-container .et_pb_promo_button,
body.healfast-divi-site #page-container .et_pb_newsletter_button {
	color: #16205c !important;
	background-color: #c3e018 !important;
	border-color: #c3e018 !important;
	border-width: 2px !important;
	font-weight: 700 !important;
	text-shadow: none !important;
}
body.healfast-divi-site .et_pb_button:hover,
body.healfast-divi-site a.et_pb_button:hover,
body.healfast-divi-site #page-container .et_pb_button:hover,
body.healfast-divi-site #page-container a.et_pb_button:hover,
body.healfast-divi-site #page-container .et_pb_more_button:hover,
body.healfast-divi-site #page-container .et_pb_promo_button:hover {
	color: #16205c !important;
	background-color: #d4ec4a !important;
	border-color: #d4ec4a !important;
}
/* Divi appends the arrow glyph in :after — keep it navy too */
body.healfast-divi-site #page-container .et_pb_button:after,
body.healfast-divi-site #page-container .et_pb_more_button:after {
	color: #16205c !important;
}

/* ================= Blue text ================= */
body.healfast-divi-site,
body.healfast-divi-site p,
body.healfast-divi-site li {
	color: #16255c;
}
body.healfast-divi-site h1,
body.healfast-divi-site h2,
body.healfast-divi-site h3,
body.healfast-divi-site h4 {
	color: #16205c;
}
/* keep light text readable on dark/hero/footer backgrounds */
body.healfast-divi-site .et_pb_slide *,
body.healfast-divi-site .et-l--footer *,
body.healfast-divi-site .healfast-address-band *,
body.healfast-divi-site [style*="background-color:#012559"] *,
body.healfast-divi-site .et_pb_section_parallax * { color: inherit; }

/* ================= Lemon-green + blue filter on ALL page hero sections ================= */
body.healfast-divi-site .et_pb_fullwidth_slider .et_pb_slide,
body.healfast-divi-site .et_pb_slider .et_pb_slide { position: relative; }
body.healfast-divi-site .et_pb_fullwidth_slider .et_pb_slide_overlay_container,
body.healfast-divi-site .et_pb_slider .et_pb_slide_overlay_container {
	background: linear-gradient(120deg, rgba(195, 224, 24, 0.38) 0%, rgba(1, 37, 89, 0.6) 55%, rgba(22, 32, 92, 0.72) 100%) !important;
	mix-blend-mode: multiply;
}

/* Homepage hero: taller band so the slider sits lower in the viewport */
body.healfast-divi-site.home .et_pb_section_0.et_pb_fullwidth_section,
body.healfast-divi-site.home #page-container .et_pb_fullwidth_section.et_pb_section_0,
body.healfast-divi-site.home .et_pb_fullwidth_slider_0,
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slides,
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide,
body.healfast-divi-site.home .et_pb_fullwidth_section .et_pb_fullwidth_slider,
body.healfast-divi-site.home .et_pb_fullwidth_slider .et_pb_slides,
body.healfast-divi-site.home .et_pb_fullwidth_slider .et_pb_slide {
	min-height: 640px !important;
	height: 72vh !important;
	max-height: 820px !important;
}
/* Force 9 restored hero photos (root-relative — survives Divi cache / host port changes) */
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_0,
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide.et-pb-active-slide:nth-child(1) {
	background-image: url("/wp-content/uploads/2026/07/hero-wa-clinic.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
}
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_1 {
	background-image: url("/wp-content/uploads/2026/07/hero-wa-team.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
}
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_2 {
	background-image: url("/wp-content/uploads/2026/07/hero-launch.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
}
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_3 {
	background-image: url("/wp-content/uploads/2026/07/00-launch-conference.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
}
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_4 {
	background-image: url("/wp-content/uploads/2026/07/launch-01.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
}
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_5 {
	background-image: url("/wp-content/uploads/2026/07/launch-02.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
}
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_6 {
	background-image: url("/wp-content/uploads/2026/07/launch-03.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
}
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_7 {
	background-image: url("/wp-content/uploads/2026/07/launch-04.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
}
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_8 {
	background-image: url("/wp-content/uploads/2026/07/launch-05.jpg") !important;
	background-size: cover !important;
	background-position: center center !important;
}
/* Keep overlay readable but let photos show through */
body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide_overlay_container {
	mix-blend-mode: normal !important;
	background: linear-gradient(120deg, rgba(195, 224, 24, 0.28) 0%, rgba(1, 37, 89, 0.45) 55%, rgba(22, 32, 92, 0.55) 100%) !important;
}
@media (max-width: 980px) {
	body.healfast-divi-site.home .et_pb_section_0.et_pb_fullwidth_section,
	body.healfast-divi-site.home .et_pb_fullwidth_slider_0,
	body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slides,
	body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide {
		min-height: 520px !important;
		height: 62vh !important;
		max-height: 680px !important;
	}
}
@media (max-width: 767px) {
	body.healfast-divi-site.home .et_pb_section_0.et_pb_fullwidth_section,
	body.healfast-divi-site.home .et_pb_fullwidth_slider_0,
	body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slides,
	body.healfast-divi-site.home .et_pb_fullwidth_slider_0 .et_pb_slide {
		min-height: 480px !important;
		height: 58vh !important;
		max-height: 560px !important;
	}
}

/* Shared full-bleed inner-page hero + caption (Our Team standard — all pages) */
.healfast-page-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 340px;
	padding: 3.25rem 1.25rem;
	margin-top: 0;
	margin-bottom: 2rem;
	background-color: #012559;
	background-image:
		linear-gradient(120deg, rgba(195, 224, 24, 0.34) 0%, rgba(1, 37, 89, 0.58) 55%, rgba(22, 32, 92, 0.72) 100%),
		var(--hf-page-hero-image);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

/*
 * Shortcode / fullwidth pages: collapse Divi .container + sidebar shell
 * so heroes match Our Team (full bleed) without moving Divi DOM nodes.
 */
body.healfast-divi-site.et_no_sidebar #main-content > .container,
body.page-slug-visit-schedule #main-content > .container,
body.page-slug-our-clinics #main-content > .container,
body.page-slug-services #main-content > .container,
body.page-slug-about #main-content > .container,
body.page-slug-the-plan #main-content > .container,
body.page-slug-volunteer-opportunities #main-content > .container,
body.page-slug-contact #main-content > .container,
body.page-slug-sponsored-care #main-content > .container,
body.page-slug-adopt #main-content > .container,
body.page-slug-our-team #main-content > .container,
body.page-id-399 #main-content > .container,
body.page-id-383 #main-content > .container,
body.page-slug-privacy-policy #main-content > .container,
body.page-slug-terms-of-service #main-content > .container,
body.page-slug-cookie-policy #main-content > .container,
body.page-slug-accessibility #main-content > .container,
body.page-slug-refund-policy #main-content > .container,
body.page-slug-legacy #main-content > .container,
body.page-slug-privacy #main-content > .container,
body.page-id-390 #main-content > .container,
body.page-id-391 #main-content > .container,
body.page-id-392 #main-content > .container,
body.page-id-393 #main-content > .container,
body.page-id-394 #main-content > .container,
body.page-id-395 #main-content > .container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.healfast-divi-site.et_no_sidebar #content-area,
body.healfast-divi-site.et_no_sidebar #left-area,
body.page-slug-visit-schedule #content-area,
body.page-slug-our-clinics #content-area,
body.page-slug-services #content-area,
body.page-slug-about #content-area,
body.page-slug-the-plan #content-area,
body.page-slug-volunteer-opportunities #content-area,
body.page-slug-contact #content-area,
body.page-slug-our-team #content-area,
body.page-slug-sponsored-care #content-area,
body.page-slug-adopt #content-area,
body.page-id-399 #content-area,
body.page-id-383 #content-area,
body.page-slug-privacy-policy #content-area,
body.page-slug-terms-of-service #content-area,
body.page-slug-cookie-policy #content-area,
body.page-slug-accessibility #content-area,
body.page-slug-refund-policy #content-area,
body.page-slug-legacy #content-area,
body.page-slug-privacy #content-area,
body.page-id-390 #content-area,
body.page-id-391 #content-area,
body.page-id-392 #content-area,
body.page-id-393 #content-area,
body.page-id-394 #content-area,
body.page-id-395 #content-area,
body.page-slug-visit-schedule #left-area,
body.page-slug-our-clinics #left-area,
body.page-slug-services #left-area,
body.page-slug-about #left-area,
body.page-slug-the-plan #left-area,
body.page-slug-volunteer-opportunities #left-area,
body.page-slug-contact #left-area,
body.page-slug-our-team #left-area,
body.page-slug-sponsored-care #left-area,
body.page-slug-adopt #left-area,
body.page-id-399 #left-area,
body.page-id-383 #left-area,
body.page-slug-privacy-policy #left-area,
body.page-slug-terms-of-service #left-area,
body.page-slug-cookie-policy #left-area,
body.page-slug-accessibility #left-area,
body.page-slug-refund-policy #left-area,
body.page-slug-legacy #left-area,
body.page-slug-privacy #left-area,
body.page-id-390 #left-area,
body.page-id-391 #left-area,
body.page-id-392 #left-area,
body.page-id-393 #left-area,
body.page-id-394 #left-area,
body.page-id-395 #left-area {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.page-slug-visit-schedule #sidebar,
body.page-slug-our-clinics #sidebar,
body.page-id-399 #sidebar,
body.page-id-383 #sidebar,
body.page-slug-privacy-policy #sidebar,
body.page-slug-terms-of-service #sidebar,
body.page-slug-cookie-policy #sidebar,
body.page-slug-accessibility #sidebar,
body.page-slug-refund-policy #sidebar,
body.page-slug-legacy #sidebar,
body.page-slug-privacy #sidebar,
body.page-id-390 #sidebar,
body.page-id-391 #sidebar,
body.page-id-392 #sidebar,
body.page-id-393 #sidebar,
body.page-id-394 #sidebar,
body.page-id-395 #sidebar {
	display: none !important;
}
body.page-slug-visit-schedule #main-content .healfast-page-hero,
body.page-slug-our-clinics #main-content .healfast-page-hero,
body.page-id-399 #main-content .healfast-page-hero,
body.page-id-383 #main-content .healfast-page-hero {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
/* Keep hero caption white even if Divi text rules force navy */
body.healfast-divi-site #main-content .healfast-page-hero__caption,
body.healfast-divi-site #main-content .healfast-page-hero__title {
	color: #fff !important;
}
.healfast-page-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 46rem;
	margin: 0 auto;
}
.healfast-page-hero__title {
	margin: 0 0 0.65rem;
	color: #fff !important;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: clamp(2rem, 5vw, 3.75rem);
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.1;
	text-transform: uppercase;
	text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.35);
}
.healfast-page-hero__caption {
	margin: 0 auto;
	max-width: 38rem;
	color: #fff !important;
	font-size: clamp(0.98rem, 2.1vw, 1.15rem);
	line-height: 1.55;
	font-weight: 700;
}
@media (max-width: 767px) {
	.healfast-page-hero {
		min-height: 220px;
		padding: 2rem 1rem;
		margin-bottom: 1.5rem;
	}
}

/* Hide WP/Divi default page title when shared page hero is used */
body.healfast-has-page-hero .entry-title,
body.page-id-40 .entry-title,
body.page-id-43 .entry-title,
body.page-id-37 .entry-title,
body.page-id-46 .entry-title,
body.page-id-61 .entry-title,
body.page-id-288 .entry-title,
body.page-id-380 .entry-title,
body.page-id-383 .entry-title,
body.page-id-386 .entry-title,
body.page-id-387 .entry-title,
body.page-id-399 .entry-title,
body.page-id-400 .entry-title,
body.page-id-453 .entry-title,
body.page-slug-our-team .entry-title,
body.page-slug-services .entry-title,
body.page-slug-about .entry-title,
body.page-slug-the-plan .entry-title,
body.page-slug-contact .entry-title,
body.page-slug-volunteer-opportunities .entry-title,
body.page-slug-our-clinics .entry-title,
body.page-slug-visit-schedule .entry-title,
body.page-slug-sponsored-care .entry-title,
body.page-slug-adopt .entry-title,
body.page-slug-gallery .entry-title {
	display: none !important;
}

/* Gallery (and any page hero page): kill classic Divi/WP duplicate H1 */
body.healfast-divi-site.page-id-453 h1.entry-title,
body.healfast-divi-site.page-id-453 h1.main_title,
body.healfast-divi-site.page-slug-gallery h1.entry-title,
body.healfast-divi-site.page-slug-gallery h1.main_title,
body.healfast-divi-site.healfast-has-page-hero article h1.entry-title,
body.healfast-divi-site.healfast-has-page-hero .et_post_meta_wrapper h1 {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	left: -9999px !important;
}

/* ===== Standard centered page body (Team layout size) ===== */
body.healfast-divi-site .healfast-std-page,
body.healfast-divi-site .healfast-team,
body.healfast-divi-site .healfast-our-clinics-page,
body.healfast-divi-site .healfast-vsched,
body.healfast-divi-site .healfast-sponsored-care-page,
body.healfast-divi-site .healfast-page-cta {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}
.healfast-std-page__lead,
.healfast-std-page__eyebrow,
.healfast-std-page__h,
.healfast-std-prose,
.healfast-team__h,
.healfast-team__sub,
.healfast-team__bio,
.healfast-team__name,
.healfast-team__role {
	text-align: center;
}
.healfast-std-page__eyebrow {
	margin: 0 0 0.5rem;
	color: #55607a;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.healfast-std-page__h {
	margin: 0 0 1rem;
	color: #16205c;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 600;
	text-transform: uppercase;
}
.healfast-std-page__lead {
	margin: 0 auto 1.75rem;
	max-width: 42rem;
	color: #334155;
	font-size: 1.05rem;
	line-height: 1.65;
}
.healfast-plan-page__copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin: 0 auto 0.5rem;
	max-width: 46rem;
}
.healfast-plan-page__visuals {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin: 0 auto 1.75rem;
	max-width: min(36rem, 100%);
	align-items: center;
	justify-items: center;
}
.healfast-plan-page__visuals--flyer {
	max-width: min(28rem, 100%);
}
.healfast-plan-page__card {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	background: transparent;
	width: 100%;
}
.healfast-plan-page__card img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.healfast-plan-page__card--flyer {
	box-shadow: 0 14px 36px rgba(1, 37, 89, 0.12);
}
@media (max-width: 767.98px) {
	.healfast-plan-page__visuals,
	.healfast-plan-page__visuals--flyer {
		max-width: min(22rem, 100%);
	}
}
.healfast-plan-page__copy .healfast-std-page__lead {
	margin-bottom: 1.15rem;
	max-width: none;
	text-align: left;
}
.healfast-plan-page .healfast-std-band {
	text-align: center;
	padding: 0.5rem 0 1.25rem;
}
.healfast-std-prose {
	max-width: 46rem;
	margin: 0 auto 1.5rem;
	color: #334155;
	line-height: 1.7;
}
.healfast-std-prose p { margin: 0 0 1rem; }
.healfast-std-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin: 0 0 2rem;
	text-align: center;
}
.healfast-std-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.healfast-std-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 980px) {
	.healfast-std-grid,
	.healfast-std-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.healfast-std-grid,
	.healfast-std-grid--2,
	.healfast-std-grid--4 { grid-template-columns: 1fr; }
}
.healfast-std-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1.35rem 1.15rem;
	text-align: center;
}
.healfast-std-card__title {
	margin: 0 0 0.55rem;
	color: #16205c;
	font-size: 1.05rem;
	font-weight: 700;
}
.healfast-std-card__text {
	margin: 0;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.55;
}
.healfast-std-band {
	margin: 2rem auto 0;
	max-width: 46rem;
	padding: 1.75rem 1.25rem;
	background: linear-gradient(135deg, rgba(217, 224, 28, 0.18), rgba(1, 37, 89, 0.06));
	border-radius: 14px;
	text-align: center;
}
.healfast-std-band--navy {
	background: linear-gradient(120deg, #0f1740, #16205c);
	color: #fff;
}
.healfast-std-band--navy .healfast-std-band__title { color: #fff; }
.healfast-std-band__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #55607a;
}
.healfast-std-band__title {
	margin: 0 0 0.85rem;
	color: #16205c;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: clamp(1.25rem, 2.6vw, 1.75rem);
	text-transform: uppercase;
}
.healfast-std-band__text {
	margin: 0 auto 0.85rem;
	max-width: 40rem;
	color: #334155;
	line-height: 1.6;
}
.healfast-page-cta {
	margin: 2.5rem auto 1.5rem;
	padding: 1.75rem 1rem;
	border-top: 2px solid #d9e01c;
	text-align: center;
}
/* CTA + flyer banner: not on Blog; homepage keeps PCP + flyer via inject */
body.healfast-divi-site:not(.home) .healfast-page-cta,
body.healfast-divi-site:not(.home) .healfast-flyer-wrap {
	display: none !important;
}
.healfast-page-cta__title {
	margin: 0 0 1rem;
	color: #16205c;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: clamp(1.2rem, 2.5vw, 1.65rem);
	text-transform: uppercase;
}
.healfast-page-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	align-items: center;
}
.healfast-page-cta__actions .healfast-btn {
	min-width: 9.5rem;
}
.healfast-btn--navy {
	background: #16205c !important;
	border-color: #16205c !important;
	color: #d9e01c !important;
}
.healfast-btn--ghost {
	background: transparent !important;
	border: 2px solid #16205c !important;
	color: #16205c !important;
}
body.healfast-divi-site .healfast-team__grid {
	justify-items: center;
}
body.healfast-divi-site .healfast-team__card {
	text-align: center;
}
body.healfast-divi-site .healfast-clinics-seg--care,
body.healfast-divi-site .healfast-clinics-seg__prompt,
body.healfast-divi-site .healfast-clinics-seg__links,
body.healfast-divi-site .healfast-clinics-seg__pay {
	text-align: center;
}

/* Divi fullwidth header + first-section heroes on inner pages */
body.healfast-divi-site .et_pb_fullwidth_header,
body.healfast-divi-site .et_pb_section.et_pb_with_background:first-of-type {
	position: relative;
	isolation: isolate;
}
body.healfast-divi-site .et_pb_fullwidth_header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(195, 224, 24, 0.34) 0%, rgba(1, 37, 89, 0.55) 55%, rgba(22, 32, 92, 0.68) 100%);
	z-index: 0;
	pointer-events: none;
}
body.healfast-divi-site .et_pb_fullwidth_header > * { position: relative; z-index: 1; }
/* Flyer / custom hero bands get a soft lemon-blue rim */
body.healfast-divi-site .healfast-flyer-hero,
body.healfast-divi-site .healfast-come {
	background-image: linear-gradient(120deg, rgba(195, 224, 24, 0.12), rgba(22, 32, 92, 0.10));
}

/* ================= Policy / legal cards (centered, same content width as Team / Clinics) ================= */
body.healfast-divi-site .healfast-legal,
body.healfast-divi-site .healfast-legal-document,
body.healfast-divi-site .healfast-policy,
body.healfast-divi-site .healfast-legacy-hub {
	max-width: min(920px, calc(100% - 32px));
	width: 100%;
	margin: 1.5rem auto;
	padding: 0 1rem 2.5rem;
	box-sizing: border-box;
	text-align: center;
}
body.healfast-divi-site .healfast-legal h1,
body.healfast-divi-site .healfast-legal h2,
body.healfast-divi-site .healfast-legal h3,
body.healfast-divi-site .healfast-legal-meta,
body.healfast-divi-site .healfast-legal-lead,
body.healfast-divi-site .entry-title {
	text-align: center;
	color: #16205c;
}
body.healfast-divi-site .healfast-legal p,
body.healfast-divi-site .healfast-legal li {
	color: #1e293b;
}
body.healfast-divi-site .healfast-legal p {
	text-align: center;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}
body.healfast-divi-site .healfast-legal ul,
body.healfast-divi-site .healfast-legal ol {
	display: inline-block;
	text-align: left;
	margin: 0 auto 1rem;
	max-width: 36rem;
	padding-left: 1.25rem;
}
body.healfast-divi-site .healfast-legal section,
body.healfast-divi-site .healfast-legal-document section,
body.healfast-divi-site .healfast-policy section,
body.healfast-divi-site .healfast-legal .healfast-legal__block,
body.healfast-divi-site .healfast-policy__block {
	background: var(--card, #fff);
	border: 1px solid var(--border, rgba(16, 32, 92, 0.12));
	border-left: 4px solid var(--color-primary, #c3e018);
	border-radius: var(--hf-radius-sm, 14px);
	padding: 1.2rem 1.4rem;
	margin: 0 auto 16px;
	max-width: 100%;
	box-shadow: var(--hf-shadow, 0 10px 26px rgba(16, 32, 92, 0.08));
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
}
body.healfast-divi-site .healfast-legal section:hover,
body.healfast-divi-site .healfast-policy__block:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(16, 32, 92, 0.16);
}

/* ---- Micro-interactions on cards (AOS handles entrance; these add hover life) ---- */
.healfast-card,
.healfast-gallery__item,
.healfast-blog__card,
.healfast-director-card,
.healfast-flyer-figure,
.healfast-schedule-row {
	transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
	will-change: transform;
}
.healfast-card:hover,
.healfast-blog__card:hover,
.healfast-director-card:hover,
.healfast-flyer-figure:hover {
	transform: none;
	box-shadow: none;
}
.healfast-schedule-row:hover {
	transform: translateX(4px);
	border-left-color: var(--color-primary, #c3e018);
}
.healfast-blog__card:hover .healfast-blog__media img {
	transform: scale(1.06);
}
.healfast-blog__media img {
	transition: transform 0.5s ease;
}
.healfast-director-card:hover .healfast-director-card__photo img {
	transform: scale(1.04);
}
.healfast-director-card__photo img {
	transition: transform 0.5s ease;
}
.healfast-blog__more,
.healfast-director-card__role {
	position: relative;
}
.healfast-blog__more::after {
	content: " →";
	display: inline-block;
	transition: transform 0.3s ease;
}
.healfast-blog__more:hover::after {
	transform: translateX(4px);
}
/* ---- Clinic roster single row ---- */
.healfast-directors-grid--single { grid-template-columns: minmax(280px, 360px); justify-content: center; }

/* ---- Text-only role cards (no photos) ---- */
.healfast-role-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
	max-width: var(--hf-container, min(920px, calc(100% - 48px)));
	margin: 1rem auto 0;
}
.healfast-role-grid--single { grid-template-columns: minmax(240px, 360px); justify-content: center; }
.healfast-role-card {
	background: var(--card, #fff);
	border: 1px solid var(--border, rgba(16, 32, 92, 0.12));
	border-left: 4px solid var(--color-green, #33a01a);
	border-radius: var(--hf-radius-sm, 14px);
	padding: 1.2rem 1.35rem;
	box-shadow: var(--hf-shadow, 0 10px 26px rgba(16, 32, 92, 0.1));
	transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s ease;
}
.healfast-role-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(16, 32, 92, 0.18); }
.healfast-role-card__name { margin: 0 0 0.3rem; font-size: 1.1rem; color: var(--color-navy, #16205c); }
.healfast-role-card__role { margin: 0; font-weight: 600; color: var(--color-green, #33a01a); font-size: 0.92rem; }

/* ---- Image loading optimization ---- */
img { max-width: 100%; height: auto; }
.healfast-gallery__item img,
.healfast-blog__media img,
.healfast-director-card__photo img,
.healfast-flyer-figure img { content-visibility: auto; }

/* ---- Contact intro card (centered) ---- */
.healfast-contact-intro {
	max-width: 760px;
	margin: 1.5rem auto 0;
	text-align: center;
	background: var(--card, #fff);
	border: 1px solid var(--border, rgba(16, 32, 92, 0.12));
	border-radius: var(--hf-radius, 20px);
	padding: 1.75rem 1.5rem;
	box-shadow: var(--hf-shadow, 0 12px 34px rgba(16, 32, 92, 0.12));
}
.healfast-contact-intro h1 { margin: 0 0 0.55rem; color: #16205c; font-size: 1.9rem; }
.healfast-contact-intro p { margin: 0 auto; max-width: 620px; color: #16255c; }
.healfast-contact-intro a { color: var(--color-green, #33a01a); font-weight: 600; }
.healfast-contact-intro a[href^="tel"] { white-space: nowrap; }
/* Hide the theme's duplicate page title on the Contact page */
body.page-id-61 .et_pb_title_container,
body.page-id-61 h1.entry-title,
body.page-id-61 .et_post_meta_wrapper > h1,
body.page-id-61 .single_page_title { display: none !important; }

/* ---- Contact cards (form + office) ---- */
.healfast-contact-cards {
	width: 100%;
	max-width: 1100px;
	margin: 1.75rem auto 0;
	padding: 0 1rem 0.5rem;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.85fr);
	gap: 1.25rem;
	align-items: stretch;
	box-sizing: border-box;
}
.healfast-contact-cards > .healfast-contact-form,
.healfast-contact-cards > .healfast-office-contact {
	margin: 0;
	max-width: none;
	width: 100%;
	min-width: 0;
	height: 100%;
	box-sizing: border-box;
}

/* ---- Contact form ---- */
.healfast-contact-form {
	position: relative;
	max-width: 680px;
	margin: 1.5rem auto 0;
	padding: 1.5rem 1.35rem 1.35rem;
	text-align: left;
	background: var(--card, #fff);
	border: 1px solid var(--border, rgba(16, 32, 92, 0.12));
	border-radius: var(--hf-radius, 20px);
	box-shadow: var(--hf-shadow, 0 12px 34px rgba(16, 32, 92, 0.12));
}
.healfast-contact-form__title {
	margin: 0 0 1rem;
	text-align: center;
	color: var(--color-navy, #16205c);
	font-size: clamp(1.25rem, 2.4vw, 1.55rem);
}
.healfast-contact-form__form { display: flex; flex-direction: column; gap: 14px; }
.healfast-contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.healfast-contact-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-weight: 600;
	color: var(--color-navy, #16205c);
	font-size: 0.9rem;
	text-align: left !important;
}
.healfast-contact-form__label { display: block; text-align: left; }
.healfast-contact-form input, .healfast-contact-form textarea {
	width: 100%;
	border: 1px solid var(--border, rgba(16, 32, 92, 0.25));
	border-radius: 10px; padding: 0.7rem 0.85rem; font: inherit; font-weight: 400;
	background: #fff; color: #16205c; transition: border-color 0.25s ease, box-shadow 0.25s ease;
	box-sizing: border-box;
	text-align: left;
}
.healfast-contact-form input:focus, .healfast-contact-form textarea:focus {
	outline: none; border-color: var(--color-green, #33a01a);
	box-shadow: 0 0 0 3px rgba(51, 160, 26, 0.15);
}
.healfast-contact-form__actions {
	display: flex;
	justify-content: center;
	margin-top: 4px;
}
.healfast-contact-form button { cursor: pointer; }
.healfast-contact-form__hp { position: absolute; left: -9999px; height: 0; overflow: hidden; width: 1px; margin: 0; padding: 0; }
.healfast-contact-form__notice { padding: 0.85rem 1rem; border-radius: 10px; margin-bottom: 1rem; font-weight: 600; text-align: left; }
.healfast-contact-form__notice--ok { background: rgba(51, 160, 26, 0.12); color: #1f6b10; border: 1px solid rgba(51, 160, 26, 0.4); }
.healfast-contact-form__notice--err { background: rgba(200, 30, 30, 0.1); color: #a01919; border: 1px solid rgba(200, 30, 30, 0.35); }
.healfast-turnstile {
	margin: 0.25rem 0 0.35rem;
	min-height: 65px;
}
.healfast-turnstile .cf-turnstile {
	width: 100%;
}
@media (max-width: 900px) {
	.healfast-contact-cards { grid-template-columns: 1fr; max-width: 680px; }
	.healfast-contact-form__row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.healfast-contact-form { padding: 1.25rem 1rem 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
	.healfast-card, .healfast-gallery__item, .healfast-blog__card, .healfast-director-card,
	.healfast-flyer-figure, .healfast-schedule-row, .healfast-blog__media img,
	.healfast-director-card__photo img { transition: none !important; }
}

/* ---- Team ---- */
.healfast-team { max-width: var(--hf-container, min(1200px, calc(100% - 48px))); margin: 1.5rem auto; }
.healfast-team__block { margin-bottom: 2.5rem; }
.healfast-team__h { font-size: 1.6rem; color: var(--color-navy, #16205c); margin: 0 0 0.35rem; text-transform: uppercase; }
.healfast-team__sub { color: var(--muted-foreground, #55607a); margin: 0 0 1.4rem; }
.healfast-team__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.healfast-team__grid--3 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.healfast-team__card {
	background: var(--card, #fff);
	border: 1px solid var(--border, rgba(16, 32, 92, 0.12));
	border-radius: var(--hf-radius-sm, 16px);
	padding: 1.4rem;
	box-shadow: var(--hf-shadow, 0 10px 30px rgba(16, 32, 92, 0.1));
}
.healfast-team__card--center { text-align: center; }
.healfast-team__photo { border-radius: 14px; overflow: hidden; margin-bottom: 1rem; aspect-ratio: 1 / 1; background: var(--color-ash, #e7e9ee); }
.healfast-team__photo--round { width: 132px; height: 132px; border-radius: 50%; margin: 0 auto 1rem; aspect-ratio: auto; }
.healfast-team__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.healfast-team__name { font-size: 1.1rem; margin: 0 0 0.25rem; color: var(--color-navy, #16205c); }
.healfast-team__role { color: var(--color-green, #33a01a); font-weight: 600; font-size: 0.9rem; margin: 0 0 0.6rem; }
.healfast-team__bio { font-size: 0.9rem; color: var(--muted-foreground, #55607a); margin: 0; }
.healfast-team__creds { font-size: 0.85rem; color: var(--muted-foreground, #55607a); margin: 0; }

/* ---- Visit Schedule (same content width as Our Team) ---- */
.healfast-vsched { max-width: var(--hf-container, min(1200px, calc(100% - 48px))); margin: 1.5rem auto; padding: 0 1rem; }
.healfast-vsched__lead { color: var(--muted-foreground, #55607a); margin: 0 0 1.4rem; }
.healfast-vsched__table { border: 1px solid var(--border, rgba(16,32,92,0.12)); border-radius: var(--hf-radius-sm, 16px); overflow: hidden; }
.healfast-vsched__head, .healfast-vsched__row { display: grid; grid-template-columns: 1.2fr 2fr 1.2fr 0.8fr; gap: 12px; padding: 0.9rem 1.1rem; }
.healfast-vsched__head { background: var(--color-navy, #16205c); color: #fff; font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.04em; }
.healfast-vsched__row { border-top: 1px solid var(--border, rgba(16,32,92,0.1)); align-items: center; }
.healfast-vsched__row span { font-size: 0.95rem; color: var(--foreground, #16205c); }
.healfast-vsched__status { font-style: normal; font-weight: 600; font-size: 0.8rem; padding: 0.2rem 0.6rem; border-radius: 999px; }
.healfast-vsched__status--ongoing { background: rgba(51,160,26,0.14); color: var(--color-green, #33a01a); }
.healfast-vsched__status--planned { background: rgba(16,32,92,0.1); color: var(--color-navy, #16205c); }
.healfast-vsched__cta { margin-top: 1.4rem; }
@media (max-width: 760px) {
	.healfast-vsched__head { display: none; }
	.healfast-vsched__row { grid-template-columns: 1fr; gap: 4px; }
	.healfast-vsched__row span::before { content: attr(data-label) ": "; font-weight: 700; color: var(--color-navy, #16205c); }
}

/* ---- Pre-footer address band ---- */
.healfast-address-band {
	background: var(--color-navy, #16205c);
	color: #fff;
	padding: 2rem 1.25rem;
	margin-top: 2.5rem;
}
.healfast-address-band__inner {
	max-width: var(--hf-container, min(1100px, calc(100% - 48px)));
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	align-items: flex-start;
	justify-content: space-between;
}
.healfast-address-band h3 { color: #fff; margin: 0 0 0.5rem; font-size: 1.05rem; }
.healfast-address-band address { font-style: normal; line-height: 1.7; color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.healfast-address-band a { color: var(--color-primary-200, #d4ec4a); text-decoration: none; }
.healfast-address-band__contacts { line-height: 1.9; }

@media (max-width: 767px) {
	.healfast-address-band {
		text-align: center;
		padding: 1.75rem 1rem;
	}
	.healfast-address-band__inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 1.35rem;
	}
	.healfast-address-band__inner > div {
		width: 100%;
		max-width: 22rem;
		margin: 0 auto;
		text-align: center;
	}
	.healfast-address-band address,
	.healfast-address-band__contacts {
		text-align: center;
	}
}

/* ================= Support patients & families: glassmorphic panel ================= */
body.healfast-divi-site .healfast-glass-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center !important;
}
body.healfast-divi-site .healfast-glass-cta > .et_pb_row {
	background: rgba(13, 24, 68, 0.35);
	backdrop-filter: blur(14px) saturate(150%);
	-webkit-backdrop-filter: blur(14px) saturate(150%);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 22px;
	box-shadow: 0 20px 45px rgba(8, 16, 50, 0.35);
	padding: 30px 36px !important;
	width: min(92%, 1080px);
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}
body.healfast-divi-site .healfast-glass-cta h1,
body.healfast-divi-site .healfast-glass-cta .et_pb_text,
body.healfast-divi-site .healfast-glass-cta .et_pb_text_inner,
body.healfast-divi-site .healfast-glass-cta p {
	text-align: center !important;
}
body.healfast-divi-site .healfast-glass-cta h1 {
	color: #ffffff !important;
	text-shadow: 0 2px 14px rgba(8, 16, 50, 0.55);
}
body.healfast-divi-site .healfast-glass-cta .et_pb_text,
body.healfast-divi-site .healfast-glass-cta p {
	color: #f2f6ff !important;
}
body.healfast-divi-site .healfast-glass-cta .et_pb_button_module_wrapper {
	display: flex !important;
	justify-content: center !important;
	width: 100%;
}

/* ================= Images: soft radius, no card shadow/border ================= */
body.healfast-divi-site .et_pb_image img,
body.healfast-divi-site .healfast-gallery__item img,
body.healfast-divi-site .healfast-blog img,
body.healfast-divi-site .healfast-flyer-figure img,
body.healfast-divi-site .healfast-team__photo img,
body.healfast-divi-site .entry-content img,
body.healfast-divi-site article img {
	border: 0;
	border-radius: 14px;
	background: transparent;
	box-shadow: none;
}
body.healfast-divi-site .et_pb_menu img,
body.healfast-divi-site .healfast-logo-link img,
body.healfast-divi-site .et-l--footer img,
body.healfast-divi-site .healfast-preloader img {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

/* ================= Landing page: content bands (no card chrome) ================= */
body.healfast-divi-site.home #page-container .et_pb_section:not(.healfast-glass-cta) > .et_pb_row {
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 28px 32px !important;
}
body.healfast-divi-site.home #page-container .et_pb_slider + .et_pb_row,
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_fullwidth_section > .et_pb_row {
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

/* ================= Gallery strip title ================= */
body.healfast-divi-site .healfast-gallery__title {
	text-align: center;
	font-family: "Poppins", sans-serif;
	color: #16205c;
	margin: 0 0 18px;
}

/* ================= Responsive inline video ================= */
body.healfast-divi-site .healfast-video {
	max-width: 980px;
	margin: 34px auto;
	padding: 0 16px;
}
body.healfast-divi-site .healfast-video__title {
	text-align: center;
	font-family: "Poppins", sans-serif;
	color: #16205c;
	margin: 0 0 16px;
}
body.healfast-divi-site .healfast-video__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	overflow: hidden;
	border: 0.5px solid #d9e01c;
	box-shadow: 0 16px 38px rgba(22, 32, 92, 0.16);
	background: #0d1844;
}
body.healfast-divi-site .healfast-video__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ================= Gallery: folder-style venue cards ================= */
body.healfast-divi-site .healfast-folders {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 320px));
	justify-content: center;
	gap: 22px;
	margin: 0 0 30px;
}
body.healfast-divi-site .healfast-folder {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 26px 18px 16px;
	margin-top: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f6f9ee 100%);
	border: 0.5px solid #d9e01c;
	border-radius: 6px 14px 14px 14px;
	box-shadow: 0 10px 26px rgba(22, 32, 92, 0.12);
	cursor: pointer;
	text-align: left;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.healfast-divi-site .healfast-folder:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(22, 32, 92, 0.18);
}
body.healfast-divi-site .healfast-folder.is-open {
	border-color: #a9b70e;
	box-shadow: 0 16px 34px rgba(169, 183, 14, 0.28);
}
body.healfast-divi-site .healfast-folder__tab {
	position: absolute;
	top: -14px;
	left: 0;
	width: 42%;
	height: 16px;
	background: #c3e018;
	border: 0.5px solid #a9b70e;
	border-bottom: 0;
	border-radius: 8px 14px 0 0;
}
body.healfast-divi-site .healfast-folder__preview {
	display: flex;
	height: 120px;
	position: relative;
}
body.healfast-divi-site .healfast-folder__preview img {
	position: absolute;
	width: 62%;
	height: 112px;
	object-fit: cover;
	border-radius: 10px !important;
	border: 2px solid #ffffff !important;
	box-shadow: 0 6px 16px rgba(22, 32, 92, 0.22) !important;
}
body.healfast-divi-site .healfast-folder__preview img:nth-child(1) { left: 0; transform: rotate(-4deg); z-index: 1; }
body.healfast-divi-site .healfast-folder__preview img:nth-child(2) { left: 19%; transform: rotate(2deg); z-index: 2; }
body.healfast-divi-site .healfast-folder__preview img:nth-child(3) { left: 38%; transform: rotate(6deg); z-index: 3; }
body.healfast-divi-site .healfast-folder__meta { display: flex; flex-direction: column; gap: 2px; }
body.healfast-divi-site .healfast-folder__name {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #16205c;
	font-size: 16px;
	line-height: 1.3;
}
body.healfast-divi-site .healfast-folder__venue { color: #33a01a; font-size: 13px; font-weight: 600; }
body.healfast-divi-site .healfast-folder__count { color: #5a6591; font-size: 12.5px; }
body.healfast-divi-site .healfast-folder-panel { animation: hfFadeIn .35s ease; }
body.healfast-divi-site .healfast-folder-panel .healfast-gallery__title small {
	display: block;
	font-size: 14px;
	color: #33a01a;
	font-weight: 600;
	margin-top: 4px;
}
@keyframes hfFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ================= Legal: refund promise highlight + hub cards ================= */
body.healfast-divi-site .healfast-legal-promise {
	background: linear-gradient(180deg, #f8fbe8 0%, #ffffff 100%);
	border: 0.5px solid #d9e01c;
	border-left: 5px solid #c3e018;
	border-radius: 14px;
	padding: 18px 22px;
	margin: 22px 0;
	box-shadow: 0 10px 24px rgba(22, 32, 92, 0.08);
}
body.healfast-divi-site .healfast-legal-promise h2 {
	margin-top: 0;
	color: #16205c;
}
body.healfast-divi-site .healfast-legal h3 {
	color: #16205c;
	font-family: "Poppins", sans-serif;
	margin: 1.2em 0 0.4em;
}
body.healfast-divi-site .healfast-legacy-hub__list {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 300px));
	gap: 16px;
	justify-content: center;
}
body.healfast-divi-site .healfast-legacy-hub__link {
	display: block;
	padding: 20px 22px;
	background: #ffffff;
	border: 0.5px solid #d9e01c;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(22, 32, 92, 0.10);
	color: #16205c !important;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-align: center;
	transition: transform .25s ease, box-shadow .25s ease;
}
body.healfast-divi-site .healfast-legacy-hub__link:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(22, 32, 92, 0.16);
}

/* ================= Homepage feature cards (About / Watch / Team) ================= */
/* Kill legacy row_1 image-tile width caps — cards live in this row now */
body.healfast-divi-site.home #et-boc .et_pb_row_1:has(.healfast-home-cards),
body.healfast-divi-site.home #page-container .et_pb_row_1:has(.healfast-home-cards),
body.healfast-divi-site.home #main-content .et_pb_section:has(.healfast-home-cards) > .et_pb_row {
	width: 100% !important;
	max-width: min(1120px, 100%) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
body.healfast-divi-site.home #et-boc .et_pb_row_1:has(.healfast-home-cards) > .et_pb_column,
body.healfast-divi-site.home #page-container .et_pb_row_1:has(.healfast-home-cards) > .et_pb_column,
body.healfast-divi-site.home #main-content .et_pb_section:has(.healfast-home-cards) > .et_pb_row > .et_pb_column {
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.healfast-divi-site.home .healfast-home-cards-wrap,
body.healfast-divi-site.home .et_pb_code.healfast-home-cards-wrap,
body.healfast-divi-site.home .healfast-home-cards-wrap .et_pb_code_inner {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}
body.healfast-divi-site.home .healfast-home-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1rem, 2.2vw, 1.35rem);
	width: 100%;
	max-width: min(1120px, 100%);
	margin: 0.75rem auto 1.75rem;
	padding: 0 clamp(1rem, 3vw, 1.5rem);
	box-sizing: border-box;
}
/* Merged image + copy: side-by-side on usable widths */
body.healfast-divi-site.home .healfast-home-card {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	align-items: stretch;
	background: #ffffff;
	border: 1px solid rgba(10, 35, 66, 0.1);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(1, 37, 89, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	min-width: 0;
	width: 100%;
}
body.healfast-divi-site.home .healfast-home-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(1, 37, 89, 0.14);
}
body.healfast-divi-site.home .healfast-home-card__media {
	background: #0a2342;
	min-height: 220px;
	height: 100%;
	overflow: hidden;
	width: 100%;
	aspect-ratio: auto;
}
body.healfast-divi-site.home .healfast-home-card__image-link,
body.healfast-divi-site.home .healfast-home-card__video {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
}
body.healfast-divi-site.home .healfast-home-card__media img,
body.healfast-divi-site.home .healfast-home-card__video iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	border: 0;
}
body.healfast-divi-site.home .healfast-home-card__media img {
	object-fit: contain;
	background: linear-gradient(160deg, #eef6d4 0%, #ffffff 55%, #e8eef8 100%);
	transition: transform 0.25s ease;
}
body.healfast-divi-site.home .healfast-home-card:hover .healfast-home-card__media img {
	transform: scale(1.03);
}
/* Full-width 16:9 player so YouTube plays on-site (not a clipped half-card) */
body.healfast-divi-site.home .healfast-home-card--video {
	grid-template-columns: 1fr;
}
body.healfast-divi-site.home .healfast-home-card--video:hover {
	transform: none;
}
body.healfast-divi-site.home .healfast-home-card--video .healfast-home-card__media {
	min-height: 0;
	height: auto;
	aspect-ratio: auto;
	background: #000;
	overflow: hidden;
}
body.healfast-divi-site.home .healfast-home-card--video .healfast-home-card__video {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 16 / 9;
	background: #000;
}
body.healfast-divi-site.home .healfast-home-card--video .healfast-home-card__video iframe,
body.healfast-divi-site.home .healfast-home-card--video .healfast-yt {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	border: 0;
	object-fit: unset;
	pointer-events: auto;
	z-index: 2;
}
body.healfast-divi-site.home .healfast-home-card--video .healfast-home-card__body {
	padding: 1.1rem 1.25rem 1.25rem;
	text-align: center;
	align-items: center;
}

/* Click-to-play YouTube facade — loads real iframe on tap so video plays on-site */
.healfast-yt {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}
.healfast-yt__facade {
	appearance: none;
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: #000;
	overflow: hidden;
}
.healfast-yt__thumb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
}
.healfast-yt__play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin: -24px 0 0 -34px;
	border-radius: 14px;
	background: #ff0033;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	transition: transform 0.2s ease, background 0.2s ease;
}
.healfast-yt__play::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -5px;
	border-style: solid;
	border-width: 9px 0 9px 16px;
	border-color: transparent transparent transparent #fff;
}
.healfast-yt__facade:hover .healfast-yt__play,
.healfast-yt__facade:focus-visible .healfast-yt__play {
	transform: scale(1.06);
	background: #e6002e;
}
.healfast-yt iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.healfast-video__frame .healfast-yt {
	position: absolute;
	inset: 0;
}
body.healfast-divi-site.home .healfast-home-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.55rem;
	padding: clamp(1.1rem, 2.5vw, 1.6rem);
	text-align: left;
	min-width: 0;
}
body.healfast-divi-site.home .healfast-home-card__title {
	margin: 0;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	line-height: 1.25;
	color: #0a2342;
	font-weight: 700;
	letter-spacing: 0.01em;
}
body.healfast-divi-site.home .healfast-home-card__summary {
	margin: 0;
	color: #4b5675;
	font-size: clamp(0.95rem, 1.4vw, 1.05rem);
	line-height: 1.55;
}
body.healfast-divi-site.home .healfast-home-card__cta {
	display: inline-flex;
	align-items: center;
	margin-top: 0.25rem;
	color: #33a01a;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
}
body.healfast-divi-site.home .healfast-home-card__cta:hover {
	color: #0a2342;
	text-decoration: underline;
}
/* Wide desktop: Gift + Team side-by-side; Watch video full-width player */
@media (min-width: 1101px) {
	body.healfast-divi-site.home .healfast-home-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
	}
	body.healfast-divi-site.home .healfast-home-card:not(.healfast-home-card--video) {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(200px, 240px) auto;
	}
	body.healfast-divi-site.home .healfast-home-card--video {
		grid-column: 1 / -1;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}
	body.healfast-divi-site.home .healfast-home-card:not(.healfast-home-card--video) .healfast-home-card__media,
	body.healfast-divi-site.home .healfast-home-card:not(.healfast-home-card--video) .healfast-home-card__image-link,
	body.healfast-divi-site.home .healfast-home-card:not(.healfast-home-card--video) .healfast-home-card__media img {
		min-height: 200px;
		height: 100%;
	}
}
@media (max-width: 640px) {
	body.healfast-divi-site.home .healfast-home-card {
		grid-template-columns: 1fr;
	}
	body.healfast-divi-site.home .healfast-home-card:not(.healfast-home-card--video) .healfast-home-card__media,
	body.healfast-divi-site.home .healfast-home-card:not(.healfast-home-card--video) .healfast-home-card__image-link,
	body.healfast-divi-site.home .healfast-home-card:not(.healfast-home-card--video) .healfast-home-card__media img {
		min-height: 180px;
		aspect-ratio: 16 / 10;
		height: auto;
	}
	body.healfast-divi-site.home .healfast-home-card--video .healfast-home-card__video,
	body.healfast-divi-site.home .healfast-home-card--video .healfast-home-card__video iframe {
		min-height: 0;
		aspect-ratio: 16 / 9;
		height: auto;
	}
	body.healfast-divi-site.home .healfast-home-card--video .healfast-home-card__video iframe {
		height: 100%;
		aspect-ratio: auto;
	}
}

/* ================= Homepage link images: legacy image-tile row only ================= */
body.healfast-divi-site.home #page-container .et_pb_section .et_pb_row.et_pb_row_1 {
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}
/* Only constrain old multi-image tile rows — never the feature-cards row */
@media (max-width: 980px) {
	body.healfast-divi-site.home #et-boc .et_pb_row_1:has(.et_pb_image):not(:has(.healfast-home-cards)),
	body.healfast-divi-site.home #page-container .et_pb_row_1:has(.et_pb_image):not(:has(.healfast-home-cards)) {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		width: 100% !important;
	}
	body.healfast-divi-site.home #et-boc .et_pb_row_1:has(.et_pb_image):not(:has(.healfast-home-cards)) > .et_pb_column,
	body.healfast-divi-site.home #page-container .et_pb_row_1:has(.et_pb_image):not(:has(.healfast-home-cards)) > .et_pb_column {
		float: none !important;
		display: block !important;
		width: 100% !important;
		max-width: 360px !important;
		margin: 0 auto 1.25rem !important;
		clear: both !important;
	}
}
body.healfast-divi-site.home .et_pb_row_1:not(:has(.healfast-home-cards)) .et_pb_image {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
body.healfast-divi-site.home .et_pb_row_1:not(:has(.healfast-home-cards)) .et_pb_image .et_pb_image_wrap,
body.healfast-divi-site.home .et_pb_row_1:not(:has(.healfast-home-cards)) .et_pb_image img {
	width: 100% !important;
	max-width: 340px !important;
	height: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
	animation: none !important;
}
body.healfast-divi-site.home .et_pb_row_1:not(:has(.healfast-home-cards)) .et_pb_image img:hover {
	animation: none !important;
}
@media (min-width: 981px) {
	body.healfast-divi-site.home #et-boc .et_pb_row_1:has(.et_pb_image):not(:has(.healfast-home-cards)),
	body.healfast-divi-site.home #page-container .et_pb_row_1:has(.et_pb_image):not(:has(.healfast-home-cards)) {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		justify-content: center !important;
		align-items: flex-start !important;
	}
	body.healfast-divi-site.home #et-boc .et_pb_row_1:has(.et_pb_image):not(:has(.healfast-home-cards)) > .et_pb_column,
	body.healfast-divi-site.home #page-container .et_pb_row_1:has(.et_pb_image):not(:has(.healfast-home-cards)) > .et_pb_column {
		float: none !important;
		width: 33.333% !important;
		max-width: none !important;
		margin: 0 !important;
	}
	body.healfast-divi-site.home .et_pb_row_1:not(:has(.healfast-home-cards)) .et_pb_image .et_pb_image_wrap,
	body.healfast-divi-site.home .et_pb_row_1:not(:has(.healfast-home-cards)) .et_pb_image img {
		max-width: 300px !important;
	}
}
@media (max-width: 767px) {
	body.healfast-divi-site.home .et_pb_row_1:not(:has(.healfast-home-cards)) .et_pb_image .et_pb_image_wrap,
	body.healfast-divi-site.home .et_pb_row_1:not(:has(.healfast-home-cards)) .et_pb_image img {
		max-width: 300px !important;
	}
}

/* ================= Header: lemon (yellow-bias) brand accent ================= */
body.healfast-divi-site #main-header,
body.healfast-divi-site .et-l--header,
body.healfast-divi-site header.et-l {
	border-bottom: 2px solid #d9e01c !important;
	box-shadow: 0 2px 14px rgba(217, 224, 28, 0.28) !important;
}

/* ================= Support patients & families: solid brand lemon background ================= */
body.healfast-divi-site .healfast-glass-cta,
body.healfast-divi-site #page-container .et_pb_section.et_pb_with_background.healfast-glass-cta,
body.healfast-divi-site #page-container .et_pb_section.healfast-glass-cta {
	background-image: linear-gradient(135deg, #cfe11a 0%, #d9e01c 55%, #e3e232 100%) !important;
	background-color: #d9e01c !important;
}
body.healfast-divi-site .healfast-glass-cta > .et_pb_row {
	background: rgba(13, 24, 68, 0.42);
	border-color: rgba(255, 255, 255, 0.45);
}
body.healfast-divi-site .healfast-glass-cta h1 {
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
body.healfast-divi-site .healfast-glass-cta .et_pb_button,
body.healfast-divi-site #page-container .healfast-glass-cta .et_pb_button {
	background-color: #16205c !important;
	border-color: #16205c !important;
	color: #d9e01c !important;
}
body.healfast-divi-site #page-container .healfast-glass-cta .et_pb_button:hover {
	background-color: #1d2a75 !important;
	border-color: #1d2a75 !important;
	color: #e7ef5a !important;
}
body.healfast-divi-site #page-container .healfast-glass-cta .et_pb_button:after {
	color: #d9e01c !important;
}

/* ================= Scroll reveal (AOS-style, self-contained) ================= */
body.healfast-divi-site .hf-reveal {
	opacity: 0;
	transform: translateY(26px) scale(0.985);
	transition: opacity .65s cubic-bezier(.22,.75,.3,1), transform .65s cubic-bezier(.22,.75,.3,1);
	will-change: opacity, transform;
}
body.healfast-divi-site .hf-reveal--in {
	opacity: 1;
	transform: none;
}
@media (prefers-reduced-motion: reduce) {
	body.healfast-divi-site .hf-reveal { opacity: 1; transform: none; transition: none; }
}

/* ================= Hero text: smaller on mobile ================= */
@media (max-width: 767px) {
	body.healfast-divi-site .et_pb_slide_description .et_pb_slide_title,
	body.healfast-divi-site .et_pb_slider .et_pb_slide_title,
	body.healfast-divi-site .et_pb_slider h3.et_pb_slide_title {
		font-size: 24px !important;
		line-height: 1.28 !important;
	}
	body.healfast-divi-site .et_pb_section h1 {
		font-size: 30px !important;
		line-height: 1.25 !important;
	}
	body.healfast-divi-site .healfast-glass-cta h1 {
		font-size: 26px !important;
	}
}

/* ================= Card under the hero: no border line ================= */
body.healfast-divi-site.home #page-container .et_pb_section_1 > .et_pb_row {
	border: 0 !important;
}

/* ================= Our Clinics: no bordered/shadowed shell; flyer at base ================= */
body.page-id-383 .et_pb_row,
body.page-slug-our-clinics .et_pb_row,
body.healfast-divi-site.page .healfast-our-clinics-page + .healfast-flyer-wrap,
body.healfast-divi-site .healfast-our-clinics-page {
	box-shadow: none !important;
}
body.healfast-divi-site .healfast-our-clinics-page + .healfast-flyer-wrap,
body.healfast-divi-site.page-id-383 .healfast-flyer-wrap {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	max-width: 720px;
}
body.healfast-divi-site.page-id-383 #main-content .et_pb_section > .et_pb_row,
body.healfast-divi-site.page-id-383 .healfast-mega-outer--page,
body.healfast-divi-site.page-id-383 .healfast-flyer-figure,
body.healfast-divi-site.page-id-383 .healfast-role-card {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}
body.healfast-divi-site.home #page-container .et_pb_section:not(.healfast-glass-cta) > .et_pb_row {
	border: 0 !important;
	box-shadow: none !important;
}
body.healfast-divi-site.home .et_pb_image img {
	border: 0 !important;
	box-shadow: none !important;
}

body.healfast-divi-site.home .et_pb_image .et_pb_image_wrap,
body.healfast-divi-site.home .et_pb_image .has-box-shadow-overlay,
body.healfast-divi-site.home .et_pb_image {
	box-shadow: none !important;
	border: 0 !important;
	background: transparent !important;
}
body.healfast-divi-site.home .et_pb_image .box-shadow-overlay {
	display: none !important;
}

/* Strip Divi content shell on Our Clinics (white bordered card) */
body.healfast-divi-site.page-id-383 #main-content .et_pb_section,
body.healfast-divi-site.page-id-383 #main-content .et_pb_row,
body.healfast-divi-site.page-id-383 #main-content .et_pb_column,
body.healfast-divi-site.page-id-383 article.page,
body.healfast-divi-site.page-id-383 .entry-content {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
body.healfast-divi-site.page-id-383 #main-content .et_pb_section > .et_pb_row {
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

/* ================= System-wide: centered, consistent page sections ================= */
body.healfast-divi-site:not(.home) #main-content .et_pb_section:not(.et_pb_fullwidth_section):not(.healfast-glass-cta) > .et_pb_row {
	width: 100% !important;
	max-width: 920px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
/* Homepage: center everything after the hero slider */
body.healfast-divi-site.home #main-content .et_pb_section:not(.et_pb_fullwidth_section) > .et_pb_row {
	width: 100% !important;
	max-width: 920px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
body.healfast-divi-site.home #main-content .et_pb_section:not(.et_pb_fullwidth_section) .et_pb_text,
body.healfast-divi-site.home #main-content .et_pb_section:not(.et_pb_fullwidth_section) .et_pb_text_inner,
body.healfast-divi-site.home #main-content .et_pb_section:not(.et_pb_fullwidth_section) .et_pb_blurb,
body.healfast-divi-site.home #main-content .et_pb_section:not(.et_pb_fullwidth_section) .et_pb_button_module_wrapper,
body.healfast-divi-site.home .healfast-flyer-wrap,
body.healfast-divi-site.home .healfast-come,
body.healfast-divi-site.home .healfast-gallery,
body.healfast-divi-site.home .healfast-video {
	text-align: center !important;
}

/* Homepage middle tile: YouTube embed matches neighboring square image cards */
body.healfast-divi-site.home .healfast-home-yt,
body.healfast-divi-site.home .et_pb_code.healfast-home-yt {
	margin: 0 !important;
	width: 100%;
}
body.healfast-divi-site.home .healfast-home-yt .healfast-video {
	margin: 0 !important;
	max-width: 100%;
}
body.healfast-divi-site.home .healfast-home-yt .healfast-video__frame {
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(1, 37, 89, 0.18);
	background: #0a2342;
}
body.healfast-divi-site.home .healfast-home-yt .healfast-video__frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
body.healfast-divi-site.home #main-content .et_pb_text_inner ul,
body.healfast-divi-site.home #main-content .et_pb_text_inner ol {
	display: inline-block;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 36rem;
}
body.healfast-divi-site.home #main-content .et_pb_text_inner p,
body.healfast-divi-site.home #main-content .et_pb_text_inner h1,
body.healfast-divi-site.home #main-content .et_pb_text_inner h2,
body.healfast-divi-site.home #main-content .et_pb_text_inner h3 {
	text-align: center !important;
	color: #16205c;
}
body.healfast-divi-site.home #main-content .healfast-home-hope-list,
body.healfast-divi-site .healfast-home-hope-list {
	display: table;
	width: fit-content;
	max-width: min(36rem, 100%);
	margin: 0.85rem auto 1.35rem !important;
	padding-left: 1.35rem;
	padding-right: 0.5rem;
	list-style: disc;
	text-align: left;
	box-sizing: border-box;
}
body.healfast-divi-site.home #main-content .et_pb_text_inner {
	text-align: center !important;
}
body.healfast-divi-site.home #main-content .et_pb_section:not(.et_pb_fullwidth_section) .et_pb_column {
	text-align: center;
}
body.healfast-divi-site.home #main-content .et_pb_text_inner ul.healfast-home-hope-list,
body.healfast-divi-site.home #main-content .et_pb_text_inner ul {
	display: table !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left !important;
}
body.healfast-divi-site.home #main-content .et_pb_button_module_wrapper {
	display: flex !important;
	justify-content: center !important;
	width: 100%;
}
body.healfast-divi-site:not(.home) #main-content .et_pb_text,
body.healfast-divi-site:not(.home) #main-content .et_pb_text_inner,
body.healfast-divi-site:not(.home) #main-content .et_pb_blurb,
body.healfast-divi-site:not(.home) #main-content .et_pb_button_module_wrapper,
body.healfast-divi-site .healfast-our-clinics-page,
body.healfast-divi-site .healfast-clinics-seg--intro,
body.healfast-divi-site .healfast-clinics-seg--care,
body.healfast-divi-site .healfast-flyer-wrap,
body.healfast-divi-site .healfast-address-band,
body.healfast-divi-site .healfast-teams-page,
body.healfast-divi-site .healfast-vsched {
	text-align: center;
}
body.healfast-divi-site:not(.home) #main-content .et_pb_text_inner ul,
body.healfast-divi-site:not(.home) #main-content .et_pb_text_inner ol {
	display: inline-block;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 36rem;
}
body.healfast-divi-site:not(.home) #main-content .et_pb_text_inner p,
body.healfast-divi-site:not(.home) #main-content .et_pb_text_inner h1,
body.healfast-divi-site:not(.home) #main-content .et_pb_text_inner h2,
body.healfast-divi-site:not(.home) #main-content .et_pb_text_inner h3 {
	text-align: center;
	color: #16205c;
}
/* Policy pages: centered headings + lead; lists remain readable */
body.healfast-divi-site.page-slug-privacy-policy #main-content .et_pb_text_inner,
body.healfast-divi-site.page-slug-terms-of-service #main-content .et_pb_text_inner,
body.healfast-divi-site.page-slug-cookie-policy #main-content .et_pb_text_inner,
body.healfast-divi-site.page-slug-accessibility #main-content .et_pb_text_inner,
body.healfast-divi-site.page-slug-refund-policy #main-content .et_pb_text_inner,
body.healfast-divi-site.page-slug-legacy #main-content .et_pb_text_inner,
body.healfast-divi-site.page-slug-privacy #main-content .et_pb_text_inner,
body.healfast-divi-site.page-slug-privacy-policy #main-content .et_pb_text_inner p,
body.healfast-divi-site.page-slug-privacy-policy #main-content .et_pb_text_inner h1,
body.healfast-divi-site.page-slug-privacy-policy #main-content .et_pb_text_inner h2,
body.healfast-divi-site.page-slug-privacy-policy #main-content .et_pb_text_inner h3,
body.healfast-divi-site.page-slug-terms-of-service #main-content .et_pb_text_inner p,
body.healfast-divi-site.page-slug-terms-of-service #main-content .et_pb_text_inner h1,
body.healfast-divi-site.page-slug-terms-of-service #main-content .et_pb_text_inner h2,
body.healfast-divi-site.page-slug-terms-of-service #main-content .et_pb_text_inner h3,
body.healfast-divi-site.page-slug-cookie-policy #main-content .et_pb_text_inner p,
body.healfast-divi-site.page-slug-cookie-policy #main-content .et_pb_text_inner h1,
body.healfast-divi-site.page-slug-cookie-policy #main-content .et_pb_text_inner h2,
body.healfast-divi-site.page-slug-cookie-policy #main-content .et_pb_text_inner h3,
body.healfast-divi-site.page-slug-accessibility #main-content .et_pb_text_inner p,
body.healfast-divi-site.page-slug-accessibility #main-content .et_pb_text_inner h1,
body.healfast-divi-site.page-slug-accessibility #main-content .et_pb_text_inner h2,
body.healfast-divi-site.page-slug-accessibility #main-content .et_pb_text_inner h3,
body.healfast-divi-site.page-slug-refund-policy #main-content .et_pb_text_inner p,
body.healfast-divi-site.page-slug-refund-policy #main-content .et_pb_text_inner h1,
body.healfast-divi-site.page-slug-refund-policy #main-content .et_pb_text_inner h2,
body.healfast-divi-site.page-slug-refund-policy #main-content .et_pb_text_inner h3,
body.healfast-divi-site.page-slug-legacy #main-content .et_pb_text_inner p,
body.healfast-divi-site.page-slug-legacy #main-content .et_pb_text_inner h1,
body.healfast-divi-site.page-slug-legacy #main-content .et_pb_text_inner h2,
body.healfast-divi-site.page-slug-legacy #main-content .et_pb_text_inner h3 {
	text-align: center !important;
}
body.healfast-divi-site:not(.home) #main-content .healfast-legal,
body.healfast-divi-site:not(.home) #main-content .healfast-legacy-hub {
	max-width: min(920px, calc(100% - 32px)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
body.healfast-divi-site:not(.home) #main-content .et_pb_button_module_wrapper {
	display: flex !important;
	justify-content: center !important;
	width: 100%;
}
body.healfast-divi-site:not(.home) #main-content .et_pb_button {
	max-width: min(280px, 100%);
	white-space: normal;
	text-align: center;
	line-height: 1.25 !important;
	padding: 0.7rem 1.25rem !important;
	font-size: 15px !important;
}

/* Mobile: force centered page content sitewide */
@media (max-width: 767px) {
	body.healfast-divi-site #main-content .et_pb_section:not(.et_pb_fullwidth_section) > .et_pb_row {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
	body.healfast-divi-site #main-content .et_pb_text,
	body.healfast-divi-site #main-content .et_pb_text_inner,
	body.healfast-divi-site #main-content .et_pb_blurb,
	body.healfast-divi-site #main-content .et_pb_button_module_wrapper,
	body.healfast-divi-site .healfast-std-page,
	body.healfast-divi-site .healfast-std-prose,
	body.healfast-divi-site .healfast-legal,
	body.healfast-divi-site .healfast-legacy-hub,
	body.healfast-divi-site .healfast-our-clinics-page,
	body.healfast-divi-site .healfast-teams-page,
	body.healfast-divi-site .healfast-vsched,
	body.healfast-divi-site .healfast-flyer-wrap,
	body.healfast-divi-site .healfast-address-band,
	body.healfast-divi-site .healfast-page-cta {
		text-align: center !important;
	}
	body.healfast-divi-site .healfast-contact-form__title {
		text-align: center !important;
	}
	body.healfast-divi-site .healfast-contact-form,
	body.healfast-divi-site .healfast-contact-form label,
	body.healfast-divi-site .healfast-contact-form input,
	body.healfast-divi-site .healfast-contact-form textarea {
		text-align: left !important;
	}
	body.healfast-divi-site #main-content .et_pb_text_inner p,
	body.healfast-divi-site #main-content .et_pb_text_inner h1,
	body.healfast-divi-site #main-content .et_pb_text_inner h2,
	body.healfast-divi-site #main-content .et_pb_text_inner h3,
	body.healfast-divi-site .healfast-legal p,
	body.healfast-divi-site .healfast-legal h2,
	body.healfast-divi-site .healfast-legal h3 {
		text-align: center !important;
	}
	body.healfast-divi-site #main-content .et_pb_text_inner ul,
	body.healfast-divi-site #main-content .et_pb_text_inner ol,
	body.healfast-divi-site .healfast-legal ul,
	body.healfast-divi-site .healfast-legal ol {
		display: inline-block;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	body.healfast-divi-site #main-content .et_pb_button_module_wrapper,
	body.healfast-divi-site .healfast-page-cta,
	body.healfast-divi-site .healfast-flyer-actions {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center !important;
		align-items: center;
		gap: 0.65rem;
	}
}

/* The Plan: compact Contact us CTA + centered partnership copy */
body.page-id-46 #main-content .et_pb_button_0,
body.page-id-46 #main-content a.et_pb_button_0 {
	max-width: 200px !important;
	font-size: 14px !important;
	padding: 0.55rem 1.1rem !important;
	min-height: 0 !important;
}
body.page-id-46 #main-content .et_pb_row .et_pb_column {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
}
body.page-id-46 #main-content .et_pb_image,
body.page-id-46 #main-content img[src*="Healtfast_Icon"] {
	display: none !important;
}
body.page-id-46 #main-content .et_pb_section:not(.et_pb_fullwidth_section):not(.healfast-glass-cta) {
	text-align: center;
}

/* Keep header nav consistent: logo left, links grouped */
body.healfast-divi-site .et-l--header .et_pb_menu .et_pb_menu_inner_container,
body.healfast-divi-site #main-header .container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* ================= Proactive Care Plan (PCP) announcement ================= */
.healfast-pcp {
	max-width: min(1180px, calc(100% - 32px));
	margin: 2rem auto;
	padding: 1.5rem 1.25rem 1.75rem;
	background: linear-gradient(165deg, rgba(195, 224, 24, 0.14) 0%, #fff 40%, #fff 100%);
	border: 1px solid rgba(1, 37, 89, 0.1);
	border-radius: var(--hf-radius-sm, 16px);
	box-shadow: var(--hf-shadow, 0 10px 28px rgba(16, 32, 92, 0.08));
}
.healfast-pcp__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
	gap: 1.5rem 1.75rem;
	align-items: start;
}
.healfast-pcp__header { text-align: left; margin-bottom: 1.25rem; }
.healfast-pcp__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #00a86b;
}
.healfast-pcp__title {
	margin: 0 0 0.75rem;
	color: #012559;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	line-height: 1.2;
}
.healfast-pcp__lead,
.healfast-pcp__price {
	margin: 0 0 0.55rem;
	max-width: 40rem;
	color: #334155;
	line-height: 1.55;
}
.healfast-pcp__price { font-weight: 700; color: #012559; }
.healfast-pcp__ailments-intro { margin: 0 0 0.75rem; font-weight: 600; color: #012559; }
.healfast-pcp__list {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
	columns: 2;
	column-gap: 1.5rem;
}
.healfast-pcp__list li {
	break-inside: avoid;
	margin: 0 0 0.4rem;
	color: #334155;
	line-height: 1.4;
}
.healfast-pcp__plus {
	margin: 0 0 0.65rem;
	padding: 0.85rem 1rem;
	background: rgba(1, 37, 89, 0.05);
	border-left: 4px solid #c3e018;
	border-radius: 0 10px 10px 0;
	color: #012559;
	line-height: 1.5;
}
.healfast-pcp__note { margin: 0 0 1.25rem; font-size: 0.92rem; color: #64748b; line-height: 1.5; }
.healfast-pcp__meta { text-align: left; }
.healfast-pcp__meta p { margin: 0 0 0.7rem; max-width: 40rem; color: #475569; line-height: 1.55; }
.healfast-pcp__meta a { color: #00a86b; font-weight: 700; text-decoration: none; }
/* PCP purchase/WhatsApp CTAs removed from Home — keep hidden if old markup returns */
.healfast-pcp__actions,
body.home .healfast-pcp a.healfast-pay-link,
body.home .healfast-pcp a[href*="wa.me"],
body.home .healfast-pcp a[href*="whatsapp"] {
	display: none !important;
}
.healfast-pcp__flyer {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.healfast-pcp__flyer img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(1, 37, 89, 0.14);
}
@media (max-width: 900px) {
	.healfast-pcp__layout { grid-template-columns: 1fr; }
	.healfast-pcp__flyer {
		order: -1;
		max-width: 420px;
		margin: 0 auto;
	}
	.healfast-pcp__header,
	.healfast-pcp__meta { text-align: center; }
	.healfast-pcp__lead,
	.healfast-pcp__price,
	.healfast-pcp__meta p { margin-left: auto; margin-right: auto; }
	.healfast-pcp__actions { justify-content: center; }
	.healfast-pcp__list { columns: 1; }
}
@media (max-width: 640px) {
	.healfast-pcp__list { columns: 1; }
}

/* ================= Home sponsored band: lemon card (replace photo bg) ================= */
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta {
	background-image: none !important;
	background-color: transparent !important;
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4:before,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta:before {
	content: none !important;
}
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 > .et_pb_row,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta > .et_pb_row {
	background: linear-gradient(135deg, #cfe11a 0%, #d9e01c 55%, #e3e232 100%) !important;
	border: 0 !important;
	border-radius: 22px !important;
	box-shadow: 0 18px 40px rgba(1, 37, 89, 0.16) !important;
	padding: 2rem 1.75rem !important;
	width: min(92%, 1080px) !important;
	max-width: 1080px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 h1,
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 h2,
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 .et_pb_text_inner,
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 p,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta h1,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta .et_pb_text_inner,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta p {
	color: #012559 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	letter-spacing: 0.03em !important;
	text-shadow: none !important;
}
/* SUPPORT PATIENTS AND FAMILIES — section headline (scaled down from display size) */
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 h1,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta h1,
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 .healfast-sponsored-headline,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta .healfast-sponsored-headline {
	display: block !important;
	font-weight: 800 !important;
	font-size: clamp(1.55rem, 3.2vw, 2.25rem) !important;
	line-height: 1.2 !important;
	margin: 0.35rem 0 0 !important;
}
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 .et_pb_text_inner.healfast-sponsored-headline-wrap,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta .et_pb_text_inner.healfast-sponsored-headline-wrap {
	font-size: inherit !important;
	line-height: 1.2 !important;
}
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 .healfast-sponsored-eyebrow,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta .healfast-sponsored-eyebrow {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.45rem !important;
	margin: 0 0 0.55rem !important;
	font-size: clamp(0.95rem, 1.6vw, 1.2rem) !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: #012559 !important;
	line-height: 1.3 !important;
}
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 .healfast-sponsored-eyebrow__heart,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta .healfast-sponsored-eyebrow__heart {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 1.35em !important;
	height: 1.35em !important;
	font-size: 1.15em !important;
	line-height: 1 !important;
	color: #b91c1c !important;
	flex: 0 0 auto !important;
}
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 .et_pb_button,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta .et_pb_button {
	background-color: #012559 !important;
	border-color: #012559 !important;
	color: #d9e01c !important;
	text-transform: uppercase !important;
	letter-spacing: 0.04em !important;
}
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 .et_pb_button:hover,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta .et_pb_button:hover {
	background-color: #163a7a !important;
	border-color: #163a7a !important;
	color: #e7ef5a !important;
}
body.healfast-divi-site.home #page-container .et_pb_section.et_pb_section_4 .et_pb_button_module_wrapper,
body.healfast-divi-site.home #page-container .et_pb_section.healfast-glass-cta .et_pb_button_module_wrapper {
	display: flex !important;
	justify-content: center !important;
	width: 100%;
}

/* Home hope headline after hero */
body.healfast-divi-site.home #page-container .et_pb_section_1 h1,
body.healfast-divi-site.home #page-container .et_pb_section_1 .et_pb_text_inner h1 {
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #012559 !important;
}
