/*
 * Metro HVAC SEO Blog — styles are intentionally restricted to the managed article
 * and the optional reciprocal-link shortcode. No global theme selectors are used.
 */
.mhbp-article,
.mhbp-article *,
.mhbp-related-link,
.mhbp-related-link * {
	box-sizing: border-box;
}

.mhbp-article {
	--mhbp-blue: #0b4f9e;
	--mhbp-blue-dark: #082f68;
	--mhbp-blue-soft: #edf5ff;
	--mhbp-orange: #f5661f;
	--mhbp-ink: #172033;
	--mhbp-muted: #5b6575;
	--mhbp-line: #dbe5f0;
	--mhbp-white: #ffffff;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 3rem;
	color: var(--mhbp-ink);
	font-size: 18px;
	line-height: 1.72;
}

.mhbp-article p,
.mhbp-article li {
	color: var(--mhbp-ink);
}

.mhbp-article a {
	color: var(--mhbp-blue);
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.mhbp-article a:hover,
.mhbp-article a:focus-visible {
	color: var(--mhbp-orange);
}

.mhbp-article h2,
.mhbp-article h3 {
	color: var(--mhbp-blue-dark);
	line-height: 1.18;
	letter-spacing: -0.025em;
}

.mhbp-article h2 {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 5vw, 3rem);
}

.mhbp-article h3 {
	margin: 1.4rem 0 0.6rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.mhbp-hero-image {
	margin: 0 0 1.6rem;
}

.mhbp-hero-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(8, 47, 104, 0.19);
}

.mhbp-lead {
	padding: clamp(1.4rem, 4vw, 2.3rem);
	border: 1px solid var(--mhbp-line);
	border-top: 6px solid var(--mhbp-orange);
	border-radius: 22px;
	background: linear-gradient(145deg, #ffffff 0%, #f4f9ff 100%);
	box-shadow: 0 16px 40px rgba(8, 47, 104, 0.08);
}

.mhbp-kicker,
.mhbp-eyebrow {
	margin: 0 0 0.65rem !important;
	color: var(--mhbp-orange) !important;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.105em;
	text-transform: uppercase;
}

.mhbp-deck {
	margin: 0;
	font-size: clamp(1.08rem, 2.2vw, 1.3rem);
}

.mhbp-answer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.5rem 0;
}

.mhbp-answer-card {
	padding: 1.25rem;
	border: 1px solid #cbdced;
	border-radius: 16px;
	background: var(--mhbp-white);
}

.mhbp-answer-card--accent {
	border-color: #ffbf9e;
	background: #fff7f2;
}

.mhbp-answer-label {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--mhbp-blue-dark);
	font-size: 0.83rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mhbp-answer-card p {
	margin: 0;
}

.mhbp-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.mhbp-trust-row span {
	padding: 0.45rem 0.72rem;
	border-radius: 999px;
	background: var(--mhbp-blue-dark);
	color: var(--mhbp-white);
	font-size: 0.77rem;
	font-weight: 800;
	line-height: 1.2;
}

.mhbp-toc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.7rem 1rem;
	margin: 1.6rem 0 0;
	padding: 1rem 1.15rem;
	border-radius: 14px;
	background: var(--mhbp-blue-dark);
}

.mhbp-toc strong {
	color: var(--mhbp-white);
}

.mhbp-toc a {
	color: #d8eaff;
	font-size: 0.92rem;
	text-decoration-color: rgba(255, 255, 255, 0.5);
}

.mhbp-toc a:hover,
.mhbp-toc a:focus-visible {
	color: var(--mhbp-white);
}

.mhbp-section {
	scroll-margin-top: 120px;
	margin-top: clamp(2.8rem, 7vw, 5rem);
}

.mhbp-table-wrap {
	overflow-x: auto;
	margin: 1.5rem 0;
	border: 1px solid var(--mhbp-line);
	border-radius: 16px;
	background: var(--mhbp-white);
	box-shadow: 0 12px 30px rgba(8, 47, 104, 0.07);
}

.mhbp-compare-table {
	width: 100%;
	min-width: 680px;
	margin: 0;
	border-collapse: collapse;
	font-size: 0.94rem;
}

.mhbp-compare-table th,
.mhbp-compare-table td {
	padding: 0.9rem 1rem;
	border: 0;
	border-bottom: 1px solid var(--mhbp-line);
	text-align: left;
	vertical-align: top;
}

.mhbp-compare-table thead th {
	background: var(--mhbp-blue-dark);
	color: var(--mhbp-white);
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mhbp-compare-table tbody th {
	color: var(--mhbp-blue-dark);
	font-weight: 800;
}

.mhbp-compare-table tbody tr:nth-child(even) {
	background: #f7faff;
}

.mhbp-compare-table tbody tr:last-child th,
.mhbp-compare-table tbody tr:last-child td {
	border-bottom: 0;
}

.mhbp-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.6rem;
	align-items: center;
	margin-top: clamp(2.8rem, 7vw, 5rem);
	padding: clamp(1.6rem, 5vw, 2.6rem);
	border-radius: 22px;
	background: linear-gradient(135deg, var(--mhbp-blue-dark), var(--mhbp-blue));
	box-shadow: 0 22px 50px rgba(8, 47, 104, 0.2);
}

.mhbp-cta h2,
.mhbp-cta p,
.mhbp-cta .mhbp-eyebrow {
	color: var(--mhbp-white) !important;
}

.mhbp-cta h2 {
	margin-bottom: 0.55rem;
	font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.mhbp-cta p:last-child {
	margin-bottom: 0;
}

.mhbp-cta--compact {
	margin-top: 2.4rem;
}

.mhbp-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.mhbp-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 0.78rem 1.15rem;
	border: 2px solid transparent;
	border-radius: 999px;
	font-size: 0.91rem;
	font-weight: 800 !important;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mhbp-button:hover,
.mhbp-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.mhbp-button--primary {
	background: var(--mhbp-orange);
	color: var(--mhbp-white) !important;
}

.mhbp-button--secondary {
	border-color: rgba(255, 255, 255, 0.75);
	background: transparent;
	color: var(--mhbp-white) !important;
}

.mhbp-daikin-section .mhbp-button--secondary {
	border-color: var(--mhbp-blue);
	color: var(--mhbp-blue) !important;
}

.mhbp-button--light {
	background: var(--mhbp-white);
	color: var(--mhbp-blue-dark) !important;
}

.mhbp-button--outline-light {
	border-color: rgba(255, 255, 255, 0.78);
	color: var(--mhbp-white) !important;
}

.mhbp-fact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.6rem 0;
}

.mhbp-fact-card {
	padding: 1.3rem;
	border: 1px solid var(--mhbp-line);
	border-radius: 16px;
	background: #f8fbff;
}

.mhbp-fact-number {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--mhbp-orange);
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
}

.mhbp-fact-card strong {
	display: block;
	color: var(--mhbp-blue-dark);
}

.mhbp-fact-card p {
	margin: 0.45rem 0 0;
	font-size: 0.9rem;
}

.mhbp-insight {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.15rem;
	align-items: center;
	margin: 1.45rem 0;
	padding: 1.3rem;
	border-left: 6px solid var(--mhbp-orange);
	border-radius: 0 16px 16px 0;
	background: #fff5ee;
}

.mhbp-insight-number {
	color: var(--mhbp-orange);
	font-size: clamp(2.5rem, 7vw, 4.5rem);
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 1;
}

.mhbp-insight strong {
	color: var(--mhbp-blue-dark);
	font-size: 1.12rem;
}

.mhbp-insight p {
	margin: 0.25rem 0 0;
}

.mhbp-source-note,
.mhbp-disclaimer,
.mhbp-fine-print {
	font-size: 0.84rem;
	line-height: 1.62;
}

.mhbp-source-note {
	padding: 1rem 1.1rem;
	border-radius: 12px;
	background: #f3f6f9;
	color: var(--mhbp-muted) !important;
}

.mhbp-check-list {
	display: grid;
	gap: 0.75rem;
	margin: 0 0 2.2rem;
	padding: 0;
	list-style: none;
}

.mhbp-check-list li {
	position: relative;
	margin: 0;
	padding: 0.85rem 0.95rem 0.85rem 3rem;
	border: 1px solid var(--mhbp-line);
	border-radius: 13px;
	background: #fbfdff;
}

.mhbp-check-list li::before {
	position: absolute;
	top: 0.77rem;
	left: 0.9rem;
	display: grid;
	width: 1.45rem;
	height: 1.45rem;
	place-items: center;
	border-radius: 50%;
	background: var(--mhbp-blue);
	color: var(--mhbp-white);
	content: "✓";
	font-size: 0.85rem;
	font-weight: 900;
}

.mhbp-callout,
.mhbp-warning-card {
	padding: clamp(1.25rem, 4vw, 1.8rem);
	border-radius: 18px;
	background: var(--mhbp-blue-soft);
}

.mhbp-callout {
	border-left: 6px solid var(--mhbp-blue);
}

.mhbp-callout h3,
.mhbp-warning-card h3 {
	margin-top: 0;
}

.mhbp-callout p:last-child,
.mhbp-warning-card p:last-child {
	margin-bottom: 0;
}

.mhbp-two-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
	align-items: start;
}

.mhbp-two-column ul {
	padding-left: 1.25rem;
}

.mhbp-warning-card {
	border-top: 5px solid var(--mhbp-orange);
	background: #fff6f0;
}

.mhbp-daikin-section {
	padding: clamp(1.45rem, 5vw, 2.4rem);
	border: 1px solid #cfe0f2;
	border-radius: 22px;
	background: linear-gradient(145deg, #f8fbff 0%, #ffffff 60%, #fff7f2 100%);
	box-shadow: 0 18px 45px rgba(8, 47, 104, 0.1);
}

.mhbp-warranty-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin: 1.4rem 0 0.75rem;
}

.mhbp-warranty-row div {
	padding: 1rem;
	border-radius: 14px;
	background: var(--mhbp-blue-dark);
	color: var(--mhbp-white);
}

.mhbp-warranty-row strong,
.mhbp-warranty-row span {
	display: block;
	color: var(--mhbp-white);
}

.mhbp-warranty-row strong {
	font-size: 1.05rem;
}

.mhbp-warranty-row span {
	margin-top: 0.25rem;
	font-size: 0.78rem;
	opacity: 0.85;
}

.mhbp-faq-list {
	display: grid;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.mhbp-faq-item {
	overflow: hidden;
	border: 1px solid var(--mhbp-line);
	border-radius: 14px;
	background: var(--mhbp-white);
	box-shadow: 0 8px 22px rgba(8, 47, 104, 0.05);
}

.mhbp-faq-item summary {
	position: relative;
	padding: 1rem 3.2rem 1rem 1.1rem;
	color: var(--mhbp-blue-dark);
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.mhbp-faq-item summary::-webkit-details-marker {
	display: none;
}

.mhbp-faq-item summary::after {
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: var(--mhbp-blue-soft);
	color: var(--mhbp-blue);
	content: "+";
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1.65rem;
	text-align: center;
	transform: translateY(-50%);
}

.mhbp-faq-item[open] summary::after {
	content: "−";
}

.mhbp-faq-answer {
	padding: 0 1.1rem 1rem;
}

.mhbp-faq-answer p {
	margin: 0;
}

.mhbp-service-area {
	font-size: 0.85rem;
	font-weight: 700;
	opacity: 0.85;
}

.mhbp-disclaimer {
	margin: 1.4rem 0 0;
	padding: 1rem;
	border: 1px solid var(--mhbp-line);
	border-radius: 12px;
	color: var(--mhbp-muted) !important;
}

.mhbp-related-link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.2rem;
	align-items: center;
	width: 100%;
	padding: 1.3rem;
	border: 1px solid #cfe0f2;
	border-left: 6px solid #f5661f;
	border-radius: 16px;
	background: linear-gradient(145deg, #ffffff, #f0f7ff);
	box-shadow: 0 12px 30px rgba(8, 47, 104, 0.09);
	color: #172033;
}

.mhbp-related-link span,
.mhbp-related-link strong,
.mhbp-related-link p {
	display: block;
}

.mhbp-related-link span {
	margin-bottom: 0.25rem;
	color: #f5661f;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mhbp-related-link strong {
	color: #082f68;
	font-size: 1.2rem;
	line-height: 1.25;
}

.mhbp-related-link p {
	margin: 0.35rem 0 0;
	font-size: 0.9rem;
	line-height: 1.55;
}

.mhbp-related-link a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	background: #0b4f9e;
	color: #ffffff !important;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 760px) {
	.mhbp-article {
		font-size: 17px;
	}

	.mhbp-hero-image img {
		border-radius: 14px;
	}

	.mhbp-answer-grid,
	.mhbp-fact-grid,
	.mhbp-two-column,
	.mhbp-warranty-row,
	.mhbp-cta,
	.mhbp-related-link {
		grid-template-columns: 1fr;
	}

	.mhbp-cta-actions,
	.mhbp-cta-actions .mhbp-button,
	.mhbp-related-link a {
		width: 100%;
	}

	.mhbp-toc {
		align-items: flex-start;
		flex-direction: column;
	}

	.mhbp-insight {
		grid-template-columns: 1fr;
	}

	.mhbp-related-link {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mhbp-button {
		transition: none;
	}
}
