:root {
	--bh-primary: #339ccc;
	--bh-primary-strong: #267aa0;
	--bh-ink: #333333;
	--bh-bg: #e2e3e5;
	--bh-surface: #ffffff;
}

#behealth .section-kicker {
	color: var(--bh-primary);
}

#behealth .product-band {
	position: relative;
	overflow: hidden;
	border-radius: var(--bt-radius-xl);
	padding: clamp(1.35rem, 3vw, 2.3rem);
}

#behealth .product-band::after {
	content: "";
	position: absolute;
	inset: auto -10% -38% auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
}

#behealth .product-band > * {
	position: relative;
	z-index: 1;
}

#behealth .product-band--behealth {
	background:
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.2), transparent 24%),
		linear-gradient(120deg, #1e5f7b 0%, #267aa0 45%, #339ccc 100%);
	color: #ffffff;
	box-shadow: 0 18px 42px rgba(38, 122, 160, 0.28);
}

#behealth .product-band--behealth .section-kicker,
#behealth .product-band--behealth h1,
#behealth .product-band--behealth h2,
#behealth .product-band--behealth h3,
#behealth .product-band--behealth p,
#behealth .product-band--behealth li,
#behealth .product-band--behealth strong {
	color: inherit;
}

#behealth .product-band--soft {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(236, 246, 250, 0.98) 56%, rgba(224, 236, 242, 0.94) 100%);
	border: 1px solid rgba(51, 156, 204, 0.2);
	box-shadow: 0 14px 34px rgba(38, 122, 160, 0.12);
}

#behealth .product-band--soft::after {
	background: rgba(51, 156, 204, 0.14);
}

#behealth .product-lockup {
	display: inline-flex;
	flex-direction: column;
	gap: 0.35rem;
}

#behealth .product-band--behealth .product-lockup {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(51, 156, 204, 0.28);
	border-radius: 1rem;
	padding: 0.85rem 1rem;
	box-shadow: 0 10px 24px rgba(20, 70, 95, 0.2);
	width: fit-content;
	max-width: 100%;
}

#behealth .product-mark {
	width: clamp(140px, 30vw, 200px);
	height: auto;
}

#behealth .product-lockup-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	width: fit-content;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	padding: 0.4rem 0.8rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

#behealth .product-lockup-title {
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 0.95;
	margin: 0;
}

#behealth .product-lockup-subtitle {
	font-size: 0.98rem;
	opacity: 0.9;
	margin: 0;
}

#behealth .product-chip-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

#behealth .product-chip {
	border-radius: 1rem;
	padding: 0.95rem 1rem;
	min-height: 100%;
}

#behealth .product-band--behealth .product-chip {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

#behealth .product-band--soft .product-chip {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(51, 156, 204, 0.18);
}

#behealth .product-chip strong {
	display: block;
	font-size: 0.96rem;
	margin-bottom: 0.25rem;
}

#behealth .product-chip span {
	display: block;
	font-size: 0.88rem;
	color: var(--bt-muted);
}

#behealth .product-band--behealth .product-chip span {
	color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 767.98px) {
	#behealth .product-chip-grid {
		grid-template-columns: 1fr;
	}
}
