.ss-story-total-protection {
	background: #f8f9fa;
	color: #1a1a1a;
	padding: 72px 0;
}

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

.ss-story-total-protection__header {
	margin: 0 0 32px;
	max-width: 760px;
	text-align: left;
}

.ss-story-total-protection__eyebrow {
	color: #f2c200;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

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

.ss-story-total-protection__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ss-story-total-protection__card {
	background: #ffffff;
	border: 1px solid rgba(26, 26, 26, 0.08);
	border-radius: 16px;
	box-shadow: 0 1px 3px rgba(26, 26, 26, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ss-story-total-protection__card:hover {
	border-color: rgba(26, 26, 26, 0.08);
	box-shadow: 0 16px 36px rgba(26, 26, 26, 0.12);
	transform: translateY(-5px);
}

.ss-story-total-protection__card.is-selected {
	border-color: #f2c200;
	box-shadow: 0 0 0 2px rgba(242, 194, 0, 0.28);
}

.ss-story-total-protection__image {
	aspect-ratio: 16 / 10;
	background: #ececea;
	overflow: hidden;
}

.ss-story-total-protection__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
	width: 100%;
}

.ss-story-total-protection__card:hover .ss-story-total-protection__image img {
	transform: scale(1.05);
}

.ss-story-total-protection__image span {
	align-items: center;
	color: #777777;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.ss-story-total-protection__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.ss-story-total-protection__body h3 {
	color: #1a1a1a;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 6px;
}

.ss-story-total-protection__body p {
	color: #666666;
	flex: 1;
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 24px;
}

.ss-story-total-protection__link {
	align-items: center;
	align-self: flex-start;
	background: #f2c200;
	border: 2px solid #f2c200;
	border-radius: 999px;
	color: #1a1a1a;
	display: inline-flex;
	font-size: 13.5px;
	font-weight: 700;
	gap: 7px;
	line-height: 1.2;
	margin-top: auto;
	min-height: auto;
	padding: 10px 20px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	width: auto;
}

.ss-story-total-protection__link svg {
	flex: 0 0 auto;
	height: 14px;
	width: 14px;
}

.ss-story-total-protection__link:hover {
	background: #ffd700;
	border-color: #ffd700;
	color: #1a1a1a;
	text-decoration: none;
	transform: translateY(-2px);
}

.ss-story-total-protection__media-control img {
	display: block;
	height: auto;
	margin: 0 0 10px;
	max-width: 100%;
}

@media (max-width: 980px) {
	.ss-story-total-protection__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

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

	.ss-story-total-protection__header {
		margin-bottom: 20px;
	}

	.ss-story-total-protection__title {
		font-size: 28px;
		line-height: 1.18;
	}

	.ss-story-total-protection__grid {
		gap: 16px;
	}

	.ss-story-total-protection__card {
		border-radius: 14px;
	}

	.ss-story-total-protection__body {
		padding: 18px;
	}

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

	.ss-story-total-protection__link {
		font-size: 14px;
		min-height: 44px;
		padding: 10px 18px;
		width: auto;
	}
}

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