.sc-ea35e880-card {
	background-color: rgba(255, 255, 255, 0.06);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	padding: 40px;
	text-align: center;
	transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
	position: relative;
	overflow: hidden;
}

.sc-ea35e880-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	background: linear-gradient(
		105deg,
		transparent 40%,
		rgba(255, 255, 255, 0.03) 45%,
		rgba(255, 255, 255, 0.06) 50%,
		rgba(255, 255, 255, 0.03) 55%,
		transparent 60%
	);
	pointer-events: none;
	z-index: 0;
}

.sc-ea35e880-card:hover {
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.sc-ea35e880-counter {
	font-size: 56px;
	font-weight: 700;
	color: #6C63FF;
	line-height: 1.1;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
}

.sc-ea35e880-heading {
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.4;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
}

.sc-ea35e880-subtext {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
