.ss-story-values {
	background: #1a1a1a;
	color: #ffffff;
	overflow: hidden;
	padding: 72px 0;
	position: relative;
}

.ss-story-values::after {
	background: radial-gradient(circle, rgba(255, 215, 0, 0.12) 0%, rgba(255, 215, 0, 0) 65%);
	bottom: -180px;
	content: "";
	height: 440px;
	pointer-events: none;
	position: absolute;
	right: -140px;
	width: 440px;
}

.ss-story-values .ss-story-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 24px;
	width: 100%;
}

.ss-story-values__heading {
	margin: 0 0 48px;
	max-width: 640px;
	position: relative;
	text-align: left;
	z-index: 1;
}

.ss-story-eyebrow {
	color: #ffb800;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ss-story-section-title {
	color: #ffffff;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.22;
	margin: 0 0 16px;
}

.ss-story-values .ss-story-section-title {
	color: #ffffff;
}

.ss-story-values__description {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15.5px;
	line-height: 1.65;
	margin: 0;
}

.ss-story-values__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

.ss-story-values__card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-shadow: none;
	color: #ffffff;
	padding: 32px;
	transition: border-color 0.25s ease, transform 0.25s ease;
}

.ss-story-values__card:hover {
	border-color: rgba(242, 194, 0, 0.5);
	transform: translateY(-6px);
}

.ss-story-values__card span {
	color: #f2c200;
	display: block;
	font-size: 38px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 0;
}

.ss-story-values__card h3 {
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin: 16px 0 8px;
}

.ss-story-values__card p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.ss-story-editor-card {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

@media (max-width: 900px) {
	.ss-story-values__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.ss-story-values {
		padding: 20px 0;
	}

	.ss-story-container {
		padding: 0 16px;
	}

	.ss-story-values__heading {
		margin-bottom: 22px;
		text-align: left;
	}

	.ss-story-eyebrow {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.ss-story-section-title {
		font-size: 28px;
		line-height: 1.18;
	}

	.ss-story-values__description {
		font-size: 16px;
		line-height: 1.55;
	}

	.ss-story-values__card {
		border-radius: 10px;
		padding: 22px;
	}

	.ss-story-values__card h3 {
		font-size: 20px;
	}
}
