.hvac-hero {
	--hvac-accent: #f49800;
	--hvac-dark: #122744;
	--hvac-body: #000000;
	--hvac-panel-bg: #F4F6F8;
	position: relative;
	font-family: inherit;
}

.hvac-hero__top {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
	overflow: hidden;
}

/* ---------- Left content panel ---------- */
.hvac-hero__panel {
	flex: 1 1 480px;
	background-color: var(--hvac-panel-bg, #F4F6F8);
	padding:20px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.hvac-hero__rule {

}

.hvac-hero__rule--accent {

}

.hvac-hero__rule--grey {
	margin: 24px 0;
}

.hvac-hero__heading {
	font-size: 32px;
	line-height: 1.15;
	font-weight: 600;
	margin: 0;
	display: inline-block;
}

.hvac-hero__heading-line {
	color: var(--hvac-dark);
}

.hvac-hero__accent {
	color: var(--hvac-accent);
}

.hvac-hero__intro {
	color: var(--hvac-body);
	font-size: 16px;
	line-height: 1.6;
	max-width: 620px;
	margin: 0 0 32px;
	text-align:justify;
}

/* ---------- Feature icon row ---------- */
.hvac-hero__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	position: relative;
	margin-bottom: 32px; display:none;
}

.hvac-hero__features::before,
.hvac-hero__feature:not(:last-child)::after {
	content: '';
}

.hvac-hero__feature {
	position: relative;
	text-align: center;
	padding: 0 12px;
}

.hvac-hero__feature:not(:last-child) {
	border-right: 1px solid #D7DDE3;
}

.hvac-hero__icon-circle {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	font-size: 26px;
}

.hvac-hero__icon-circle svg,
.hvac-hero__icon-circle i {
	width: 1em;
	height: 1em;
}

.hvac-hero__feature-title {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--hvac-dark);
	margin: 0 0 10px;
	line-height: 1.35;
}

.hvac-hero__feature-text {
	font-size: 14px;
	line-height: 1.5;
	color: var(--hvac-body);
	margin: 0;
}

/* ---------- Note / callout ---------- */
.hvac-hero__note {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	text-align:justify;
}

.hvac-hero__note-bar {
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 4px;
	border-radius: 2px;
	background-color: var(--hvac-accent);
}

.hvac-hero__note-icon {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #FDEEDD;
	color: var(--hvac-accent);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.hvac-hero__note-text {
	margin: 0;
	color: var(--hvac-body);
	font-size: 16px;
	line-height: 1.6;
}

.hvac-hero__note-text strong {
	color: var(--hvac-dark);
}

/* ---------- Right image panel with diagonal cut ---------- */
.hvac-hero__image-panel {
	flex: 1 1 480px;
	position: relative;
	min-height: 450px;
	overflow: hidden;
}

.hvac-hero__image-wrap {
	position: absolute;
	inset: 0; margin-top:20px;
}

.hvac-hero__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block; border-radius:0 20px 0 0;
}

.hvac-hero__diagonal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -6px;
	width: 14px;
	background-color: var(--hvac-accent);
	z-index: 3;
	transform: skewX(-8deg); display:none;
}

.hvac-hero--diagonal .hvac-hero__panel {
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
	padding-right: 90px;
}

.hvac-hero--diagonal .hvac-hero__image-panel {
	margin-left: -60px;
}

/* ---------- Bottom contact bar ---------- */
.hvac-hero__contact-bar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(18, 39, 68, 0.12);
	padding: 28px 40px;
	margin-top: -100px;
	position: relative;
	z-index: 4;
}

.hvac-hero__contact-icon {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: var(--hvac-accent);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px; padding:15px;
}

.hvac-hero__contact-heading-wrap {
	flex: 0 0 auto;
	padding-right: 24px;
	border-right: 1px solid #E4E8EC;
}

.hvac-hero__contact-heading {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	display: flex;
	flex-direction: column;
	color: var(--hvac-dark);
}

.hvac-hero__contact-text {
	flex: 1 1 260px;
	margin: 0;
	color: var(--hvac-body);
	font-size: 16px;
	line-height: 1.55;
}

.hvac-hero__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background-color: var(--hvac-accent);
	color: #fff !important;
	border-radius: 5px;
	padding: 14px 28px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition:0.3s;
}

.hvac-hero__btn:hover {
	background-color: var(--hvac-body) !important;
}

.hvac-hero__btn i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}

/* ---------- Responsive ---------- */

@media (min-width: 1200px){
	.hvac-hero { width:1200px; margin:0 auto; }
}
@media (max-width: 1024px) {
	.hvac-hero--diagonal .hvac-hero__panel,
	.hvac-hero--diagonal .hvac-hero__image-panel {
		clip-path: none;
		margin-left: 0;
		padding-right: 20px;
	}
	.hvac-hero__diagonal {
		display: none;
	}
	.hvac-hero__contact-bar {
		margin-top: 24px;
	}
}

@media (max-width: 767px) {
	.hvac-hero__panel {
		padding: 36px 24px;
	}
	.hvac-hero__features {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.hvac-hero__feature:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #D7DDE3;
		padding-bottom: 24px;
	}
	.hvac-hero__contact-bar {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	.hvac-hero__contact-heading-wrap {
		border-right: none;
		padding-right: 0;
	}
	.hvac-hero__image-panel {
		min-height: 320px !important;
	}
	.hvac-hero__contact-text {
		flex: 1; }
	.hvac-hero__image-wrap img {	display: block; border-radius:0; }
}
