.home .stats {position: relative; min-height: 720px;}
.home .stats .stats-video {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.home .stats .stats-video { width: 100%; height: 100%; object-fit: contain; z-index: -1; }
.home .stats:after {
	position: absolute; left: 0; right: 0; bottom: 0; content: '';
	height: 1px; background-color: white;
}


.home .stats { padding-block: 90px; }
.home .stats .stats-inner {
	display: flex;
	justify-content: space-between;
	gap: 70px; padding: 0 7rem;
}
.home .stats .stat { flex: 1; }
.home .stats .stat-line {
	height: 8px; background: linear-gradient(to right, #a4f3ff, #93d5b8);
	border-radius: 60px; margin-bottom: 10px;
}
/* число справа, label слева */
.home .stats .stat-row { display: flex; flex-direction: row; align-items: center; gap: 14px; }
.home .stats .stat-number { font-size: clamp(48px, 4vw, 70px); font-weight: 400; color: #101010; line-height: 0.9; }
.home .stats .stat-label { font-size: 18px; color: #46484d; line-height: 1.45; text-align: right; }
