/*
 * Metro HVAC Specials 1.7.0
 * Every selector is rooted at .mhsp so this stylesheet cannot restyle the
 * theme, Elementor sections, global menus, forms, headers, or footer.
 */
.mhsp,
.mhsp *,
.mhsp *::before,
.mhsp *::after {
	box-sizing: border-box;
}

.mhsp {
	--mhsp-navy: #102d4f;
	--mhsp-blue: #124f86;
	--mhsp-orange: #f28c28;
	--mhsp-orange-dark: #d96f0d;
	--mhsp-ink: #132238;
	--mhsp-muted: #56667a;
	--mhsp-line: #dce4ed;
	--mhsp-surface: #ffffff;
	--mhsp-soft: #f3f7fb;
	position: relative;
	isolation: isolate;
	width: min(1180px, calc(100% - 32px));
	max-width: 1180px;
	margin: clamp(36px, 6vw, 76px) auto;
	padding: clamp(28px, 5vw, 58px);
	overflow: hidden;
	border: 1px solid var(--mhsp-line);
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0%, rgba(242, 140, 40, 0.13), transparent 31%),
		linear-gradient(145deg, #ffffff 0%, #f6f9fc 100%);
	box-shadow: 0 20px 55px rgba(15, 42, 72, 0.12);
	color: var(--mhsp-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.55;
	text-align: left;
}

.mhsp[hidden],
.mhsp [hidden] {
	display: none !important;
}

.mhsp__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

.mhsp__header {
	max-width: 790px;
	margin: 0 auto 28px;
	text-align: center;
}

.mhsp__eyebrow {
	margin: 0 0 10px;
	color: var(--mhsp-orange-dark);
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.mhsp__heading {
	margin: 0;
	color: var(--mhsp-navy);
	font: inherit;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.06;
}

.mhsp__copy {
	max-width: 720px;
	margin: 16px auto 0;
	color: var(--mhsp-muted);
	font: inherit;
	font-size: clamp(16px, 1.9vw, 18px);
	line-height: 1.65;
}

.mhsp__search-wrap {
	max-width: 680px;
	margin: 0 auto 26px;
}

.mhsp__search-label {
	display: block;
	margin: 0 0 7px;
	color: var(--mhsp-navy);
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.4;
}

.mhsp__search-control {
	position: relative;
}

.mhsp__search-icon {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	color: var(--mhsp-blue);
	font-size: 24px;
	line-height: 1;
	pointer-events: none;
}

.mhsp__search {
	display: block;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 11px 16px 11px 48px;
	border: 1px solid #c8d5e3;
	border-radius: 13px;
	outline: 0;
	background: #ffffff;
	box-shadow: 0 5px 18px rgba(16, 45, 79, 0.06);
	color: var(--mhsp-ink);
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
	-webkit-appearance: none;
	appearance: none;
}

.mhsp__search::placeholder {
	color: #7a8898;
	opacity: 1;
}

.mhsp__search:focus {
	border-color: var(--mhsp-blue);
	box-shadow: 0 0 0 4px rgba(18, 79, 134, 0.14);
}

.mhsp__search-status {
	min-height: 1.3em;
	margin: 7px 3px 0;
	color: var(--mhsp-muted);
	font: inherit;
	font-size: 13px;
	line-height: 1.3;
}

.mhsp__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
	width: 100%;
}

.mhsp__card {
	display: flex;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	justify-content: space-between;
	gap: 22px;
	margin: 0;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid var(--mhsp-line);
	border-radius: 20px;
	background: var(--mhsp-surface);
	box-shadow: 0 12px 28px rgba(16, 45, 79, 0.08);
	color: var(--mhsp-ink);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mhsp__card:hover {
	transform: translateY(-3px);
	border-color: #c3d2e1;
	box-shadow: 0 17px 34px rgba(16, 45, 79, 0.13);
}

.mhsp__card-top {
	min-width: 0;
}

.mhsp__badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0 0 17px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fff2e5;
	color: #a64e00;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.35;
	text-transform: uppercase;
}

.mhsp__amount {
	margin: 0;
	color: var(--mhsp-orange-dark);
	font: inherit;
	font-size: clamp(31px, 4vw, 43px);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1;
}

.mhsp__title {
	margin: 13px 0 0;
	color: var(--mhsp-navy);
	font: inherit;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.18;
}

.mhsp__description {
	margin: 13px 0 0;
	color: var(--mhsp-muted);
	font: inherit;
	font-size: 15px;
	line-height: 1.62;
}

.mhsp__button {
	display: inline-flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	padding: 12px 16px;
	border: 1px solid var(--mhsp-navy);
	border-radius: 12px;
	background: var(--mhsp-navy);
	box-shadow: none;
	color: #ffffff;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mhsp__button:visited {
	color: #ffffff;
}

.mhsp__button:hover {
	border-color: var(--mhsp-orange-dark);
	background: var(--mhsp-orange-dark);
	color: #ffffff;
	text-decoration: none;
}

.mhsp__button:focus-visible {
	outline: 3px solid rgba(242, 140, 40, 0.45);
	outline-offset: 3px;
}

.mhsp__disclaimer {
	max-width: 900px;
	margin: 22px auto 0;
	color: #6a7787;
	font: inherit;
	font-size: 12px;
	line-height: 1.55;
	text-align: center;
}

@media (max-width: 960px) {
	.mhsp__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mhsp__card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.mhsp {
		width: min(100% - 20px, 1180px);
		margin: 28px auto;
		padding: 26px 18px;
		border-radius: 20px;
	}

	.mhsp__header {
		margin-bottom: 22px;
	}

	.mhsp__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	.mhsp__card,
	.mhsp__card:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.mhsp__card {
		padding: 22px;
	}

	.mhsp__search {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mhsp__card,
	.mhsp__button {
		transition: none;
	}

	.mhsp__card:hover {
		transform: none;
	}
}
