.bl-sa-steps {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

.bl-sa-steps-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.bl-sa-steps-eyebrow {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #2f6bff;
	margin: 0 0 8px;
}

.bl-sa-steps-title {
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	color: #0d1320;
	margin: 0 0 55px;
}

.bl-sa-steps-row {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.bl-sa-steps-step {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.bl-sa-steps-icon {
	flex-shrink: 0;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #e9eefb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #2f6bff;
}

.bl-sa-steps-info {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
}

.bl-sa-steps-num-col {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding-top: 2px;
}

.bl-sa-steps-num {
	font-size: 26px;
	font-weight: 800;
	color: #2f6bff;
	line-height: 1;
	font-family: Poppins, sans-serif;
}

.bl-sa-steps-num-col .fas.fa-arrow-right::before {
	color: #2f6bff;
}

.bl-sa-steps-text {
	min-width: 0;
}

.bl-sa-steps-text h3 {
	font-size: 17px;
	font-weight: 700;
	color: #0d1320;
	margin: 0 0 8px;
}

.bl-sa-steps-text p {
	font-size: 14px;
	color: #58616f;
	line-height: 1.6;
	margin: 0;
}

.bl-sa-steps-arrow {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding-top: 28px;
	font-size: 20px;
	color: #2f6bff;
}

@media (max-width: 1680px) {
	.bl-sa-steps-title {
		font-size: 28px;
	}
}

@media (max-width: 992px) {
	.bl-sa-steps-row {
		flex-direction: column;
		align-items: stretch;
		gap: 30px;
		max-width: 560px;
		margin: 0 auto;
	}

	.bl-sa-steps-arrow {
		justify-content: center;
		padding-top: 0;
		transform: rotate(90deg);
	}
}

@media (max-width: 768px) {
	.bl-sa-steps-title {
		font-size: 24px;
		margin-bottom: 40px;
	}
}

@media (max-width: 600px) {
	.bl-sa-steps-title,
	.bl-sa-steps-text h3 {
		line-height: 1.3;
	}

	.bl-sa-steps-text p {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (max-width: 500px) {
	.bl-sa-steps-title {
		font-size: 21px;
	}

	.bl-sa-steps-eyebrow {
		font-size: 13px;
	}

	.bl-sa-steps-text h3 {
		font-size: 16px;
	}

	.bl-sa-steps-num {
		font-size: 22px;
	}

	.bl-sa-steps-icon {
		width: 60px;
		height: 60px;
		font-size: 22px;
	}

	.bl-sa-steps-step {
		gap: 14px;
	}

	.bl-sa-steps-info {
		gap: 10px;
	}
}
