.ros-certified-safety-proof {
	position: relative;
	overflow: hidden;
	padding: 108px 0 118px;
	color: #f4f7fa;
	background:
		linear-gradient(140deg, rgba(232, 80, 10, 0.14) 0%, transparent 24%),
		linear-gradient(220deg, rgba(31, 106, 91, 0.16) 0%, transparent 22%),
		linear-gradient(180deg, #11171a 0%, #151d20 44%, #101417 100%);
}

.ros-certified-safety-proof__shell {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px;
}

.ros-certified-safety-proof::before,
.ros-certified-safety-proof::after {
	content: '';
	position: absolute;
	left: 32px;
	right: 32px;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 16%, rgba(255, 255, 255, 0.04) 84%, transparent 100%);
}

.ros-certified-safety-proof::before {
	top: 54px;
}

.ros-certified-safety-proof::after {
	bottom: 54px;
}

.ros-certified-safety-proof__header {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
	gap: 30px;
	align-items: start;
	margin-bottom: 28px;
}

.ros-certified-safety-proof__lead {
	max-width: 820px;
}

.ros-certified-safety-proof__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #ff9d68;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ros-certified-safety-proof__lead h2 {
	margin: 18px 0 14px;
	max-width: 940px;
	font-size: clamp(36px, 4.8vw, 72px);
	line-height: 0.96;
	letter-spacing: 0;
	color: #f7fafc;
}

.ros-certified-safety-proof__lead p {
	margin: 0;
	max-width: 760px;
	font-size: 18px;
	line-height: 1.82;
	color: rgba(244, 247, 250, 0.72);
}

.ros-certified-safety-proof__credential-rail {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.ros-certified-safety-proof__credential-rail span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	padding: 0 15px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	color: #f4f7fa;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.ros-certified-safety-proof__credential-rail span::before {
	content: '';
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, #e8500a 0%, #1f6a5b 100%);
}

.ros-certified-safety-proof__summary {
	display: flex;
	flex-direction: column;
	padding: 28px;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 52px rgba(0, 0, 0, 0.26);
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(8px);
}

.ros-certified-safety-proof__summary::before {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #e8500a 0%, #1f6a5b 100%);
}

.ros-certified-safety-proof__summary-kicker {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #dce8f4;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.ros-certified-safety-proof__summary h3 {
	margin: 16px 0 12px;
	font-size: clamp(28px, 2.2vw, 36px);
	line-height: 1.06;
	color: #ffffff;
}

.ros-certified-safety-proof__summary p {
	margin: 0;
	font-size: 15px;
	line-height: 1.74;
	color: rgba(244, 247, 250, 0.72);
}

.ros-certified-safety-proof__summary-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ros-certified-safety-proof__summary-footer span {
	max-width: 220px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(244, 247, 250, 0.46);
}

.ros-certified-safety-proof__summary .ros-button {
	min-height: 50px;
	border-radius: 8px;
	font-weight: 700;
	flex: 0 0 auto;
}

.ros-certified-safety-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ros-certified-safety-proof__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	min-height: 288px;
	padding: 22px 20px 22px;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 42px rgba(0, 0, 0, 0.24);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ros-certified-safety-proof__card::before {
	content: '';
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #e8500a 0%, rgba(232, 80, 10, 0.2) 100%);
}

.ros-certified-safety-proof__card--2::before {
	background: linear-gradient(90deg, #1f6a5b 0%, rgba(31, 106, 91, 0.16) 100%);
}

.ros-certified-safety-proof__card--3::before {
	background: linear-gradient(90deg, #1f4f7d 0%, rgba(31, 79, 125, 0.16) 100%);
}

.ros-certified-safety-proof__card--4::before {
	background: linear-gradient(90deg, #8a6420 0%, rgba(138, 100, 32, 0.16) 100%);
}

.ros-certified-safety-proof__card:hover {
	transform: translateY(-4px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 24px 52px rgba(0, 0, 0, 0.32);
	border-color: rgba(255, 255, 255, 0.16);
}

.ros-certified-safety-proof__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ros-certified-safety-proof__card-index {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(244, 247, 250, 0.46);
}

.ros-certified-safety-proof__card-kicker {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(244, 247, 250, 0.84);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.ros-certified-safety-proof__card-copy {
	display: grid;
	align-content: end;
	gap: 14px;
}

.ros-certified-safety-proof__card h3 {
	margin: 0;
	font-size: clamp(24px, 2vw, 34px);
	line-height: 1.05;
	letter-spacing: 0;
	color: #ffffff;
}

.ros-certified-safety-proof__card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.72;
	color: rgba(244, 247, 250, 0.72);
}

@media (max-width: 1180px) {
	.ros-certified-safety-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.ros-certified-safety-proof__header {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ros-certified-safety-proof {
		padding: 82px 0 90px;
	}

	.ros-certified-safety-proof__shell {
		padding: 0 18px;
	}

	.ros-certified-safety-proof::before,
	.ros-certified-safety-proof::after {
		left: 18px;
		right: 18px;
	}

	.ros-certified-safety-proof__lead h2 {
		font-size: clamp(30px, 10vw, 42px);
	}

	.ros-certified-safety-proof__lead p {
		font-size: 16px;
	}

	.ros-certified-safety-proof__summary {
		padding: 22px 18px;
	}

	.ros-certified-safety-proof__summary h3 {
		font-size: 24px;
	}

	.ros-certified-safety-proof__summary-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.ros-certified-safety-proof__summary-footer span {
		max-width: none;
	}

	.ros-certified-safety-proof__grid {
		grid-template-columns: 1fr;
	}

	.ros-certified-safety-proof__summary .ros-button {
		width: 100%;
	}
}
