/**
 * HealFast — brand green #00A86B (Divi child, complements DB + uploads restore).
 */

:root {
	--healfast-brand: #00A86B;
	--healfast-brand-dark: #008f5c;
	--healfast-brand-soft: rgba(0, 168, 107, 0.15);
}

body.healfast-divi-site a:not(.et_pb_button):not(.et_pb_menu__logo-link):hover,
body.healfast-divi-site .et_pb_text a:hover {
	color: var(--healfast-brand) !important;
}

/* Primary-style Divi buttons */
body.healfast-divi-site .et_pb_button,
body.healfast-divi-site a.et_pb_button {
	background-color: var(--healfast-brand) !important;
	border-color: var(--healfast-brand) !important;
	color: #fff !important;
}

body.healfast-divi-site .et_pb_button:hover,
body.healfast-divi-site a.et_pb_button:hover {
	background-color: var(--healfast-brand-dark) !important;
	border-color: var(--healfast-brand-dark) !important;
	color: #fff !important;
}

/* Outline / alternate modules */
body.healfast-divi-site .et_pb_button.et_pb_button_0.et_pb_bg_layout_light,
body.healfast-divi-site .et_pb_promo_button {
	border-color: var(--healfast-brand) !important;
	color: var(--healfast-brand) !important;
}

body.healfast-divi-site .et_pb_promo_button:hover {
	background-color: var(--healfast-brand) !important;
	color: #fff !important;
}

/* Menu hover */
body.healfast-divi-site #top-menu-nav .current-menu-item > a,
body.healfast-divi-site #top-menu-nav li a:hover {
	color: var(--healfast-brand) !important;
}

/* Footer links */
body.healfast-divi-site #footer a:hover {
	color: var(--healfast-brand) !important;
}

/* Focus */
body.healfast-divi-site a:focus-visible,
body.healfast-divi-site .et_pb_button:focus-visible {
	outline: 2px solid var(--healfast-brand);
	outline-offset: 2px;
}

/* Optional: header logo max width (custom logo in Divi Theme Options) */
body.healfast-divi-site #logo img,
body.healfast-divi-site .logo_container img {
	max-height: 72px;
	width: auto;
}

@media (max-width: 980px) {
	body.healfast-divi-site #logo img,
	body.healfast-divi-site .logo_container img {
		max-height: 56px;
	}
}

/* ---- v1.2 — hero / slider titles: brand green (replaces cyan) ---- */
body.healfast-divi-site .et_pb_slider .et_pb_slide_description .et_pb_slide_title,
body.healfast-divi-site .et_pb_fullwidth_slider .et_pb_slide_description .et_pb_slide_title {
	color: var(--healfast-brand) !important;
}

/* Slider “Learn more” style buttons — readable on photography */
body.healfast-divi-site .et_pb_slide .et_pb_more_button {
	color: #fff !important;
}

/* Theme Builder footer bar links */
body.healfast-divi-site .et-l--footer a {
	color: #fff !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.healfast-divi-site .et-l--footer a:hover {
	color: var(--healfast-brand) !important;
}

/* Our Clinic UI */
.healfast-clinic-nav {
	max-width: 520px;
	margin: 0 auto 2rem;
	padding: 1.5rem;
	border-radius: 12px;
	background: var(--healfast-brand-soft);
	border: 1px solid rgba(0, 168, 107, 0.25);
}
.healfast-clinic-lead {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	line-height: 1.5;
}
.healfast-clinic-field {
	margin-bottom: 1rem;
}
.healfast-clinic-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
	color: #012559;
}
.healfast-clinic-select {
	width: 100%;
	padding: 0.65rem 0.75rem;
	border-radius: 8px;
	border: 1px solid #c5d4e0;
	font-size: 1rem;
	background: #fff;
}
.healfast-clinic-hint {
	margin: 0.5rem 0 0;
}
.healfast-clinic-go {
	font-weight: 600;
	color: var(--healfast-brand) !important;
}

/* Teams grid */
.healfast-teams-page {
	max-width: 1100px;
	margin: 0 auto;
}
.healfast-teams-heading {
	color: #012559;
	margin-bottom: 0.35rem;
}
.healfast-teams-sub {
	color: #555;
	margin: 0 0 2rem;
}
.healfast-teams-section-title {
	color: var(--healfast-brand);
	font-size: 1.15rem;
	margin: 2rem 0 0.75rem;
	border-bottom: 2px solid var(--healfast-brand-soft);
	padding-bottom: 0.35rem;
}
.healfast-team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.25rem;
	margin-bottom: 0.5rem;
}
.healfast-team-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1.25rem 1.35rem;
	box-shadow: 0 4px 14px rgba(1, 37, 89, 0.06);
}
.healfast-team-role {
	margin: 0 0 0.35rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--healfast-brand);
}
.healfast-team-name {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: #012559;
}
.healfast-team-bio {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #444;
}
