:root {
	--lr-ink: #12221b;
	--lr-green: #173f2d;
	--lr-lime: #dfff67;
	--lr-cream: #f6f3ea;
	--lr-mint: #dceee3;
	--lr-line: rgba(18, 34, 27, .14);
}

.lifostep-rewards-page {
	overflow-x: hidden;
	background: #fff;
	color: var(--lr-ink);
}

.lifostep-rewards-page * {
	box-sizing: border-box;
	min-width: 0;
}

.lifostep-rewards-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.lifostep-rewards-eyebrow::before {
	content: "";
	width: 24px;
	height: 2px;
	background: currentColor;
}

.lifostep-rewards-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	align-items: center;
	gap: clamp(36px, 7vw, 110px);
	padding: clamp(70px, 8vw, 120px) max(6vw, calc((100vw - 1320px) / 2));
	background:
		radial-gradient(circle at 82% 18%, rgba(223, 255, 103, .58), transparent 22%),
		radial-gradient(circle at 8% 80%, rgba(220, 238, 227, .9), transparent 24%),
		var(--lr-cream);
}

.lifostep-rewards-hero h1 {
	max-width: 760px;
	margin: 0 0 24px;
	font-size: clamp(52px, 6.5vw, 104px);
	line-height: .92;
	letter-spacing: -.065em;
}

.lifostep-rewards-hero p {
	max-width: 610px;
	margin: 0;
	color: #536159;
	font-size: clamp(17px, 1.45vw, 21px);
	line-height: 1.65;
}

.lifostep-rewards-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.lifostep-rewards-btn {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 25px;
	border: 1px solid var(--lr-ink);
	border-radius: 999px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 780;
	transition: transform .2s ease, background .2s ease, color .2s ease;
}

.lifostep-rewards-btn:hover {
	transform: translateY(-2px);
}

.lifostep-rewards-btn--dark {
	background: var(--lr-ink);
	color: #fff !important;
}

.lifostep-rewards-btn--dark:hover {
	background: var(--lr-green);
}

.lifostep-rewards-btn--light {
	background: rgba(255, 255, 255, .62);
	color: var(--lr-ink) !important;
}

.lifostep-rewards-btn--cream {
	background: var(--lr-cream);
	color: var(--lr-ink) !important;
}

.lifostep-rewards-hero__card {
	position: relative;
	display: grid;
	gap: 14px;
	padding: clamp(22px, 3vw, 34px);
	border-radius: 34px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 32px 90px rgba(18, 34, 27, .12);
	backdrop-filter: blur(14px);
}

.lifostep-rewards-hero__card::before {
	content: "L";
	position: absolute;
	inset: auto 24px 10px auto;
	color: rgba(23, 63, 45, .07);
	font-family: Georgia, serif;
	font-size: clamp(150px, 15vw, 250px);
	line-height: 1;
}

.lifostep-rewards-hero__card > div {
	position: relative;
	z-index: 1;
	padding: 22px;
	border: 1px solid var(--lr-line);
	border-radius: 22px;
	background: #fff;
}

.lifostep-rewards-hero__card span,
.lifostep-rewards-hero__card small {
	display: block;
	color: #6a746d;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.lifostep-rewards-hero__card strong {
	display: block;
	margin: 8px 0 4px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1;
	letter-spacing: -.05em;
}

.lifostep-rewards-welcome,
.lifostep-rewards-rules {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 34px;
	padding: clamp(54px, 7vw, 92px) max(6vw, calc((100vw - 1320px) / 2));
	background: var(--lr-green);
	color: #fff;
}

.lifostep-rewards-welcome span {
	display: block;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, .64);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.lifostep-rewards-welcome h2,
.lifostep-rewards-rules h2 {
	max-width: 760px;
	margin: 0 0 14px;
	font-size: clamp(36px, 5vw, 72px);
	line-height: .98;
	letter-spacing: -.055em;
}

.lifostep-rewards-welcome p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 16px;
	line-height: 1.75;
}

.lifostep-rewards-tiers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: min(1320px, 88vw);
	margin: 0 auto;
	padding: clamp(70px, 8vw, 115px) 0;
}

.lifostep-tier-card {
	display: grid;
	gap: 22px;
	padding: 18px;
	border: 1px solid var(--lr-line);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(18, 34, 27, .06);
	opacity: .001;
	transform: translateY(14px);
	transition: opacity .45s ease, transform .45s ease;
}

.lifostep-tier-card.is-ready {
	opacity: 1;
	transform: translateY(0);
}

.lifostep-tier-card__visual {
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px;
	border-radius: 24px;
	overflow: hidden;
	color: var(--lr-ink);
}

.lifostep-tier-card__visual span,
.lifostep-tier-card__visual small {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	opacity: .76;
}

.lifostep-tier-card__visual strong {
	font-size: clamp(42px, 5vw, 68px);
	line-height: .95;
	letter-spacing: -.06em;
}

.lifostep-tier-card--silver .lifostep-tier-card__visual {
	background: linear-gradient(145deg, #f7f7f3, #cdd4ce);
}

.lifostep-tier-card--gold .lifostep-tier-card__visual {
	background: linear-gradient(145deg, #fff4bb, #d6a840);
}

.lifostep-tier-card--vip .lifostep-tier-card__visual {
	background: linear-gradient(145deg, #153325, #0b1511 60%, #dfff67);
	color: #fff;
}

.lifostep-tier-card__content {
	padding: 4px 6px 8px;
}

.lifostep-tier-card__content h2 {
	margin: 0 0 10px;
	font-size: 25px;
	line-height: 1.05;
	letter-spacing: -.035em;
}

.lifostep-tier-card__content p {
	margin: 0 0 18px;
	color: #536159;
	line-height: 1.65;
}

.lifostep-tier-card__content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lifostep-tier-card__content li {
	padding: 13px 0;
	border-top: 1px solid var(--lr-line);
	color: #5d6861;
	font-size: 14px;
}

.lifostep-rewards-rules {
	align-items: start;
	background: var(--lr-mint);
	color: var(--lr-ink);
}

.lifostep-rewards-rule-grid {
	width: min(620px, 100%);
	display: grid;
	gap: 12px;
}

.lifostep-rewards-rule-grid div {
	padding: 22px;
	border: 1px solid rgba(18, 34, 27, .1);
	border-radius: 22px;
	background: rgba(255, 255, 255, .64);
}

.lifostep-rewards-rule-grid strong {
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
	letter-spacing: -.025em;
}

.lifostep-rewards-rule-grid span {
	color: #536159;
	line-height: 1.65;
}

@media (max-width: 980px) {
	.lifostep-rewards-hero {
		grid-template-columns: 1fr;
	}

	.lifostep-rewards-hero__card {
		max-width: 620px;
	}

	.lifostep-rewards-welcome,
	.lifostep-rewards-rules {
		display: grid;
	}

	.lifostep-rewards-tiers {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.lifostep-rewards-hero,
	.lifostep-rewards-welcome,
	.lifostep-rewards-rules {
		padding-inline: 6vw;
	}

	.lifostep-rewards-hero h1 {
		font-size: clamp(48px, 15vw, 70px);
	}

	.lifostep-rewards-actions {
		display: grid;
	}

	.lifostep-rewards-btn {
		width: 100%;
	}

	.lifostep-rewards-tiers {
		width: auto;
		margin: 0;
		padding: 64px 6vw;
	}

	.lifostep-tier-card {
		border-radius: 24px;
	}

	.lifostep-tier-card__visual {
		min-height: 220px;
	}
}
