.ss-story-cta {
	background: #f2c200;
	color: #101010;
	padding: 72px 0;
}

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

.ss-story-cta__box {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: space-between;
	margin: 0;
	max-width: none;
	padding: 0;
	text-align: left;
}

.ss-story-cta__content {
	max-width: 620px;
}

.ss-story-cta__box h2 {
	color: #101010;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 0;
}

.ss-story-cta__box p {
	color: rgba(0, 0, 0, 0.65);
	font-size: 15px;
	line-height: 1.65;
	margin: 8px 0 0;
	max-width: 540px;
}

.ss-story-cta__button {
	align-items: center;
	background: #101010;
	border: 2px solid #101010;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
	color: #ffffff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	justify-content: center;
	min-height: auto;
	padding: 16px 34px;
	text-decoration: none;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
	white-space: nowrap;
}

.ss-story-cta__button:hover {
	background: #101010;
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
	transform: translateY(-3px);
}

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

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

	.ss-story-cta__box {
		align-items: flex-start;
		gap: 20px;
	}

	.ss-story-cta__box h2 {
		font-size: 28px;
		line-height: 1.18;
	}

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

	.ss-story-cta__button {
		font-size: 15px;
		min-height: 48px;
		width: auto;
	}
}
