/* ==========================================================================
   Why Choose Benxi — Dark Luxury Trust Timeline
   ========================================================================== */

.benxi-why {
	--why-blue: #27357b;
	--why-blue-bright: #4a5fb5;
	--why-blue-glow: rgba(74, 95, 181, 0.55);
	--why-green: #538135;
	--why-green-bright: #6fa048;
	--why-green-glow: rgba(111, 160, 72, 0.5);
	--why-ink: #f2f4f8;
	--why-muted: rgba(242, 244, 248, 0.58);
	--why-line: rgba(255, 255, 255, 0.1);
	--why-glass: rgba(255, 255, 255, 0.04);
	--why-glass-border: rgba(255, 255, 255, 0.1);
	--why-ease: cubic-bezier(0.22, 1, 0.36, 1);
	position: relative;
	padding: clamp(5.5rem, 11vw, 9rem) 0 clamp(4.5rem, 9vw, 7.5rem);
	background:
		radial-gradient(ellipse 70% 50% at 15% 0%, rgba(39, 53, 123, 0.28), transparent 55%),
		radial-gradient(ellipse 55% 45% at 90% 100%, rgba(83, 129, 53, 0.18), transparent 50%),
		linear-gradient(175deg, #060810 0%, #0a0e1a 42%, #080c14 100%);
	color: var(--why-ink);
	overflow-x: clip;
	isolation: isolate;
}

/* Ambient */
.benxi-why__ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.benxi-why__ambient-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(110px);
}

.benxi-why__ambient-orb--blue {
	top: -8%;
	right: 6%;
	width: min(48vw, 580px);
	height: min(48vw, 580px);
	background: radial-gradient(circle, rgba(39, 53, 123, 0.35) 0%, transparent 68%);
	animation: benxi-why-drift 26s ease-in-out infinite alternate;
}

.benxi-why__ambient-orb--green {
	bottom: 5%;
	left: -4%;
	width: min(40vw, 480px);
	height: min(40vw, 480px);
	background: radial-gradient(circle, rgba(83, 129, 53, 0.22) 0%, transparent 70%);
	animation: benxi-why-drift 22s ease-in-out infinite alternate-reverse;
}

.benxi-why__ambient-orb--mix {
	top: 45%;
	left: 42%;
	width: min(30vw, 360px);
	height: min(30vw, 360px);
	background: radial-gradient(circle, rgba(60, 80, 140, 0.12) 0%, transparent 72%);
	animation: benxi-why-drift 18s ease-in-out infinite alternate;
	animation-delay: -8s;
}

.benxi-why__ambient-grid {
	position: absolute;
	inset: 0;
	opacity: 0.14;
	background-image:
		linear-gradient(rgba(74, 95, 181, 0.2) 1px, transparent 1px),
		linear-gradient(90deg, rgba(74, 95, 181, 0.2) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: radial-gradient(ellipse 85% 70% at 50% 30%, black 12%, transparent 78%);
	-webkit-mask-image: radial-gradient(ellipse 85% 70% at 50% 30%, black 12%, transparent 78%);
}

.benxi-why__particles {
	position: absolute;
	inset: 0;
}

.benxi-why__particle {
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	left: calc(8% + var(--p-i) * 15%);
	top: calc(12% + var(--p-i) * 11%);
	animation: benxi-why-particle calc(16s + var(--p-i) * 2.5s) ease-in-out infinite alternate;
}

@keyframes benxi-why-drift {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(3%, 4%, 0); }
}

@keyframes benxi-why-particle {
	0% { transform: translate3d(0, 0, 0); opacity: 0.12; }
	100% { transform: translate3d(10px, -22px, 0); opacity: 0.65; }
}

.benxi-why__inner {
	position: relative;
	z-index: 1;
	max-width: calc(var(--benxi-container) + 4rem);
	margin: 0 auto;
	padding: 0 var(--benxi-gutter);
}

/* Header */
.benxi-why__header {
	max-width: 700px;
	margin: 0 auto clamp(4rem, 8vw, 6rem);
	text-align: center;
}

.benxi-why__label-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 1.15rem;
}

.benxi-why__label-line {
	display: block;
	width: clamp(2rem, 5vw, 3.25rem);
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--why-blue-bright), transparent);
	opacity: 0.65;
}

.benxi-why__label {
	margin: 0;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--why-blue-bright);
}

.benxi-why__heading {
	margin: 0 0 1.35rem;
	display: flex;
	flex-direction: column;
	gap: 0.05em;
	font-size: clamp(2.15rem, 5vw, 3.75rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.045em;
}

.benxi-why__heading-line {
	display: block;
	color: #fff;
}

.benxi-why__heading-line--accent {
	background: linear-gradient(135deg, var(--why-green-bright) 0%, #8bc45a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.benxi-why__intro {
	margin: 0 auto;
	max-width: 52ch;
	font-size: clamp(0.95rem, 1.12vw, 1.06rem);
	line-height: 1.82;
	color: var(--why-muted);
}

/* Timeline */
.benxi-why__timeline {
	position: relative;
	margin-bottom: clamp(4rem, 8vw, 6rem);
	padding: 0 0.5rem;
}

.benxi-why__track {
	position: absolute;
	left: 2.5%;
	right: 2.5%;
	top: 50%;
	height: 2px;
	transform: translateY(-50%);
	z-index: 0;
	pointer-events: none;
}

.benxi-why__line {
	position: absolute;
	inset: 0;
	background: var(--why-line);
	border-radius: 2px;
}

.benxi-why__line-draw {
	position: absolute;
	inset: 0;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--why-blue), var(--why-blue-bright), var(--why-green));
	transform-origin: left center;
	transform: scaleX(0);
	box-shadow: 0 0 20px rgba(74, 95, 181, 0.4);
}

.benxi-why--visible .benxi-why__line-draw {
	animation: benxi-why-line-draw 1.6s var(--why-ease) 0.4s forwards;
}

.benxi-why__line-shimmer {
	position: absolute;
	inset: 0;
	border-radius: 2px;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
	background-size: 200% 100%;
	opacity: 0;
}

.benxi-why--visible .benxi-why__line-shimmer {
	animation: benxi-why-shimmer 2.8s ease-in-out 1.8s infinite;
}

.benxi-why__line-glow {
	position: absolute;
	top: 50%;
	left: var(--glow-pos, 10%);
	width: 22%;
	height: 8px;
	transform: translate(-50%, -50%);
	background: radial-gradient(ellipse, var(--why-blue-glow) 0%, transparent 72%);
	opacity: 0;
	filter: blur(6px);
	transition:
		left 0.6s var(--why-ease),
		opacity 0.5s ease,
		background 0.5s ease;
}

.benxi-why__timeline--active .benxi-why__line-glow {
	opacity: 1;
}

.benxi-why__timeline--active.benxi-why__timeline--green .benxi-why__line-glow {
	background: radial-gradient(ellipse, var(--why-green-glow) 0%, transparent 72%);
}

.benxi-why__pillars {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.benxi-why__pillar {
	opacity: 0;
	transform: translateY(28px);
}

.benxi-why--visible .benxi-why__pillar {
	animation: benxi-why-pillar-in 0.8s var(--why-ease) calc(0.6s + var(--pillar-i, 0) * 0.11s) forwards;
}

.benxi-why__pillar-inner {
	display: grid;
	grid-template-rows: 1fr auto 1fr;
	align-items: center;
	justify-items: center;
	min-height: clamp(210px, 23vw, 280px);
	text-align: center;
	cursor: default;
	outline: none;
	transition: transform 0.55s var(--why-ease);
}

.benxi-why__pillar--above .benxi-why__pillar-short { grid-row: 1; align-self: end; padding-bottom: 1.35rem; }
.benxi-why__pillar--above .benxi-why__pillar-node { grid-row: 2; }
.benxi-why__pillar--above .benxi-why__pillar-detail { grid-row: 3; align-self: start; padding-top: 1.5rem; }

.benxi-why__pillar--below .benxi-why__pillar-detail { grid-row: 1; align-self: end; padding-bottom: 1.5rem; }
.benxi-why__pillar--below .benxi-why__pillar-node { grid-row: 2; }
.benxi-why__pillar--below .benxi-why__pillar-short { grid-row: 3; align-self: start; padding-top: 1.35rem; }

.benxi-why__pillar-short {
	font-size: clamp(0.78rem, 1.2vw, 0.92rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
	transition: color 0.45s ease, transform 0.55s var(--why-ease), text-shadow 0.45s ease;
}

/* Node */
.benxi-why__pillar-node {
	position: relative;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.benxi-why__pillar-core {
	position: relative;
	z-index: 2;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0a0e1a;
	border: 2px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 0 0 4px rgba(10, 14, 26, 0.9);
	transition:
		transform 0.55s var(--why-ease),
		border-color 0.45s ease,
		box-shadow 0.45s ease;
}

.benxi-why__pillar-ring {
	position: absolute;
	inset: -8px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 0.5s ease, transform 0.55s var(--why-ease);
}

.benxi-why--visible .benxi-why__pillar-node .benxi-why__pillar-ring {
	animation: benxi-why-ring-pulse 3s ease-in-out calc(1.2s + var(--pillar-i, 0) * 0.4s) infinite;
}

/* Detail glass panel */
.benxi-why__pillar-detail {
	max-width: 210px;
	padding: 0.85rem 1rem;
	border-radius: 14px;
	background: transparent;
	border: 1px solid transparent;
	opacity: 0;
	transform: translateY(10px) scale(0.97);
	transition:
		opacity 0.5s var(--why-ease),
		transform 0.5s var(--why-ease),
		background 0.45s ease,
		border-color 0.45s ease,
		box-shadow 0.45s ease;
	pointer-events: none;
	backdrop-filter: blur(0);
	-webkit-backdrop-filter: blur(0);
}

.benxi-why__pillar-title {
	margin: 0 0 0.4rem;
	font-size: clamp(0.82rem, 1.1vw, 0.94rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #fff;
}

.benxi-why__pillar-desc {
	margin: 0;
	font-size: 0.76rem;
	line-height: 1.65;
	color: var(--why-muted);
}

/* Hover / active */
.benxi-why__pillar-inner:hover,
.benxi-why__pillar-inner:focus-visible,
.benxi-why__pillar--active .benxi-why__pillar-inner {
	transform: scale(1.05);
}

.benxi-why__pillar-inner:hover .benxi-why__pillar-short,
.benxi-why__pillar-inner:focus-visible .benxi-why__pillar-short,
.benxi-why__pillar--active .benxi-why__pillar-short {
	transform: translateY(-3px);
	color: #fff;
}

.benxi-why__pillar--blue .benxi-why__pillar-inner:hover .benxi-why__pillar-short,
.benxi-why__pillar--blue .benxi-why__pillar-inner:focus-visible .benxi-why__pillar-short,
.benxi-why__pillar--blue.benxi-why__pillar--active .benxi-why__pillar-short {
	text-shadow: 0 0 24px var(--why-blue-glow);
}

.benxi-why__pillar--green .benxi-why__pillar-inner:hover .benxi-why__pillar-short,
.benxi-why__pillar--green .benxi-why__pillar-inner:focus-visible .benxi-why__pillar-short,
.benxi-why__pillar--green.benxi-why__pillar--active .benxi-why__pillar-short {
	text-shadow: 0 0 24px var(--why-green-glow);
}

.benxi-why__pillar-inner:hover .benxi-why__pillar-core,
.benxi-why__pillar-inner:focus-visible .benxi-why__pillar-core,
.benxi-why__pillar--active .benxi-why__pillar-core {
	transform: scale(1.4);
}

.benxi-why__pillar--blue .benxi-why__pillar-inner:hover .benxi-why__pillar-core,
.benxi-why__pillar--blue .benxi-why__pillar-inner:focus-visible .benxi-why__pillar-core,
.benxi-why__pillar--blue.benxi-why__pillar--active .benxi-why__pillar-core {
	border-color: var(--why-blue-bright);
	box-shadow: 0 0 0 4px rgba(10, 14, 26, 0.9), 0 0 20px var(--why-blue-glow);
}

.benxi-why__pillar--green .benxi-why__pillar-inner:hover .benxi-why__pillar-core,
.benxi-why__pillar--green .benxi-why__pillar-inner:focus-visible .benxi-why__pillar-core,
.benxi-why__pillar--green.benxi-why__pillar--active .benxi-why__pillar-core {
	border-color: var(--why-green-bright);
	box-shadow: 0 0 0 4px rgba(10, 14, 26, 0.9), 0 0 20px var(--why-green-glow);
}

.benxi-why__pillar-inner:hover .benxi-why__pillar-ring,
.benxi-why__pillar-inner:focus-visible .benxi-why__pillar-ring,
.benxi-why__pillar--active .benxi-why__pillar-ring {
	opacity: 1;
	transform: scale(1);
	animation: none;
}

.benxi-why__pillar-inner:hover .benxi-why__pillar-detail,
.benxi-why__pillar-inner:focus-visible .benxi-why__pillar-detail,
.benxi-why__pillar--active .benxi-why__pillar-detail {
	opacity: 1;
	transform: translateY(0) scale(1);
	background: var(--why-glass);
	border-color: var(--why-glass-border);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

/* Stats */
.benxi-why__stats {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	padding: clamp(2.75rem, 5.5vw, 3.75rem) clamp(1rem, 3vw, 2rem);
	margin-bottom: clamp(3.5rem, 7vw, 5rem);
	border-top: 1px solid var(--why-line);
	border-bottom: 1px solid var(--why-line);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 50%, rgba(255, 255, 255, 0.02) 100%);
}

.benxi-why__stat {
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translateY(20px);
}

.benxi-why--visible .benxi-why__stat {
	animation: benxi-why-stat-in 0.75s var(--why-ease) calc(1.2s + var(--stat-i, 0) * 0.09s) forwards;
}

.benxi-why__stat-sep {
	display: block;
	width: 1px;
	height: clamp(2.75rem, 5vw, 3.75rem);
	margin: 0 clamp(1.5rem, 3.5vw, 3rem);
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
	flex-shrink: 0;
}

.benxi-why__stat-inner {
	text-align: center;
}

.benxi-why__stat-value {
	margin: 0 0 0.4rem;
	font-size: clamp(1.85rem, 3.8vw, 2.75rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	background: linear-gradient(180deg, #fff 30%, rgba(255, 255, 255, 0.65) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.benxi-why__stat-label {
	margin: 0;
	font-size: clamp(0.7rem, 1vw, 0.8rem);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--why-muted);
}

/* Closing */
.benxi-why__closing {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.85rem;
	padding: clamp(2rem, 4vw, 3rem) 0 0;
}

.benxi-why__closing-glow {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(60vw, 500px);
	height: 120px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse, rgba(39, 53, 123, 0.25) 0%, transparent 70%);
	pointer-events: none;
}

.benxi-why__statement {
	position: relative;
	margin: 0;
	max-width: 30ch;
	font-size: clamp(1.25rem, 2.5vw, 1.7rem);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -0.025em;
	color: rgba(255, 255, 255, 0.92);
}

.benxi-why__cta {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 1.05rem 2.25rem;
	border-radius: 100px;
	background: linear-gradient(135deg, var(--why-blue) 0%, var(--why-blue-bright) 100%);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow:
		0 8px 32px rgba(39, 53, 123, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset;
	transition:
		transform 0.5s var(--why-ease),
		box-shadow 0.5s ease,
		gap 0.45s var(--why-ease);
}

.benxi-why__cta-shine {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.22) 50%, transparent 60%);
	transform: translateX(-120%);
	transition: transform 0.7s var(--why-ease);
	pointer-events: none;
}

.benxi-why__cta svg {
	position: relative;
	transition: transform 0.45s var(--why-ease);
}

.benxi-why__cta:hover,
.benxi-why__cta:focus-visible {
	transform: translateY(-4px);
	box-shadow:
		0 14px 48px rgba(39, 53, 123, 0.55),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	gap: 0.9rem;
}

.benxi-why__cta:hover .benxi-why__cta-shine,
.benxi-why__cta:focus-visible .benxi-why__cta-shine {
	transform: translateX(120%);
}

.benxi-why__cta:hover svg,
.benxi-why__cta:focus-visible svg {
	transform: translateX(5px);
}

/* Reveal */
.benxi-why__reveal {
	opacity: 0;
	transform: translateY(32px);
	transition:
		opacity 0.95s var(--why-ease) calc(var(--reveal-d, 0) * 0.1s),
		transform 0.95s var(--why-ease) calc(var(--reveal-d, 0) * 0.1s);
}

.benxi-why--visible .benxi-why__reveal {
	opacity: 1;
	transform: translateY(0);
}

@keyframes benxi-why-line-draw {
	from { transform: scaleX(0); opacity: 0.6; }
	to { transform: scaleX(1); opacity: 1; }
}

@keyframes benxi-why-shimmer {
	0% { opacity: 0; background-position: 200% 0; }
	15% { opacity: 0.7; }
	50% { opacity: 0; background-position: -200% 0; }
	100% { opacity: 0; background-position: -200% 0; }
}

@keyframes benxi-why-pillar-in {
	from { opacity: 0; transform: translateY(28px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes benxi-why-stat-in {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes benxi-why-ring-pulse {
	0%, 100% { opacity: 0; transform: scale(0.6); }
	50% { opacity: 0.5; transform: scale(1.15); }
}

/* Tablet */
@media (max-width: 1100px) {
	.benxi-why__track { display: none; }

	.benxi-why__pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(1.5rem, 3vw, 2rem);
	}

	.benxi-why__pillar--above .benxi-why__pillar-short,
	.benxi-why__pillar--below .benxi-why__pillar-short {
		grid-row: 1; align-self: end; padding: 0 0 1rem;
	}

	.benxi-why__pillar--above .benxi-why__pillar-node,
	.benxi-why__pillar--below .benxi-why__pillar-node { grid-row: 2; }

	.benxi-why__pillar--above .benxi-why__pillar-detail,
	.benxi-why__pillar--below .benxi-why__pillar-detail {
		grid-row: 3; align-self: start; padding: 1rem 0 0; max-width: 300px;
	}

	.benxi-why__pillar-inner { min-height: auto; }

	.benxi-why__pillar-detail {
		opacity: 1;
		transform: none;
		background: var(--why-glass);
		border-color: var(--why-glass-border);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}

	.benxi-why__pillar:nth-child(5) {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: 340px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.benxi-why__pillars {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		padding-left: 2rem;
		border-left: 1px solid var(--why-line);
		margin-left: 0.75rem;
	}

	.benxi-why__pillar { position: relative; padding: 0 0 0.5rem; }

	.benxi-why__pillar-inner {
		display: block;
		text-align: left;
		transform: none !important;
	}

	.benxi-why__pillar-node {
		position: absolute;
		left: calc(-2rem - 7px);
		top: 0.4rem;
	}

	.benxi-why__pillar-short {
		display: block;
		margin-bottom: 0.75rem;
		padding: 0 !important;
		font-size: 0.88rem;
		color: rgba(255, 255, 255, 0.85);
	}

	.benxi-why__pillar-detail {
		max-width: none;
		opacity: 1;
		transform: none;
		padding: 1rem 1.1rem !important;
		margin-bottom: 0.5rem;
	}

	.benxi-why__pillar-title { font-size: 1rem; }
	.benxi-why__pillar-desc { font-size: 0.88rem; }

	.benxi-why__stats {
		flex-direction: column;
		gap: 2rem;
		padding: 2.5rem 0;
	}

	.benxi-why__stat { flex-direction: column; width: 100%; }

	.benxi-why__stat-sep {
		width: clamp(4rem, 30vw, 8rem);
		height: 1px;
		margin: 0;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
	}

	.benxi-why__statement { max-width: none; }
}

@media (max-width: 480px) {
	.benxi-why__cta { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.benxi-why__ambient-orb,
	.benxi-why__particle,
	.benxi-why__line-draw,
	.benxi-why__line-shimmer,
	.benxi-why__pillar,
	.benxi-why__stat,
	.benxi-why__reveal,
	.benxi-why__pillar-inner,
	.benxi-why__pillar-short,
	.benxi-why__pillar-core,
	.benxi-why__pillar-ring,
	.benxi-why__pillar-detail,
	.benxi-why__line-glow,
	.benxi-why__cta,
	.benxi-why__cta-shine {
		animation: none;
		transition: none;
	}

	.benxi-why__reveal,
	.benxi-why__pillar,
	.benxi-why__stat {
		opacity: 1;
		transform: none;
	}

	.benxi-why--visible .benxi-why__line-draw { transform: scaleX(1); }

	.benxi-why__pillar-detail {
		opacity: 1;
		transform: none;
		background: var(--why-glass);
		border-color: var(--why-glass-border);
	}
}
