.surge-home-hero {
	--surge-hero-blue: #002b5f;
	--surge-hero-yellow: #ffc20a;
	--surge-hero-orange: #f5a623;
	--surge-hero-text: #ffffff;
	--surge-hero-dark: #071321;
	position: relative;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 61px;
	padding: 70px 20px 120px;
	color: var(--surge-hero-text);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.62) 100%), var(--surge-home-hero-bg);
	background-color: #0d1f2e;
	background-position: center;
	background-size: cover;
}

.surge-home-hero *,
.surge-home-hero *::before,
.surge-home-hero *::after {
	box-sizing: border-box;
}

.surge-home-hero svg {
	display: block;
	width: 100%;
	height: 100%;
}
.surge-home-hero__heading {
	color: white !important;
	max-width: 560px;
}
.surge-home-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(360px, 470px);
	gap: 56px;
	align-items: start;
	max-width: 1340px;
	margin: 0 auto;
}

.surge-home-hero__content {
	min-width: 0;
	padding-bottom: 0;
}

.surge-home-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 26px;
	padding: 10px 22px;
	color: #fff;
	background: rgba(13, 24, 31, 0.82);
	border-radius: 999px;
}

.surge-home-hero__eyebrow span {
	display: inline-flex;
	width: 16px;
	height: 16px;
	color: var(--surge-hero-yellow);
}

.surge-home-hero__eyebrow span svg {
	width: 8px;
	height: 16px;
	margin: 0 auto;
}

.surge-home-hero__eyebrow strong {
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.surge-home-hero__heading {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(44px, 4.8vw, 72px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: none !important;
}

.surge-home-hero__heading span,
.surge-home-hero__heading mark {
	display: inline;
}

.surge-home-hero__heading mark {
	padding: 0;
	color: var(--surge-hero-yellow);
	background: transparent;
}

.surge-home-hero__intro {
	max-width: 560px;
	margin: 22px 0 0;
	color: #fff !important;
	font-size: 24px;
	line-height: 1.45;
}

.surge-home-hero__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	max-width: 720px;
	margin-top: 40px;
}

.surge-home-hero__feature {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}
.surge-home-hero__feature svg {
	fill: #ffc20a;
}
.surge-home-hero__feature > span {
	width: 44px;
	height: 44px;
	color: var(--surge-hero-yellow);
}

.surge-home-hero__feature strong,
.surge-home-hero__feature small {
	display: block;
	color: #fff;
	line-height: 1.3;
}

.surge-home-hero__feature strong {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.surge-home-hero__feature small {
	margin-top: 4px;
	font-size: 15px;
}

.surge-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 40px;
}

.surge-home-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 62px;
	min-width: 260px;
	padding: 16px 28px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.surge-home-hero__button span {
	width: 24px;
	height: 24px;
}

.surge-home-hero__button--primary {
	color: #0a1722 !important;
	background: var(--surge-hero-yellow);
	border: 1px solid var(--surge-hero-yellow);
}

.surge-home-hero__button--secondary {
	color: #fff !important;
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.88);
}

.surge-home-hero__button:hover,
.surge-home-hero__button:focus {
	outline: none;
	transform: translateY(-2px);
}

.surge-home-hero__button--primary:hover,
.surge-home-hero__button--primary:focus {
	background: #ffd24a;
	border-color: #ffd24a;
}

.surge-home-hero__button--secondary:hover,
.surge-home-hero__button--secondary:focus {
	background: rgba(255, 255, 255, 0.14);
	color: #fff !important;
}

.surge-home-hero__helper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	color: #fff;

}
.surge-home-hero__helper svg {
	    fill: white;
    width: 30px;
    position: relative;
    top: -5px;
    left: 11px;
}
.surge-home-hero__helper span {
	width: 40px;
	height: 28px;
}

.surge-home-hero__helper em {
	font-family: "Comic Sans MS", "Segoe Print", cursive;
	font-size: 16px;
}

.surge-home-hero__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 720px;
	margin-top: 26px;
	padding: 24px 30px;
	background: rgba(22, 32, 37, 0.92);
	border-radius: 10px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
}

.surge-home-hero__proof-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-width: 0;
	padding: 0 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.surge-home-hero__proof-item:first-child {
	grid-template-columns: auto auto;
	gap: 6px 12px;
	justify-content: start;
	padding-left: 0;
	border-left: 0;
}

.surge-home-hero__proof-item:last-child {
	padding-right: 0;
}

.surge-home-hero__proof-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	min-width: 54px;
	color: #fff;
	fill: white;
}

.surge-home-hero__proof-item:first-child > div {
	display: contents;
}

.surge-home-hero__proof-item:first-child .surge-home-hero__proof-icon {
	width: auto;
	min-width: 0;
}

.surge-home-hero__proof-item:first-child small {
	grid-column: 1 / -1;
	margin-top: 0;
}

.surge-home-hero__proof-icon svg {
	height: 48px;
}

.surge-home-hero__stars {
	display: inline-flex;
	color: var(--surge-hero-yellow);
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 1;
}

.surge-home-hero__proof strong,
.surge-home-hero__proof small {
	display: block;
	color: #fff;
}

.surge-home-hero__proof strong {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.surge-home-hero__proof-item:first-child strong {
	font-size: 20px;
}

.surge-home-hero__proof small {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.45;
}

.surge-home-hero__form-card {
	position: relative;
	margin-top: 24px;
	padding: 58px 34px 28px;
	color: #111827;
	text-align: center;
	background: #f7f7f7;
	border-radius: 8px;
	border-bottom: 8px solid var(--surge-hero-orange);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.surge-home-hero__form-icon {
	position: absolute;
	top: -34px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	padding: 18px;
	color: #fff;
	background: var(--surge-hero-orange);
	border-radius: 999px;
	transform: translateX(-50%);
}
.surge-home-hero__form-icon svg {
	fill: #fff;
}

.surge-home-hero__form-card h2 {
	margin: 0;
	color: #111827;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase !important;
}

.surge-home-hero__form-card > p {
	max-width: 320px;
	margin: 12px auto 22px;
	color: #1f2937;
	font-size: 17px;
	line-height: 1.35;
}

.surge-home-hero__form {
	text-align: left;
}

.surge-home-hero__form form {
	display: grid;
	gap: 12px;
}

.surge-home-hero__form p {
	margin: 0;
}

.surge-home-hero__form .wpcf7-form-control-wrap {
	display: block;
}

.surge-home-hero__form input:not([type="submit"]),
.surge-home-hero__form textarea,
.surge-home-hero__form select {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 13px 16px;
	color: #111827;
	background: #fff;
	border: 1px solid #d6d9de;
	border-radius: 6px;
	box-shadow: none;
	font-size: 15px;
}

.surge-home-hero__form textarea {
	min-height: 100px;
	resize: vertical;
}

.surge-home-hero__form input[type="submit"],
.surge-home-hero__form button[type="submit"] {
	width: 100%;
	min-height: 58px;
	margin: 6px 0 0;
	color: #fff;
	background: var(--surge-hero-blue);
	border: 0;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
}

.surge-home-hero__privacy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 20px;
	color: #1f2937;
}

.surge-home-hero__privacy span {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	color: #5b6470;
}
.surge-home-hero__privacy svg {
	    height: 13px;
    fill: #434040;
}
.surge-home-hero__privacy small {
	max-width: 340px;
	color: #1f2937;
	font-size: 13px;
	line-height: 1.45;
}

.surge-home-hero__service-strip {
	position: absolute;
	right: 20px;
	bottom: -61px;
	left: 20px;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(240px, 1.7fr) repeat(4, minmax(130px, 1fr)) minmax(130px, 0.8fr);
	align-items: center;
	max-width: 1340px;
	min-height: 122px;
	margin: 0 auto;
	padding: 22px 32px;
	color: #0b1420;
	background: #f7f7f7;
	border-radius: 18px;
	box-shadow: 0 16px 32px rgba(10, 20, 32, 0.16);
}

.surge-home-hero__service-intro,
.surge-home-hero__service-item,
.surge-home-hero__all-services {
	min-width: 0;
}

.surge-home-hero__service-intro {
	padding-right: 28px;
}

.surge-home-hero__service-intro h2 {
	margin: 0;
	color: #0b1420;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: none !important;
}

.surge-home-hero__service-intro p {
	margin: 6px 0 0;
	color: #273243;
	font-size: 15px;
	line-height: 1.35;
}

.surge-home-hero__service-item,
.surge-home-hero__all-services {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 58px;
	padding: 0 28px;
	color: #0b1420 !important;
	border-left: 1px solid rgba(9, 28, 48, 0.12);
	text-decoration: none !important;
	cursor: pointer;
	will-change: transform;
	transition: color 0.2s ease, transform 0.2s ease;
}

.surge-home-hero__service-item span {
	display: inline-flex;
	width: 42px;
	height: 42px;
	color: #0b1420;
	transition: color 0.2s ease, transform 0.2s ease;
}

.surge-home-hero__service-item strong,
.surge-home-hero__all-services span {
	color: #0b1420;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	transition: color 0.2s ease;
}

.surge-home-hero__all-services {
	grid-template-columns: minmax(0, 1fr) 28px;
	padding-right: 0;
}

.surge-home-hero__all-services svg {
	width: 28px;
	height: 28px;
	color: #0b1420;
	transition: transform 0.2s ease;
}

.surge-home-hero__service-item:hover,
.surge-home-hero__service-item:focus,
.surge-home-hero__all-services:hover,
.surge-home-hero__all-services:focus {
	outline: none;
	transform: translate3d(0, -1px, 0);
}

.surge-home-hero__service-item:hover span,
.surge-home-hero__service-item:focus span {
	color: #336aa3;
	transform: scale(1.04);
}

.surge-home-hero__service-item:hover strong,
.surge-home-hero__service-item:focus strong,
.surge-home-hero__all-services:hover span,
.surge-home-hero__all-services:focus span,
.surge-home-hero__all-services:hover svg,
.surge-home-hero__all-services:focus svg {
	color: #336aa3;
}

.surge-home-hero__all-services:hover svg,
.surge-home-hero__all-services:focus svg {
	transform: translateX(3px);
}

@media (max-width: 1180px) {
	.surge-home-hero {
		margin-bottom: 120px;
	}

	.surge-home-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.surge-home-hero__content {
		padding-bottom: 0;
	}

	.surge-home-hero__form-card {
		max-width: 560px;
		margin: 0 auto;
	}

	.surge-home-hero__service-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		bottom: -120px;
	}

	.surge-home-hero__service-intro,
	.surge-home-hero__service-item,
	.surge-home-hero__all-services {
		padding: 18px;
		border-left: 0;
		border-top: 1px solid rgba(9, 28, 48, 0.12);
	}

	.surge-home-hero__service-intro {
		grid-column: 1 / -1;
		border-top: 0;
	}
}

@media (max-width: 760px) {
	.surge-home-hero {
		margin-bottom: 220px;
		padding-top: 42px;
	}

	.surge-home-hero__heading {
		font-size: 40px;
	}

	.surge-home-hero__intro {
		font-size: 18px;
	}

	.surge-home-hero__features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
	}

	.surge-home-hero__feature {
		grid-template-columns: minmax(0, 1fr);
		gap: 8px;
		justify-items: center;
		padding: 0 10px;
		text-align: center;
		border-left: 1px solid rgba(255, 255, 255, 0.34);
	}

	.surge-home-hero__feature:first-child {
		border-left: 0;
	}

	.surge-home-hero__feature > span {
		width: 20px;
		height: 34px;
	}

	.surge-home-hero__feature strong {
		font-size: 13px;
	}

	.surge-home-hero__feature small {
		font-size: 13px;
	}

	.surge-home-hero__proof {
		grid-template-columns: minmax(0, 1fr);
	}

	.surge-home-hero__proof-item,
	.surge-home-hero__proof-item:first-child,
	.surge-home-hero__proof-item:last-child {
		padding: 16px 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.24);
	}

	.surge-home-hero__proof-item:first-child {
		border-top: 0;
	}

	.surge-home-hero__button {
		width: 100%;
		min-width: 0;
	}

	.surge-home-hero__form-card {
		padding-right: 22px;
		padding-left: 22px;
	}

	.surge-home-hero__service-strip {
		grid-template-columns: minmax(0, 1fr);
		padding: 8px 16px;
		bottom: -445px;
	}
}
