/* Hero ROI — profit zone chart */

.hero-roi-bg-video{
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.hero-roi-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	opacity: 0.52;
	filter: grayscale(100%) contrast(1.08) brightness(0.88);
	transform: scale(1.06);
}

.hero-roi-bg-overlay{
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(11, 11, 11, 0.35) 0%, rgba(11, 11, 11, 0.5) 50%, rgba(11, 11, 11, 0.65) 100%),
		radial-gradient(ellipse 88% 72% at 58% 42%, rgba(180, 180, 180, 0.08) 0%, rgba(11, 11, 11, 0.45) 100%);
}

.hero-roi-bg-grid{
	z-index: 2;
}

.hero-roi-side-panel.is-total .hero-roi-side-month{
	color: #6fe69a;
}

.hero-roi{
	padding: 0;
	margin-top: 0;
}

.hero-roi--first{
	padding: 118px 0 48px;
	margin-top: -106px;
}

.hero-roi--compare{
	padding: 64px 0 56px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-roi-variant-tag{
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--accent-color);
	border: 1px solid rgba(212, 175, 55, 0.35);
	padding: 6px 14px;
	border-radius: 999px;
	margin-bottom: 14px;
}

.hero-roi-top{ display: none; }

.hero-roi-title{
	flex: none;
	margin: 0 0 18px;
	font-weight: 700;
	line-height: 1.38;
	cursor: default;
}

.hero-roi-title--v1{
	font-size: clamp(22px, 2.6vw, 38px);
	text-align: center;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.hero-roi-title--v2{
	font-size: clamp(22px, 2.4vw, 36px);
	text-align: left;
}

.hero-roi-title--v3{
	font-size: clamp(20px, 2.2vw, 32px);
	text-align: left;
	margin-bottom: 14px;
}

.hero-roi-accent{ color: #5ecf8a; font-weight: 700; }
.hero-roi-budget{ color: var(--accent-color); font-weight: 700; }

.hero-roi-head-v3{ margin-bottom: 18px; }

.hero-roi-stat-chips{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-roi-chip{
	padding: 12px 18px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	min-width: 160px;
}

.hero-roi-chip-label{
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 4px;
}

.hero-roi-chip strong{
	font-size: 20px;
	font-weight: 700;
}

.hero-roi-chip--rev strong{ color: #6fe69a; }
.hero-roi-chip--spend strong{ color: var(--accent-color); }
.hero-roi-chip--stack{
	border-color: rgba(62, 207, 122, 0.3);
	background: rgba(62, 207, 122, 0.07);
}
.hero-roi-chip--stack strong{ color: #6fe69a; }

.hero-roi-live-values .hero-roi-val-total{
	color: var(--accent-color);
}

.hero-roi-chart-wrap--v3{
	border-color: rgba(255, 255, 255, 0.12);
	background: linear-gradient(160deg, rgba(24, 24, 26, 0.96), rgba(10, 10, 12, 0.98));
}

.hero-roi-chart--stacked .hero-roi-chart-bg--stack{
	fill: rgba(255, 255, 255, 0.02);
	stroke: rgba(255, 255, 255, 0.08);
}

.hero-roi-zone-badge--stack{
	fill: rgba(212, 175, 55, 0.8);
}

.hero-roi-chart .hero-roi-stack-spend{
	transition: opacity 0.22s ease, filter 0.22s ease;
	filter: drop-shadow(0 2px 8px rgba(255, 122, 61, 0.25));
}

.hero-roi-chart .hero-roi-stack-profit{
	transition: opacity 0.22s ease, filter 0.22s ease;
	filter: drop-shadow(0 -2px 10px rgba(62, 207, 122, 0.3));
}

.hero-roi-chart:not(.is-idle) .hero-roi-stack-spend.is-dim,
.hero-roi-chart:not(.is-idle) .hero-roi-stack-profit.is-dim,
.hero-roi-chart:not(.is-idle) .hero-roi-stack-cap.is-dim{
	opacity: 0.28;
}

.hero-roi-chart .hero-roi-stack-cap{
	fill: none;
	stroke: rgba(255, 255, 255, 0.35);
	stroke-width: 1.5;
	stroke-dasharray: 4 3;
	opacity: 0.55;
	transition: opacity 0.22s ease;
}

.hero-roi-chart:not(.is-idle) .hero-roi-stack-spend.is-active,
.hero-roi-chart:not(.is-idle) .hero-roi-stack-profit.is-active{
	filter: drop-shadow(0 0 14px rgba(62, 207, 122, 0.45));
}

.hero-roi-chart:not(.is-idle) .hero-roi-stack-cap.is-active{
	opacity: 1;
	stroke: rgba(255, 255, 255, 0.75);
}

.hero-roi-chart .hero-roi-stack-tooltip{
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 800;
	text-anchor: middle;
	fill: #6fe69a;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.hero-roi-chart:not(.is-idle) .hero-roi-stack-tooltip.is-active{
	opacity: 1;
}

.hero-roi-chart svg .hero-roi-stack-spend,
.hero-roi-chart svg .hero-roi-stack-profit,
.hero-roi-chart svg .hero-roi-stack-cap,
.hero-roi-chart svg .hero-roi-stack-tooltip{
	pointer-events: none;
}

.hero-roi-chart svg .hero-roi-stack-hit{
	pointer-events: all;
	cursor: crosshair;
	fill: transparent;
}

/* On-chart hover callouts */
.hero-roi-chart .hero-roi-callout{
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	pointer-events: none;
}

.hero-roi-chart:not(.is-idle) .hero-roi-callout.is-active{
	opacity: 1;
	transform: translateY(0);
}

.hero-roi-chart .hero-roi-callout-bg{
	fill: rgba(8, 10, 14, 0.94);
	stroke-width: 1;
}

.hero-roi-chart .hero-roi-callout--spend .hero-roi-callout-bg{
	stroke: rgba(255, 122, 61, 0.45);
}

.hero-roi-chart .hero-roi-callout--revenue .hero-roi-callout-bg{
	stroke: rgba(62, 207, 122, 0.5);
}

.hero-roi-chart .hero-roi-callout--net .hero-roi-callout-bg{
	stroke: rgba(212, 175, 55, 0.45);
}

.hero-roi-chart .hero-roi-callout-amount{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 800;
	fill: #fff;
}

.hero-roi-chart .hero-roi-callout--spend .hero-roi-callout-amount{ fill: #ff9a62; }
.hero-roi-chart .hero-roi-callout--revenue .hero-roi-callout-amount{ fill: #6fe69a; }
.hero-roi-chart .hero-roi-callout--net .hero-roi-callout-amount{ fill: var(--accent-color); }

.hero-roi-chart .hero-roi-callout-label{
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 600;
	fill: rgba(255, 255, 255, 0.72);
}

.hero-roi-chart svg .hero-roi-callout{
	pointer-events: none;
}

.hero-roi-chart--stacked svg .hero-roi-chart-track{
	pointer-events: none;
}

.hero-roi-layout-v1{
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
}

.hero-roi-side-stat--profit{
	border: 1px solid rgba(62, 207, 122, 0.25);
	background: rgba(62, 207, 122, 0.08);
}
.hero-roi-side-stat--profit strong{ color: #6fe69a; font-size: 22px; }

.hero-roi-side-stat--mult strong{ color: #67e8f9; }

.hero-roi-legend-profit i{
	background: linear-gradient(180deg, rgba(62, 207, 122, 0.7), rgba(46, 204, 113, 0.25));
	box-shadow: 0 0 12px rgba(94, 207, 138, 0.45);
	height: 12px;
	border-radius: 4px;
}

.hero-roi-legend-mult i{
	background: linear-gradient(90deg, #6366f1, #22d3ee);
	box-shadow: 0 0 12px rgba(99, 102, 241, 0.5);
}

.hero-roi-live-values .hero-roi-val-mult{
	color: #67e8f9;
	margin-right: 14px;
}

.hero-roi-live-values .hero-roi-val-mult strong{ font-weight: 800; }

.hero-roi-chart-wrap--v1{
	border-color: rgba(62, 207, 122, 0.15);
}

.hero-roi-chart--profit-zone .hero-roi-chart-bg--profit{
	fill: rgba(8, 20, 12, 0.55);
	stroke: rgba(62, 207, 122, 0.18);
}

.hero-roi-zone-badge{
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	fill: rgba(111, 230, 154, 0.85);
}

.hero-roi-chart .hero-roi-profit-band{
	filter: url(#roiProfitGlowv1);
	opacity: 0.95;
	transition: opacity 0.25s ease;
}

.hero-roi-chart.is-idle .hero-roi-profit-band{ opacity: 0.88; }

.hero-roi-chart .hero-roi-profit-band-seg{
	fill: transparent;
	pointer-events: none;
}

.hero-roi-chart .hero-roi-line-revenue--profit{
	stroke-width: 3;
	filter: drop-shadow(0 0 8px rgba(62, 207, 122, 0.5));
}

.hero-roi-chart .hero-roi-line-spend--profit{
	stroke-width: 2.5;
	filter: drop-shadow(0 0 6px rgba(255, 71, 87, 0.45));
}

.hero-roi-chart .hero-roi-profit-tag{
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	font-weight: 700;
	text-anchor: middle;
	fill: rgba(255, 255, 255, 0.75);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.hero-roi-chart:not(.is-idle) .hero-roi-profit-tag.is-active{
	opacity: 1;
	fill: #fff;
}

.hero-roi-chart .hero-roi-mult-bar{
	opacity: 0.82;
	transition: opacity 0.22s ease, filter 0.22s ease;
	filter: drop-shadow(0 0 10px rgba(99, 102, 241, 0.35));
}

.hero-roi-chart .hero-roi-mult-bar.is-active{
	opacity: 1;
	filter: drop-shadow(0 0 16px rgba(34, 211, 238, 0.55));
}

.hero-roi-chart:not(.is-idle) .hero-roi-mult-bar.is-dim{
	opacity: 0.35;
}

.hero-roi-chart .hero-roi-mult-line{
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.45));
}

.hero-roi-chart .hero-roi-mult-dot{
	fill: #0f172a;
	stroke: #22d3ee;
	stroke-width: 2.5;
	transition: r 0.2s ease, opacity 0.2s ease;
}

.hero-roi-chart .hero-roi-mult-dot.is-active{
	fill: #22d3ee;
	stroke: #fff;
}

.hero-roi-chart:not(.is-idle) .hero-roi-mult-dot.is-dim{
	opacity: 0.3;
}

.hero-roi-chart .hero-roi-mult-label{
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 800;
	text-anchor: middle;
	fill: #67e8f9;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.hero-roi-chart:not(.is-idle) .hero-roi-mult-label.is-active{
	opacity: 1;
}

.hero-roi-chart .hero-roi-axis--mult{
	fill: rgba(103, 232, 249, 0.55);
}

.hero-roi-chart .hero-roi-ref-line{
	stroke: rgba(212, 175, 55, 0.45);
	stroke-width: 1.5;
	stroke-dasharray: 6 5;
}

.hero-roi-chart .hero-roi-ref-label{
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	font-weight: 700;
	fill: rgba(212, 175, 55, 0.7);
}

.hero-roi-chart svg .hero-roi-profit-band,
.hero-roi-chart svg .hero-roi-profit-band-seg,
.hero-roi-chart svg .hero-roi-mult-bar,
.hero-roi-chart svg .hero-roi-mult-line,
.hero-roi-chart svg .hero-roi-mult-dot,
.hero-roi-chart svg .hero-roi-mult-label,
.hero-roi-chart svg .hero-roi-profit-tag,
.hero-roi-chart svg .hero-roi-ref-line,
.hero-roi-chart svg .hero-roi-ref-label,
.hero-roi-chart svg .hero-roi-zone-badge{
	pointer-events: none;
}

.hero-roi-layout-v2{
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 20px;
	align-items: stretch;
}

.hero-roi-side-panel{
	background: linear-gradient(160deg, rgba(28, 28, 30, 0.96), rgba(12, 12, 14, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 22px 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hero-roi-side-panel.is-active{
	border-color: rgba(212, 175, 55, 0.35);
	box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.12);
}

.hero-roi-side-label{
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.45);
}

.hero-roi-side-month{
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: var(--accent-color);
}

.hero-roi-side-stat{
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

.hero-roi-side-stat span{
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 4px;
}

.hero-roi-side-stat strong{
	font-size: 20px;
	font-weight: 700;
}

.hero-roi-side-stat--rev strong{ color: #6fe69a; }
.hero-roi-side-stat--spend strong{ color: #ff9a62; }

.hero-roi-side-hint{
	margin: auto 0 0;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.42);
}

.hero-roi-chart-wrap{
	padding: 16px 14px 14px;
	border-radius: 20px;
}

.hero-roi-chart-wrap--v1{ padding: 14px 12px 12px; }

.hero-roi-chart-legend--inline{
	margin-bottom: 10px;
}

.hero-roi-chart-wrap--v2{ padding: 14px 12px 12px; }
.hero-roi-chart-wrap--v3{
	border-color: rgba(212, 175, 55, 0.18);
}

.hero-roi-chart-scroll{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.hero-roi-chart-scroll::-webkit-scrollbar{ height: 6px; }
.hero-roi-chart-scroll::-webkit-scrollbar-thumb{
	background: rgba(212, 175, 55, 0.35);
	border-radius: 999px;
}

.hero-roi-chart{
	height: 340px;
	min-width: 0;
}

.hero-roi-chart svg{
	overflow: visible;
}

.hero-roi-live-stats--v3{
	border-radius: 12px;
	margin-bottom: 10px;
	width: 100%;
}

/* Unified line chart — one Y scale for both series */
.hero-roi-chart{
	cursor: crosshair;
}

.hero-roi-chart svg .hero-roi-line-revenue,
.hero-roi-chart svg .hero-roi-line-spend,
.hero-roi-chart svg .hero-roi-area-revenue,
.hero-roi-chart svg .hero-roi-area-spend,
.hero-roi-chart svg .hero-roi-dot,
.hero-roi-chart svg .hero-roi-dot-halo,
.hero-roi-chart svg .hero-roi-grid-line,
.hero-roi-chart svg .hero-roi-month-label,
.hero-roi-chart svg .hero-roi-crosshair,
.hero-roi-chart svg .hero-roi-col-highlight,
.hero-roi-chart svg .hero-roi-value-tag,
.hero-roi-chart svg .hero-roi-baseline,
.hero-roi-chart svg .hero-roi-chart-bg,
.hero-roi-chart svg .hero-roi-axis{
	pointer-events: none;
}

.hero-roi-chart svg .hero-roi-col-hit{
	pointer-events: none;
}

.hero-roi-chart svg .hero-roi-chart-track{
	pointer-events: all;
	cursor: crosshair;
}

.hero-roi-chart .hero-roi-chart-bg{
	fill: rgba(255, 255, 255, 0.02);
	stroke: rgba(255, 255, 255, 0.06);
	stroke-width: 1;
}

.hero-roi-chart .hero-roi-axis--y{
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	fill: rgba(255, 255, 255, 0.45);
}

.hero-roi-chart .hero-roi-value-tag{
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-anchor: middle;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.hero-roi-chart .hero-roi-value-tag--rev{ fill: #6fe69a; }
.hero-roi-chart .hero-roi-value-tag--spend{ fill: #ff9a62; }

.hero-roi-chart:not(.is-idle) .hero-roi-value-tag.is-active{
	opacity: 1;
}

.hero-roi-chart .hero-roi-baseline{
	stroke: rgba(255, 255, 255, 0.12);
	stroke-width: 1;
}

.hero-roi-chart .hero-roi-line-revenue,
.hero-roi-chart .hero-roi-line-spend{
	stroke: unset;
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: opacity 0.25s ease;
}

.hero-roi-chart .hero-roi-line-revenue{
	filter: drop-shadow(0 0 6px rgba(62, 207, 122, 0.35));
}

.hero-roi-chart .hero-roi-line-spend{
	filter: drop-shadow(0 0 6px rgba(255, 122, 61, 0.35));
}

.hero-roi-chart .hero-roi-area-revenue,
.hero-roi-chart .hero-roi-area-spend{
	fill: unset;
	opacity: 1;
	transition: opacity 0.25s ease;
}

.hero-roi-chart .hero-roi-dot-halo{
	fill: transparent;
	opacity: 0;
	transition: opacity 0.2s ease, r 0.2s ease;
	pointer-events: none;
}

.hero-roi-chart .hero-roi-dot-halo-rev.is-active{
	fill: rgba(62, 207, 122, 0.18);
	opacity: 1;
}

.hero-roi-chart .hero-roi-dot-halo-spend.is-active{
	fill: rgba(255, 122, 61, 0.18);
	opacity: 1;
}

.hero-roi-chart .hero-roi-panel-bg--rev{
	fill: rgba(62, 207, 122, 0.06);
	stroke: rgba(62, 207, 122, 0.14);
	stroke-width: 1;
}

.hero-roi-chart .hero-roi-panel-bg--spend{
	fill: rgba(255, 122, 61, 0.06);
	stroke: rgba(255, 122, 61, 0.14);
	stroke-width: 1;
}

.hero-roi-chart .hero-roi-panel-title{
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-roi-chart .hero-roi-panel-title--rev{ fill: rgba(111, 230, 154, 0.75); }
.hero-roi-chart .hero-roi-panel-title--spend{ fill: rgba(255, 154, 98, 0.75); }

.hero-roi-chart .hero-roi-grid-line{
	stroke: rgba(255, 255, 255, 0.06);
	stroke-width: 1;
}

.hero-roi-chart .hero-roi-axis--rev,
.hero-roi-chart .hero-roi-axis--spend{
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.hero-roi-chart .hero-roi-axis--rev{ fill: rgba(111, 230, 154, 0.55); }
.hero-roi-chart .hero-roi-axis--spend{ fill: rgba(255, 154, 98, 0.55); }

@media (max-width: 991px){
	.hero-roi--first{
		padding: 104px 0 40px;
		margin-top: -81px;
	}

	.hero-roi-layout-v1,
	.hero-roi-layout-v2{ grid-template-columns: 1fr; }

	.hero-roi-title--v1,
	.hero-roi-title--v2,
	.hero-roi-title--v3{
		font-size: clamp(18px, 4.8vw, 24px);
		text-align: left;
	}

	/* Mobile — fit-to-width chart + compact stats panel */
	.hero-roi--v1 .hero-roi-layout-v1{
		gap: 14px;
	}

	.hero-roi--v1 .hero-roi-side-panel{
		order: -1;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 8px;
		padding: 14px 12px;
	}

	.hero-roi--v1 .hero-roi-side-label,
	.hero-roi--v1 .hero-roi-side-month,
	.hero-roi--v1 .hero-roi-side-hint{
		width: 100%;
		flex: 0 0 100%;
	}

	.hero-roi--v1 .hero-roi-side-month{
		font-size: 17px;
		margin: -6px 0 0;
	}

	.hero-roi--v1 .hero-roi-side-stat{
		flex: 1 1 calc(50% - 4px);
		min-width: calc(50% - 4px);
		padding: 10px 10px;
	}

	.hero-roi--v1 .hero-roi-side-stat strong{
		font-size: 16px;
	}

	.hero-roi--v1 .hero-roi-side-hint{
		margin: 0;
		font-size: 11px;
	}

	.hero-roi--v1 .hero-roi-chart-scroll{
		overflow-x: visible;
	}

	.hero-roi--v1 .hero-roi-chart{
		height: 230px;
		min-width: 0;
		width: 100%;
	}

	.hero-roi--v1 .hero-roi-axis--y{
		font-size: 8px;
	}

	.hero-roi--v1 .hero-roi-month-label{
		font-size: 9px;
	}

	.hero-roi--v1 .hero-roi-zone-badge{
		font-size: 8px;
	}

	.hero-roi--v1 .hero-roi-callout-amount{
		font-size: 11px;
	}

	.hero-roi--v1 .hero-roi-callout-label{
		font-size: 9px;
	}

	.hero-roi--v1 .hero-roi-callout-bg{
		transform: scale(0.88);
		transform-box: fill-box;
		transform-origin: center;
	}

	.hero-roi-bg-video video{
		object-position: 42% center;
		opacity: 0.48;
		filter: grayscale(100%) contrast(1.06) brightness(0.9);
		transform: scale(1.14);
	}

	.hero-roi-bg-overlay{
		background:
			linear-gradient(180deg, rgba(11, 11, 11, 0.38) 0%, rgba(11, 11, 11, 0.55) 55%, rgba(11, 11, 11, 0.68) 100%),
			radial-gradient(ellipse 100% 85% at 45% 38%, rgba(160, 160, 160, 0.06) 0%, rgba(11, 11, 11, 0.48) 100%);
	}
}

@media (max-width: 575px){
	.hero-roi--first{ padding: 96px 0 32px; }

	.hero-roi-chart-wrap{ padding: 12px 10px 10px; border-radius: 16px; }

	.hero-roi--v1 .hero-roi-chart{
		height: 210px;
	}

	.hero-roi-stat-chips{ flex-direction: column; }
	.hero-roi-chip{ width: 100%; }
}
