.sonbahar-stain-apps {
	--sonbahar-ink: #004976;
	--sonbahar-muted: #5f7385;
	--sonbahar-accent: #00baee;
	padding: 10px 0 20px;
	background:
		radial-gradient(circle at 9% 14%, rgba(0, 186, 238, 0.1), transparent 28%),
		radial-gradient(circle at 88% 18%, rgba(76, 174, 35, 0.08), transparent 26%),
		#fff;
}

.sonbahar-stain-apps__head {
	margin-bottom: 36px;
}

.sonbahar-stain-apps__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	color: var(--sonbahar-accent);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sonbahar-stain-apps__title {
	margin: 0;
	color: var(--sonbahar-ink);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	font-weight: 700;
}

.sonbahar-stain-apps__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.sonbahar-stain-apps__card {
	display: grid;
	grid-template-rows: auto auto 1fr;
	gap: 12px;
	text-align: center;
}

.sonbahar-stain-apps__card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border: 1px solid rgba(0, 73, 118, 0.12);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(0, 73, 118, 0.07);
}

.sonbahar-stain-apps__card strong {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	color: var(--sonbahar-ink);
	font-size: 18px;
	line-height: 1.22;
}

.sonbahar-stain-apps__card p {
	margin: 0;
	color: var(--sonbahar-muted);
	font-size: 15px;
	line-height: 1.55;
}

.sonbahar-stain-apps__note {
	max-width: 880px;
	margin-top: 30px;
	color: var(--sonbahar-muted);
	font-size: 20px;
	line-height: 1.55;
}

@media (max-width: 1199px) {
	.sonbahar-stain-apps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media (max-width: 767px) {
	.sonbahar-stain-apps__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.sonbahar-stain-apps__card strong {
		min-height: 36px;
		font-size: 15px;
	}

	.sonbahar-stain-apps__card p,
	.sonbahar-stain-apps__note {
		font-size: 14px;
		line-height: 1.45;
	}
}
