.elementor-widget-randtech_final_business_cta,
.elementor-widget-randtech_final_business_cta > .elementor-widget-container {
	width: 100%;
}

.rtech-fcta {
	--rtech-fcta-bg: #100d50;
	--rtech-fcta-heading: #ffffff;
	--rtech-fcta-text: #ffffff;
	--rtech-fcta-primary: #ff5b0b;
	--rtech-fcta-primary-hover: #e94c00;
	--rtech-fcta-phone-border: #ffffff;
	--rtech-fcta-button-text: #ffffff;
	--rtech-fcta-rocket: #b7b7ff;
	--rtech-fcta-glow: #5320a8;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--rtech-fcta-glow) 48%, transparent), transparent 24%),
		linear-gradient(105deg, var(--rtech-fcta-bg), color-mix(in srgb, var(--rtech-fcta-bg) 92%, #251175));
	box-sizing: border-box;
}

.rtech-fcta::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, rgba(255,255,255,.45) 0 1px, transparent 1.6px);
	background-size: 94px 82px;
	background-position: 93% 10%;
	opacity: .24;
}

.rtech-fcta__glow {
	position: absolute;
	right: -2%;
	top: -70%;
	width: 36%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--rtech-fcta-glow);
	filter: blur(100px);
	opacity: .24;
	pointer-events: none;
}

.rtech-fcta__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(240px, 1.18fr) minmax(220px, .9fr) minmax(270px, 1.16fr) minmax(245px, .92fr);
	align-items: center;
	column-gap: 46px;
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	padding: 38px 32px;
	box-sizing: border-box;
}

.rtech-fcta__heading {
	margin: 0;
	color: var(--rtech-fcta-heading);
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.035em;
}

.rtech-fcta__description {
	margin: 0;
	color: var(--rtech-fcta-text);
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	opacity: .93;
}

.rtech-fcta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 64px;
	padding: 13px 24px;
	border: 2px solid transparent;
	border-radius: 10px;
	box-sizing: border-box;
	color: var(--rtech-fcta-button-text);
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rtech-fcta__button:hover,
.rtech-fcta__button:focus {
	color: var(--rtech-fcta-button-text);
	text-decoration: none;
	transform: translateY(-2px);
}

.rtech-fcta__button:focus-visible {
	outline: 3px solid rgba(255,255,255,.55);
	outline-offset: 3px;
}

.rtech-fcta__button--primary {
	background: var(--rtech-fcta-primary);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), 0 9px 24px rgba(255,75,0,.22);
}

.rtech-fcta__button--primary:hover,
.rtech-fcta__button--primary:focus {
	background: var(--rtech-fcta-primary-hover);
}

.rtech-fcta__button--phone {
	background: rgba(8, 8, 54, .28);
	border-color: var(--rtech-fcta-phone-border);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.rtech-fcta__button--phone:hover,
.rtech-fcta__button--phone:focus {
	background: rgba(255,255,255,.1);
}

.rtech-fcta__button-icon {
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 20px;
}

.rtech-fcta__button-icon svg,
.rtech-fcta__rocket svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.rtech-fcta__rocket {
	position: absolute;
	z-index: 1;
	right: -20px;
	bottom: -82px;
	display: inline-flex;
	color: var(--rtech-fcta-rocket);
	font-size: 130px;
	line-height: 1;
	filter: drop-shadow(0 0 16px rgba(156, 124, 255, .8));
	opacity: .72;
	transform: rotate(-43deg);
	pointer-events: none;
}

@media (max-width: 1180px) {
	.rtech-fcta__inner {
		grid-template-columns: 1fr 1fr;
		row-gap: 24px;
	}

	.rtech-fcta__button {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.rtech-fcta__inner {
		grid-template-columns: 1fr;
		row-gap: 18px;
		padding: 38px 22px 44px;
		text-align: center;
	}

	.rtech-fcta__heading {
		font-size: 29px;
	}

	.rtech-fcta__description {
		max-width: 520px;
		margin: 0 auto 6px;
	}

	.rtech-fcta__rocket {
		right: -28px;
		bottom: -72px;
		font-size: 105px;
		opacity: .35;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rtech-fcta__button {
		transition: none;
	}
}
