/* Home hospitals hero — match minimal design mockup */
.hh-hero {
	--hh-teal: #08736f;
	--hh-teal-deep: #065c59;
	--hh-navy: #123b73;
	--hh-ink: #16324f;
	--hh-muted: #66788a;
	--hh-border: #dce8ee;
	--hh-mint: #eaf8f5;
	--hh-mint-bar: #f2fbf9;
	--hh-orange: #f97316;
	position: relative;
	padding: 28px 0 48px;
	background:
		radial-gradient(ellipse 48% 42% at 88% 18%, rgba(8, 115, 111, 0.08), transparent 62%),
		linear-gradient(180deg, #f7fcfb 0%, #fff 46%, #fff 100%);
	overflow: hidden;
}
.hh-hero__inner { position: relative; z-index: 1; }
.hh-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 28px 36px;
	align-items: start;
}
.hh-hero__eyebrow {
	margin: 0 0 12px;
	color: #8a9693;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.hh-hero #OurLeftbanner {
	padding: 0;
	background: transparent;
}
.hh-hero__copy {
	text-align: left;
}
@media (min-width: 992px) {
	.hh-hero__copy {
		margin-top: 48px;
	}
}
.hh-hero__identity {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0 0 18px;
	background: transparent;
	box-shadow: none;
	border: 0;
	padding: 0;
}
.hh-hero__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 2px;
	line-height: 1.15;
	background: transparent;
}
.hh-hero__brand strong,
.hh-hero__brand span {
	color: #0f2f5b !important;
	font-family: Poppins, sans-serif !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	white-space: nowrap;
	-webkit-text-fill-color: currentColor;
}
.hh-hero__title {
	margin: 0 0 16px;
	max-width: none;
	color: #0f2f5b !important;
	font-family: Poppins, sans-serif !important;
	font-size: clamp(32px, 3vw, 40px) !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.025em;
	background: none !important;
	-webkit-text-fill-color: currentColor;
	text-align: left;
}
.hh-hero__title-line {
	display: block;
}
.hh-hero__title-line--lead {
	white-space: nowrap;
}
.hh-hero__lead {
	margin: 0 0 26px;
	max-width: 36em;
	color: #6b7c88;
	font-family: Poppins, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
	text-align: left;
}

.hh-hero__proofs {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px 24px;
	margin: 0 0 28px;
	padding: 0;
	max-width: 680px;
}
.hh-hero__proof {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}
.hh-hero__proof-icon {
	flex: 0 0 52px !important;
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	min-height: 52px !important;
	max-width: 52px !important;
	max-height: 52px !important;
	aspect-ratio: 1 / 1 !important;
	box-sizing: border-box !important;
	display: block !important;
	align-self: center !important;
	border-radius: 0 !important;
	background: none !important;
	overflow: visible !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	transform: none !important;
}
.hh-hero__proof-icon svg {
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	min-height: 52px !important;
	max-width: 52px !important;
	max-height: 52px !important;
	aspect-ratio: 1 / 1 !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	flex-shrink: 0 !important;
}
.hh-hero__proof-icon img {
	display: none !important;
}
.hh-hero__proof-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}
.hh-hero__proof-text strong {
	color: var(--hh-ink);
	font-family: Poppins, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
}
.hh-hero__proof-text span {
	color: var(--hh-muted);
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.hh-hero__cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 22px;
	position: relative;
	z-index: 3;
}
.hh-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 12px 24px;
	border: none;
	border-radius: 12px;
	background: var(--hh-teal);
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(8, 115, 111, 0.22);
	transition: background 0.2s ease, transform 0.2s ease;
}
.hh-hero__cta:hover,
.hh-hero__cta:focus {
	background: var(--hh-teal-deep);
	color: #fff;
	transform: translateY(-1px);
}
.hh-hero__learn {
	color: var(--hh-teal);
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.hh-hero__learn:hover { color: var(--hh-teal-deep); }

.hh-hero__media--mobile { display: none; margin: 0 0 18px; }
.hh-hero__carousel {
	width: 100%;
	max-width: none;
	margin-left: 0;
	position: relative;
}
.hh-hero__tabs {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0 0 12px;
	position: relative;
	z-index: 3;
}
.hh-hero__tab {
	appearance: none;
	min-height: 38px;
	padding: 8px 20px;
	border-radius: 999px;
	border: 1.5px solid var(--hh-teal);
	background: #fff;
	color: var(--hh-teal);
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}
.hh-hero__tab:hover,
.hh-hero__tab:focus {
	background: var(--hh-mint);
	outline: none;
}
.hh-hero__tab.is-active {
	background: var(--hh-teal);
	border-color: var(--hh-teal);
	color: #fff;
}
.hh-hero__frame {
	position: relative;
	padding-top: 22px;
}
.hh-hero__blob {
	position: absolute;
	right: -8%;
	top: 12%;
	width: 70%;
	max-width: 360px;
	height: auto;
	z-index: 0;
	pointer-events: none;
	user-select: none;
}
.hh-hero__img-link {
	position: relative;
	z-index: 1;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 14px 36px rgba(8, 115, 111, 0.14);
}
.hh-hero__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: opacity 0.25s ease;
}

/* Proof option cards — 4 cards under hero (cancer-types card language) */
.hh-proof-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
	margin: 36px auto 0;
}
.hh-proof-card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	min-height: 0;
	padding: 18px 16px;
	text-align: left;
	background: #fff;
	border: 1.5px solid rgba(4, 100, 97, 0.08);
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(30, 58, 95, 0.06);
	color: #1e3a5f;
	font-family: Poppins, sans-serif;
}
.hh-proof-card__icon {
	flex: 0 0 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	min-width: 56px;
	min-height: 56px;
	line-height: 0;
}
.hh-proof-card__icon img {
	display: block;
	width: 56px !important;
	height: 56px !important;
	max-width: 56px !important;
	max-height: 56px !important;
	object-fit: contain;
}
.hh-proof-card__content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.hh-proof-card__label {
	line-height: 1.3;
	font-size: 14px;
	font-weight: 700;
	color: #1e3a5f;
}
.hh-proof-card__desc {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: #6b7c8f;
}
.hh-proof-card--teal .hh-proof-card__label { color: #08736F; }
.hh-proof-card--blue .hh-proof-card__label { color: #2F6FED; }
.hh-proof-card--orange .hh-proof-card__label { color: #E76943; }
.hh-proof-card--red .hh-proof-card__label { color: #D12026; }

@media (max-width: 1199px) {
	.hh-proof-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.hh-hero__grid { grid-template-columns: 1fr; gap: 8px; }
	.hh-hero__media--desktop { display: none; }
	.hh-hero__media--mobile { display: block; }
	.hh-hero__carousel { max-width: none; margin: 0; }
	.hh-hero__tabs { justify-content: center; }
	.hh-hero__title { font-size: clamp(24px, 7vw, 30px) !important; max-width: none; }
	.hh-hero__title-line--lead { white-space: normal; }
	.hh-hero__proofs { grid-template-columns: 1fr; max-width: none; gap: 14px; }
	.hh-hero__proof-icon {
		flex: 0 0 48px !important;
		width: 48px !important;
		height: 48px !important;
		min-width: 48px !important;
		min-height: 48px !important;
		max-width: 48px !important;
		max-height: 48px !important;
	}
	.hh-hero__proof-icon svg {
		width: 48px !important;
		height: 48px !important;
		min-width: 48px !important;
		min-height: 48px !important;
		max-width: 48px !important;
		max-height: 48px !important;
	}
	.hh-hero__cta { width: 100%; }
	.hh-hero__cta-row { flex-direction: column; align-items: stretch; }
	.hh-hero__learn { text-align: center; }
	.hh-hero__brand strong,
	.hh-hero__brand span { font-size: 20px; }
	.hh-hero__blob { display: none; }

	.hh-proof-cards {
		margin-top: 28px;
		gap: 12px;
	}
}

@media (max-width: 575px) {
	.hh-hero { padding: 14px 0 28px; }
	.hh-hero__title { font-size: clamp(22px, 6.4vw, 26px) !important; line-height: 1.22 !important; }
	.hh-hero__title-line--lead {
		white-space: normal;
	}
	.hh-hero__lead { font-size: 15px; }
	.hh-hero__img { max-height: 240px; aspect-ratio: 8 / 5; }
	.hh-hero__brand strong,
	.hh-hero__brand span { font-size: 18px; }

	.hh-proof-cards {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.hh-proof-card {
		padding: 14px 12px;
		gap: 12px;
	}
	.hh-proof-card__icon,
	.hh-proof-card__icon img {
		width: 48px !important;
		height: 48px !important;
		max-width: 48px !important;
		max-height: 48px !important;
		min-width: 48px;
		min-height: 48px;
		flex-basis: 48px;
	}
	.hh-proof-card__label { font-size: 13px; }
	.hh-proof-card__desc { font-size: 11.5px; }
}

@media (prefers-reduced-motion: reduce) {
	.hh-hero__cta,
	.hh-hero__img { animation: none; transition: none; }
}

