:root {
	--color-primary: #0066ff;
	--color-secondary: #ff6600;
	--color-dark: #000000;
	--color-bg: #ffffff;
	--color-border: #99cfff;
	--color-accent: #00dddd;
	--font-display: "Wix Madefor Display", sans-serif;
	--font-text: "Wix Madefor Text", sans-serif;
	--font-poppins: "Poppins", sans-serif;
	--radius-sm: 12px;
	--radius-lg: 20px;
	--radius-xl: 36px;
	--radius-pill: 120px;
	--shadow-card: -14px 14px 24px rgba(153, 207, 255, 0.2);
}

section.stats-section.mt-lg {
	padding-top: 40px;
	padding-bottom: 40px;
}

.stats-row {
	gap: 24px;
}

.stat-card {
	max-width: 350px;
	height: 170px;
	padding: 30px;
	background: var(--color-bg);
	border: 1.5px solid var(--color-border);
	border-radius: var(--radius-lg);
}

.stat-card-last {
	max-width: 540px
}

.stat-value {
	margin-bottom: 16px;
	font-family: var(--font-display);
	font-size: 80px;
	font-weight: 700;
	line-height: 56px;
	font-style: normal;
	letter-spacing: -1.6px;
	color: var(--color-secondary);
}

.stat-value-last {
	font-size: 56px;
	line-height: 56px;
	/* 100% */
	letter-spacing: -1.12px;
}

.stat-value.stat-value-last::first-letter {
	margin-left: -0.1em;
}

.stat-text {
	margin: 0;
	font-family: var(--font-text);
	font-size: 17px;
	font-weight: 500;
	color: var(--color-dark);
	font-style: normal;
	line-height: 24px;
}

@media (min-width: 1095px) and (max-width: 1299px) {
	.stats-row {
		gap: 5px;
	}

	.stat-value-last {
		font-size: 50px;
	}

	.stat-card-last .stat-text {
		margin-top: 15px;
	}

	.stat-card {
		max-width: 300px;
	}

	.stat-card-last {
		max-width: 540px
	}

}

@media (min-width: 1057px) and (max-width: 1094px) {
	.stat-value-last {
		font-size: 48px;
		line-height: 36px;
	}

	.stat-card {
		max-width: 300px;
	}

	.stat-card-last {
		max-width: 540px
	}

	.stats-row {
		gap: 5px;
	}
}

@media (min-width: 1024px) and (max-width: 1056px) {
	.stat-value-last {
		font-size: 46px;
		line-height: 36px;
	}

	.stat-card {
		max-width: 300px;
	}

	.stat-card-last {
		max-width: 540px
	}

	.stats-row {
		gap: 5px;
	}
}

@media (max-width: 1023px) {
	.stats-row {
		gap: 20px;
	}

	.stat-value {
		font-size: 44px;
		font-style: normal;
		font-weight: 700;
		line-height: 56px;
		/* 127.273% */
		letter-spacing: -0.88px;
	}

	.stat-text {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		/* 150% */
	}

	.stat-card {
		min-width: 160px;
		padding: 20px;
		height: 205px;
		max-width: 252px;
	}

	.stat-card-last {
		width: calc(83.333% + 21px);
	}

	.stat-value-last {
		font-size: 35px;
		line-height: normal;
	}

	.stat-card-last {
		height: 160px;
		max-width: 520px;
	}

	.stat-card-last .stat-text {
		margin-top: 0px;
	}
}

@media (max-width: 383px) {
	.stat-card-last .stat-text {
		margin-top: -10px;
	}
}

@media (max-width: 395px) {
	.stats-row {
    	gap: 5px;
    }
	.stat-card-last{
		height: 190px;
	}
	.stat-text {
		line-height: 20px;
	}
}