.surge-project-page {
	color: #050914;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.single-surge_project .site-inner {
	padding: 0 !important;
}

.surge-project-page * {
	box-sizing: border-box;
}

.surge-project-hero,
.surge-project-overview,
.surge-project-section,
.surge-project-three-col,
.surge-project-callouts,
.surge-project-reviews,
.surge-project-cta {
	max-width: 1150px;
	margin: 0 auto;
	padding: 36px 24px;
}

.surge-project-hero-band {
	position: relative;
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.surge-project-hero-band::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	content: "";
	background: linear-gradient(
		90deg,
		#fff 0%,
		#fff 44%,
		rgba(255, 255, 255, .96) 52%,
		rgba(255, 255, 255, .72) 60%,
		rgba(255, 255, 255, 0) 76%
	);
}

.surge-project-hero {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
	gap: 32px;
	align-items: stretch;
	min-height: 430px;
}

.surge-project-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.surge-project-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: #707887;
	font-size: 13px;
}

.surge-project-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.surge-project-breadcrumb__separator {
	width: 5px;
	height: 11px;
	fill: currentColor;
	opacity: .55;
}

.surge-project-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	align-self: flex-start;
	margin: 0 0 22px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #eaf8ef;
	color: #08702a;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.surge-project-status svg {
	width: 13px;
	height: 13px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.surge-project-status svg * {
	vector-effect: non-scaling-stroke;
}

.surge-project-hero h1 {
	max-width: 650px;
	margin: 0;
	font-size: 48px;
	line-height: 1.08;
	letter-spacing: 0;
}

.surge-project-summary {
	max-width: 620px;
	margin: 22px 0 0;
	font-size: 19px;
	line-height: 1.6;
}

.surge-project-meta-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 36px;
}

.surge-project-meta-row > div {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.surge-project-meta-row__icon {
	width: 22px;
	height: 22px;
	overflow: visible;
	fill: none;
	stroke: #336aa3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.surge-project-meta-row__icon * {
	vector-effect: non-scaling-stroke;
}

.surge-project-meta-row span,
.surge-project-stat-card span {
	display: block;
	margin-bottom: 4px;
	color: #535d6d;
	font-size: 13px;
	font-weight: 700;
}

.surge-project-meta-row span {
	margin-bottom: 0;
	line-height: 1.35;
}

.surge-project-meta-row strong,
.surge-project-stat-card strong {
	font-size: 15px;
}

.surge-project-meta-row strong {
	display: block;
	margin-top: 4px;
	color: #303949;
	line-height: 1.35;
}

.surge-project-overview {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
	gap: 40px;
	margin-top: 36px;
	margin-bottom: 36px;
	padding: 32px;
	border: 1px solid #dce3ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(5, 9, 20, .04);
}

.surge-project-page h2 {
	margin: 0 0 18px;
	font-size: 22px;
	line-height: 1.2;
}

.surge-project-section-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.surge-project-section-title__icon {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	fill: currentColor;
}

.surge-project-section-title__icon--orange {
	color: #ff5b00;
}

.surge-project-section-title__icon--green {
	color: #0b8f2a;
}

.surge-project-page p {
	line-height: 1.3;
	font-size: 16px;
} 

.surge-project-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.surge-project-stat-card {
	display: flex;
	min-height: 218px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px;
	text-align: center;
	border: 1px solid #dce3ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(5, 9, 20, .04);
}

.surge-project-stat-card__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
	fill: none;
	stroke: #336aa3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.surge-project-stat-card__icon * {
	vector-effect: non-scaling-stroke;
}

.surge-project-stat-card strong {
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.45;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 600;
}

.surge-project-photo-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.surge-project-photo-grid figure,
.surge-project-related-grid article {
	overflow: hidden;
	margin: 0;
	border: 1px solid #dce3ee;
	border-radius: 8px;
	background: #fff;
}

.surge-project-photo-grid img,
.surge-project-related-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.surge-project-photo-grid figcaption {
	padding: 5px;
	font-size: 13px;
	line-height: 1.45;
}

.surge-project-three-col {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
}

.surge-project-three-col > div + div {
	border-left: 1px solid #dfe4ec;
	padding-left: 34px;
}

.surge-project-three-col ul,
.surge-project-outcome ul {
	padding-left: 20px;
	line-height: 1.8;
}

.surge-project-three-col .surge-project-icon-list {
	display: grid;
	gap: 8px;
	padding-left: 0;
	list-style: none;
	line-height: 1.45;
}

.surge-project-icon-list li {
	display: grid;
	grid-template-columns: 14px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.surge-project-icon-list__icon {
	width: 13px;
	height: 13px;
	margin-top: 4px;
	fill: currentColor;
}

.surge-project-icon-list--orange {
	color: #ff5b00;
}

.surge-project-icon-list--green {
	color: #0b8f2a;
}

.surge-project-icon-list span {
	color: #050914;
}

.surge-project-three-col .surge-project-icon-list span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.surge-project-callouts {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, .85fr);
	gap: 24px;
}

.surge-project-outcome,
.surge-project-insight {
	padding: 30px;
	border: 1px solid #dce3ee;
	border-radius: 8px;
}

.surge-project-outcome {
	background: #f3fbf6;
	border-color: #ccebd5;
}

.surge-project-insight {
	background: #f4f8ff;
	border-color: #cfe0ff;
}

.surge-project-callout-title {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
	color: #076b24;
}

.surge-project-callout-title--blue {
	color: #093dba;
}

.surge-project-callout-title__icon {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.surge-project-callout-title__icon * {
	vector-effect: non-scaling-stroke;
}

.surge-project-outcome-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
	justify-content: space-between;
	gap: 34px;
}

.surge-project-outcome-item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 5px;
	align-items: start;
}

.surge-project-outcome-item__icon {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: #0b8f2a;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.surge-project-outcome-item__icon p {
	font-size: 15px !important;
	line-height: 1.3 !important;
}

.surge-project-outcome-item__icon * {
	vector-effect: non-scaling-stroke;
}

.surge-project-outcome-item strong {
	display: block;
	margin-bottom: 5px;
	color: #076b24;
	font-size: 15px;
	line-height: 1.3;
	white-space: break-space;
}

.surge-project-outcome-item p,
.surge-project-insight p {
	margin: 0;
}

.surge-project-reviews__header {
	margin-bottom: 24px;
}

.surge-project-reviews__header h2 {
	margin-bottom: 8px;
}

.surge-project-reviews__header p {
	max-width: 640px;
	margin: 0;
	color: #303949;
	font-size: 17px;
}

.surge-project-cta {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 24px;
	align-items: center;
	margin-top: 18px;
	margin-bottom: 18px;
	border-radius: 10px;
	background: #031024;
	color: #fff;
}

.surge-project-cta h2,
.surge-project-cta p {
	margin: 0;
}

.surge-project-cta p {
	margin-top: 8px;
	color: #d5deea;
}

.surge-project-cta a {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.surge-project-cta__phone {
	background: #ffc400;
	color: #06101f;
}

.surge-project-cta__phone:hover,
.surge-project-cta__phone:focus-visible {
	background: #ffb000;
	color: #06101f;
	transform: translateY(-1px);
}

.surge-project-cta__button {
	border: 1px solid rgba(255, 255, 255, .7);
	color: #fff;
}

.surge-project-cta__button:hover,
.surge-project-cta__button:focus-visible {
	border-color: #fff;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	transform: translateY(-1px);
}

.surge-project-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.surge-project-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.surge-project-related-grid a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.surge-project-related-card__media {
	position: relative;
}

.surge-project-related-card__media span {
	position: absolute;
	bottom: 12px;
	left: 12px;
	display: inline-block;
	padding: 4px 7px;
	border-radius: 4px;
	background: #336aa3;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.surge-project-related-card__body {
	padding: 16px;
}

.surge-project-related-grid h3 {
	margin: 0;
	font-size: 17px;
	line-height: 1.25;
}

.surge-project-related-grid ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 12px 0;
	padding: 0;
	color: #535d6d;
	font-size: 13px;
	list-style: none;
}

.surge-project-related-grid li {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.surge-project-related-grid li svg {
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
	fill: none;
	stroke: #336aa3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.surge-project-related-grid p {
	display: -webkit-box;
	margin: 0 0 16px;
	overflow: hidden;
	color: #303949;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.surge-project-related-grid strong {
	color: #336aa3;
	font-size: 15px;
}

@media (max-width: 980px) {
	.surge-project-hero-band {
		background-image: none !important;
	}

	.surge-project-hero,
	.surge-project-overview,
	.surge-project-callouts,
	.surge-project-cta {
		grid-template-columns: 1fr;
	}

	.surge-project-stat-grid,
	.surge-project-related-grid,
	.surge-project-outcome-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.surge-project-stat-card {
		min-height: 150px;
		padding: 18px;
	}

	.surge-project-stat-card__icon {
		width: 36px;
		height: 36px;
		margin-bottom: 18px;
	}

	.surge-project-stat-card strong {
		font-size: 18px;
	}

	.surge-project-photo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.surge-project-three-col {
		grid-template-columns: 1fr;
	}

	.surge-project-three-col > div + div {
		border-left: 0;
		border-top: 1px solid #dfe4ec;
		padding-top: 24px;
		padding-left: 0;
	}
}

@media (max-width: 640px) {
	.surge-project-hero,
	.surge-project-overview,
	.surge-project-section,
	.surge-project-three-col,
	.surge-project-callouts,
	.surge-project-reviews,
	.surge-project-cta {
		padding: 28px 18px;
	}

	.surge-project-hero h1 {
		font-size: 34px;
	}

	.surge-project-meta-row,
	.surge-project-stat-grid,
	.surge-project-outcome-grid,
	.surge-project-photo-grid,
	.surge-project-related-grid {
		grid-template-columns: 1fr;
	}

	.surge-project-overview {
		padding: 22px;
	}

	.surge-project-stat-grid {
		gap: 12px;
	}

	.surge-project-stat-card {
		min-height: 112px;
		padding: 16px;
	}

	.surge-project-stat-card__icon {
		width: 30px;
		height: 30px;
		margin-bottom: 12px;
	}

	.surge-project-stat-card span {
		font-size: 12px;
	}

	.surge-project-stat-card strong {
		font-size: 16px;
	}
}
