/* AlphaLabs redesigned homepage — isolated to .alpx-home */
.alpx-home {
	--home-ink: #082d38;
	--home-deep: #062632;
	--home-teal: #148d93;
	--home-teal-dark: #0a6670;
	--home-orange: #ef7d21;
	--home-cream: #fff8f1;
	--home-mint: #ecf8f5;
	--home-line: #dce9e7;
	--home-muted: #607579;
	--home-shadow: 0 24px 70px rgba(6, 45, 56, .12);
	--home-card-shadow: 0 14px 34px rgba(6, 45, 56, .09);
	background: #fff;
	color: var(--home-ink);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	isolation: isolate;
	overflow: hidden;
}

.alpx-home *,
.alpx-home *::before,
.alpx-home *::after { box-sizing: border-box; }

.alpx-home img { max-width: 100%; height: auto; }
.alpx-home a { text-decoration: none; }
.alpx-home button { font: inherit; }
.alpx-home h1,
.alpx-home h2,
.alpx-home h3,
.alpx-home p,
.alpx-home ul { margin-top: 0; }

.alpx-home-shell {
	width: min(1320px, calc(100% - 48px));
	margin-inline: auto;
}

.alpx-home-section { padding: clamp(76px, 8vw, 124px) 0; }

.alpx-home-eyebrow {
	margin-bottom: 13px;
	color: var(--home-teal-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.alpx-home-section-heading,
.alpx-home-products__top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 34px;
}

.alpx-home-section-heading h2,
.alpx-home-products__top h2,
.alpx-home-confidence h2,
.alpx-home-quality h2,
.alpx-home-faq h2,
.alpx-home-final-cta h2 {
	margin-bottom: 0;
	color: var(--home-ink);
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.04;
}

.alpx-home-section-heading > a,
.alpx-home-products__view {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(8, 45, 56, .25);
	color: var(--home-ink);
	font-size: 14px;
	font-weight: 750;
	white-space: nowrap;
	transition: color .2s ease, border-color .2s ease;
}

.alpx-home-section-heading > a:hover,
.alpx-home-products__view:hover {
	border-color: var(--home-orange);
	color: var(--home-orange);
}

/* Buttons */
.alpx-home-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 27px;
}

.alpx-home-actions--center { justify-content: center; }

.alpx-home .alpx-home-button {
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 23px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.alpx-home .alpx-home-button:hover { transform: translateY(-2px); }

.alpx-home-button--primary {
	background: linear-gradient(135deg, #f58b28, #e96913);
	box-shadow: 0 12px 24px rgba(239, 125, 33, .24);
	color: #fff;
}

.alpx-home-button--primary:hover {
	box-shadow: 0 16px 30px rgba(239, 125, 33, .3);
	color: #fff;
}

.alpx-home-button--secondary {
	border-color: #d7e3e1 !important;
	background: rgba(255, 255, 255, .82);
	color: var(--home-ink);
}

.alpx-home-button--secondary:hover {
	border-color: var(--home-teal) !important;
	background: #fff;
	color: var(--home-teal-dark);
}

.alpx-home-button--dark {
	background: var(--home-deep);
	box-shadow: 0 13px 26px rgba(6, 38, 50, .2);
	color: #fff;
}

.alpx-home-button--dark:hover { background: var(--home-teal-dark); color: #fff; }

/* Hero */
.alpx-home-hero {
	position: relative;
	min-height: 690px;
	display: flex;
	align-items: center;
	padding: clamp(64px, 7vw, 105px) 0 54px;
	background:
		radial-gradient(circle at 84% 16%, rgba(239, 125, 33, .16), transparent 28%),
		radial-gradient(circle at 66% 78%, rgba(20, 141, 147, .15), transparent 34%),
		linear-gradient(135deg, #fff 0%, #fcf9f6 42%, #eef9f8 100%);
}

.alpx-home-hero::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 116px;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .76));
	pointer-events: none;
}

.alpx-home-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .93fr) minmax(480px, 1.07fr);
	align-items: center;
	gap: clamp(40px, 5vw, 82px);
}

.alpx-home-hero__copy { position: relative; z-index: 4; }

.alpx-home-hero h1 {
	margin-bottom: 25px;
	color: var(--home-ink);
	font-size: clamp(48px, 5.5vw, 78px);
	font-weight: 900;
	letter-spacing: -.06em;
	line-height: .98;
}

.alpx-home-hero h1 span {
	background: linear-gradient(100deg, var(--home-teal-dark), #16a3a5 44%, var(--home-orange));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.alpx-home-hero__intro {
	max-width: 650px;
	margin-bottom: 24px;
	color: #455f64;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.65;
}

.alpx-home-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alpx-home-checks li {
	position: relative;
	padding-left: 24px;
	color: #324f54;
	font-size: 14px;
	font-weight: 650;
}

.alpx-home-checks li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 1px;
	color: var(--home-orange);
	font-size: 15px;
	font-weight: 900;
}

.alpx-home-checks--compact { grid-template-columns: 1fr; margin-top: 22px; }

.alpx-home-rating {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	color: #536a6e;
	font-size: 12px;
}

.alpx-home-rating span {
	color: var(--home-orange);
	font-size: 16px;
	letter-spacing: .12em;
}

.alpx-home-rating strong { color: var(--home-ink); font-weight: 700; }

.alpx-home-hero__visual {
	position: relative;
	min-height: 550px;
	transform: translateX(18px);
}

.alpx-home-hero__glow {
	position: absolute;
	inset: 8% 2% 2% 4%;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 40%, rgba(255, 255, 255, .95), rgba(255, 255, 255, .26) 43%, transparent 66%),
		linear-gradient(140deg, rgba(51, 190, 193, .15), rgba(239, 125, 33, .12));
	filter: blur(1px);
}

.alpx-home-hero__molecule {
	position: absolute;
	inset: 3% -4% auto auto;
	width: 92%;
	opacity: .58;
	transform: rotate(-8deg);
}

.alpx-home-product-float {
	position: absolute;
	z-index: 3;
	object-fit: contain;
	filter: drop-shadow(0 32px 30px rgba(6, 45, 56, .22));
	will-change: transform;
}

.alpx-home-product-float--vial {
	left: 31%;
	top: 10%;
	width: 43%;
	animation: alpx-float-main 8s ease-in-out infinite;
}

.alpx-home-product-float--spray {
	right: 2%;
	top: 5%;
	width: 25%;
	transform: rotate(5deg);
	animation: alpx-float-spray 10s ease-in-out -1.4s infinite;
}

.alpx-home-product-float--capsules {
	left: 0;
	bottom: 1%;
	width: 39%;
	transform: rotate(-8deg);
	animation: alpx-float-capsules 11s ease-in-out -2.8s infinite;
}

.alpx-home-orb {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(255,255,255,.85), rgba(71,194,197,.13));
	box-shadow: inset -8px -12px 25px rgba(20,141,147,.08), 0 14px 34px rgba(20,141,147,.12);
	backdrop-filter: blur(3px);
}

.alpx-home-orb--one { right: 6%; bottom: 17%; width: 82px; height: 82px; animation: alpx-orb 9s ease-in-out infinite; }
.alpx-home-orb--two { left: 12%; top: 8%; width: 44px; height: 44px; animation: alpx-orb 12s ease-in-out -4s infinite; }

.alpx-home-hero__proof {
	position: absolute;
	right: 4%;
	bottom: 7%;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 205px;
	padding: 12px 15px;
	border: 1px solid rgba(20, 141, 147, .14);
	border-radius: 15px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 16px 34px rgba(6,45,56,.11);
	backdrop-filter: blur(13px);
}

.alpx-home-hero__proof-icon {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #e0f8ef;
	color: #1da976;
	font-size: 18px;
	font-weight: 900;
}

.alpx-home-hero__proof span:last-child { display: flex; flex-direction: column; }
.alpx-home-hero__proof strong { color: var(--home-ink); font-size: 13px; }
.alpx-home-hero__proof small { color: var(--home-muted); font-size: 10px; }

@keyframes alpx-float-main { 0%,100% { transform: translate3d(0,0,0) rotate(1deg); } 50% { transform: translate3d(0,-13px,0) rotate(-1deg); } }
@keyframes alpx-float-spray { 0%,100% { transform: translate3d(0,0,0) rotate(5deg); } 50% { transform: translate3d(-4px,-10px,0) rotate(2deg); } }
@keyframes alpx-float-capsules { 0%,100% { transform: translate3d(0,0,0) rotate(-8deg); } 50% { transform: translate3d(7px,-8px,0) rotate(-5deg); } }
@keyframes alpx-orb { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-9px) scale(1.04); } }

/* Trust rail */
.alpx-home-trust {
	position: relative;
	z-index: 4;
	margin-top: -18px;
	padding-bottom: 28px;
}

.alpx-home-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid rgba(8,45,56,.08);
	border-radius: 20px;
	background: rgba(255,255,255,.96);
	box-shadow: var(--home-card-shadow);
	overflow: hidden;
}

.alpx-home-trust__item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 116px;
	padding: 24px 25px;
}

.alpx-home-trust__item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 25%;
	width: 1px;
	height: 50%;
	background: var(--home-line);
}

.alpx-home-trust__icon {
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border-radius: 15px;
	background: var(--home-mint);
	color: var(--home-teal-dark);
}

.alpx-home-trust__item:nth-child(2) .alpx-home-trust__icon,
.alpx-home-trust__item:nth-child(4) .alpx-home-trust__icon { background: #fff2e7; color: var(--home-orange); }

.alpx-home-trust__icon svg,
.alpx-home-trust__icon img {
	width: 25px;
	height: 25px;
	object-fit: contain;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alpx-home-trust__item h2 { margin-bottom: 4px; color: var(--home-ink); font-size: 15px; font-weight: 800; line-height: 1.2; }
.alpx-home-trust__item p { margin-bottom: 0; color: var(--home-muted); font-size: 11px; line-height: 1.45; }

/* Category cards */
.alpx-home-categories { background: #fff; }

.alpx-home-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 15px;
}

.alpx-home-category {
	position: relative;
	min-height: 330px;
	display: flex;
	align-items: stretch;
	border: 1px solid rgba(8,45,56,.08);
	border-radius: 22px;
	box-shadow: 0 13px 28px rgba(6,45,56,.08);
	color: #fff;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.alpx-home-category:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 44px rgba(6,45,56,.15);
	color: #fff;
}

.alpx-home-category::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(5,28,36,.03), rgba(5,28,36,.45));
}

.alpx-home-category--teal { background: linear-gradient(145deg, #118c95, #0a6670); }
.alpx-home-category--orange { background: linear-gradient(145deg, #f59437, #e76d16); }
.alpx-home-category--green { background: linear-gradient(145deg, #74ae4c, #4e8e31); }
.alpx-home-category--blue { background: linear-gradient(145deg, #208da4, #0b6a7d); }
.alpx-home-category--amber { background: linear-gradient(145deg, #f69a2d, #e86f16); }

.alpx-home-category__copy {
	position: relative;
	z-index: 3;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px 22px;
}

.alpx-home-category__copy span { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }
.alpx-home-category__copy h3 { margin: 6px 0 0; color: #fff; font-size: 24px; font-weight: 850; letter-spacing: -.03em; line-height: 1.1; }
.alpx-home-category__copy i {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	margin-top: auto;
	border-radius: 50%;
	background: rgba(255,255,255,.94);
	color: var(--home-ink);
	font-size: 21px;
	font-style: normal;
	transition: transform .2s ease;
}
.alpx-home-category:hover .alpx-home-category__copy i { transform: translateX(4px); }

.alpx-home-category > img {
	position: absolute;
	z-index: 2;
	right: -8%;
	bottom: -4%;
	width: 88%;
	height: 72%;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 18px 18px rgba(5,30,38,.2));
	transition: transform .35s ease;
}

.alpx-home-category--teal > img {
	right: -15%;
	bottom: -9%;
	width: 90%;
	height: 76%;
	object-fit: contain;
}

.alpx-home-category:hover > img { transform: scale(1.045) translateY(-3px); }

/* Research confidence */
.alpx-home-confidence {
	position: relative;
	background:
		radial-gradient(circle at 10% 50%, rgba(20,141,147,.11), transparent 35%),
		linear-gradient(135deg, #f5fbfa, #fffaf5);
}

.alpx-home-confidence__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr);
	align-items: center;
	gap: clamp(55px, 7vw, 100px);
}

.alpx-home-confidence__visual {
	position: relative;
	min-height: 570px;
	display: grid;
	place-items: center;
}

.alpx-home-confidence__halo {
	position: absolute;
	width: 78%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(20,141,147,.16), rgba(255,255,255,.86), rgba(239,125,33,.12));
	box-shadow: inset 0 0 0 18px rgba(255,255,255,.45);
}

.alpx-home-confidence__main {
	position: relative;
	z-index: 2;
	width: min(88%, 620px);
	max-height: 490px;
	object-fit: contain;
	border-radius: 22px;
	filter: drop-shadow(0 28px 35px rgba(6,45,56,.18));
}

.alpx-home-confidence__badges { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.alpx-home-confidence__badge {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 9px;
	max-width: 160px;
	padding: 11px 14px;
	border: 1px solid rgba(8,45,56,.08);
	border-radius: 14px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 13px 30px rgba(6,45,56,.11);
	color: var(--home-ink);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	backdrop-filter: blur(10px);
}
.alpx-home-confidence__badge img { width: 28px; height: 28px; object-fit: contain; }
.alpx-home-confidence__badge:nth-child(1) { left: 1%; top: 13%; }
.alpx-home-confidence__badge:nth-child(2) { right: 0; top: 24%; }
.alpx-home-confidence__badge:nth-child(3) { left: 4%; bottom: 17%; }
.alpx-home-confidence__badge:nth-child(4) { right: 4%; bottom: 9%; }

.alpx-home-confidence__copy { max-width: 620px; }
.alpx-home-confidence__copy > p.alpx-home-eyebrow { color: var(--home-orange); }
.alpx-home-richtext { margin-top: 22px; color: #50686d; font-size: 16px; line-height: 1.75; }
.alpx-home-richtext p:last-child { margin-bottom: 0; }

/* Product tabs */
.alpx-home-products { background: #fff; }
.alpx-home-products__top { margin-bottom: 28px; }

.alpx-home-tabs {
	padding: 20px;
	border: 1px solid rgba(8,45,56,.08);
	border-radius: 25px;
	background: #fbfdfc;
	box-shadow: 0 18px 50px rgba(6,45,56,.07);
}

.alpx-home-tabs__buttons {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 24px;
	padding: 5px;
	border: 1px solid var(--home-line);
	border-radius: 999px;
	background: #fff;
}

.alpx-home-tabs__buttons button {
	min-height: 41px;
	padding: 10px 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #62777b;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.alpx-home-tabs__buttons button[aria-selected="true"] {
	background: var(--home-teal-dark);
	box-shadow: 0 7px 16px rgba(10,102,112,.22);
	color: #fff;
}

.alpx-home-tabs__panel[hidden] { display: none !important; }

.alpx-home-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.alpx-home-product {
	min-width: 0;
	display: flex;
	flex-direction: column;
	border: 1px solid #e6eeec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(6,45,56,.055);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.alpx-home-product:hover {
	transform: translateY(-5px);
	border-color: rgba(20,141,147,.28);
	box-shadow: 0 18px 34px rgba(6,45,56,.11);
}

.alpx-home-product__media {
	position: relative;
	aspect-ratio: 1 / .82;
	display: grid;
	place-items: center;
	padding: 19px;
	background:
		radial-gradient(circle at 70% 20%, rgba(239,125,33,.11), transparent 30%),
		linear-gradient(145deg, #f3fbfa, #fff7f0);
	overflow: hidden;
}

.alpx-home-product__media::after {
	content: "";
	position: absolute;
	right: -12%;
	bottom: -28%;
	width: 65%;
	aspect-ratio: 1;
	border: 1px solid rgba(20,141,147,.14);
	border-radius: 50%;
}

.alpx-home-product__media img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .3s ease;
}
.alpx-home-product:hover .alpx-home-product__media img { transform: scale(1.035); }

.alpx-home-product__badge {
	position: absolute;
	top: 11px;
	z-index: 4;
	padding: 4px 8px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 850;
	line-height: 1;
}
.alpx-home-product__badge--new { left: 11px; background: #ef2e28; color: #fff; }
.alpx-home-product__badge--popular { right: 11px; background: #fff4df; color: #b96810; }

.alpx-home-product__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 16px;
}

.alpx-home-product__body h3 {
	min-height: 42px;
	margin-bottom: 9px;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}
.alpx-home-product__body h3 a { color: var(--home-ink); }
.alpx-home-product__body h3 a:hover { color: var(--home-teal-dark); }

.alpx-home-product__price {
	margin: auto 0 12px;
	color: var(--home-ink);
	font-size: 14px;
	font-weight: 800;
}
.alpx-home-product__price del { margin-right: 5px; color: #91a0a2; font-size: 11px; font-weight: 500; }
.alpx-home-product__price ins { color: var(--home-ink); text-decoration: none; }

.alpx-home .alpx-home-product__button {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	padding: 9px 13px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #f49130, #e96e17);
	box-shadow: none;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}
.alpx-home .alpx-home-product__button:hover { background: var(--home-teal-dark); color: #fff; }
.alpx-home-product__button svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.alpx-home-tabs__more {
	display: none;
	width: fit-content;
	margin: 20px auto 0;
	color: var(--home-teal-dark);
	font-size: 13px;
	font-weight: 800;
}
.alpx-home-tabs__more:hover { color: var(--home-orange); }
.alpx-home-empty { grid-column: 1 / -1; padding: 35px; text-align: center; color: var(--home-muted); }

/* Quality */
.alpx-home-quality {
	background:
		radial-gradient(circle at 85% 20%, rgba(20,141,147,.12), transparent 28%),
		linear-gradient(135deg, #fff, #f5fbfa 48%, #fff7ee);
}

.alpx-home-quality__grid {
	display: grid;
	grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(55px, 7vw, 105px);
}

.alpx-home-quality__copy { max-width: 600px; }

.alpx-home-quality__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 30px 0 5px;
}

.alpx-home-quality__metrics div {
	padding: 17px 14px;
	border: 1px solid rgba(8,45,56,.08);
	border-radius: 15px;
	background: rgba(255,255,255,.78);
}
.alpx-home-quality__metrics strong { display: block; color: var(--home-teal-dark); font-size: 24px; font-weight: 900; letter-spacing: -.04em; }
.alpx-home-quality__metrics span { display: block; margin-top: 2px; color: var(--home-muted); font-size: 10px; font-weight: 650; }

.alpx-home-quality__visual {
	position: relative;
	min-height: 560px;
	display: grid;
	place-items: center;
}

.alpx-home-quality__panel {
	position: absolute;
	inset: 9% 8% 11% 3%;
	width: 89%;
	height: 80%;
	border: 8px solid rgba(255,255,255,.75);
	border-radius: 28px;
	object-fit: cover;
	box-shadow: var(--home-shadow);
	opacity: .82;
}

.alpx-home-quality__float {
	position: absolute;
	z-index: 3;
	object-fit: contain;
	filter: drop-shadow(0 28px 26px rgba(6,45,56,.23));
}
.alpx-home-quality__float--vial { left: 28%; bottom: 3%; width: 36%; animation: alpx-float-main 9s ease-in-out infinite; }
.alpx-home-quality__float--spray { right: 9%; bottom: 7%; width: 22%; animation: alpx-float-spray 10s ease-in-out -2s infinite; }

.alpx-home-quality__badge {
	position: absolute;
	right: 1%;
	top: 7%;
	z-index: 5;
	display: grid;
	grid-template-columns: 35px 1fr;
	align-items: center;
	gap: 0 10px;
	padding: 13px 17px;
	border: 1px solid rgba(8,45,56,.08);
	border-radius: 15px;
	background: rgba(255,255,255,.93);
	box-shadow: 0 16px 34px rgba(6,45,56,.13);
}
.alpx-home-quality__badge > span { grid-row: 1 / 3; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: #dff8ee; color: #1ba877; font-weight: 900; }
.alpx-home-quality__badge strong { color: var(--home-ink); font-size: 12px; }
.alpx-home-quality__badge small { color: var(--home-muted); font-size: 9px; }

/* FAQ */
.alpx-home-faq { background: #fff; }
.alpx-home-faq__grid {
	display: grid;
	grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(50px, 7vw, 105px);
}
.alpx-home-faq__intro > p:not(.alpx-home-eyebrow) { margin-top: 20px; color: var(--home-muted); }

.alpx-home-faq__image {
	position: relative;
	margin-top: 30px;
	border-radius: 21px;
	background: var(--home-mint);
	box-shadow: var(--home-card-shadow);
	overflow: hidden;
}
.alpx-home-faq__image > img { display: block; width: 100%; aspect-ratio: 1.4 / 1; object-fit: cover; }
.alpx-home-faq__image > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 17px 19px;
	background: var(--home-orange);
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
}
.alpx-home-faq__image > a:hover { background: var(--home-teal-dark); color: #fff; }
.alpx-home-faq__image > a span { font-size: 22px; }

.alpx-home-faq__list {
	border-top: 1px solid var(--home-line);
}
.alpx-home-faq__item { border-bottom: 1px solid var(--home-line); }
.alpx-home-faq__item h3 { margin: 0; }
.alpx-home-faq__item button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 3px;
	border: 0;
	background: transparent;
	color: var(--home-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
}
.alpx-home-faq__item button i {
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--home-mint);
	color: var(--home-teal-dark);
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}
.alpx-home-faq__item.is-open button i { transform: rotate(45deg); background: var(--home-orange); color: #fff; }
.alpx-home-faq__answer { padding: 0 54px 22px 3px; color: #536b6f; font-size: 14px; line-height: 1.75; }
.alpx-home-faq__answer p:last-child { margin-bottom: 0; }

/* Final CTA */
.alpx-home-final-cta { padding: 35px 0 70px; background: #fff; }
.alpx-home-final-cta__inner {
	position: relative;
	min-height: 315px;
	display: grid;
	place-items: center;
	padding: 55px 190px;
	border: 1px solid rgba(8,45,56,.08);
	border-radius: 29px;
	background:
		radial-gradient(circle at 15% 10%, rgba(239,125,33,.15), transparent 30%),
		radial-gradient(circle at 85% 80%, rgba(20,141,147,.17), transparent 35%),
		linear-gradient(130deg, #fff8df, #effbf6 55%, #f1efff);
	box-shadow: 0 20px 60px rgba(6,45,56,.09);
	overflow: hidden;
}
.alpx-home-final-cta__copy { position: relative; z-index: 4; max-width: 780px; text-align: center; }
.alpx-home-final-cta h2 { font-size: clamp(31px, 3.5vw, 48px); }
.alpx-home-final-cta__molecule { position: absolute; z-index: 1; width: 55%; opacity: .24; }
.alpx-home-final-cta__product { position: absolute; z-index: 3; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(6,45,56,.19)); }
.alpx-home-final-cta__product--left { left: -2%; bottom: -31%; width: 25%; transform: rotate(-12deg); }
.alpx-home-final-cta__product--right { right: 0; bottom: -26%; width: 18%; transform: rotate(8deg); }

/* Responsive */
@media (max-width: 1180px) {
	.alpx-home-hero__grid { grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); }
	.alpx-home-hero__visual { min-height: 500px; }
	.alpx-home-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.alpx-home-category:nth-child(4), .alpx-home-category:nth-child(5) { min-height: 290px; }
	.alpx-home-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
	.alpx-home-shell { width: min(100% - 36px, 960px); }
	.alpx-home-hero { min-height: auto; padding-top: 70px; }
	.alpx-home-hero__grid { grid-template-columns: 1fr 1fr; gap: 25px; }
	.alpx-home-hero h1 { font-size: clamp(44px, 6.6vw, 64px); }
	.alpx-home-hero__visual { min-height: 455px; transform: none; }
	.alpx-home-checks { grid-template-columns: 1fr; gap: 7px; }
	.alpx-home-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.alpx-home-trust__item:nth-child(2)::after { display: none; }
	.alpx-home-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
	.alpx-home-confidence__grid,
	.alpx-home-quality__grid { grid-template-columns: 1fr 1fr; gap: 42px; }
	.alpx-home-confidence__visual,
	.alpx-home-quality__visual { min-height: 480px; }
	.alpx-home-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.alpx-home-product:nth-child(n+7) { display: none; }
	.alpx-home-final-cta__inner { padding-inline: 140px; }
}

@media (max-width: 820px) {
	.alpx-home-section { padding: 75px 0; }
	.alpx-home-hero__grid { grid-template-columns: 1fr; }
	.alpx-home-hero__copy { max-width: 680px; }
	.alpx-home-hero__visual { min-height: 520px; max-width: 650px; width: 100%; margin: 0 auto; }
	.alpx-home-hero__proof { right: 7%; }
	.alpx-home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.alpx-home-category { min-height: 310px; }
	.alpx-home-confidence__grid,
	.alpx-home-quality__grid,
	.alpx-home-faq__grid { grid-template-columns: 1fr; }
	.alpx-home-confidence__copy,
	.alpx-home-quality__copy { max-width: 720px; }
	.alpx-home-confidence__visual { order: 2; min-height: 560px; }
	.alpx-home-quality__visual { min-height: 540px; }
	.alpx-home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.alpx-home-product:nth-child(n) { display: flex; }
	.alpx-home-final-cta__inner { min-height: 340px; padding-inline: 95px; }
	.alpx-home-final-cta__product--left { width: 29%; }
	.alpx-home-final-cta__product--right { width: 21%; }
}

@media (max-width: 600px) {
	.alpx-home { font-size: 15px; }
	.alpx-home-shell { width: calc(100% - 28px); }
	.alpx-home-section { padding: 58px 0; }
	.alpx-home-section-heading,
	.alpx-home-products__top { align-items: flex-start; margin-bottom: 25px; }
	.alpx-home-section-heading h2,
	.alpx-home-products__top h2,
	.alpx-home-confidence h2,
	.alpx-home-quality h2,
	.alpx-home-faq h2 { font-size: 34px; }
	.alpx-home-section-heading > a,
	.alpx-home-products__view { display: none; }

	.alpx-home-hero { padding: 47px 0 30px; background: linear-gradient(155deg, #fff 0%, #fff9f4 45%, #eaf8f7 100%); }
	.alpx-home-hero h1 { margin-bottom: 18px; font-size: clamp(39px, 12.2vw, 53px); line-height: 1.01; }
	.alpx-home-hero__intro { margin-bottom: 20px; font-size: 15px; line-height: 1.6; }
	.alpx-home-checks { gap: 6px; }
	.alpx-home-actions { gap: 9px; margin-top: 22px; }
	.alpx-home .alpx-home-button { min-height: 47px; padding-inline: 18px; font-size: 13px; }
	.alpx-home-rating { align-items: flex-start; flex-direction: column; gap: 2px; margin-top: 17px; }
	.alpx-home-hero__visual { min-height: 390px; margin-top: 8px; }
	.alpx-home-product-float--vial { left: 29%; top: 7%; width: 45%; }
	.alpx-home-product-float--spray { right: 0; top: 2%; width: 28%; }
	.alpx-home-product-float--capsules { left: -5%; bottom: 0; width: 45%; }
	.alpx-home-hero__molecule { inset: 8% -12% auto auto; width: 108%; }
	.alpx-home-hero__proof { right: 0; bottom: 4%; min-width: 184px; padding: 10px 12px; }
	.alpx-home-orb--one { width: 58px; height: 58px; }

	.alpx-home-trust { margin-top: 0; padding: 18px 0 2px; background: #fff; }
	.alpx-home-trust__grid { grid-template-columns: 1fr 1fr; border-radius: 17px; }
	.alpx-home-trust__item { min-height: 123px; align-items: flex-start; flex-direction: column; gap: 9px; padding: 17px 14px; }
	.alpx-home-trust__item:nth-child(odd)::after { display: block; top: 0; height: 100%; }
	.alpx-home-trust__item:nth-child(even)::after { display: none; }
	.alpx-home-trust__icon { width: 40px; height: 40px; border-radius: 12px; }
	.alpx-home-trust__icon svg, .alpx-home-trust__icon img { width: 22px; height: 22px; }
	.alpx-home-trust__item h2 { font-size: 13px; }
	.alpx-home-trust__item p { font-size: 10px; }

	.alpx-home-category-grid {
		display: flex;
		gap: 13px;
		margin-right: -14px;
		padding-right: 14px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.alpx-home-category-grid::-webkit-scrollbar { display: none; }
	.alpx-home-category { min-width: min(78vw, 290px); min-height: 310px; scroll-snap-align: start; }
	.alpx-home-category__copy { padding: 22px 19px; }
	.alpx-home-category__copy h3 { font-size: 25px; }

	.alpx-home-confidence__visual { min-height: 420px; margin-top: -10px; }
	.alpx-home-confidence__main { width: 88%; max-height: 350px; }
	.alpx-home-confidence__badge { max-width: 125px; padding: 8px 10px; font-size: 9px; }
	.alpx-home-confidence__badge img { width: 22px; height: 22px; }
	.alpx-home-confidence__badge:nth-child(1) { left: -2%; top: 12%; }
	.alpx-home-confidence__badge:nth-child(2) { right: -1%; top: 25%; }
	.alpx-home-confidence__badge:nth-child(3) { left: 0; bottom: 16%; }
	.alpx-home-confidence__badge:nth-child(4) { right: 1%; bottom: 8%; }

	.alpx-home-tabs { margin-inline: -4px; padding: 14px 10px 17px; border-radius: 19px; }
	.alpx-home-tabs__buttons { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 16px; padding: 4px; }
	.alpx-home-tabs__buttons button { min-width: 0; min-height: 39px; padding: 8px 5px; font-size: 10px; line-height: 1.15; }
	.alpx-home-product-grid { gap: 10px; }
	.alpx-home-product { border-radius: 14px; }
	.alpx-home-product__media { aspect-ratio: 1 / .9; padding: 10px; }
	.alpx-home-product__badge { top: 7px; padding: 3px 6px; font-size: 7px; }
	.alpx-home-product__badge--new { left: 7px; }
	.alpx-home-product__badge--popular { right: 7px; }
	.alpx-home-product__body { padding: 11px 9px; }
	.alpx-home-product__body h3 { min-height: 46px; margin-bottom: 6px; font-size: 10px; line-height: 1.35; }
	.alpx-home-product__price { margin-bottom: 9px; font-size: 12px; }
	.alpx-home-product__price del { display: block; font-size: 9px; }
	.alpx-home .alpx-home-product__button { min-height: 36px; padding: 7px 5px; font-size: 9px; }
	.alpx-home-product__button svg { width: 12px; height: 12px; }
	.alpx-home-tabs__more { display: flex; }

	.alpx-home-quality__metrics { gap: 6px; }
	.alpx-home-quality__metrics div { padding: 13px 8px; }
	.alpx-home-quality__metrics strong { font-size: 20px; }
	.alpx-home-quality__visual { min-height: 400px; }
	.alpx-home-quality__panel { inset: 8% 3% 13%; width: 94%; height: 76%; border-width: 5px; border-radius: 20px; }
	.alpx-home-quality__float--vial { left: 25%; width: 40%; }
	.alpx-home-quality__float--spray { right: 5%; width: 25%; }
	.alpx-home-quality__badge { right: -1%; top: 3%; padding: 9px 11px; grid-template-columns: 29px 1fr; }
	.alpx-home-quality__badge > span { width: 29px; height: 29px; }
	.alpx-home-quality__badge strong { font-size: 10px; }

	.alpx-home-faq__grid { gap: 35px; }
	.alpx-home-faq__image > img { aspect-ratio: 1.55 / 1; }
	.alpx-home-faq__item button { padding: 18px 1px; font-size: 13px; }
	.alpx-home-faq__item button i { width: 28px; height: 28px; }
	.alpx-home-faq__answer { padding: 0 36px 19px 1px; font-size: 12px; }

	.alpx-home-final-cta { padding: 20px 0 52px; }
	.alpx-home-final-cta__inner { min-height: 390px; padding: 57px 24px 105px; border-radius: 22px; }
	.alpx-home-final-cta h2 { font-size: 30px; }
	.alpx-home-final-cta__molecule { width: 125%; opacity: .18; }
	.alpx-home-final-cta__product--left { left: -8%; bottom: -18%; width: 40%; }
	.alpx-home-final-cta__product--right { right: -5%; bottom: -15%; width: 28%; }
}

@media (max-width: 380px) {
	.alpx-home-hero h1 { font-size: 38px; }
	.alpx-home .alpx-home-button { padding-inline: 14px; }
	.alpx-home-trust__item { padding: 15px 11px; }
	.alpx-home-tabs__buttons button { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
	.alpx-home *,
	.alpx-home *::before,
	.alpx-home *::after {
		scroll-behavior: auto !important;
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
	}
}
