.izy-reward {
	--izy-border: rgba(127, 127, 127, 0.25);
	--izy-border-current: color-mix(in srgb, currentColor 18%, transparent);
	--izy-bg-soft: rgba(127, 127, 127, 0.06);
	--izy-bg-soft-current: color-mix(in srgb, currentColor 4%, transparent);
	--izy-text-muted: color-mix(in srgb, currentColor 68%, transparent);
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 0 48px;
	color: inherit;
	font: inherit;
}

.izy-reward *,
.izy-reward *::before,
.izy-reward *::after {
	box-sizing: border-box;
}

.izy-reward__panel,
.izy-reward__notice {
	background: var(--izy-bg-soft);
	background: var(--izy-bg-soft-current);
	border: 1px solid var(--izy-border);
	border-color: var(--izy-border-current);
	border-radius: 16px;
}

.izy-reward__panel {
	padding: 22px;
}

.izy-reward__panel--intro {
	margin-bottom: 18px;
}

.izy-reward__eyebrow {
	margin-bottom: 10px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.75;
}

.izy-reward__title {
	margin: 0 0 10px;
	font: inherit;
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.2;
	font-weight: 700;
	color: inherit;
}

.izy-reward__text,
.izy-reward__subtext,
.izy-reward__meta,
.izy-reward__stat-label,
.izy-reward__notice {
	color: inherit;
	opacity: 0.8;
}

.izy-reward__text,
.izy-reward__subtext {
	margin: 0;
}

.izy-reward__subtext {
	margin-top: 10px;
	font-size: 0.95rem;
}

.izy-reward__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

.izy-reward__stat {
	text-align: center;
}

.izy-reward__stat-value {
	display: block;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.1;
}

.izy-reward__stat-value--small {
	font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.izy-reward__stat-label {
	display: block;
	margin-top: 8px;
	font-size: 0.9rem;
}

.izy-reward__notice {
	padding: 14px 16px;
	margin-bottom: 14px;
}

.izy-reward__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 24px 0 12px;
}

.izy-reward__section-head h3 {
	margin: 0;
	font: inherit;
	font-size: 1.1rem;
	font-weight: 700;
	color: inherit;
}

.izy-reward__section-head span,
.izy-reward__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--izy-bg-soft);
	background: var(--izy-bg-soft-current);
	border: 1px solid var(--izy-border);
	border-color: var(--izy-border-current);
	font-size: 0.85rem;
}

.izy-reward__gift-grid,
.izy-reward__products {
	display: grid;
	gap: 14px;
}

.izy-reward__gift-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.izy-reward__gift-card strong,
.izy-reward__product-name {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: inherit;
}

.izy-reward__button {
	font: inherit;
}

.izy-reward__claim-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.izy-reward__claim-btn:disabled {
	opacity: 0.6;
	cursor: wait;
}

.izy-reward__products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.izy-reward__product.is-ready {
	border-style: solid;
}

.izy-reward__product-top,
.izy-reward__progress {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.izy-reward__bar {
	height: 8px;
	margin: 14px 0 10px;
	border-radius: 999px;
	background: var(--izy-bg-soft);
	background: var(--izy-bg-soft-current);
	overflow: hidden;
}

.izy-reward__bar-fill {
	height: 100%;
	border-radius: inherit;
	background: currentColor;
	opacity: 0.45;
}

.izy-reward__progress {
	font-size: 0.9rem;
	opacity: 0.8;
}

@media (max-width: 900px) {
	.izy-reward__products {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.izy-reward__stats {
		grid-template-columns: 1fr;
	}

	.izy-reward__gift-card {
		flex-direction: column;
		align-items: stretch;
	}

	.izy-reward__claim-btn,
	.izy-reward__button {
		width: 100%;
		justify-content: center;
	}
}
