.bl-sa-hero {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

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

.bl-sa-hero-subtitle {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 16px;
}

.bl-sa-hero-subtitle-bar {
	display: inline-block;
	width: 3px;
	height: 18px;
	background: #3858e9;
	flex-shrink: 0;
}

.bl-sa-hero-title {
	font-size: 54px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: #ffffff;
	margin: 0 0 22px;
}

.bl-sa-hero-text {
	font-size: 18px;
	color: #c8d0de;
	max-width: 560px;
	margin-bottom: 36px;
}

.bl-sa-hero-text p:last-child {
	margin-bottom: 0;
}

.bl-sa-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.bl-sa-hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 30px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bl-sa-hero-btn:hover {
	transform: translateY(-2px);
	color: #fff;
}

.bl-sa-hero-btn-primary {
	background: linear-gradient(135deg, #2f6bff 0%, #1c4dd6 100%);
	color: #fff;
}

.bl-sa-hero-btn-outline {
	border: 2px solid rgba(255, 255, 255, 0.55);
	color: #fff;
}

.bl-sa-hero-btn-outline:hover {
	border-color: #2f6bff;
	color: #2f6bff;
}

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

	.bl-sa-hero-text {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	.bl-sa-hero-subtitle {
		font-size: 13px;
	}

	.bl-sa-hero-title {
		font-size: 34px;
	}

	.bl-sa-hero-actions .bl-sa-hero-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 500px) {
	.bl-sa-hero-title {
		font-size: 26px;
		line-height: 1.3;
	}

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