/* ==========================================================================
   Home-2 v6.5 — Color scheme only (layout unchanged)
   Balanced light/dark + ExcelAmino-inspired footer on Home-2
   ========================================================================== */

.fp-home-v2 {
	--hv2-navy: #082f63;
	--hv2-navy-2: #0e2240;
	--hv2-navy-hover: #0a3560;
	--hv2-teal: #4fd1c5;
	--hv2-teal-bright: #6ee7e7;
	--hv2-cream: #f4f8fc;
	--hv2-cream-2: #e8f1fa;
	--hv2-gray: #f4f8fc;
	--hv2-white: #ffffff;
	--hv2-text: #2b4563;
	--hv2-text-muted: #5a7494;
	--hv2-trust-green: #00b67a;
	--hv2-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--hv2-radius-lg: 20px;
	--hv2-radius-xl: 28px;
	--hv2-shadow: 0 10px 40px rgba(8, 47, 99, 0.08);
	--hv2-shadow-lg: 0 24px 64px rgba(8, 47, 99, 0.11);
}

.fp-home-v2 #main,
.fp-home-v2 .site-main {
	margin: 0 !important;
	padding-top: 0 !important;
}

.hv2-page {
	overflow-x: hidden;
	background: linear-gradient(180deg, var(--hv2-cream) 0%, #f8fbfe 50%, var(--hv2-cream) 100%);
	color: var(--hv2-text);
}

/* Shared typography */
.hv2-serif-title {
	font-family: var(--hv2-serif);
	font-size: clamp(2rem, 4.2vw, 3.25rem);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: var(--hv2-navy);
	margin: 0;
}

.hv2-serif-title em {
	font-style: italic;
	color: var(--hv2-teal);
}

.hv2-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--hv2-navy);
	text-decoration: none;
	transition: color 0.2s ease;
}

.hv2-text-link:hover {
	color: var(--hv2-teal);
}

/* Buttons */
.hv2-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 28px;
	border-radius: 999px;
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hv2-btn--primary {
	background: var(--hv2-navy);
	color: #fff;
	box-shadow: 0 8px 24px rgba(8, 47, 99, 0.22);
}

.hv2-btn--primary:hover {
	background: var(--hv2-navy-hover);
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(8, 47, 99, 0.28);
}

.hv2-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.35);
}

.hv2-btn--ghost:hover {
	border-color: rgba(255, 255, 255, 0.65);
	background: rgba(255, 255, 255, 0.06);
}

.hv2-btn--compact {
	padding: 12px 22px;
	font-size: 0.875rem;
}

.hv2-btn--shine {
	position: relative;
	overflow: hidden;
}

.hv2-btn--shine::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
	transform: translateX(-120%);
	animation: hv2-shine 4s ease-in-out infinite;
}

@keyframes hv2-shine {
	0%, 70% { transform: translateX(-120%); }
	100% { transform: translateX(120%); }
}

[data-hv2-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-hv2-reveal].is-visible {
	opacity: 1;
	transform: none;
}

/* ==========================================================================
   Hero — centered diamond
   ========================================================================== */
.hv2-hero {
	position: relative;
	background: var(--hv2-navy);
	color: #fff;
	padding: clamp(64px, 9vw, 108px) 0 clamp(48px, 7vw, 72px);
	overflow: hidden;
	min-height: min(92vh, 920px);
	display: flex;
	align-items: center;
}

.hv2-hero__container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.hv2-hero__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 50% 42% at 50% 42%, rgba(79, 209, 197, 0.22) 0%, transparent 62%),
		radial-gradient(ellipse 35% 28% at 80% 20%, rgba(110, 231, 231, 0.1) 0%, transparent 55%),
		linear-gradient(180deg, #082f63 0%, #0a2648 50%, #0e2240 100%);
}

.hv2-hero__grid-lines {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
	animation: hv2-grid-drift 24s linear infinite;
}

@keyframes hv2-grid-drift {
	from { background-position: 0 0, 0 0; }
	to { background-position: 48px 48px, 48px 48px; }
}

.hv2-hero__aurora {
	position: absolute;
	inset: -20%;
	background:
		conic-gradient(from 210deg at 50% 45%, transparent, rgba(110, 231, 231, 0.14), transparent 35%, rgba(79, 209, 197, 0.1), transparent 70%);
	filter: blur(40px);
	animation: hv2-aurora 12s ease-in-out infinite alternate;
	opacity: 0.8;
}

@keyframes hv2-aurora {
	from { transform: rotate(0deg) scale(1); }
	to { transform: rotate(12deg) scale(1.08); }
}

.hv2-hero__particles {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hv2-hero__particle {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--hv2-teal-bright);
	box-shadow: 0 0 10px rgba(110, 231, 231, 0.8);
	left: calc(8% + (var(--i) * 5.2%));
	top: calc(12% + ((var(--i) * 17) % 70));
	animation: hv2-particle 6s ease-in-out infinite;
	animation-delay: calc(var(--i) * -0.35s);
	opacity: 0.35;
}

@keyframes hv2-particle {
	0%, 100% { transform: translateY(0) scale(1); opacity: 0.25; }
	50% { transform: translateY(-18px) scale(1.3); opacity: 0.85; }
}

.hv2-hero__stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(340px, 48vw, 480px);
	margin-bottom: clamp(40px, 6vw, 64px);
}

.hv2-hero__diamond {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.hv2-hero__diamond-shape {
	width: clamp(220px, 34vw, 380px);
	aspect-ratio: 1;
	transform: rotate(45deg);
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(110, 231, 231, 0.12) 0%, rgba(79, 209, 197, 0.04) 50%, rgba(255, 255, 255, 0.02) 100%);
	border: 1px solid rgba(110, 231, 231, 0.22);
	box-shadow:
		0 0 80px rgba(79, 209, 197, 0.2),
		inset 0 0 40px rgba(110, 231, 231, 0.08);
	animation: hv2-diamond-pulse 5s ease-in-out infinite;
}

.hv2-hero__diamond-ring {
	position: absolute;
	border: 1px solid rgba(110, 231, 231, 0.18);
	border-radius: 28px;
	transform: rotate(45deg);
}

.hv2-hero__diamond-ring--1 {
	width: clamp(260px, 40vw, 440px);
	aspect-ratio: 1;
	animation: hv2-ring-spin 20s linear infinite;
}

.hv2-hero__diamond-ring--2 {
	width: clamp(300px, 46vw, 500px);
	aspect-ratio: 1;
	opacity: 0.5;
	animation: hv2-ring-spin 28s linear infinite reverse;
}

.hv2-hero__diamond-ring--3 {
	width: clamp(340px, 52vw, 560px);
	aspect-ratio: 1;
	opacity: 0.25;
	animation: hv2-ring-spin 36s linear infinite;
}

@keyframes hv2-diamond-pulse {
	0%, 100% { transform: rotate(45deg) scale(1); opacity: 0.9; }
	50% { transform: rotate(45deg) scale(1.04); opacity: 1; }
}

@keyframes hv2-ring-spin {
	from { transform: rotate(45deg); }
	to { transform: rotate(405deg); }
}

.hv2-hero__headline {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.hv2-hero__title {
	font-family: var(--hv2-serif);
	margin: 0 0 22px;
}

.hv2-hero__title-line {
	display: block;
	font-size: clamp(2.75rem, 7vw, 5rem);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.hv2-hero__title-line em {
	font-style: italic;
	color: var(--hv2-teal-bright);
}

.hv2-hero__lead {
	font-size: clamp(1rem, 1.8vw, 1.125rem);
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.68);
	max-width: 620px;
	margin: 0 auto 30px;
}

.hv2-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-bottom: 34px;
}

.hv2-hero__mini-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(24px, 5vw, 48px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.hv2-hero__mini-stats li {
	text-align: center;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.55);
}

.hv2-hero__mini-stats strong {
	display: block;
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 700;
	color: var(--hv2-teal-bright);
	line-height: 1.1;
	margin-bottom: 4px;
}

/* Hero category carousel */
.hv2-hero__categories {
	position: relative;
	z-index: 2;
}

.hv2-hero__categories-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.hv2-hero__categories-label {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.5);
}

.hv2-hero__categories-nav {
	display: flex;
	gap: 10px;
}

.hv2-hero__cat-btn {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hv2-hero__cat-btn:hover {
	background: rgba(79, 209, 197, 0.25);
	border-color: rgba(110, 231, 231, 0.45);
	transform: scale(1.05);
}

.hv2-hero__cat-carousel {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.hv2-hero__cat-track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 8px 4px 16px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	cursor: grab;
}

.hv2-hero__cat-track::-webkit-scrollbar {
	display: none;
}

.hv2-hero__cat-card {
	position: relative;
	flex: 0 0 clamp(200px, 24vw, 240px);
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 22px 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	transform: translateY(12px);
	opacity: 0;
	animation: hv2-cat-enter 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: var(--delay, 0s);
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

@keyframes hv2-cat-enter {
	to { opacity: 1; transform: translateY(0); }
}

.hv2-hero__cat-card:hover {
	transform: translateY(-6px);
	border-color: rgba(110, 231, 231, 0.45);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28), 0 0 24px rgba(79, 209, 197, 0.2);
}

.hv2-hero__cat-glow {
	position: absolute;
	inset: auto -20% -40% -20%;
	height: 80%;
	background: radial-gradient(circle, rgba(110, 231, 231, 0.2), transparent 70%);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.hv2-hero__cat-card:hover .hv2-hero__cat-glow {
	opacity: 1;
}

.hv2-hero__cat-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(79, 209, 197, 0.18);
	color: var(--hv2-teal-bright);
}

.hv2-hero__cat-name {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.3;
}

.hv2-hero__cat-count {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.5);
}

.hv2-hero__cat-arrow {
	margin-top: auto;
	color: var(--hv2-teal-bright);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.hv2-hero__cat-card:hover .hv2-hero__cat-arrow {
	opacity: 1;
	transform: none;
}

/* ==========================================================================
   Trust bar (floating)
   ========================================================================== */
.hv2-trust {
	position: relative;
	z-index: 5;
	margin-top: -48px;
	padding-bottom: clamp(48px, 7vw, 72px);
}

.hv2-trust__bar {
	background: var(--hv2-white);
	border: 1px solid rgba(8, 47, 99, 0.06);
	border-radius: var(--hv2-radius-xl);
	box-shadow: var(--hv2-shadow-lg);
	padding: clamp(20px, 3vw, 28px) clamp(20px, 4vw, 36px);
}

.hv2-trust__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hv2-trust__item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.hv2-trust__icon {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--hv2-gray);
	color: var(--hv2-teal);
}

.hv2-trust__label {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--hv2-navy);
	line-height: 1.3;
}

/* ==========================================================================
   Categories — centered title + Owl carousel band
   ========================================================================== */
.hv2-categories {
	background: var(--hv2-gray);
	padding: clamp(56px, 8vw, 88px) 0 0;
}

.hv2-categories__title {
	font-family: var(--hv2-serif);
	font-size: clamp(1.75rem, 3.8vw, 3rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--hv2-navy);
	text-align: center;
	margin: 0 auto clamp(40px, 6vw, 56px);
	max-width: none;
	white-space: nowrap;
}

.hv2-categories__title em {
	font-style: italic;
	color: var(--hv2-teal);
}

.hv2-categories__band {
	position: relative;
	background: linear-gradient(160deg, #082f63 0%, #0e2240 55%, #0a3560 100%);
	padding: 20px 0;
	overflow: hidden;
	isolation: isolate;
}

.hv2-categories__band-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.hv2-categories__band-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.hv2-categories__band-overlay { display: none; }

.hv2-categories__band-shine {
	display: none;
}

.hv2-categories__band-inner {
	position: relative;
	z-index: 2;
}

.hv2-categories__band::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(135deg, rgba(110, 231, 231, 0.05) 0%, transparent 50%),
		repeating-linear-gradient(90deg, rgba(79, 209, 197, 0.05) 0, rgba(79, 209, 197, 0.05) 1px, transparent 1px, transparent 80px),
		repeating-linear-gradient(0deg, rgba(79, 209, 197, 0.05) 0, rgba(79, 209, 197, 0.05) 1px, transparent 1px, transparent 80px);
	pointer-events: none;
}

.hv2-categories__band--has-image::before {
	opacity: 0.55;
}

.hv2-categories__band-head {
	margin-bottom: 12px;
}

.hv2-categories__label {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: rgba(255, 255, 255, 0.45);
}

.hv2-cat-owl .owl-stage-outer {
	overflow: hidden;
	padding: 12px 0 20px;
}

.hv2-cat-owl:not(.owl-loaded) {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding: 12px 0 20px;
	scroll-snap-type: x mandatory;
}

.hv2-cat-owl:not(.owl-loaded) .hv2-cat-owl__item {
	flex: 0 0 min(240px, 80vw);
	scroll-snap-align: start;
}

.hv2-cat-owl.owl-loaded .hv2-cat-card,
.hv2-vials-owl.owl-loaded .hv2-vial-card {
	opacity: 1;
	visibility: visible;
}

.hv2-vials-owl:not(.owl-loaded) {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 24px;
}

.hv2-cat-owl__item {
	padding: 4px 0;
}

.hv2-cat-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 148px;
	padding: 22px 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	transform-style: preserve-3d;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	transition: transform 0.35s ease, border-color 0.3s ease, background 0.3s ease;
}

.hv2-cat-owl__item:nth-child(3n + 1) .hv2-cat-card,
.hv2-cat-owl__item:nth-child(3n + 2) .hv2-cat-card,
.hv2-cat-owl__item:nth-child(3n) .hv2-cat-card {
	animation: none;
}

.hv2-cat-card.is-lit {
	background: rgba(255, 255, 255, 0.24);
	border-color: rgba(255, 255, 255, 0.34);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.hv2-cat-card.is-lit .hv2-cat-card__glow {
	display: none;
}

.hv2-cat-card.is-lit .hv2-cat-card__icon {
	background: rgba(255, 255, 255, 0.22);
	box-shadow: none;
}

.hv2-cat-card::before,
.hv2-cat-card::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	transform: translate(8px, 8px);
	z-index: -1;
	opacity: 0;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.hv2-cat-card::after {
	transform: translate(16px, 16px);
}

.hv2-cat-card:hover::before {
	opacity: 0.7;
	transform: translate(10px, 10px);
}

.hv2-cat-card:hover::after {
	opacity: 0.4;
	transform: translate(20px, 20px);
}

.hv2-cat-card:hover {
	border-color: rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.26);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.hv2-cat-card__glow {
	display: none;
}

.hv2-cat-card__icon {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.18);
	color: var(--hv2-teal-bright);
}

.hv2-cat-card__name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.hv2-cat-card__count {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.5);
}

.hv2-cat-card__arrow {
	margin-top: auto;
	color: var(--hv2-teal-bright);
	opacity: 0;
	transform: translateX(-8px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.hv2-cat-card:hover .hv2-cat-card__arrow {
	opacity: 1;
	transform: none;
}

/* ==========================================================================
   Featured vials — Owl carousel
   ========================================================================== */
.hv2-vials {
	position: relative;
	background: var(--hv2-cream);
	padding: clamp(72px, 9vw, 104px) 0;
	overflow: hidden;
}

.hv2-vials::before {
	content: '';
	position: absolute;
	top: -120px;
	right: -80px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(79, 209, 197, 0.12), transparent 68%);
	pointer-events: none;
}

.hv2-vials__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: clamp(32px, 5vw, 48px);
}

.hv2-vials__wrap {
	position: relative;
}

.hv2-vials-owl .owl-stage-outer {
	overflow: hidden;
	padding: 8px 0 48px;
}

.hv2-vials-owl__item {
	padding: 6px 0;
}

.hv2-vials-owl .owl-nav {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	margin: 0;
}

.hv2-vials-owl .owl-nav button {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(8, 47, 99, 0.1) !important;
	background: var(--hv2-white) !important;
	color: var(--hv2-navy) !important;
	font-size: 22px !important;
	line-height: 1 !important;
	box-shadow: 0 8px 24px rgba(8, 47, 99, 0.08);
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.hv2-vials-owl .owl-nav button:hover {
	border-color: var(--hv2-teal) !important;
	background: var(--hv2-gray) !important;
	transform: scale(1.06);
}

.hv2-vials-owl .owl-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.hv2-vials-owl .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0;
	background: rgba(8, 47, 99, 0.18);
	transition: transform 0.25s ease, background 0.25s ease;
}

.hv2-vials-owl .owl-dot.active span,
.hv2-vials-owl .owl-dot:hover span {
	background: var(--hv2-teal);
	transform: scale(1.25);
}

.hv2-vials__empty {
	text-align: center;
	color: #64748b;
	padding: 40px 20px;
}

.hv2-vial-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--hv2-white);
	border-radius: var(--hv2-radius-lg);
	overflow: hidden;
	border: 1px solid rgba(8, 47, 99, 0.06);
	box-shadow: 0 8px 32px rgba(8, 47, 99, 0.07);
	transform-style: preserve-3d;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.35s ease;
}

.hv2-vial-card:hover {
	border-color: rgba(79, 209, 197, 0.28);
	box-shadow: 0 24px 56px rgba(8, 47, 99, 0.14);
}

.hv2-vial-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: linear-gradient(165deg, rgba(79, 209, 197, 0.16) 0%, rgba(110, 231, 231, 0.05) 100%);
}

.hv2-vial-card__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(8, 47, 99, 0.04) 100%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.hv2-vial-card:hover .hv2-vial-card__media::after {
	opacity: 1;
}

.hv2-vial-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hv2-vial-card:hover .hv2-vial-card__img {
	transform: scale(1.06);
}

.hv2-vial-card__placeholder {
	height: 140px;
}

.hv2-vial-card__body {
	padding: 20px 22px 12px;
	text-align: center;
}

.hv2-vial-card__name {
	font-size: 1.0625rem;
	font-weight: 700;
	margin: 0 0 4px;
}

.hv2-vial-card__name a {
	color: var(--hv2-navy);
	text-decoration: none;
}

.hv2-vial-card__strength {
	font-size: 0.8125rem;
	color: #64748b;
	margin: 0 0 8px;
}

.hv2-vial-card__price {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--hv2-navy);
}

.hv2-vial-card__price .woocommerce-Price-amount {
	color: inherit;
}

.hv2-vial-card__footer {
	padding: 0 16px 16px;
	margin-top: auto;
}

.hv2-vial-card__cart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--hv2-navy);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background 0.2s ease;
}

.hv2-vial-card__cart:hover {
	background: #0a2844;
	color: #fff;
}

.hv2-vial-card__cart--muted {
	opacity: 0.65;
	cursor: not-allowed;
}

/* ==========================================================================
   Scan / verification
   ========================================================================== */
.hv2-scan {
	background: var(--hv2-gray);
	padding: clamp(72px, 9vw, 104px) 0;
}

.hv2-scan__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(40px, 6vw, 64px);
	align-items: center;
}

.hv2-scan__checks {
	list-style: none;
	margin: 28px 0 32px;
	padding: 0;
	display: grid;
	gap: 14px;
}

.hv2-scan__checks li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #475569;
}

.hv2-scan__checks .fp-icon {
	flex-shrink: 0;
	color: var(--hv2-teal);
	margin-top: 2px;
}

.hv2-scan__form {
	display: flex;
	gap: 10px;
	max-width: 440px;
}

.hv2-scan__input {
	flex: 1;
	min-width: 0;
	padding: 14px 18px;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	background: var(--hv2-white);
	font-size: 0.9375rem;
}

.hv2-scan__input:focus {
	outline: none;
	border-color: var(--hv2-teal);
	box-shadow: 0 0 0 3px rgba(79, 209, 197, 0.15);
}

.hv2-scan__visual {
	width: 100%;
	max-width: 560px;
	margin-inline: auto;
}

.hv2-scan__panel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--hv2-radius-xl);
	overflow: hidden;
	box-shadow: var(--hv2-shadow-lg);
	aspect-ratio: 4 / 3;
	max-height: min(420px, 72vw);
	background: #f4f8fc;
	padding: clamp(12px, 2.5vw, 20px);
	box-sizing: border-box;
}

.hv2-scan__img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

/* ==========================================================================
   Research pipeline — animated timeline
   ========================================================================== */
.hv2-pipeline {
	position: relative;
	background: var(--hv2-cream);
	padding: clamp(80px, 10vw, 120px) 0 0;
	overflow: hidden;
}

.hv2-pipeline__mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 20%, rgba(79, 209, 197, 0.1), transparent 42%),
		radial-gradient(circle at 88% 70%, rgba(110, 231, 231, 0.08), transparent 38%),
		linear-gradient(180deg, var(--hv2-cream) 0%, var(--hv2-white) 55%, var(--hv2-cream-2) 100%);
	pointer-events: none;
}

.hv2-pipeline__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(40px);
	pointer-events: none;
	opacity: 0.55;
}

.hv2-pipeline__orb--1 {
	width: 280px;
	height: 280px;
	top: 8%;
	right: -60px;
	background: rgba(110, 231, 231, 0.22);
}

.hv2-pipeline__orb--2 {
	width: 220px;
	height: 220px;
	bottom: 22%;
	left: -40px;
	background: rgba(79, 209, 197, 0.18);
}

.hv2-pipeline__head {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 58ch;
	margin: 0 auto clamp(48px, 7vw, 72px);
}

.hv2-pipeline__eyebrow {
	margin: 0 0 12px;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--hv2-teal);
}

.hv2-pipeline__lead {
	margin: 16px 0 0;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: #64748b;
}

.hv2-pipeline__track {
	position: relative;
	z-index: 1;
}

.hv2-pipeline__line-wrap {
	display: none;
}

.hv2-pipeline__steps {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.hv2-pipeline__step {
	opacity: 1;
}

.hv2-pipeline__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 200px;
	padding: 28px 26px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(8, 47, 99, 0.07);
	border-radius: var(--hv2-radius-lg);
	box-shadow: 0 10px 40px rgba(8, 47, 99, 0.06);
	backdrop-filter: blur(10px);
	overflow: hidden;
	transform-style: preserve-3d;
	transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.hv2-pipeline__step.is-active .hv2-pipeline__card,
.hv2-pipeline__card:hover {
	border-color: rgba(79, 209, 197, 0.35);
	box-shadow: 0 20px 56px rgba(8, 47, 99, 0.11);
}

.hv2-pipeline__step-glow {
	position: absolute;
	inset: auto -30% -50% -30%;
	height: 90%;
	background: radial-gradient(circle, rgba(110, 231, 231, 0.2), transparent 68%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}

.hv2-pipeline__step-num {
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: var(--hv2-teal);
}

.hv2-pipeline__step-icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(79, 209, 197, 0.16), rgba(110, 231, 231, 0.08));
	color: var(--hv2-teal);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease;
}

.hv2-pipeline__card:hover .hv2-pipeline__step-icon {
	transform: scale(1.08) rotate(-4deg);
	color: var(--hv2-teal-bright);
}

.hv2-pipeline__step-title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--hv2-navy);
	line-height: 1.25;
}

.hv2-pipeline__step-text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #64748b;
	flex: 1;
}

.hv2-pipeline__cta {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px 28px;
	margin-top: clamp(40px, 6vw, 56px);
}

.hv2-pipeline__marquee {
	position: relative;
	z-index: 1;
	margin-top: clamp(56px, 8vw, 80px);
	padding: 18px 0;
	background: var(--hv2-navy);
	border-block: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.hv2-pipeline__marquee-track {
	display: flex;
	width: max-content;
	animation: hv2-pipeline-marquee 42s linear infinite;
}

.hv2-pipeline__marquee:hover .hv2-pipeline__marquee-track {
	animation-play-state: paused;
}

.hv2-pipeline__marquee-group {
	display: flex;
	align-items: center;
	gap: 36px;
	padding-right: 36px;
}

.hv2-pipeline__marquee-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
	white-space: nowrap;
}

.hv2-pipeline__marquee-item .fp-icon {
	color: var(--hv2-teal-bright);
	opacity: 0.85;
}

@keyframes hv2-pipeline-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* ==========================================================================
   Stats
   ========================================================================== */
.hv2-stats {
	background: linear-gradient(135deg, #082f63 0%, #0e2240 100%);
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

.hv2-stats__title {
	font-family: var(--hv2-serif);
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 600;
	margin: 0 0 10px;
}

.hv2-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 960px;
	margin-inline: auto;
}

.hv2-stats__value {
	display: block;
	font-size: clamp(2.25rem, 4.5vw, 3rem);
	font-weight: 700;
	line-height: 1;
	color: var(--hv2-teal-bright);
	margin-bottom: 8px;
}

.hv2-stats__label {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.62);
	font-weight: 500;
}

/* ==========================================================================
   Reviews
   ========================================================================== */
.hv2-reviews {
	background: var(--hv2-cream);
	padding: clamp(72px, 9vw, 104px) 0;
}

.hv2-reviews__head {
	margin-bottom: clamp(32px, 5vw, 48px);
}

.hv2-reviews__panel {
	position: relative;
	background: var(--hv2-white);
	border-radius: var(--hv2-radius-xl);
	border: 1px solid rgba(8, 47, 99, 0.06);
	box-shadow: var(--hv2-shadow-lg);
	padding: clamp(40px, 6vw, 64px);
	min-height: 320px;
}

.hv2-review {
	display: none;
	margin: 0;
	text-align: center;
}

.hv2-review.is-active {
	display: block;
	animation: hv2-fade-in 0.45s ease;
}

@keyframes hv2-fade-in {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: none; }
}

.hv2-review__mark {
	color: var(--hv2-teal);
	margin-bottom: 20px;
	opacity: 0.85;
}

.hv2-review__text {
	font-family: var(--hv2-serif);
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	line-height: 1.55;
	color: var(--hv2-navy);
	margin: 0 auto 32px;
	max-width: 52ch;
}

.hv2-review__author {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.hv2-review__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--hv2-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--hv2-teal);
}

.hv2-review__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hv2-review__meta {
	text-align: left;
}

.hv2-review__meta strong {
	display: block;
	font-size: 0.9375rem;
	color: var(--hv2-navy);
}

.hv2-review__meta span {
	font-size: 0.8125rem;
	color: #64748b;
}

.hv2-reviews__dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 28px;
}

.hv2-reviews__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: none;
	padding: 0;
	background: #cbd5e1;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}

.hv2-reviews__dot.is-active {
	background: var(--hv2-teal);
	transform: scale(1.25);
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.hv2-faq {
	background: var(--hv2-cream-2);
	padding: clamp(72px, 9vw, 104px) 0;
}

.hv2-faq__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(32px, 5vw, 48px);
}

.hv2-faq__intro {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hv2-faq__accordion {
	display: grid;
	gap: 12px;
}

.hv2-faq__item {
	background: var(--hv2-white);
	border: 1px solid rgba(8, 47, 99, 0.07);
	border-radius: 14px;
	overflow: hidden;
}

.hv2-faq__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	background: none;
	border: none;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--hv2-navy);
	text-align: left;
	cursor: pointer;
}

.hv2-faq__toggle {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--hv2-navy);
	position: relative;
}

.hv2-faq__toggle::before,
.hv2-faq__toggle::after {
	content: '';
	position: absolute;
	background: #fff;
	border-radius: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.hv2-faq__toggle::before {
	width: 12px;
	height: 2px;
}

.hv2-faq__toggle::after {
	width: 2px;
	height: 12px;
}

.hv2-faq__item.is-open .hv2-faq__toggle::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.hv2-faq__panel {
	overflow: hidden;
}

.hv2-faq__answer {
	padding: 0 22px 20px;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #64748b;
}

.hv2-faq__answer p {
	margin: 0 0 12px;
}

.hv2-faq__answer p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   CTA / Newsletter
   ========================================================================== */
.hv2-cta {
	position: relative;
	background: var(--hv2-navy);
	color: #fff;
	padding: clamp(56px, 8vw, 88px) 0;
	overflow: hidden;
}

.hv2-cta__glow {
	position: absolute;
	inset: -40% -20%;
	background:
		radial-gradient(circle at 20% 50%, rgba(110, 231, 231, 0.14), transparent 45%),
		radial-gradient(circle at 80% 30%, rgba(79, 209, 197, 0.12), transparent 40%);
	animation: hv2-aurora 12s ease-in-out infinite alternate;
	pointer-events: none;
}

.hv2-cta__card {
	position: relative;
	padding: 2px;
	border-radius: calc(var(--hv2-radius-xl) + 2px);
	background: linear-gradient(135deg, rgba(110, 231, 231, 0.55), rgba(79, 209, 197, 0.15), rgba(255, 255, 255, 0.08));
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}

.hv2-cta__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(28px, 4vw, 40px);
	align-items: center;
	padding: clamp(28px, 5vw, 44px);
	border-radius: var(--hv2-radius-xl);
	background: linear-gradient(145deg, rgba(0, 33, 55, 0.96) 0%, rgba(8, 47, 99, 0.98) 100%);
	backdrop-filter: blur(12px);
}

.hv2-cta__eyebrow {
	margin: 0 0 10px;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--hv2-teal-bright);
}

.hv2-cta__title {
	font-family: var(--hv2-serif);
	font-size: clamp(1.5rem, 3vw, 2.125rem);
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

.hv2-cta__text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.62);
	max-width: 42ch;
}

.hv2-cta__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hv2-cta__field {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 6px 6px 6px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hv2-cta__field:focus-within {
	border-color: rgba(110, 231, 231, 0.45);
	box-shadow: 0 0 0 3px rgba(79, 209, 197, 0.18);
}

.hv2-cta__field .fp-icon {
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.45);
}

.hv2-cta__input {
	flex: 1;
	min-width: 0;
	padding: 12px 0;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 0.9375rem;
}

.hv2-cta__input::placeholder {
	color: rgba(255, 255, 255, 0.42);
}

.hv2-cta__input:focus {
	outline: none;
}

.hv2-cta__form .hv2-btn {
	align-self: stretch;
	white-space: nowrap;
}

/* Interaction utilities */
.hv2-tilt {
	transform-style: preserve-3d;
	will-change: transform;
}

.hv2-ripple {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	transform: scale(0);
	animation: hv2-ripple 0.6s ease-out forwards;
	pointer-events: none;
}

@keyframes hv2-ripple {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

[data-hv2-ripple],
[data-hv2-ripple-wrap] .hv2-btn {
	position: relative;
	overflow: hidden;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 899px) {
	.hv2-hero {
		min-height: auto;
	}

	.hv2-categories__title {
		white-space: normal;
		max-width: 16ch;
	}
}

@media (min-width: 640px) {
	.hv2-trust__list {
		grid-template-columns: repeat(4, 1fr);
	}

	.hv2-stats__grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.hv2-pipeline__steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px;
	}

	.hv2-cta__form {
		flex-direction: row;
		align-items: center;
	}

	.hv2-cta__form .hv2-btn {
		align-self: center;
		flex-shrink: 0;
	}
}

@media (min-width: 900px) {
	.hv2-scan__grid {
		grid-template-columns: 1fr 1fr;
	}

	.hv2-pipeline__steps {
		grid-template-columns: repeat(4, 1fr);
		gap: 22px;
	}

	.hv2-pipeline__line-wrap {
		display: block;
		position: absolute;
		top: 52px;
		left: 8%;
		right: 8%;
		height: 3px;
		z-index: 0;
	}

	.hv2-pipeline__line-wrap::before {
		content: '';
		position: absolute;
		inset: 0;
		background: rgba(8, 47, 99, 0.08);
		border-radius: 999px;
	}

	.hv2-pipeline__line {
		position: absolute;
		inset: 0;
		border-radius: 999px;
		background: linear-gradient(90deg, var(--hv2-teal), var(--hv2-teal-bright));
		box-shadow: 0 0 20px rgba(110, 231, 231, 0.45);
		transform: scaleX(0);
		transform-origin: left center;
	}

	.hv2-pipeline__line.is-drawn {
		transform: scaleX(1);
	}

	.hv2-faq__grid {
		grid-template-columns: 0.9fr 1.1fr;
		align-items: start;
	}

	.hv2-cta__grid {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 48px;
	}
}

/* ==========================================================================
   v6.5 — Section harmony + readability (colors only)
   ========================================================================== */

.hv2-hero::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	background: linear-gradient(180deg, transparent, rgba(244, 248, 252, 0.35));
	pointer-events: none;
	z-index: 1;
}

.hv2-trust__bar {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(8, 47, 99, 0.08);
	backdrop-filter: blur(12px);
}

.hv2-categories {
	background: linear-gradient(180deg, #eef4fa 0%, var(--hv2-cream) 100%);
}

.hv2-categories__band {
	background: linear-gradient(160deg, #082f63 0%, #0e2240 55%, #0a3560 100%);
}

.hv2-categories__band--has-image {
	background: transparent;
}

.hv2-vials {
	background: linear-gradient(180deg, var(--hv2-cream) 0%, #eef4fa 100%);
}

.hv2-scan {
	background: linear-gradient(180deg, #eef4fa 0%, var(--hv2-cream) 100%);
}

.hv2-scan__checks li {
	color: var(--hv2-text);
}

.hv2-scan__panel {
	border: 1px solid rgba(8, 47, 99, 0.08);
	box-shadow: var(--hv2-shadow-lg);
}

.hv2-stats {
	background: linear-gradient(135deg, #082f63 0%, #0e2240 50%, #0a3560 100%);
	padding: 20px 0;
}

.hv2-reviews {
	background: linear-gradient(180deg, var(--hv2-cream) 0%, #eef4fa 100%);
}

.hv2-review__text {
	color: var(--hv2-text);
}

.hv2-faq {
	background: linear-gradient(180deg, #eef4fa 0%, var(--hv2-cream) 100%);
}

.hv2-faq__answer {
	color: var(--hv2-text-muted);
}

.hv2-vial-card {
	border-color: rgba(8, 47, 99, 0.08);
}

.hv2-vial-card__media {
	background: linear-gradient(165deg, rgba(79, 209, 197, 0.12) 0%, rgba(110, 231, 231, 0.05) 100%);
}

.hv2-vial-card__cart {
	background: var(--hv2-navy);
}

.hv2-vial-card__cart:hover {
	background: var(--hv2-navy-hover);
}

.hv2-text-link:hover {
	color: var(--hv2-navy-hover);
}

/* Home-2 only — ExcelAmino-inspired footer */
.fp-home-v2 .site-footer {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	background: linear-gradient(180deg, #041b38 0%, #07264b 60%, #04192f 100%);
	color: rgba(255, 255, 255, 0.78);
	border-top: 1px solid rgba(110, 231, 231, 0.12);
}

.fp-home-v2 .site-footer::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 0%, rgba(79, 209, 197, 0.12), transparent 42%),
		radial-gradient(circle at 80% 20%, rgba(110, 231, 231, 0.08), transparent 38%);
	pointer-events: none;
	animation: hv2-footer-glow 12s ease-in-out infinite alternate;
}

.fp-home-v2 .site-footer::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(110, 231, 231, 0.14) 1px, transparent 1px);
	background-size: 28px 28px;
	opacity: 0.25;
	pointer-events: none;
	animation: hv2-footer-particles 20s linear infinite;
}

@keyframes hv2-footer-glow {
	from { opacity: 0.7; }
	to { opacity: 1; }
}

@keyframes hv2-footer-particles {
	from { background-position: 0 0; }
	to { background-position: 28px 28px; }
}

.fp-home-v2 .site-footer .footer__glow {
	background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(79, 209, 197, 0.18), transparent 70%);
	opacity: 1;
}

.fp-home-v2 .site-footer .footer__container,
.fp-home-v2 .site-footer .footer-marquee,
.fp-home-v2 .site-footer .footer__container--bottom {
	position: relative;
	z-index: 1;
}

.fp-home-v2 .site-footer .footer__heading {
	color: #fff;
}

.fp-home-v2 .site-footer .footer__heading::after {
	background: linear-gradient(90deg, var(--hv2-teal-bright), transparent);
}

.fp-home-v2 .site-footer .footer__brand-desc,
.fp-home-v2 .site-footer .footer__newsletter-text,
.fp-home-v2 .site-footer .footer__disclaimer,
.fp-home-v2 .site-footer .footer__copyright,
.fp-home-v2 .site-footer .footer__link,
.fp-home-v2 .site-footer .footer__bottom-link {
	color: rgba(255, 255, 255, 0.72);
}

.fp-home-v2 .site-footer .footer__link:hover,
.fp-home-v2 .site-footer .footer__bottom-link:hover {
	color: var(--hv2-teal-bright);
}

.fp-home-v2 .site-footer .footer__social-link {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.85);
	transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.fp-home-v2 .site-footer .footer__social-link:hover {
	background: rgba(79, 209, 197, 0.18);
	border-color: rgba(110, 231, 231, 0.35);
	color: var(--hv2-teal-bright);
	transform: translateY(-2px);
}

.fp-home-v2 .site-footer .footer__newsletter-form {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	padding: 6px;
	backdrop-filter: blur(10px);
}

.fp-home-v2 .site-footer .footer__newsletter-input {
	background: rgba(255, 255, 255, 0.92);
	color: var(--hv2-navy);
}

.fp-home-v2 .site-footer .footer__newsletter-btn {
	background: linear-gradient(135deg, var(--hv2-teal) 0%, var(--hv2-teal-bright) 100%);
	color: var(--hv2-navy);
	font-weight: 700;
}

.fp-home-v2 .site-footer .footer__newsletter-btn:hover {
	filter: brightness(1.05);
}

.fp-home-v2 .site-footer .footer-marquee {
	border-color: rgba(110, 231, 231, 0.12);
}

.fp-home-v2 .site-footer .footer-marquee__word,
.fp-home-v2 .site-footer .footer-marquee__dot {
	color: var(--hv2-teal-bright);
}

.fp-home-v2 .site-footer .footer__disclaimer-wrap {
	border-color: rgba(255, 255, 255, 0.1);
}

.fp-home-v2 .site-footer .footer__payment-icon {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.fp-home-v2 .announcement-bar {
	background: var(--hv2-navy);
}

.fp-home-v2 .header__nav-link:hover,
.fp-home-v2 .header__icon-btn:hover {
	color: var(--hv2-teal);
}

@media (prefers-reduced-motion: reduce) {
	[data-hv2-reveal],
	.hv2-hero__diamond-shape,
	.hv2-hero__diamond-ring,
	.hv2-hero__grid-lines,
	.hv2-hero__aurora,
	.hv2-hero__particle,
	.hv2-btn--shine::after,
	.hv2-review.is-active,
	.hv2-cta__glow,
	.hv2-pipeline__marquee-track,
	.hv2-pipeline__orb,
	.fp-home-v2 .site-footer::before,
	.fp-home-v2 .site-footer::after,
	.hv2-categories__band-img,
	.hv2-categories__band-shine,
	.hv2-cat-card {
		animation: none !important;
		transition: none !important;
	}

	[data-hv2-reveal] {
		opacity: 1;
		transform: none;
	}
}

/* Live patch v1.8.7 */

/* ==========================================================================
   Live patch v1.8.7 — Main home hero typewriter + Home-2 scan/blog
   ========================================================================== */

.hero__typewriter {
	color: var(--fp-teal-400, #2dd4bf) !important;
	min-width: 0.5ch;
}

.hero__title-line--typed {
	color: #ffffff;
}

/* Show transparency section even before JS */
.qr-premium [data-qr-reveal],
.qr-premium [data-qr-reveal].is-visible {
	opacity: 1 !important;
	transform: none !important;
}

/* Home-2 Transparency redesign */
.hv2-scan {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	padding: clamp(72px, 9vw, 110px) 0;
}

.hv2-scan__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.hv2-scan__hex {
	position: absolute;
	inset: -20% -10%;
	opacity: 0.5;
	background-image:
		linear-gradient(30deg, rgba(8, 47, 99, 0.04) 12%, transparent 12.5%, transparent 87%, rgba(8, 47, 99, 0.04) 87.5%),
		linear-gradient(90deg, rgba(79, 209, 197, 0.07) 1px, transparent 1px),
		linear-gradient(rgba(79, 209, 197, 0.07) 1px, transparent 1px);
	background-size: 44px 76px, 22px 38px, 22px 38px;
}

.hv2-scan__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.4;
}

.hv2-scan__glow--a {
	width: 380px;
	height: 380px;
	top: 8%;
	left: -6%;
	background: rgba(79, 209, 197, 0.14);
}

.hv2-scan__glow--b {
	width: 320px;
	height: 320px;
	bottom: 0;
	right: -4%;
	background: rgba(8, 47, 99, 0.08);
}

.hv2-scan .container {
	position: relative;
	z-index: 1;
}

.hv2-scan__eyebrow {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hv2-teal, #4fd1c5);
	margin: 0 0 14px;
}

.hv2-scan__lead {
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--hv2-text-muted, #5a7494);
	margin: 0 0 24px;
	max-width: 52ch;
}

.hv2-scan__visual-stage {
	position: relative;
	width: min(100%, 580px);
	margin: 0 auto;
	padding: 10px;
}

.hv2-scan__orbit {
	position: absolute;
	inset: -5%;
	border-radius: 50%;
	border: 1px dashed rgba(79, 209, 197, 0.28);
	animation: hv2-orbit-spin 24s linear infinite;
}

.hv2-scan__pulse {
	position: absolute;
	inset: 6%;
	border-radius: 20px;
	background: radial-gradient(ellipse at center, rgba(79, 209, 197, 0.16), transparent 70%);
	animation: hv2-scan-pulse 4s ease-in-out infinite;
}

.hv2-scan__hero-img {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
	box-shadow: 0 24px 56px rgba(8, 47, 99, 0.14);
	animation: hv2-img-float 6s ease-in-out infinite;
}

@keyframes hv2-orbit-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes hv2-scan-pulse {
	0%, 100% { opacity: 0.55; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.03); }
}

@keyframes hv2-img-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

[data-hv2-reveal].is-visible,
.hv2-scan [data-hv2-reveal] {
	opacity: 1 !important;
	transform: none !important;
}

/* Home-2 Blog horizontal carousel */
.hv2-blog {
	background: linear-gradient(180deg, #f8fbfe 0%, #eef4f8 100%);
	padding: clamp(72px, 9vw, 110px) 0;
}

.hv2-blog__eyebrow {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hv2-teal, #4fd1c5);
	margin: 0 0 10px;
}

.hv2-blog__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 32px;
}

.hv2-blog__carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.hv2-blog__track {
	display: flex;
	gap: 22px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 8px 4px 16px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	flex: 1;
	min-width: 0;
}

.hv2-blog__track::-webkit-scrollbar {
	display: none;
}

.hv2-blog__nav {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #cbd5e1;
	border-radius: 50%;
	background: #fff;
	color: var(--hv2-navy, #082f63);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.hv2-blog__nav:hover {
	background: var(--hv2-teal, #4fd1c5);
	color: #fff;
	border-color: var(--hv2-teal, #4fd1c5);
}

.hv2-blog-card {
	flex: 0 0 min(340px, 82vw);
	scroll-snap-align: start;
}

.hv2-blog-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(8, 47, 99, 0.1);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 32px rgba(8, 47, 99, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hv2-blog-card__link:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 44px rgba(8, 47, 99, 0.14);
}

.hv2-blog-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, #e8f4f8, #d4e8f0);
}

.hv2-blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.hv2-blog-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #d4e8f0, #b8dce8);
}

.hv2-blog-card__cat {
	position: absolute;
	bottom: 12px;
	left: 14px;
	z-index: 2;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	background: rgba(79, 209, 197, 0.92);
	padding: 5px 10px;
	border-radius: 4px;
}

.hv2-blog-card__link:hover .hv2-blog-card__media img {
	transform: scale(1.05);
}

.hv2-blog-card__body {
	padding: 20px 22px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.hv2-blog-card__date {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--hv2-teal, #4fd1c5);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hv2-blog-card__title {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--hv2-navy, #082f63);
	line-height: 1.35;
}

.hv2-blog-card__excerpt {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--hv2-text-muted, #5a7494);
}

.hv2-blog-card__read {
	margin-top: auto;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--hv2-teal, #4fd1c5);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* Single blog post */
.content-page--single {
	padding: clamp(48px, 8vw, 88px) 0;
	background: linear-gradient(180deg, #f8fbfe 0%, #fff 100%);
}

.single-post__hero {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 28px;
	box-shadow: 0 20px 50px rgba(0, 33, 55, 0.12);
}

.single-post__hero img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
}

.single-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--fp-teal-500, #00a3c4);
	margin-bottom: 16px;
}

.single-post__title {
	font-size: clamp(1.875rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.15;
	color: var(--fp-navy-900, #002137);
	margin: 0 0 28px;
}

.single-post__content {
	font-size: 1.0625rem;
	line-height: 1.8;
	color: rgba(0, 33, 55, 0.82);
}

.single-post__content h2,
.single-post__content h3 {
	color: var(--fp-navy-900, #002137);
	margin: 2em 0 0.75em;
}

.single-post__content p {
	margin: 0 0 1.25em;
}

.single-post__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
	font-weight: 700;
	color: var(--fp-teal-500, #00a3c4);
	text-decoration: none;
}

.single-post__back:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.hv2-blog__nav {
		display: none;
	}
}

@media (min-width: 900px) {
	.hv2-scan__grid {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}
}
/* Home-2 patch v1.8.8 — category product images + blog 3-col grid */
.hv2-cat-card--has-image {
	min-height: 220px;
	padding: 0;
	border-color: rgba(255, 255, 255, 0.22);
}

.hv2-cat-card__bg {
	position: absolute;
	inset: 0;
	background-image: var(--cat-bg);
	background-size: cover;
	background-position: center center;
	transform: scale(1);
	transition: transform 0.45s ease;
}

.hv2-cat-card--has-image:hover .hv2-cat-card__bg {
	transform: scale(1.06);
}

.hv2-cat-card__overlay { display: none; }

.hv2-cat-card__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px 18px 16px;
	min-height: 220px;
	justify-content: flex-end;
}

.hv2-cat-card--has-image .hv2-cat-card__icon {
	display: none;
}

.hv2-cat-card--has-image .hv2-cat-card__name {
	font-size: 1.0625rem;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.hv2-cat-card--has-image .hv2-cat-card__count {
	color: rgba(255, 255, 255, 0.78);
}

.hv2-cat-card--has-image .hv2-cat-card__arrow {
	opacity: 1;
	transform: none;
}

.hv2-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.hv2-blog__grid .hv2-blog-card {
	flex: unset;
	width: auto;
	min-width: 0;
}

.hv2-blog__carousel,
.hv2-blog__track,
.hv2-blog__nav {
	display: none !important;
}

@media (max-width: 1023px) {
	.hv2-blog__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.hv2-cat-card--has-image,
	.hv2-cat-card__body {
		min-height: 190px;
	}
}