#creators-grow {
	background: #000000;
}

#creators-grow h2.section-title {
	font-size: 58px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}

#creators-grow .section-subtitle {
	font-size: 24px;
	font-weight: 400;
	color: #e4e4e4;
	margin-bottom: 50px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.value-chain-group {
	max-width: 1100px;
	margin: 0 auto 44px;
}

.creators-grow-outcomes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	width: 100%;
	margin: 0 0 60px;
	align-items: stretch;
	box-sizing: border-box;
}

.growth-outcome {
	background-color: rgb(24, 26, 32);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 35px 30px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.growth-outcome:hover {
	border-color: rgba(174, 33, 107, 0.3);
	box-shadow: 0 8px 28px rgba(174, 33, 107, 0.12);
}

.growth-outcome-title {
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 12px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.growth-outcome-emoji {
	display: inline-block;
	margin-right: 0.35em;
	font-size: 1.15em;
	line-height: 1;
	vertical-align: -0.06em;
	font-style: normal;
}

.growth-outcome-text {
	font-size: 16px;
	color: #d0d0d0;
	line-height: 1.6;
	margin: 0;
	flex: 1 1 auto;
}

.value-chain {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 8px;
	margin: 0 auto;
	max-width: 1100px;
	padding: 28px 32px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 8px 32px rgba(0, 0, 0, 0.45);
}

.value-chain-emoji {
	display: inline-block;
	margin-right: 0.4em;
	font-size: 1.2em;
	line-height: 1;
	vertical-align: -0.08em;
	font-style: normal;
}

.value-chain-step {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
	white-space: nowrap;
	padding: 16px 26px;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(174, 33, 107, 0.42) 0%, rgba(174, 33, 107, 0.18) 100%);
	border: 1px solid rgba(232, 120, 175, 0.65);
	box-shadow:
		0 2px 12px rgba(0, 0, 0, 0.5),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.value-chain-arrow {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	color: #e85a9c;
	font-size: 20px;
	padding: 0 10px;
	filter: drop-shadow(0 0 6px rgba(174, 33, 107, 0.55));
}

.value-chain-arrow i {
	opacity: 1;
}

.value-chain-arrow-down {
	display: none;
	flex: 0 0 auto;
	color: #e85a9c;
	font-size: 22px;
	padding: 8px 0;
	line-height: 1;
	filter: drop-shadow(0 0 6px rgba(174, 33, 107, 0.55));
}

.usecase-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	width: 100%;
	box-sizing: border-box;
}

.usecase-card {
	background-color: rgb(24, 26, 32);
	border-radius: 10px;
	padding: 35px 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.usecase-card:hover {
	transform: translateY(-4px);
	border-color: rgba(174, 33, 107, 0.35);
	box-shadow: 0 12px 36px rgba(174, 33, 107, 0.22);
}

.usecase-card-icon {
	width: 60px;
	height: 60px;
	background-color: #f5f5f5;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 28px;
	color: #c42d74;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.usecase-card h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.usecase-card p {
	font-size: 16px;
	color: #d0d0d0;
	line-height: 1.6;
	margin-bottom: 0;
}

@keyframes fadeSlideUp {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.creators-grow-animate {
	opacity: 0;
}

.creators-grow-animate.is-visible {
	animation: fadeSlideUp 0.2s ease forwards;
}

@media (max-width: 992px) {
	#creators-grow h2.section-title {
		font-size: 42px;
	}

	.creators-grow-outcomes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
	}

	.usecase-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.value-chain {
		gap: 12px 8px;
		padding: 22px 20px;
	}

	.value-chain-step {
		font-size: 18px;
		padding: 14px 20px;
	}

	.value-chain-arrow {
		font-size: 18px;
		padding: 0 8px;
	}
}

@media (max-width: 767px) {
	#creators-grow h2.section-title {
		font-size: 34px;
	}

	#creators-grow .section-subtitle {
		font-size: 20px;
	}

	.creators-grow-outcomes {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.growth-outcome-title {
		font-size: 20px;
	}

	.value-chain {
		flex-direction: column;
		gap: 0;
		padding: 26px 20px;
	}

	.value-chain-step {
		font-size: 17px;
		padding: 14px 18px;
		white-space: normal;
		text-align: center;
		width: 100%;
		max-width: 340px;
	}

	.value-chain-arrow {
		display: none;
	}

	.value-chain-arrow-down {
		display: block;
	}

	.usecase-grid {
		grid-template-columns: 1fr;
	}
}
