.rs-case-study-funnel-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px;
	max-width: 100%;
	font-family: "Poppins", sans-serif;
	transition: all 0.3s ease 0s;
}

/* Header / badge */
.rs-case-study-funnel-card .csfc-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.rs-case-study-funnel-card .csfc-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #20504E;
	color: #ffffff;
	font-weight: 700;
	border-radius: 6px;
	flex-shrink: 0;
	line-height: 1;
}
.rs-case-study-funnel-card .csfc-header-title {
	margin: 0;
	color: #69A19D;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

/* Heading / description */
.rs-case-study-funnel-card .csfc-heading {
	margin: 0 0 12px;
	color: #20504E;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3;
	font-family: "Montserrat", sans-serif;
}
.rs-case-study-funnel-card .csfc-description {
	margin: 0 0 24px;
	color: #4A5568;
	line-height: 1.6;
}

/* Two-column row */
.rs-case-study-funnel-card .csfc-columns {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 28px;
	margin-bottom: 28px;
}
.rs-case-study-funnel-card .csfc-strategy-col {
	flex: 55 1 0%;
	min-width: 280px;
}
.rs-case-study-funnel-card .csfc-overview-col {
	flex: 45 1 0%;
	min-width: 260px;
}

/* Strategy column */
.rs-case-study-funnel-card .csfc-strategy-label {
	display: block;
	color: #69A19D;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	font-family: "Montserrat", sans-serif;
}
.rs-case-study-funnel-card .csfc-bullet-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.rs-case-study-funnel-card .csfc-bullet-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.rs-case-study-funnel-card .csfc-bullet-icon {
	color: #9CC2E0;
	flex-shrink: 0;
	line-height: 1.5;
}
.rs-case-study-funnel-card .csfc-bullet-icon i {
	font-size: 14px;
}
.rs-case-study-funnel-card .csfc-bullet-icon svg {
	width: 14px;
	height: 14px;
}
.rs-case-study-funnel-card .csfc-bullet-icon svg path {
	fill: #9CC2E0 !important;
}
.rs-case-study-funnel-card .csfc-bullet-text {
	color: #4A5568;
	line-height: 1.5;
}

/* Pipeline overview box */
.rs-case-study-funnel-card .csfc-overview-col {
	background-color: #ffffff;
	border: 1px solid #DFF2F1;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 14px rgba(17, 24, 39, 0.04);
}
.rs-case-study-funnel-card .csfc-overview-title {
	display: block;
	color: #20504E;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	font-family: "Montserrat", sans-serif;
}
.rs-case-study-funnel-card .csfc-mini-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.rs-case-study-funnel-card .csfc-mini-stat {
	background-color: #ffffff;
	border: 1px solid #DFF2F1;
	border-radius: 10px;
	padding: 14px;
}
.rs-case-study-funnel-card .csfc-mini-stat-label {
	color: #4A5568;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 6px;
}
.rs-case-study-funnel-card .csfc-mini-stat-value {
	color: #20504E;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}

/* Funnel */
.rs-case-study-funnel-card .csfc-funnel {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 20px;
}
.rs-case-study-funnel-card .csfc-funnel-stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 62px;
	width: 100%;
	padding: 6px 0;
}
.rs-case-study-funnel-card .csfc-funnel-stage-label {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}
.rs-case-study-funnel-card .csfc-funnel-stage-value {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

/* Impact stats row */
.rs-case-study-funnel-card .csfc-impact {
	margin-bottom: 28px;
}
.rs-case-study-funnel-card .csfc-impact-label {
	display: block;
	color: #69A19D;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	font-family: "Montserrat", sans-serif;
}
.rs-case-study-funnel-card .csfc-impact-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.rs-case-study-funnel-card .csfc-stat-item {
	background-color: #ffffff;
	border: 1px solid #DFF2F1;
	border-radius: 10px;
	padding: 18px 14px;
	text-align: center;
}
.rs-case-study-funnel-card .csfc-stat-value {
	color: #20504E;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 6px;
}
.rs-case-study-funnel-card .csfc-stat-label {
	color: #4A5568;
	font-size: 13px;
	line-height: 1.4;
}

/* Featured outcome */
.rs-case-study-funnel-card .csfc-outcome {
	background-color: #DFF2F1;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.rs-case-study-funnel-card .csfc-outcome-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #20504E;
	color: #ffffff;
	flex-shrink: 0;
}
.rs-case-study-funnel-card .csfc-outcome-icon i {
	font-size: 18px;
}
.rs-case-study-funnel-card .csfc-outcome-icon svg {
	width: 18px;
	height: 18px;
}
.rs-case-study-funnel-card .csfc-outcome-icon svg path {
	fill: #ffffff !important;
}
.rs-case-study-funnel-card .csfc-outcome-label {
	display: block;
	color: #69A19D;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	font-family: "Montserrat", sans-serif;
}
.rs-case-study-funnel-card .csfc-outcome-text {
	margin: 0;
	color: #20504E;
	line-height: 1.6;
}

/* Responsive */
@media screen and (max-width: 1024px) {
	.rs-case-study-funnel-card .csfc-columns {
		flex-direction: column;
	}
	.rs-case-study-funnel-card .csfc-strategy-col,
	.rs-case-study-funnel-card .csfc-overview-col {
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
	}
	.rs-case-study-funnel-card .csfc-impact-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.rs-case-study-funnel-card {
		padding: 20px;
	}
	.rs-case-study-funnel-card .csfc-mini-stats {
		grid-template-columns: 1fr;
	}
	.rs-case-study-funnel-card .csfc-impact-grid {
		grid-template-columns: 1fr;
	}
	.rs-case-study-funnel-card .csfc-outcome {
		flex-direction: column;
	}
}
