.elementor-widget-randtech_security_foundation,
.elementor-widget-randtech_security_foundation > .elementor-widget-container {
	width: 100%;
	max-width: none !important;
}

.rtech-sf {
	--rtech-sf-bg: #130b3b;
	--rtech-sf-heading: #fff;
	--rtech-sf-title: #fff;
	--rtech-sf-text: #ddd8f1;
	--rtech-sf-divider: rgba(255, 255, 255, .24);
	--rtech-sf-button: #ef3e9b;
	--rtech-sf-content-width: 1500px;
	--rtech-sf-artwork-opacity: .82;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	padding: 34px 24px;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 10%, rgba(73, 42, 176, .38), transparent 35%),
		linear-gradient(110deg, var(--rtech-sf-bg), color-mix(in srgb, var(--rtech-sf-bg) 82%, #281073));
	font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.rtech-sf::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(19, 11, 59, .84) 0%, rgba(19, 11, 59, .34) 56%, rgba(19, 11, 59, .08) 100%);
	content: "";
	pointer-events: none;
}

.rtech-sf *,
.rtech-sf *::before,
.rtech-sf *::after {
	box-sizing: border-box;
}

.rtech-sf__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: var(--rtech-sf-content-width);
	min-height: 310px;
	margin: 0 auto;
}

.rtech-sf__grid {
	display: grid;
	grid-template-columns: minmax(220px, 1.35fr) minmax(0, 4fr);
	grid-template-rows: 1fr auto;
	column-gap: 22px;
	align-items: center;
}

.rtech-sf__intro {
	align-self: stretch;
	display: flex;
	align-items: center;
	padding-right: 28px;
	border-right: 1px solid var(--rtech-sf-divider);
}

.rtech-sf__heading {
	margin: 0;
	color: var(--rtech-sf-heading);
	font-size: clamp(25px, 2.15vw, 36px);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -.035em;
}

.rtech-sf__pillars {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-self: stretch;
	align-items: center;
}

.rtech-sf__pillar {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 205px;
	padding: 18px clamp(16px, 1.7vw, 28px);
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border-right: 1px solid var(--rtech-sf-divider);
}

.rtech-sf__icon {
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 0 15px;
	object-fit: contain;
	filter: drop-shadow(0 0 10px color-mix(in srgb, var(--rtech-sf-accent) 28%, transparent));
}

.rtech-sf__pillar-title {
	margin: 0 0 9px;
	color: var(--rtech-sf-title);
	font-size: clamp(15px, 1.15vw, 18px);
	font-weight: 750;
	line-height: 1.25;
	letter-spacing: -.015em;
}

.rtech-sf__description {
	margin: 0;
	color: var(--rtech-sf-text);
	font-size: clamp(12px, .9vw, 14px);
	line-height: 1.5;
}

.rtech-sf__button-row {
	grid-column: 2;
	padding-top: 4px;
	text-align: center;
}

.rtech-sf__button {
	display: inline-flex;
	min-height: 43px;
	padding: 9px 22px;
	gap: 14px;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--rtech-sf-button);
	border-radius: 8px;
	background: rgba(255, 255, 255, .02);
	box-shadow: 0 0 20px color-mix(in srgb, var(--rtech-sf-button) 12%, transparent);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

a.rtech-sf__button:hover,
a.rtech-sf__button:focus {
	transform: translateY(-2px);
	background: color-mix(in srgb, var(--rtech-sf-button) 18%, transparent);
	box-shadow: 0 8px 28px color-mix(in srgb, var(--rtech-sf-button) 22%, transparent);
	color: #fff;
}

.rtech-sf__button span {
	font-size: 20px;
	line-height: .8;
}

.rtech-sf__visual {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.rtech-sf__visual-img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	max-width: none !important;
	height: 100%;
	object-fit: cover;
	object-position: 78% center;
	opacity: var(--rtech-sf-artwork-opacity);
}

@media (max-width: 1180px) {
	.rtech-sf__grid {
		grid-template-columns: minmax(210px, .9fr) minmax(0, 2.6fr);
		grid-template-rows: auto auto;
	}

	.rtech-sf__button-row {
		grid-column: 2;
	}
}

@media (max-width: 850px) {
	.rtech-sf__grid {
		grid-template-columns: 1fr;
		row-gap: 26px;
	}

	.rtech-sf::after {
		background: rgba(19, 11, 59, .72);
	}

	.rtech-sf__intro {
		padding: 0 0 24px;
		border-right: 0;
		border-bottom: 1px solid var(--rtech-sf-divider);
	}

	.rtech-sf__heading br {
		display: none;
	}

	.rtech-sf__pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rtech-sf__pillar {
		min-height: 190px;
		border-bottom: 1px solid var(--rtech-sf-divider);
	}

	.rtech-sf__pillar:nth-child(even) {
		border-right: 0;
	}

	.rtech-sf__button-row {
		grid-column: 1;
	}
}

@media (max-width: 560px) {
	.rtech-sf {
		padding-right: 18px;
		padding-left: 18px;
	}

	.rtech-sf__pillars {
		grid-template-columns: 1fr;
	}

	.rtech-sf__pillar,
	.rtech-sf__pillar:nth-child(even) {
		min-height: 0;
		padding: 22px 4px;
		border-right: 0;
	}

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

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