.ralu-b2b-cta {
	background: #f3f8fb;
	padding: 56px 7vw;
}

.ralu-b2b-cta__inner {
	align-items: center;
	background: #fff;
	border-left: 4px solid #36576d;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(7, 33, 64, 0.06);
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 980px;
	padding: 32px 40px;
}

.ralu-b2b-cta__content {
	flex: 1 1 320px;
}

.ralu-b2b-cta__eyebrow {
	color: #36576d;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ralu-b2b-cta__title {
	color: #072140;
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 8px;
}

.ralu-b2b-cta__text {
	color: #36576d;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.ralu-b2b-cta__button {
	align-items: center;
	background: #36576d;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.ralu-b2b-cta__button:hover,
.ralu-b2b-cta__button:focus-visible {
	background: #072140;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.ralu-b2b-cta__button::after {
	content: "›";
	font-size: 18px;
	line-height: 1;
	margin-left: 14px;
}

@media (max-width: 760px) {
	.ralu-b2b-cta {
		padding: 40px 20px;
	}

	.ralu-b2b-cta__inner {
		flex-direction: column;
		gap: 20px;
		padding: 28px 24px;
	}

	.ralu-b2b-cta__button {
		width: 100%;
	}
}
