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

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

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

.bl-sa-helpful-grid {
	display: flex;
	align-items: stretch;
}

.bl-sa-helpful-item {
	position: relative;
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 0 40px;
}

.bl-sa-helpful-item:first-child {
	padding-left: 0;
}

.bl-sa-helpful-item:last-child {
	padding-right: 0;
}

.bl-sa-helpful-item:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 6px;
	width: 1px;
	background: #e2e5ea;
}

.bl-sa-helpful-icon {
	flex-shrink: 0;
	font-size: 32px;
	color: #2f6bff;
	line-height: 1;
}

.bl-sa-helpful-content {
	min-width: 0;
}

.bl-sa-helpful-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: #0d1320;
	margin: 0 0 10px;
}

.bl-sa-helpful-content p {
	font-size: 15px;
	color: #58616f;
	line-height: 1.6;
	margin: 0 0 16px;
}

.bl-sa-helpful-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 700;
	color: #2f6bff;
	text-decoration: none;
	transition: gap 0.2s ease;
}

.bl-sa-helpful-link:hover {
	gap: 14px;
}

@media (max-width: 992px) {
	.bl-sa-helpful-grid {
		flex-direction: column;
		gap: 30px;
	}

	.bl-sa-helpful-item {
		padding: 0;
	}

	.bl-sa-helpful-item:not(:first-child)::before {
		left: 0;
		right: 0;
		top: 0;
		bottom: auto;
		width: auto;
		height: 1px;
	}

	.bl-sa-helpful-item:not(:first-child) {
		padding-top: 30px;
	}
}

@media (max-width: 768px) {
	.bl-sa-helpful-eyebrow {
		margin-bottom: 26px;
	}
}

@media (max-width: 600px) {
	.bl-sa-helpful-content p,
	.bl-sa-helpful-link {
		font-size: 14px;
	}

	.bl-sa-helpful-content h3 {
		line-height: 1.3;
	}

	.bl-sa-helpful-content p {
		line-height: 1.6;
	}
}

@media (max-width: 500px) {
	.bl-sa-helpful-eyebrow {
		font-size: 13px;
	}

	.bl-sa-helpful-content h3 {
		font-size: 17px;
	}

	.bl-sa-helpful-icon {
		font-size: 26px;
	}

	.bl-sa-helpful-item {
		gap: 14px;
	}
}
