.ie-home {
	color: #10201f;
	background: #f4f8f5;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}

@keyframes ieLogoMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes ieFloatPlus {
	0%, 100% { opacity: 0.72; transform: translateY(0) scale(1); }
	50% { opacity: 1; transform: translateY(-5px) scale(1.08); }
}

@keyframes ieEnergyDraw {
	0% { stroke-dashoffset: 120; opacity: 0.45; }
	50% { opacity: 1; }
	100% { stroke-dashoffset: 0; opacity: 0.7; }
}

body.home .ier-topbar,
body.page-template-page-quote .ier-topbar,
body.page-template-page-solar-check .ier-topbar {
	min-height: 52px;
	background: #155659;
	border-bottom: 4px solid #7bd3d5;
}

body.home .ier-topbar .ier-container,
body.page-template-page-quote .ier-topbar .ier-container,
body.page-template-page-solar-check .ier-topbar .ier-container {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 0;
}

body.home .ier-topbar a,
body.page-template-page-quote .ier-topbar a,
body.page-template-page-solar-check .ier-topbar a {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 850;
	text-decoration: none;
}

body.home .ier-topbar-contact,
body.page-template-page-quote .ier-topbar-contact,
body.page-template-page-solar-check .ier-topbar-contact,
body.home .ier-topbar-links,
body.page-template-page-quote .ier-topbar-links,
body.page-template-page-solar-check .ier-topbar-links {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.05rem;
	flex-wrap: wrap;
}

body.home .ier-topbar-seai,
body.page-template-page-quote .ier-topbar-seai,
body.page-template-page-solar-check .ier-topbar-seai {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	padding: 0.25rem 0.75rem 0.25rem 0.35rem;
}

body.home .ier-navbar,
body.page-template-page-quote .ier-navbar,
body.page-template-page-solar-check .ier-navbar {
	background: #365f5d;
	border: 0;
}

body.home .ier-navbar .ier-nav > ul > li > a,
body.page-template-page-quote .ier-navbar .ier-nav > ul > li > a,
body.page-template-page-solar-check .ier-navbar .ier-nav > ul > li > a {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

body.home .ier-navbar .ier-container,
body.page-template-page-quote .ier-navbar .ier-container,
body.page-template-page-solar-check .ier-navbar .ier-container {
	min-height: 84px;
	padding-top: 0;
	padding-bottom: 0;
}

body.home .ier-topbar-seai img,
body.page-template-page-quote .ier-topbar-seai img,
body.page-template-page-solar-check .ier-topbar-seai img {
	width: 52px !important;
	height: 24px !important;
	object-fit: contain;
	border-radius: 999px;
	background: #fff;
	padding: 0.18rem;
}

body.home .ier-brand img,
body.page-template-page-quote .ier-brand img,
body.page-template-page-solar-check .ier-brand img {
	width: 210px !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 64px !important;
	object-fit: contain;
	transform: none;
	filter: brightness(0) invert(1);
	opacity: 1;
}

@media (max-width: 760px) {
	body.home .ier-brand img,
	body.page-template-page-quote .ier-brand img,
	body.page-template-page-solar-check .ier-brand img {
		display: block !important;
		width: 142px !important;
		max-width: 142px !important;
		height: auto !important;
		max-height: 70px !important;
		object-fit: contain;
		filter: brightness(0) invert(1);
	}
}

@media (max-width: 340px) {
	body.home .ier-brand img,
	body.page-template-page-quote .ier-brand img,
	body.page-template-page-solar-check .ier-brand img {
		width: 116px !important;
		max-width: 116px !important;
		max-height: 58px !important;
	}
}

body.home .ier-mobile-cta,
body.page-template-page-quote .ier-mobile-cta,
body.page-template-page-solar-check .ier-mobile-cta {
	color: #fff;
}

.ie-home *,
.ie-home *::before,
.ie-home *::after {
	box-sizing: border-box;
	min-width: 0;
}

.ie-band {
	padding: clamp(56px, 7vw, 96px) 0;
}

.ie-band--white {
	background: #fff;
}

.ie-wrap {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.ie-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #0f1f24;
	color: #fff;
	min-height: min(760px, calc(100svh - 128px));
	display: grid;
	align-items: center;
}

.ie-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 82% 24%, rgba(109, 187, 191, 0.16), transparent 26%),
		linear-gradient(90deg, rgba(15, 31, 36, 0.97) 0%, rgba(15, 31, 36, 0.8) 44%, rgba(15, 31, 36, 0.52) 100%);
}

.ie-home-hero-media {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.ie-home-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 46%;
}

.ie-home-hero-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(0.85rem, 1.5vw, 1.25rem);
	width: min(100% - 32px, 1180px);
}

.ie-home-hero.ie-band {
	padding: clamp(0.9rem, 1.8vw, 1.65rem) 0 clamp(1.2rem, 2.2vw, 2rem);
}

.ie-hero-progress {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	align-items: start;
	padding: 0 0 0.35rem;
}

.ie-hero-progress span {
	position: relative;
	display: grid;
	width: 124px;
	min-height: 84px;
	justify-items: center;
	align-content: start;
	gap: 0.7rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	text-align: center;
	backdrop-filter: none;
}

.ie-hero-progress span::before {
	content: "";
	position: absolute;
	top: 19px;
	left: 50%;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.38);
	transform: translateX(20px);
}

.ie-hero-progress span:last-child::before {
	display: none;
}

.ie-hero-progress b {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	background: rgba(15, 31, 36, 0.72);
	color: #fff;
	font-size: 0.98rem;
	z-index: 1;
}

.ie-hero-progress strong {
	display: block;
	max-width: 72px;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.02;
}

.ie-hero-progress .is-active b {
	background: #88e5e8;
	color: #0f4c51;
	border-color: #88e5e8;
}

.ie-home-google-proof {
	display: inline-grid;
	grid-template-columns: auto auto minmax(0, 1fr);
	width: max-content;
	align-items: center;
	justify-self: end;
	gap: 0.75rem;
	min-height: 64px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
		rgba(9, 31, 35, 0.24);
	padding: 0.58rem 0.85rem 0.58rem 0.68rem;
	color: #fff;
	font-weight: 850;
	box-shadow:
		0 18px 36px rgba(0, 0, 0, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(14px);
}

.ie-home-hero-inner {
	grid-column: 1 / -1;
}

.ie-google-mark {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(7, 23, 28, 0.18);
}

.ie-google-mark svg {
	width: 24px;
	height: 24px;
}

.ie-google-rating {
	display: grid;
	gap: 0.08rem;
}

.ie-google-rating strong {
	color: #fff;
	font-family: "League Spartan", sans-serif;
	font-size: 1.45rem;
	line-height: 0.9;
}

.ie-google-rating b {
	color: #f6b938;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0;
}

.ie-google-copy {
	display: grid;
	gap: 0.08rem;
	line-height: 1;
}

.ie-google-copy strong {
	color: #fff;
	font-size: 0.98rem;
	font-weight: 950;
	white-space: nowrap;
}

.ie-google-copy em {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

.ie-site-google-proof {
	display: inline-grid;
	grid-template-columns: auto auto minmax(0, 1fr);
	min-height: 38px;
	align-items: center;
	gap: 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
		rgba(9, 31, 35, 0.22);
	box-shadow:
		0 12px 26px rgba(0, 0, 0, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	color: #fff;
	padding: 0.26rem 0.58rem 0.26rem 0.32rem;
	text-decoration: none;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.ie-site-google-proof:hover,
.ie-site-google-proof:focus-visible {
	border-color: rgba(255, 255, 255, 0.44);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.1)),
		rgba(9, 31, 35, 0.3);
	color: #fff;
	outline: none;
}

.ie-site-google-proof .ie-google-mark {
	width: 28px;
	height: 28px;
	border-radius: 6px;
}

.ie-site-google-proof .ie-google-mark svg {
	width: 18px;
	height: 18px;
}

.ie-site-google-proof .ie-google-rating {
	gap: 0.03rem;
}

.ie-site-google-proof .ie-google-rating strong {
	font-size: 1.02rem;
}

.ie-site-google-proof .ie-google-rating b {
	font-size: 0.55rem;
}

.ie-site-google-proof .ie-google-copy {
	gap: 0.02rem;
}

.ie-site-google-proof .ie-google-copy strong {
	font-size: 0.74rem;
}

.ie-site-google-proof .ie-google-copy em {
	font-size: 0.61rem;
}

.ie-hero__grid,
.ie-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: space-between;
	gap: clamp(1rem, 3vw, 2.25rem);
	align-items: stretch;
}

.ie-eyebrow {
	margin: 0 0 10px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #1f9194;
}

.ie-hero .ie-eyebrow {
	color: #88e5e8;
}

.ie-hero h1,
.ie-section-heading h2,
.ie-proof h2,
.ie-final-cta h2 {
	margin: 0;
	line-height: 1.05;
}

.ie-hero h1 {
	max-width: 12ch;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(3.45rem, 6vw, 5.75rem);
	letter-spacing: 0;
	text-wrap: balance;
}

.ie-lead,
.ie-section-heading p,
.ie-proof p,
.ie-final-cta p {
	max-width: 760px;
	font-size: clamp(1rem, 2vw, 1.22rem);
	line-height: 1.65;
	color: inherit;
}

.ie-hero .ie-lead {
	color: rgba(255, 255, 255, 0.94);
	font-weight: 650;
	font-size: clamp(1.08rem, 2vw, 1.32rem);
	line-height: 1.35;
}

.ie-hero__actions,
.ie-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.ie-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.ie-button:hover,
.ie-button:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.ie-button--primary {
	background: #37ad67;
	color: #fff;
	box-shadow: 0 14px 28px rgba(13, 92, 55, 0.22);
}

.ie-button--secondary {
	background: #e6f5ec;
	color: #083d32;
}

.ie-proof-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 22px 0 0;
	list-style: none;
}

.ie-proof-list li,
.ie-badge-row span,
.ie-logo-cloud span,
.ie-mini-grid div,
.ie-pathway {
	border: 1px solid rgba(16, 32, 31, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
}

.ie-proof-list li {
	padding: 8px 12px;
	color: #083d32;
	font-weight: 800;
}

.ie-hero__calculator {
	color: #10201f;
	align-self: center;
}

.ie-home-calculator-card,
.ie-hero__calculator .ie-calc,
.ie-hero__calculator .ieme-shell,
.ie-hero__calculator .ieme-card,
.ie-hero__calculator .ieme-funnel-shell,
.ie-hero__calculator .ieme-funnel-layout,
.ie-hero__calculator .ieme-form-card {
	width: 100%;
	max-width: 100%;
}

.ie-hero__calculator .ieme-funnel-layout {
	display: grid !important;
	grid-template-columns: 1fr !important;
}

.ie-home-calculator-card {
	position: relative;
	display: grid;
	align-content: start;
	gap: 0.78rem;
	padding: clamp(0.82rem, 1.5vw, 1.05rem);
	border: 1px solid rgba(136, 229, 232, 0.26);
	border-radius: 28px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 248, 0.92)),
		radial-gradient(circle at 100% 0%, rgba(136, 229, 232, 0.22), transparent 34%);
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.28),
		inset 0 0 0 1px rgba(255, 255, 255, 0.72);
	align-self: stretch;
}

.ie-home-calculator-card::before,
.ie-home-walkthrough-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.44), transparent 28%, rgba(44, 181, 186, 0.16));
}

.ie-home-console-label,
.ie-home-walkthrough-note {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0.22rem;
	padding: 0.2rem 0.18rem 0;
}

.ie-home-console-label span,
.ie-home-walkthrough-note span {
	color: #0d5c5f;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ie-home-console-label strong,
.ie-home-walkthrough-note strong {
	color: #132d33;
	font-size: 0.92rem;
	line-height: 1.32;
}

.ie-home-calculator-card [hidden] {
	display: none !important;
}

.ie-home-calculator-card .ieme-progress {
	display: none !important;
}

.ie-home-calculator-card .ieme-preview-card,
.ie-home-calculator-card [data-ieme-preview] {
	display: none !important;
}

.ie-hero__calculator .ie-calc__panel,
.ie-hero__calculator .ieme-card {
	position: relative;
	z-index: 1;
	border: 1px solid rgba(13, 92, 95, 0.1) !important;
	border-radius: 22px !important;
	background:
		linear-gradient(180deg, #ffffff, #f7fbfb) !important;
	box-shadow: 0 18px 42px rgba(9, 40, 35, 0.1) !important;
	min-height: 100%;
}

.ie-home-walkthrough-card {
	position: relative;
	display: grid;
	min-height: 100%;
	border: 1px solid rgba(136, 229, 232, 0.26);
	border-radius: 28px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(236, 247, 247, 0.9)),
		radial-gradient(circle at 0% 0%, rgba(136, 229, 232, 0.2), transparent 34%);
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.28),
		inset 0 0 0 1px rgba(255, 255, 255, 0.7);
	color: #133037;
	overflow: hidden;
}

.ie-home-walkthrough-card[hidden] {
	display: none !important;
}

.ie-home-walkthrough-card > div {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr);
	align-content: start;
	gap: 0.78rem;
	padding: clamp(1.35rem, 2.4vw, 2rem);
	min-height: 100%;
}

.ie-home-walkthrough-card h2 {
	max-width: 13ch;
	margin: 0;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(2rem, 3.2vw, 2.85rem);
	line-height: 0.96;
	color: #133037;
}

.ie-home-walkthrough-card p:not(.ie-panel-meta) {
	max-width: 36rem;
	margin: 0;
	color: #557178;
	line-height: 1.5;
}

.ie-home-walkthrough-card .iece-card,
.ie-home-roof-preview .iece-card {
	grid-row: 3;
	grid-template-columns: 1fr;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: transparent;
	box-shadow: none;
}

.ie-home-walkthrough-card .iece-card__copy,
.ie-home-roof-preview .iece-card__copy {
	display: none;
}

.ie-home-walkthrough-card .iece-card__media,
.ie-home-roof-preview .iece-card__media {
	height: 100%;
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(26, 77, 83, 0.12);
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(14, 54, 60, 0.04), rgba(14, 54, 60, 0.01)),
		#f7fbfb;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.ie-home-walkthrough-card .iece-card__media img,
.ie-home-roof-preview .iece-card__media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: contain;
}

.ie-home-walkthrough-card .iece-card__indicator,
.ie-home-roof-preview .iece-card__indicator {
	right: 1rem;
	top: 1rem;
	bottom: auto;
	display: block;
	width: auto;
	padding: 0.42rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	background: rgba(15, 31, 36, 0.78);
	font-size: 0.82rem;
	font-weight: 900;
}

.ie-home-walkthrough-card .iece-card__indicator span,
.ie-home-roof-preview .iece-card__indicator span {
	display: none;
}

.ie-walkthrough-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(26, 77, 83, 0.14);
	border-radius: 18px;
	color: #fff;
	text-decoration: none;
}

.ie-walkthrough-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8.8;
	object-fit: cover;
	background: #eaf3f3;
}

.ie-walkthrough-thumb span {
	position: absolute;
	right: 1rem;
	top: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	background: rgba(15, 31, 36, 0.78);
	padding: 0.42rem 0.85rem;
	font-size: 0.82rem;
	font-weight: 900;
}

.ie-home-live-panel {
	display: none;
	grid-template-columns: 1fr;
	min-height: 365px;
	overflow: hidden;
	border: 1px solid rgba(44, 181, 186, 0.55);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(4, 73, 76, 0.94), rgba(9, 92, 91, 0.88));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
	color: #fff;
}

.ie-home-hero.is-estimate-ready .ie-home-live-panel {
	display: grid;
}

.ie-home-live-panel[hidden] {
	display: none !important;
}

.ie-home-hero.is-estimate-ready .ie-home-live-panel[hidden] {
	display: grid !important;
}

.ie-home-roof-preview,
.ie-home-saving-preview {
	padding: clamp(1.25rem, 2.3vw, 1.65rem);
}

.ie-home-saving-preview {
	border-top: 1px solid rgba(125, 211, 214, 0.28);
}

.ie-panel-meta {
	margin: 0 0 1rem;
	color: #75c4c8;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ie-home-roof-preview figure {
	position: relative;
	width: min(300px, 100%);
	margin: 0 0 1.2rem;
	overflow: hidden;
	border: 1px solid rgba(125, 211, 214, 0.35);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
}

.ie-home-roof-preview figure img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	opacity: 0.76;
}

.ie-home-roof-preview figcaption {
	position: absolute;
	right: 0.8rem;
	top: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	background: rgba(15, 31, 36, 0.76);
	padding: 0.38rem 0.75rem;
	font-size: 0.78rem;
	font-weight: 900;
}

.ie-home-roof-preview strong {
	display: block;
	margin-bottom: 0.75rem;
	font-size: 1.05rem;
}

.ie-home-roof-preview p:not(.ie-panel-meta) {
	max-width: 34rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.5;
}

.ie-home-saving-preview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	align-content: start;
	padding-top: 1.2rem;
}

.ie-home-saving-preview .ie-panel-meta {
	grid-column: 1 / -1;
}

.ie-home-saving-preview div {
	min-height: 112px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	padding: 1rem;
}

.ie-home-saving-preview span {
	display: block;
	margin-bottom: 0.55rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.ie-home-saving-preview strong {
	display: block;
	font-size: 1.25rem;
	line-height: 1.1;
}

.ie-stat-grid,
.ie-pathway-grid,
.ie-card-grid,
.ie-mini-grid,
.ie-process-grid,
.ie-faq-grid,
.ie-logo-cloud {
	display: grid;
	gap: 16px;
}

.ie-stat-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ie-stat-grid div,
.ie-impact-card,
.ie-card,
.ie-process-grid div,
.ie-faq-grid details {
	border: 1px solid rgba(16, 32, 31, 0.1);
	border-radius: 8px;
	background: #fff;
	padding: 22px;
	box-shadow: 0 12px 34px rgba(9, 40, 35, 0.07);
}

.ie-stat-grid strong,
.ie-impact-card strong {
	display: block;
	font-size: clamp(1.75rem, 4vw, 2.6rem);
	color: #0f6f73;
}

.ie-stat-grid span,
.ie-impact-card span,
.ie-mini-grid span {
	display: block;
	color: #4d615d;
}

.ie-section-heading {
	margin-bottom: 28px;
}

.ie-section-heading p {
	color: #4d615d;
}

.ie-section-heading h2,
.ie-proof h2,
.ie-final-cta h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.ie-pathway-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ie-pathway {
	padding: 20px;
	color: #10201f;
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ie-pathway:hover,
.ie-pathway:focus-visible {
	border-color: rgba(44, 181, 186, 0.38);
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(9, 40, 35, 0.09);
	outline: none;
}

.ie-pathway span {
	display: block;
	margin-bottom: 10px;
	color: #0f6f73;
	font-weight: 900;
}

.ie-home-proof-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: clamp(18px, 3vw, 28px);
}

.ie-home-proof-strip div {
	display: grid;
	gap: 0.2rem;
	min-height: 104px;
	align-content: center;
	border: 1px solid rgba(16, 32, 31, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	padding: 18px;
	box-shadow: 0 14px 34px rgba(9, 40, 35, 0.07);
}

.ie-home-proof-strip strong {
	color: #0f6f73;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	line-height: 0.95;
}

.ie-home-proof-strip span {
	color: #4d615d;
	font-weight: 800;
	line-height: 1.25;
}

.ie-buyer-clarity {
	position: relative;
	overflow: hidden;
}

.ie-buyer-clarity::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(135deg, rgba(123, 211, 213, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(244, 248, 245, 0), rgba(244, 248, 245, 0.74));
}

.ie-buyer-clarity .ie-wrap {
	position: relative;
}

.ie-buyer-clarity__header,
.ie-buyer-clarity__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(1rem, 3vw, 2rem);
	align-items: end;
	margin-bottom: 24px;
}

.ie-buyer-clarity__header h2 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.02;
}

.ie-buyer-clarity__header p:not(.ie-eyebrow) {
	max-width: 760px;
	color: #4d615d;
	font-size: 1.05rem;
	line-height: 1.62;
}

.ie-buyer-clarity__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ie-buyer-clarity__grid article {
	position: relative;
	display: grid;
	min-height: 310px;
	align-content: start;
	gap: 0.85rem;
	padding: 22px;
	border: 1px solid rgba(16, 32, 31, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 40px rgba(9, 40, 35, 0.08);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ie-buyer-clarity__grid article:hover {
	transform: translateY(-3px);
	border-color: rgba(44, 181, 186, 0.32);
	box-shadow: 0 24px 48px rgba(9, 40, 35, 0.12);
}

.ie-buyer-clarity__grid span {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 999px;
	background: #e9f7f7;
	color: #0f6f73;
	font-weight: 950;
}

.ie-buyer-clarity__grid h3 {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.15;
}

.ie-buyer-clarity__grid p {
	margin: 0;
	color: #4d615d;
	line-height: 1.58;
}

.ie-buyer-clarity__grid strong {
	display: block;
	margin-top: auto;
	padding-top: 0.95rem;
	border-top: 1px solid rgba(16, 32, 31, 0.1);
	color: #10201f;
	line-height: 1.3;
}

.ie-buyer-clarity__footer {
	align-items: center;
	margin-top: 18px;
	margin-bottom: 0;
	padding: 18px 20px;
	border: 1px solid rgba(16, 32, 31, 0.1);
	border-radius: 8px;
	background: #10201f;
	color: #fff;
	box-shadow: 0 18px 40px rgba(9, 40, 35, 0.12);
}

.ie-buyer-clarity__footer p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.55;
}

.ie-buyer-clarity__footer strong {
	color: #fff;
}

.ie-buyer-clarity__footer .ie-text-link {
	color: #88e5e8;
	white-space: nowrap;
}

.ie-home-journey {
	position: relative;
	overflow: hidden;
}

.ie-home-journey::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(135deg, rgba(44, 181, 186, 0.14), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(236, 246, 246, 0.72));
}

.ie-home-journey .ie-wrap {
	position: relative;
	display: grid;
	gap: clamp(1rem, 2vw, 1.4rem);
}

.ie-home-journey__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(1rem, 3vw, 2rem);
	align-items: end;
}

.ie-home-journey__header h2 {
	max-width: 860px;
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.02;
}

.ie-home-journey__header p:not(.ie-eyebrow) {
	max-width: 760px;
	color: #4d615d;
	font-size: 1.05rem;
	line-height: 1.62;
}

.ie-home-journey__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ie-home-journey__grid article {
	display: grid;
	min-height: 260px;
	align-content: start;
	gap: 0.85rem;
	border: 1px solid rgba(16, 32, 31, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
	padding: 22px;
	box-shadow: 0 18px 40px rgba(9, 40, 35, 0.08);
}

.ie-home-journey__grid span {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 8px;
	background: #10201f;
	color: #8ee2e5;
	font-weight: 950;
}

.ie-home-journey__grid h3 {
	margin: 0;
	font-size: 1.28rem;
	line-height: 1.14;
}

.ie-home-journey__grid p {
	margin: 0;
	color: #4d615d;
	line-height: 1.58;
}

.ie-home-journey__grid strong {
	display: block;
	margin-top: auto;
	border-top: 1px solid rgba(16, 32, 31, 0.1);
	padding-top: 0.95rem;
	color: #0f6f73;
	line-height: 1.28;
}

.ie-home-decision-system {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
	gap: clamp(0.9rem, 2vw, 1.15rem);
	align-items: stretch;
}

.ie-home-route-panel {
	display: grid;
	align-content: start;
	gap: 0.85rem;
	border: 1px solid rgba(16, 32, 31, 0.12);
	border-radius: 8px;
	background:
		radial-gradient(circle at 100% 0%, rgba(109, 187, 191, 0.24), transparent 34%),
		linear-gradient(145deg, #10201f, #325859);
	padding: clamp(1rem, 2vw, 1.2rem);
	box-shadow: 0 22px 48px rgba(9, 40, 35, 0.14);
}

.ie-home-route-panel__head {
	display: grid;
	gap: 0.35rem;
}

.ie-home-route-panel__head span {
	color: #8ee2e5;
	font-size: 0.74rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ie-home-route-panel__head strong {
	color: #fff;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(1.55rem, 2.5vw, 2.1rem);
	line-height: 1;
}

.ie-home-journey__routes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.ie-home-route {
	position: relative;
	display: grid;
	min-height: 76px;
	gap: 0.28rem;
	align-content: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
	padding: 14px 42px 14px 15px;
	color: #fff;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.ie-home-route::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 2px solid #8ee2e5;
	border-right: 2px solid #8ee2e5;
	transform: translateY(-50%) rotate(45deg);
}

.ie-home-route:hover,
.ie-home-route:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(142, 226, 229, 0.5);
	background:
		linear-gradient(180deg, rgba(142, 226, 229, 0.18), rgba(255, 255, 255, 0.08));
	box-shadow: 0 18px 34px rgba(9, 40, 35, 0.22);
}

.ie-home-route span {
	color: #8ee2e5;
	font-size: 0.76rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ie-home-route strong {
	max-width: 34ch;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
	line-height: 1.28;
}

.ie-home-journey__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	padding: 8px;
}

.ie-home-journey__proof div {
	display: grid;
	gap: 0.25rem;
	align-content: center;
	min-height: 86px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	padding: 14px;
}

.ie-home-journey__proof strong {
	color: #8ee2e5;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(1.35rem, 2.3vw, 2rem);
	line-height: 1;
}

.ie-home-journey__proof span {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
	line-height: 1.25;
}

.ie-logo-cloud {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ie-logo-cloud span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 10px;
	font-weight: 800;
	color: #304641;
}

.ie-card-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ie-card-grid--three,
.ie-process-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ie-card h3,
.ie-process-grid strong {
	margin: 0;
	font-size: 1.35rem;
}

.ie-card p,
.ie-card li,
.ie-process-grid p,
.ie-faq-grid p {
	color: #4d615d;
	line-height: 1.6;
}

.ie-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: #0f6f73;
	font-weight: 900;
}

.ie-mini-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
}

.ie-mini-grid div,
.ie-badge-row span {
	padding: 16px;
}

.ie-impact-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
}

.ie-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ie-metrics span {
	padding: 7px 9px;
	border-radius: 8px;
	background: #e9f7f7;
	color: #0f6f73;
	font-weight: 800;
}

.ie-process-grid div {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	column-gap: 14px;
	row-gap: 12px;
	align-items: center;
}

.ie-process-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, #2cb5ba, #0f6f73);
	box-shadow: 0 14px 28px rgba(15, 111, 115, 0.2);
	color: #fff;
	font-weight: 900;
}

.ie-process-grid strong {
	color: #10242a;
	line-height: 1.08;
}

.ie-process-grid p {
	grid-column: 1 / -1;
	margin: 0;
}

.ie-faq-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ie-faq-grid summary {
	cursor: pointer;
	font-weight: 900;
	color: #10201f;
}

.ie-final-cta {
	background: linear-gradient(110deg, #0b352f, #2d6557);
	color: #fff;
	text-align: center;
}

.ie-final-cta__inner {
	display: grid;
	justify-items: center;
}

.ie-quote .ie-process-grid {
	align-items: stretch;
}

.ie-quote .ie-process-grid div {
	background: #fff;
}

.ie-quote-lab {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(8, 36, 34, 0.96), rgba(22, 88, 78, 0.9)),
		#0b352f;
	color: #fff;
}

.ie-quote-lab::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 58px 58px,
		linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 58px 58px;
	opacity: 0.36;
	pointer-events: none;
}

.ie-quote-lab .ie-wrap {
	position: relative;
	z-index: 1;
}

.ie-quote-lab .ie-section-heading {
	max-width: 860px;
}

.ie-quote-lab__grid,
.ie-friction-map__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 22px);
	margin-top: clamp(24px, 4vw, 42px);
}

.ie-quote-lab__grid article,
.ie-friction-map__grid div {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 12px;
	min-height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	padding: clamp(20px, 2.4vw, 28px);
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.15);
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.ie-quote-lab__grid article:hover,
.ie-friction-map__grid div:hover {
	transform: translateY(-4px);
	border-color: rgba(123, 211, 213, 0.42);
	background: rgba(255, 255, 255, 0.12);
}

.ie-quote-lab__grid span {
	width: fit-content;
	border-radius: 999px;
	background: rgba(123, 211, 213, 0.14);
	color: #b9f3f4;
	padding: 7px 10px;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.ie-quote-lab__grid h3,
.ie-friction-map__grid strong {
	margin: 0;
	color: #fff;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 0.98;
}

.ie-quote-lab__grid p,
.ie-friction-map__grid p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.62;
}

.ie-quote-lab__grid strong {
	display: block;
	margin-top: auto;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding-top: 12px;
	color: #7bd3d5;
	line-height: 1.38;
}

.ie-quote-decoder__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.ie-quote-decoder__layout h2 {
	margin: 0;
	max-width: 720px;
	color: #10242a;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.02;
}

.ie-quote-decoder__layout p {
	max-width: 650px;
	color: #4d615d;
	line-height: 1.68;
}

.ie-quote-decoder__stack {
	display: grid;
	gap: 12px;
}

.ie-quote-decoder__stack article {
	display: grid;
	grid-template-columns: 48px minmax(0, 0.7fr) minmax(0, 1.3fr);
	gap: 16px;
	align-items: center;
	border: 1px solid rgba(16, 32, 31, 0.1);
	border-radius: 8px;
	background: #fff;
	padding: 16px;
	box-shadow: 0 16px 36px rgba(16, 32, 31, 0.06);
}

.ie-quote-decoder__stack span {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #e9f7f7;
	color: #0f6f73;
	font-weight: 900;
}

.ie-quote-decoder__stack strong {
	color: #10242a;
	font-family: "League Spartan", sans-serif;
	font-size: 1.35rem;
	line-height: 1;
}

.ie-quote-decoder__stack p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
}

.ie-friction-map {
	background: linear-gradient(180deg, #eef7f5, #f8fcfb);
}

.ie-friction-map__grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ie-friction-map__grid div {
	border-color: rgba(16, 32, 31, 0.1);
	background: #fff;
	box-shadow: 0 18px 42px rgba(16, 32, 31, 0.07);
}

.ie-friction-map__grid div:hover {
	border-color: rgba(31, 145, 148, 0.34);
	background: #fff;
}

.ie-friction-map__grid strong {
	color: #10242a;
	font-size: 1.35rem;
}

.ie-friction-map__grid p {
	color: #4d615d;
}

.ie-stats {
	display: none !important;
}

.ie-client-logo-band {
	overflow: hidden;
	padding: 1rem 0 1.25rem;
	border-top: 1px solid rgba(13, 92, 95, 0.1);
	border-bottom: 1px solid rgba(13, 92, 95, 0.1);
	background: linear-gradient(180deg, #fff, #f6fbfb);
}

.ie-client-logo-head {
	margin-bottom: 0.85rem;
}

.ie-client-logo-head p {
	margin: 0;
	color: #315a5e;
	font-size: clamp(1rem, 2vw, 1.45rem);
	font-weight: 950;
	letter-spacing: 0.02em;
	text-align: center;
	text-transform: none;
}

.ie-client-logo-head span {
	display: block;
	max-width: 660px;
	margin: 0.45rem auto 0;
	color: #607b82;
	font-size: 0.92rem;
	font-weight: 750;
	line-height: 1.45;
	text-align: center;
}

.ie-client-logo-viewport {
	overflow: hidden;
}

.ie-client-logo-grid {
	display: none;
}

.ie-client-logo-track {
	display: flex;
	width: max-content;
	gap: 1rem;
	animation: ieLogoMarquee 42s linear infinite;
}

.ie-client-logo-band:hover .ie-client-logo-track {
	animation-play-state: paused;
}

.ie-client-logo-tile {
	display: grid;
	flex: 0 0 170px;
	height: 76px;
	place-items: center;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(13, 92, 95, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px -24px rgba(13, 92, 95, 0.4);
	text-decoration: none;
}

.ie-client-logo-tile img {
	display: block;
	width: auto;
	max-width: 132px;
	max-height: 46px;
	object-fit: contain;
	filter: saturate(0.9);
}

.ie-home-route-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.5vw, 1rem);
	margin-top: 1.75rem;
}

.ie-home-route-card {
	overflow: hidden;
	display: grid;
	align-content: start;
	min-height: 100%;
	border: 1px solid rgba(16, 32, 31, 0.1);
	border-radius: 8px;
	background: #fff;
	color: #10201f;
	text-decoration: none;
	box-shadow: 0 16px 36px rgba(9, 40, 35, 0.07);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ie-home-route-card:hover,
.ie-home-route-card:focus-visible {
	border-color: rgba(44, 181, 186, 0.38);
	box-shadow: 0 22px 44px rgba(9, 40, 35, 0.1);
	outline: none;
	transform: translateY(-2px);
}

.ie-home-route-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ie-home-route-card span,
.ie-home-route-card strong {
	display: block;
	padding-inline: 1rem;
}

.ie-home-route-card span {
	margin-top: 1rem;
	color: #0f6f73;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ie-home-route-card strong {
	padding-bottom: 1.05rem;
	color: #10201f;
	font-size: 1rem;
	line-height: 1.35;
}

.ie-home-proof-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
}

.ie-home-proof-layout h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.02;
}

.ie-home-proof-layout p {
	max-width: 680px;
	color: #4d615d;
}

.ie-home-proof-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 1.4rem 0;
}

.ie-home-proof-stats div,
.ie-home-review-grid article {
	border: 1px solid rgba(16, 32, 31, 0.1);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(9, 40, 35, 0.07);
}

.ie-home-proof-stats div {
	display: grid;
	gap: 0.25rem;
	min-height: 116px;
	align-content: center;
	padding: 1rem;
}

.ie-home-proof-stats strong {
	color: #0f6f73;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	line-height: 0.95;
}

.ie-home-proof-stats span {
	color: #4d615d;
	font-weight: 800;
	line-height: 1.25;
}

.ie-home-commercial-quote {
	margin: 0 0 1.25rem;
	border-left: 4px solid #49b7bd;
	background: rgba(255, 255, 255, 0.72);
	padding: 1rem 1.1rem;
	box-shadow: 0 16px 36px rgba(9, 40, 35, 0.08);
}

.ie-home-commercial-quote p {
	margin: 0;
	color: #243c3f;
	font-size: 0.98rem;
	font-weight: 850;
	line-height: 1.5;
}

.ie-home-project-grid {
	display: grid;
	gap: 1rem;
}

.ie-home-project-card {
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(140px, 0.42fr) minmax(0, 1fr);
	align-items: center;
	min-height: 138px;
	border: 1px solid rgba(16, 32, 31, 0.1);
	border-radius: 8px;
	background: #fff;
	color: #10201f;
	text-decoration: none;
	box-shadow: 0 16px 38px rgba(9, 40, 35, 0.08);
}

.ie-home-project-card img {
	grid-row: 1 / span 3;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ie-home-project-card span,
.ie-home-project-card em,
.ie-home-project-card strong {
	display: block;
	padding-inline: 1rem;
}

.ie-home-project-card em {
	align-self: end;
	color: #607b82;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ie-home-project-card span {
	color: #0f6f73;
	font-size: 0.78rem;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ie-home-project-card strong {
	align-self: start;
	padding-bottom: 0.8rem;
	line-height: 1.25;
}

.ie-home-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.5rem 0 0.75rem;
}

.ie-home-review-grid article {
	padding: 1.2rem;
}

.ie-home-review-grid span {
	display: block;
	color: #f6b938;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0;
}

.ie-home-review-grid h3 {
	margin-top: 0.75rem;
	font-size: 1.45rem;
}

.ie-home-review-grid p {
	color: #4d615d;
}

.ie-home-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: center;
	margin-top: 1.5rem;
}

@media (max-width: 1080px) {
	.ie-home-route-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ie-home-proof-layout,
	.ie-home-review-grid {
		grid-template-columns: 1fr;
	}
}

.ie-home-counter-section {
	padding: clamp(2.3rem, 5vw, 4rem) 0;
	background: linear-gradient(180deg, #f5fbfb 0%, #eef7f6 100%);
}

.ie-counter-bar {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2.4vw, 1.5rem);
}

.ie-counter-card {
	position: relative;
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	gap: 0.35rem 1.55rem;
	align-items: center;
	min-height: 194px;
	overflow: hidden;
	padding: clamp(1.45rem, 3vw, 2.25rem);
	border: 1px solid rgba(13, 92, 95, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 45px rgba(16, 36, 42, 0.13);
}

.ie-counter-card::after {
	content: "";
	position: absolute;
	top: -70px;
	right: -70px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle at center, rgba(109, 187, 191, 0.18), transparent 68%);
}

.ie-counter-card > * {
	position: relative;
	z-index: 1;
}

.ie-counter-icon {
	display: grid;
	grid-row: 1 / span 3;
	width: 76px;
	height: 76px;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(44, 181, 186, 0.18), rgba(13, 92, 95, 0.08));
}

.ie-counter-icon svg {
	width: 64px;
	height: 64px;
	overflow: visible;
	fill: none;
	stroke: #0d5c5f;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ie-smoke,
.ie-plus-1,
.ie-plus-2,
.ie-plus-3 {
	animation: ieFloatPlus 3.4s ease-in-out infinite;
	transform-box: fill-box;
	transform-origin: center;
	stroke: #2cb5ba;
}

.ie-smoke-2,
.ie-plus-2 {
	animation-delay: 0.35s;
}

.ie-smoke-3,
.ie-plus-3 {
	animation-delay: 0.7s;
}

.ie-energy-line {
	stroke: #2cb5ba;
	stroke-dasharray: 120;
	animation: ieEnergyDraw 2.8s ease-in-out infinite alternate;
}

.ie-counter-card > span {
	display: block;
	color: #0d5c5f;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ie-counter-card strong {
	display: block;
	color: #0f1f24;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(2.3rem, 4.8vw, 3.15rem);
	line-height: 0.95;
}

.ie-counter-card small {
	display: block;
	max-width: 36ch;
	color: #536b70;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.55;
}

@media (max-width: 900px) {
	body.home .ier-navbar .ier-container,
	body.page-template-page-quote .ier-navbar .ier-container,
	body.page-template-page-solar-check .ier-navbar .ier-container {
		min-height: 66px !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 0.52rem !important;
		padding: 0 !important;
	}

	body.home .ier-brand img,
	body.page-template-page-quote .ier-brand img,
	body.page-template-page-solar-check .ier-brand img {
		display: block !important;
	}

	body.home .ier-navbar .ier-nav > ul > li > a,
	body.page-template-page-quote .ier-navbar .ier-nav > ul > li > a,
	body.page-template-page-solar-check .ier-navbar .ier-nav > ul > li > a {
		color: #12252b;
		text-shadow: none;
	}

	body.home .ier-mobile-cta,
	body.page-template-page-quote .ier-mobile-cta,
	body.page-template-page-solar-check .ier-mobile-cta {
		display: inline-grid;
	}

	.ie-hero__grid,
	.ie-split,
	.ie-home-live-panel,
	.ie-stat-grid,
	.ie-pathway-grid,
	.ie-card-grid--two,
	.ie-card-grid--three,
	.ie-mini-grid,
	.ie-process-grid,
	.ie-home-proof-strip,
	.ie-home-journey__header,
	.ie-home-decision-system,
	.ie-home-journey__grid,
	.ie-home-journey__routes,
	.ie-home-journey__proof,
	.ie-buyer-clarity__header,
	.ie-buyer-clarity__grid,
	.ie-buyer-clarity__footer,
	.ie-quote-lab__grid,
	.ie-friction-map__grid,
	.ie-faq-grid,
	.ie-logo-cloud {
		grid-template-columns: 1fr;
	}

	.ie-quote-decoder__layout {
		grid-template-columns: 1fr;
	}

	.ie-quote-decoder__stack article {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.ie-quote-decoder__stack p {
		grid-column: 2;
	}

	.ie-buyer-clarity__header,
	.ie-buyer-clarity__footer {
		align-items: start;
	}

	.ie-buyer-clarity__header .ie-button {
		width: fit-content;
	}

	.ie-buyer-clarity__grid article {
		min-height: 0;
	}

	.ie-home-journey__header {
		align-items: start;
	}

	.ie-home-journey__header .ie-button {
		width: fit-content;
	}

	.ie-home-journey__grid article,
	.ie-home-route,
	.ie-home-journey__proof div {
		min-height: 0;
	}

	.ie-hero,
	.ie-quote-hero {
		min-height: auto;
	}

	.ie-hero-progress {
		grid-column: 1 / -1;
		display: grid !important;
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		width: 100% !important;
		max-width: 100% !important;
		justify-content: stretch;
		overflow: visible;
		padding-top: 0.45rem;
		padding-bottom: 0.2rem;
		gap: 8px;
	}

	.ie-home-hero-shell {
		grid-template-columns: 1fr;
	}

	.ie-home-google-proof {
		justify-self: start;
	}

	.ie-hero-progress span {
		width: 100% !important;
		min-width: 0;
		min-height: 66px;
		border-radius: 0;
		border: 0;
		background: transparent;
		padding: 0.45rem 0.25rem;
	}

	.ie-hero-progress span::before {
		top: 25px;
		transform: translateX(18px);
	}

	.ie-hero-progress strong {
		font-size: 0.76rem;
	}

	.ie-band {
		padding: 48px 0;
	}

	.ie-hero h1 {
		font-size: clamp(2.7rem, 13vw, 3.95rem);
	}

	.ie-hero__calculator {
		width: 100%;
		max-width: 100%;
	}

	.ie-home-live-panel {
		display: none;
	}

	.ie-home-hero.is-estimate-ready .ie-home-live-panel,
	.ie-home-hero.is-estimate-ready .ie-home-live-panel[hidden] {
		display: grid !important;
		min-height: 0;
	}

	.ie-home-calculator-card .ieme-form-card,
	.ie-home-calculator-card .ieme-card,
	.ie-home-calculator-card form,
	.ie-home-calculator-card .ieme-step,
	.ie-home-calculator-card .ieme-field,
	.ie-home-calculator-card input,
	.ie-home-calculator-card p,
	.ie-home-calculator-card span {
		max-width: 100% !important;
		width: 100% !important;
		overflow-wrap: anywhere !important;
	}

	.ie-home-calculator-card .ieme-nav {
		display: grid !important;
		grid-template-columns: 0.78fr 1.22fr !important;
		gap: 0.7rem !important;
	}

	.ie-home-calculator-card .ieme-nav:has([data-ieme-prev][hidden]) {
		grid-template-columns: 1fr !important;
	}

	.ie-home-calculator-card .ieme-nav [hidden] {
		display: none !important;
	}

	.ie-home-calculator-card .ieme-button {
		width: 100% !important;
		white-space: normal !important;
	}

	.ie-home-calculator-card .ieme-button:only-child {
		grid-column: 1 / -1;
	}

	.ie-home-walkthrough-card .iece-card__media img {
		max-height: 300px;
		object-fit: cover;
	}

	.ie-home-proof-stats {
		grid-template-columns: 1fr;
	}

	.ie-home-project-card {
		grid-template-columns: 1fr;
	}

	.ie-home-project-card img {
		aspect-ratio: 16 / 9;
		height: auto;
	}
}

.ie-home-hero-inner--calculator-only {
	grid-template-columns: minmax(0, 680px);
	justify-content: center;
}

.ie-home-hero-inner--calculator-only .ie-hero__calculator {
	justify-self: center;
	max-width: 680px;
}

/* Header brand zone override for home and quote pages; this stylesheet loads last. */
body.home .ier-navbar .ier-brand,
body.page-template-page-quote .ier-navbar .ier-brand,
body.page-template-page-solar-check .ier-navbar .ier-brand {
	position: relative;
	isolation: isolate;
	width: auto;
	min-width: 0;
	padding: 0.42rem 2.9rem 0.4rem 0.78rem;
	border-radius: 0 0 34px 0;
	background: #fff;
	box-shadow:
		inset 0 3px 0 rgba(113, 214, 217, 0.92),
		inset -1px 0 0 rgba(13, 92, 95, 0.08),
		0 10px 24px rgba(0, 35, 34, 0.06);
}

body.home .ier-navbar .ier-brand::before,
body.page-template-page-quote .ier-navbar .ier-brand::before,
body.page-template-page-solar-check .ier-navbar .ier-brand::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0 2.95rem 0 -100vw;
	background: #fff;
	box-shadow: inset 0 3px 0 rgba(113, 214, 217, 0.92);
}

body.home .ier-navbar .ier-brand::after,
body.page-template-page-quote .ier-navbar .ier-brand::after,
body.page-template-page-solar-check .ier-navbar .ier-brand::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: -3.25rem;
	width: 6.4rem;
	height: 100%;
	border-radius: 0 0 82px 0 / 0 0 58px 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 58%, rgba(255, 255, 255, 0.18) 86%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset 0 3px 0 rgba(113, 214, 217, 0.8);
	transform: skewX(26deg);
	transform-origin: left top;
}

body.home .ier-navbar .ier-brand img,
body.page-template-page-quote .ier-navbar .ier-brand img,
body.page-template-page-solar-check .ier-navbar .ier-brand img {
	width: 214px !important;
	max-width: 214px !important;
	max-height: 66px !important;
	filter: none !important;
}

@media (max-width: 1180px) {
	body.home .ier-navbar .ier-brand,
	body.page-template-page-quote .ier-navbar .ier-brand,
	body.page-template-page-solar-check .ier-navbar .ier-brand {
		width: auto;
		height: auto;
		padding: 0.34rem 1.95rem 0.32rem 0.48rem;
	}

	body.home .ier-navbar .ier-brand img,
	body.page-template-page-quote .ier-navbar .ier-brand img,
	body.page-template-page-solar-check .ier-navbar .ier-brand img {
		width: 154px !important;
		max-width: 154px !important;
		max-height: 56px !important;
	}
}

@media (max-width: 760px) {
	body.home .ier-navbar .ier-brand,
	body.page-template-page-quote .ier-navbar .ier-brand,
	body.page-template-page-solar-check .ier-navbar .ier-brand {
		width: clamp(128px, 34vw, 152px) !important;
		height: 54px;
		justify-content: center;
		padding: 0.22rem 1.34rem 0.2rem 0.2rem;
	}

	body.home .ier-navbar .ier-brand img,
	body.page-template-page-quote .ier-navbar .ier-brand img,
	body.page-template-page-solar-check .ier-navbar .ier-brand img {
		width: clamp(112px, 29vw, 136px) !important;
		max-width: clamp(112px, 29vw, 136px) !important;
		max-height: 48px !important;
	}
}

@media (max-width: 370px) {
	body.home .ier-navbar .ier-brand,
	body.page-template-page-quote .ier-navbar .ier-brand,
	body.page-template-page-solar-check .ier-navbar .ier-brand {
		width: 118px !important;
		height: 50px;
		padding: 0.18rem 1.02rem 0.16rem 0.14rem;
	}

	body.home .ier-navbar .ier-brand img,
	body.page-template-page-quote .ier-navbar .ier-brand img,
	body.page-template-page-solar-check .ier-navbar .ier-brand img {
		width: 106px !important;
		max-width: 106px !important;
		max-height: 44px !important;
	}
}

@media (max-width: 520px) {
	.ie-home,
	.ie-home-hero,
	.ie-home-hero-shell,
	.ie-home-hero-inner,
	.ie-home-calculator-card,
	.ie-home-walkthrough-card,
	.ie-home-live-panel {
		max-width: 100vw !important;
		overflow-x: hidden !important;
	}

	.ie-wrap {
		width: min(calc(100vw - 24px), 366px) !important;
		max-width: min(calc(100vw - 24px), 366px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.ie-home-hero-shell {
		width: min(calc(100vw - 24px), 366px) !important;
		max-width: min(calc(100vw - 24px), 366px) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.ie-home .ie-home-hero .ie-hero-progress {
		gap: 0 !important;
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		padding: 0.32rem 0.15rem 0.1rem;
		border-radius: 999px;
		background: rgba(8, 26, 31, 0.18);
		backdrop-filter: blur(8px);
		overflow: hidden;
	}

	.ie-home .ie-home-hero .ie-hero-progress span {
		min-height: 54px;
		padding: 0.15rem 0;
		background: transparent;
		border: 0;
		justify-items: center;
		align-content: start;
		gap: 0.42rem;
	}

	.ie-home .ie-home-hero .ie-hero-progress span::before {
		top: 17px;
		left: 50%;
		width: calc(100% - 16px);
		transform: translateX(14px);
	}

	.ie-home .ie-home-hero .ie-hero-progress span:last-child::before {
		display: none;
	}

	.ie-home .ie-home-hero .ie-hero-progress b {
		width: 27px;
		height: 27px;
		box-shadow: 0 0 0 3px rgba(8, 26, 31, 0.26);
		font-size: 0.88rem;
	}

	.ie-home .ie-home-hero .ie-hero-progress strong {
		max-width: 9ch;
		font-size: 0;
		line-height: 1;
	}

	.ie-home .ie-home-hero .ie-hero-progress strong::after {
		font-size: 0.63rem;
		line-height: 1;
	}

	.ie-home .ie-home-hero .ie-hero-progress span:nth-child(1) strong::after {
		content: "Location";
	}

	.ie-home .ie-home-hero .ie-hero-progress span:nth-child(2) strong::after {
		content: "Roof";
	}

	.ie-home .ie-home-hero .ie-hero-progress span:nth-child(3) strong::after {
		content: "Usage";
	}

	.ie-home .ie-home-hero .ie-hero-progress span:nth-child(4) strong::after {
		content: "System";
	}

	.ie-home .ie-home-hero .ie-hero-progress span:nth-child(5) strong::after {
		content: "Savings";
	}

	.ie-home-hero-inner,
	.ie-home-calculator-card,
	.ie-home-calculator-card .ieme-funnel-shell,
	.ie-home-calculator-card .ieme-card,
	.ie-home-walkthrough-card,
	.ie-home-live-panel {
		width: 100% !important;
		max-width: min(calc(100vw - 24px), 366px) !important;
	}

	.ie-home-hero.is-estimate-ready .ie-home-live-panel,
	.ie-home-hero.is-estimate-ready .ie-home-live-panel[hidden] {
		display: none !important;
	}

	.ie-home-google-proof {
		grid-template-columns: auto auto minmax(0, 1fr);
		width: min(calc(100vw - 24px), 366px) !important;
		max-width: min(calc(100vw - 24px), 366px) !important;
		min-height: 58px;
		padding: 0.48rem 0.64rem;
		gap: 0.52rem;
	}

	.ie-google-mark {
		width: 34px;
		height: 34px;
	}

	.ie-google-mark svg {
		width: 21px;
		height: 21px;
	}

	.ie-google-rating strong {
		font-size: 1.32rem;
	}

	.ie-google-rating b {
		font-size: 0.66rem;
	}

	.ie-google-copy strong {
		font-size: 0.9rem;
	}

	.ie-google-copy em {
		font-size: 0.72rem;
		white-space: nowrap;
	}

	.ie-home-calculator-card .ieme-card {
		padding-left: 1.2rem !important;
		padding-right: 1.2rem !important;
	}

	.ie-home-calculator-card .ieme-choice-grid:has(.ieme-choice[data-ieme-choice="roof"]) {
		grid-template-columns: 1fr !important;
		gap: 0.72rem !important;
	}

	.ie-proof-list,
	.ie-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ie-home-google-proof {
		grid-column: 1 / -1;
		width: 100%;
		justify-content: center;
	}

	.ie-button {
		width: 100%;
	}

	.ie-buyer-clarity__header,
	.ie-buyer-clarity__footer,
	.ie-buyer-clarity__grid article,
	.ie-home-journey__grid article,
	.ie-home-route-panel,
	.ie-home-route,
	.ie-home-journey__proof div {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ie-buyer-clarity__header,
	.ie-home-journey__header {
		padding-left: 0;
		padding-right: 0;
	}

	.ie-buyer-clarity__header h2,
	.ie-home-journey__header h2 {
		font-size: 2rem;
	}

	.ie-buyer-clarity__footer .ie-text-link,
	.ie-home-journey__header .ie-button {
		white-space: normal;
	}

	.ie-home-journey .ie-wrap {
		gap: 0.9rem;
	}

	.ie-home-decision-system {
		gap: 0.8rem;
	}

	.ie-home-journey__grid {
		gap: 10px;
	}

	.ie-home-journey__grid article {
		gap: 0.62rem;
	}

	.ie-home-journey__grid span {
		width: 36px;
		height: 36px;
	}

	.ie-home-journey__proof {
		grid-template-columns: 1fr;
		padding: 8px;
	}

	.ie-home-walkthrough-card .iece-card__media img {
		max-height: 210px;
	}

	.ie-client-logo-viewport {
		display: none;
	}

	.ie-client-logo-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
		width: min(calc(100vw - 24px), 366px);
		margin-inline: 12px 0;
	}

	.ie-client-logo-grid .ie-client-logo-tile {
		flex: initial;
		height: 64px;
	}

	.ie-home-route-grid {
		grid-template-columns: 1fr;
	}

	.ie-home-cta-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}
}

/* Alpha phase 3 premium visual pass */
.ie-home .ie-hero {
	background: #071c20;
	min-height: min(820px, calc(100svh - 112px));
}

.ie-home .ie-hero::before {
	background:
		radial-gradient(circle at 68% 18%, rgba(126, 231, 223, 0.2), transparent 30%),
		linear-gradient(90deg, rgba(5, 22, 27, 0.96) 0%, rgba(5, 22, 27, 0.82) 44%, rgba(5, 22, 27, 0.42) 100%),
		linear-gradient(180deg, rgba(5, 22, 27, 0.55) 0%, rgba(5, 22, 27, 0.24) 42%, rgba(5, 22, 27, 0.82) 100%);
}

.ie-home .ie-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 32%;
	background: linear-gradient(180deg, transparent, rgba(5, 22, 27, 0.86));
	pointer-events: none;
}

.ie-home-hero-media img {
	filter: saturate(1.04) contrast(1.04);
	object-position: center center;
}

.ie-home .ie-hero-progress {
	margin-bottom: 0.35rem;
}

@media (max-width: 760px) {
	.ie-quote .ie-home-hero .ie-hero-progress {
		width: min(100%, calc(100vw - 24px)) !important;
		margin-inline: 0 !important;
		padding: 0.34rem 0.28rem 0.12rem !important;
		gap: 0 !important;
		overflow: visible !important;
	}

	.ie-quote .ie-home-hero .ie-hero-progress span {
		min-height: 56px !important;
		padding-inline: 0.08rem !important;
		gap: 0.38rem !important;
		overflow: visible !important;
	}

	.ie-quote .ie-home-hero .ie-hero-progress span::before {
		left: 50% !important;
		width: calc(100% - 14px) !important;
		transform: translateX(13px) !important;
	}

	.ie-quote .ie-home-hero .ie-hero-progress b {
		width: 26px !important;
		height: 26px !important;
		font-size: 0.82rem !important;
	}

	.ie-quote .ie-home-hero .ie-hero-progress strong {
		width: 100% !important;
		max-width: none !important;
		overflow-wrap: anywhere;
		font-size: 0 !important;
		line-height: 1.02 !important;
		letter-spacing: 0 !important;
	}

	.ie-quote .ie-home-hero .ie-hero-progress strong::after {
		display: block;
		font-size: clamp(0.6rem, 2.4vw, 0.68rem);
		line-height: 1;
	}

	.ie-quote .ie-home-hero .ie-hero-progress span:nth-child(1) strong::after {
		content: "Location";
	}

	.ie-quote .ie-home-hero .ie-hero-progress span:nth-child(2) strong::after {
		content: "Roof";
	}

	.ie-quote .ie-home-hero .ie-hero-progress span:nth-child(3) strong::after {
		content: "Usage";
	}

	.ie-quote .ie-home-hero .ie-hero-progress span:nth-child(4) strong::after {
		content: "System";
	}

	.ie-quote .ie-home-hero .ie-hero-progress span:nth-child(5) strong::after {
		content: "Savings";
	}
}

.ie-home .ie-home-google-proof,
.ie-home .ie-home-calculator-card,
.ie-home .ie-home-walkthrough-card {
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.ie-client-logo-band {
	position: relative;
	padding: clamp(1.65rem, 4vw, 2.7rem) 0;
	border-top: 1px solid rgba(15, 111, 115, 0.14);
	border-bottom: 1px solid rgba(15, 111, 115, 0.16);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(244, 251, 250, 0.98)),
		linear-gradient(180deg, #ffffff, #eef8f7);
}

.ie-client-logo-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 111, 115, 0.08), transparent 18%, transparent 82%, rgba(15, 111, 115, 0.08));
	pointer-events: none;
}

.ie-client-logo-head {
	position: relative;
	z-index: 1;
	margin-bottom: 1.25rem;
}

.ie-client-logo-head p {
	color: #102f32;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(1.3rem, 2.5vw, 2rem);
	line-height: 1;
}

.ie-client-logo-head span {
	color: #4d6668;
}

.ie-client-logo-viewport {
	position: relative;
	z-index: 1;
	padding-block: 0.2rem;
}

.ie-client-logo-tile {
	min-height: 86px;
	border-color: rgba(15, 111, 115, 0.14);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 16px 36px rgba(7, 31, 35, 0.07);
}

.ie-client-logo-tile img {
	max-width: 118px;
	max-height: 46px;
	object-fit: contain;
}

.ie-google-review-band {
	position: relative;
	overflow: hidden;
	padding: clamp(1.85rem, 4vw, 3rem) 0;
	border-bottom: 1px solid rgba(15, 111, 115, 0.14);
	background:
		linear-gradient(180deg, #f8fcfb, #ffffff),
		#fff;
}

.ie-google-review-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 111, 115, 0.08), transparent 16%, transparent 84%, rgba(15, 111, 115, 0.08));
	pointer-events: none;
}

.ie-google-review-head {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0.35rem;
	margin-bottom: 1.2rem;
}

.ie-google-review-head h2 {
	max-width: 780px;
	margin: 0;
	color: #102f32;
	font-family: "League Spartan", sans-serif;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	line-height: 0.96;
}

.ie-google-review-head span {
	max-width: 720px;
	color: #4d6668;
	font-weight: 750;
	line-height: 1.45;
}

.ie-google-review-viewport {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-block: 0.2rem;
}

.ie-google-review-track {
	display: flex;
	width: max-content;
	gap: 1rem;
	animation: ieLogoMarquee 86.4s linear infinite;
}

.ie-google-review-band:hover .ie-google-review-track,
.ie-google-review-band:focus-within .ie-google-review-track {
	animation-play-state: paused;
}

.ie-google-review-card {
	display: grid;
	align-content: start;
	flex: 0 0 clamp(260px, 28vw, 360px);
	min-height: 178px;
	padding: 1.05rem;
	border: 1px solid rgba(15, 111, 115, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 16px 36px rgba(7, 31, 35, 0.07);
}

.ie-google-review-card span {
	display: block;
	color: #f6b938;
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0;
}

.ie-google-review-card p {
	margin: 0.7rem 0 0.9rem;
	color: #102f32;
	font-size: clamp(0.98rem, 1.35vw, 1.08rem);
	font-weight: 760;
	line-height: 1.35;
}

.ie-google-review-card strong {
	align-self: end;
	color: #0f6f73;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ie-google-review-card em {
	color: #627476;
	font-style: normal;
	font-weight: 800;
}

.ie-google-review-link {
	justify-self: start;
	margin-top: 0.8rem;
	padding: 0.58rem 0.82rem;
	border: 1px solid rgba(15, 111, 115, 0.22);
	border-radius: 8px;
	background: #f2fbfa;
	color: #102f32;
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ie-google-review-link:hover,
.ie-google-review-link:focus-visible {
	border-color: rgba(15, 111, 115, 0.42);
	background: #e7f7f5;
	outline: none;
	transform: translateY(-1px);
}

.ie-google-review-accessible {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.ie-home-proof {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(5, 28, 32, 0.98), rgba(12, 75, 76, 0.95)),
		#08252b;
	color: #fff;
}

.ie-home-proof::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 18%, rgba(126, 231, 223, 0.18), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
	pointer-events: none;
}

.ie-home-proof .ie-wrap {
	position: relative;
	z-index: 1;
}

.ie-home-proof .ie-eyebrow,
.ie-home-proof .ie-home-proof-layout h2 {
	color: #fff;
}

.ie-home-proof .ie-home-proof-layout > div:first-child > p:not(.ie-eyebrow),
.ie-home-proof .ie-home-commercial-quote p {
	color: rgba(255, 255, 255, 0.82);
}

.ie-home-proof-stats div {
	border-color: rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	backdrop-filter: blur(12px);
}

.ie-home-proof-stats strong,
.ie-home-proof-stats span {
	color: #fff;
}

.ie-home-commercial-quote {
	border-left-color: #7bd3d5;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.ie-home-proof .ie-button--secondary {
	border-color: transparent;
	background: #f4fffd;
	color: #063235;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.ie-home-proof .ie-button--secondary:hover,
.ie-home-proof .ie-button--secondary:focus-visible {
	background: #7bd3d5;
	color: #06282b;
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.ie-home-project-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.8rem, 1.5vw, 1rem);
}

.ie-home-project-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: clamp(230px, 24vw, 320px);
	align-content: end;
	grid-template-columns: 1fr;
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.07);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
	color: #fff;
}

.ie-home-project-card img {
	position: static;
	width: 100%;
	height: clamp(170px, 17vw, 230px);
	flex: 1 1 auto;
	filter: saturate(1.08) contrast(1.04) brightness(1.08);
}

.ie-home-project-card em,
.ie-home-project-card span,
.ie-home-project-card strong {
	position: relative;
	z-index: 1;
	margin-inline: clamp(1rem, 2vw, 1.3rem);
	padding-inline: 0;
	background: transparent;
}

.ie-home-project-card em {
	align-self: start;
	display: inline-flex;
	max-width: calc(100% - clamp(2rem, 4vw, 2.6rem));
	margin-top: 1rem;
	padding: 0.34rem 0.62rem 0.28rem;
	border: 1px solid rgba(142, 226, 229, 0.28);
	border-radius: 999px;
	background: rgba(142, 226, 229, 0.12);
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.15;
	white-space: normal;
}

.ie-home-project-card span {
	margin-top: 0.5rem;
	color: #8ee2e5;
}

.ie-home-project-card strong {
	margin-top: 0.25rem;
	padding-bottom: 1.1rem;
	color: #fff;
	font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.ie-home-routes {
	background: linear-gradient(180deg, #f6fbfb 0%, #ffffff 100%);
}

.ie-home-route-card {
	background: #fff;
	box-shadow: 0 18px 42px rgba(9, 40, 35, 0.08);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ie-home-route-card img {
	aspect-ratio: 5 / 4;
	transition: transform 220ms ease;
}

.ie-home-route-card:hover img,
.ie-home-route-card:focus-visible img {
	transform: scale(1.035);
}

.ie-home-route-card span {
	color: #0f6f73;
	font-size: 0.74rem;
}

.ie-home-route-card strong {
	color: #243c3f;
	font-size: 0.95rem;
	font-weight: 780;
	line-height: 1.34;
}

.ie-home-reviews.ie-band--white {
	background: #ffffff;
}

@media (max-width: 1080px) {
	.ie-home-proof-layout {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ie-home-project-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1260px) {
	.ie-home-proof-layout {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ie-home-proof-layout > div:first-child {
		max-width: 760px;
	}

}

@media (max-width: 640px) {
	.ie-client-logo-band {
		padding: 1.25rem 0 1.35rem;
	}

	.ie-client-logo-head span {
		display: none;
	}

	.ie-client-logo-viewport {
		display: block;
	}

	.ie-client-logo-grid {
		display: none;
	}

	.ie-client-logo-tile {
		min-height: 70px;
	}

	.ie-client-logo-tile img {
		max-width: 96px;
		max-height: 38px;
	}

	.ie-home-proof {
		padding-top: 3.1rem;
	}

	.ie-home-project-card {
		min-height: 230px;
	}

	.ie-home-route-card img {
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 370px) {
	.ie-google-stars {
		display: none;
	}
}

@media (max-width: 900px) {
	body.home .ier-navbar,
	body.page-template-page-quote .ier-navbar,
	body.page-template-page-solar-check .ier-navbar {
		min-height: 72px !important;
	}

	body.home .ier-navbar .ier-container,
	body.page-template-page-quote .ier-navbar .ier-container,
	body.page-template-page-solar-check .ier-navbar .ier-container {
		min-height: 72px !important;
	}

	body.home .ier-brand,
	body.page-template-page-quote .ier-brand,
	body.page-template-page-solar-check .ier-brand {
		width: 132px !important;
		height: 62px !important;
	}

	body.home .ier-brand img,
	body.page-template-page-quote .ier-brand img,
	body.page-template-page-solar-check .ier-brand img {
		width: 128px !important;
		max-width: 128px !important;
		max-height: 62px !important;
	}
}

@media (max-width: 340px) {
	body.home .ier-navbar,
	body.page-template-page-quote .ier-navbar,
	body.page-template-page-solar-check .ier-navbar {
		min-height: 66px !important;
	}

	body.home .ier-navbar .ier-container,
	body.page-template-page-quote .ier-navbar .ier-container,
	body.page-template-page-solar-check .ier-navbar .ier-container {
		min-height: 66px !important;
	}

	body.home .ier-brand,
	body.page-template-page-quote .ier-brand,
	body.page-template-page-solar-check .ier-brand {
		width: 112px !important;
		height: 56px !important;
	}

	body.home .ier-brand img,
	body.page-template-page-quote .ier-brand img,
	body.page-template-page-solar-check .ier-brand img {
		width: 110px !important;
		max-width: 110px !important;
		max-height: 56px !important;
	}
}

@media (max-width: 720px) {
	.ie-google-review-band {
		padding: 1.55rem 0 1.8rem;
	}

	.ie-google-review-head {
		text-align: left;
	}

	.ie-google-review-card {
		flex-basis: min(82vw, 310px);
		min-height: 166px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ie-google-review-track {
		animation: none;
	}

	.ie-google-review-viewport {
		overflow-x: auto;
	}
}

/* Final header brand zone override for home and quote pages. */
body.home .ier-navbar .ier-brand,
body.page-template-page-quote .ier-navbar .ier-brand,
body.page-template-page-solar-check .ier-navbar .ier-brand {
	position: relative;
	isolation: isolate;
	width: auto !important;
	min-width: 0;
	height: auto !important;
	padding: 0.42rem 2.9rem 0.4rem 0.78rem !important;
	border-radius: 0 0 34px 0;
	background: #fff;
	box-shadow:
		inset 0 3px 0 rgba(113, 214, 217, 0.92),
		inset -1px 0 0 rgba(13, 92, 95, 0.08),
		0 10px 24px rgba(0, 35, 34, 0.06);
}

body.home .ier-navbar .ier-brand::before,
body.page-template-page-quote .ier-navbar .ier-brand::before,
body.page-template-page-solar-check .ier-navbar .ier-brand::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0 2.95rem 0 -100vw;
	background: #fff;
	box-shadow: inset 0 3px 0 rgba(113, 214, 217, 0.92);
}

body.home .ier-navbar .ier-brand::after,
body.page-template-page-quote .ier-navbar .ier-brand::after,
body.page-template-page-solar-check .ier-navbar .ier-brand::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: -3.25rem;
	width: 6.4rem;
	height: 100%;
	border-radius: 0 0 82px 0 / 0 0 58px 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 58%, rgba(255, 255, 255, 0.18) 86%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset 0 3px 0 rgba(113, 214, 217, 0.8);
	transform: skewX(26deg);
	transform-origin: left top;
}

body.home .ier-navbar .ier-brand img,
body.page-template-page-quote .ier-navbar .ier-brand img,
body.page-template-page-solar-check .ier-navbar .ier-brand img {
	width: 214px !important;
	max-width: 214px !important;
	max-height: 66px !important;
	filter: none !important;
}

@media (max-width: 1180px) {
	body.home .ier-navbar .ier-brand,
	body.page-template-page-quote .ier-navbar .ier-brand,
	body.page-template-page-solar-check .ier-navbar .ier-brand {
		padding: 0.34rem 1.95rem 0.32rem 0.48rem !important;
	}

	body.home .ier-navbar .ier-brand img,
	body.page-template-page-quote .ier-navbar .ier-brand img,
	body.page-template-page-solar-check .ier-navbar .ier-brand img {
		width: 154px !important;
		max-width: 154px !important;
		max-height: 56px !important;
	}
}

@media (max-width: 760px) {
	body.home .ier-navbar .ier-brand,
	body.page-template-page-quote .ier-navbar .ier-brand,
	body.page-template-page-solar-check .ier-navbar .ier-brand {
		width: clamp(128px, 34vw, 152px) !important;
		height: 54px !important;
		justify-content: center;
		padding: 0.22rem 1.34rem 0.2rem 0.2rem !important;
	}

	body.home .ier-navbar .ier-brand img,
	body.page-template-page-quote .ier-navbar .ier-brand img,
	body.page-template-page-solar-check .ier-navbar .ier-brand img {
		width: clamp(112px, 29vw, 136px) !important;
		max-width: clamp(112px, 29vw, 136px) !important;
		max-height: 48px !important;
	}
}

@media (max-width: 370px) {
	body.home .ier-navbar .ier-brand,
	body.page-template-page-quote .ier-navbar .ier-brand,
	body.page-template-page-solar-check .ier-navbar .ier-brand {
		width: 118px !important;
		height: 50px !important;
		padding: 0.18rem 1.02rem 0.16rem 0.14rem !important;
	}

	body.home .ier-navbar .ier-brand img,
	body.page-template-page-quote .ier-navbar .ier-brand img,
	body.page-template-page-solar-check .ier-navbar .ier-brand img {
		width: 106px !important;
		max-width: 106px !important;
		max-height: 44px !important;
	}
}

/* Final white header override for home and quote pages. */
body.home .ier-navbar,
body.page-template-page-quote .ier-navbar,
body.page-template-page-solar-check .ier-navbar {
	background: #fff !important;
	border-top: 3px solid rgba(113, 214, 217, 0.95) !important;
	border-bottom: 1px solid rgba(13, 92, 95, 0.12) !important;
	box-shadow: 0 10px 26px rgba(5, 28, 33, 0.08);
}

body.home .ier-navbar .ier-brand,
body.page-template-page-quote .ier-navbar .ier-brand,
body.page-template-page-solar-check .ier-navbar .ier-brand {
	position: relative;
	isolation: auto;
	width: auto !important;
	min-width: 0;
	height: auto !important;
	padding: 0 !important;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.home .ier-navbar .ier-brand::before,
body.home .ier-navbar .ier-brand::after,
body.page-template-page-quote .ier-navbar .ier-brand::before,
body.page-template-page-quote .ier-navbar .ier-brand::after,
body.page-template-page-solar-check .ier-navbar .ier-brand::before,
body.page-template-page-solar-check .ier-navbar .ier-brand::after {
	content: none !important;
}

body.home .ier-navbar .ier-brand img,
body.page-template-page-quote .ier-navbar .ier-brand img,
body.page-template-page-solar-check .ier-navbar .ier-brand img {
	width: 214px !important;
	max-width: 214px !important;
	max-height: 66px !important;
	filter: none !important;
}

body.home .ier-navbar .ier-nav > ul > li > a,
body.page-template-page-quote .ier-navbar .ier-nav > ul > li > a,
body.page-template-page-solar-check .ier-navbar .ier-nav > ul > li > a {
	color: #173b3f !important;
	text-shadow: none !important;
}

body.home .ier-mobile-cta,
body.page-template-page-quote .ier-mobile-cta,
body.page-template-page-solar-check .ier-mobile-cta {
	border-color: rgba(13, 92, 95, 0.12);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #2db1b7, #15777c) !important;
	color: #fff !important;
}

body.home .ie-nav-toggle,
body.page-template-page-quote .ie-nav-toggle,
body.page-template-page-solar-check .ie-nav-toggle {
	border-color: rgba(13, 92, 95, 0.22) !important;
	background: rgba(13, 92, 95, 0.06) !important;
}

body.home .ie-nav-toggle span,
body.page-template-page-quote .ie-nav-toggle span,
body.page-template-page-solar-check .ie-nav-toggle span {
	background: #173b3f !important;
}

@media (max-width: 1180px) {
	body.home .ier-navbar .ier-brand img,
	body.page-template-page-quote .ier-navbar .ier-brand img,
	body.page-template-page-solar-check .ier-navbar .ier-brand img {
		width: 154px !important;
		max-width: 154px !important;
		max-height: 56px !important;
	}
}

@media (max-width: 760px) {
	body.home .ier-navbar .ier-brand,
	body.page-template-page-quote .ier-navbar .ier-brand,
	body.page-template-page-solar-check .ier-navbar .ier-brand {
		width: clamp(118px, 31vw, 142px) !important;
		height: 54px !important;
		justify-content: center;
	}

	body.home .ier-navbar .ier-brand img,
	body.page-template-page-quote .ier-navbar .ier-brand img,
	body.page-template-page-solar-check .ier-navbar .ier-brand img {
		width: clamp(108px, 28vw, 130px) !important;
		max-width: clamp(108px, 28vw, 130px) !important;
		max-height: 48px !important;
	}
}

@media (max-width: 370px) {
	body.home .ier-navbar .ier-brand,
	body.page-template-page-quote .ier-navbar .ier-brand,
	body.page-template-page-solar-check .ier-navbar .ier-brand {
		width: 108px !important;
		height: 50px !important;
	}

	body.home .ier-navbar .ier-brand img,
	body.page-template-page-quote .ier-navbar .ier-brand img,
	body.page-template-page-solar-check .ier-navbar .ier-brand img {
		width: 100px !important;
		max-width: 100px !important;
		max-height: 44px !important;
	}
}

/* Compact the live prototype calculator when it is presented inside the hero. */
.ie-home .ie-home-hero .ie-hero-progress,
.ie-quote .ie-home-hero .ie-hero-progress {
	display: none !important;
}

.ie-home-calculator-card .ieme-prototype-calculator,
.ie-home-calculator-card .ieme-prototype-calculator .solar-hero,
.ie-home-calculator-card .ieme-prototype-calculator .hero-grid,
.ie-home-calculator-card .ieme-prototype-calculator .check-card {
	box-sizing: border-box !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .journey-rail {
	display: grid !important;
	width: 100% !important;
	margin: 0 0 clamp(0.8rem, 2vw, 1.25rem) !important;
	padding: 0 clamp(0.5rem, 1.5vw, 1rem) !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .solar-hero,
.ie-home-calculator-card .ieme-prototype-calculator .hero-grid,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .hero-grid {
	width: 100% !important;
	margin: 0 !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .hero-grid {
	display: block !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .check-card,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-card {
	display: grid !important;
	align-content: start !important;
	min-height: 0 !important;
	border-radius: 24px !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="2"] .check-card,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="3"] .check-card,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .check-card,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .check-card,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .check-card {
	align-content: center !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="2"] .check-copy,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="3"] .check-copy,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .check-copy,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .check-copy,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .check-copy {
	display: none !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="2"] .journey-flow,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="3"] .journey-flow,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .journey-flow,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .journey-flow,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .journey-flow {
	position: relative !important;
	right: auto !important;
	bottom: auto !important;
	z-index: 3 !important;
	width: min(520px, calc(100% - 2rem)) !important;
	margin: auto !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .sky-stage {
	position: relative !important;
	inset: auto !important;
	height: clamp(92px, 12vw, 136px) !important;
	min-height: 0 !important;
	border-radius: 22px 22px 0 0 !important;
	overflow: hidden !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="2"] .sky-stage,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="3"] .sky-stage,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .sky-stage,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .sky-stage,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .sky-stage {
	display: none !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-copy,
.ie-home-calculator-card .ieme-prototype-calculator .check-copy {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: clamp(0.85rem, 1.8vw, 1.15rem) !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(1rem, 2.2vw, 1.35rem) !important;
	border: 0 !important;
	border-radius: 0 0 24px 24px !important;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 250, 250, 0.86)) !important;
	box-shadow: none !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .start-copy-main {
	display: grid !important;
	gap: 0.45rem !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-copy h1,
.ie-home-calculator-card .ieme-prototype-calculator .start-copy-main h1 {
	max-width: 11ch !important;
	margin: 0 !important;
	font-size: clamp(2rem, 4.2vw, 3rem) !important;
	line-height: 0.96 !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .start-copy-main .lead,
.ie-home-calculator-card .ieme-prototype-calculator .start-copy-main p {
	margin: 0 !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .start-benefits {
	display: none !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .start-benefits span {
	min-height: 58px !important;
	padding: 0.65rem !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .start-entry-card {
	gap: 0.72rem !important;
	margin-top: 0 !important;
	padding: clamp(0.85rem, 1.9vw, 1.05rem) !important;
	border-radius: 18px !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .input-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 0.55rem !important;
}

.ie-home-calculator-card .ieme-prototype-calculator .input-row input,
.ie-home-calculator-card .ieme-prototype-calculator .input-row button,
.ie-home-calculator-card .ieme-prototype-calculator [data-start-check],
.ie-home-calculator-card .ieme-prototype-calculator .journey-next,
.ie-home-calculator-card .ieme-prototype-calculator .site-submit {
	min-height: 50px !important;
}

@media (max-width: 760px) {
	.ie-home-calculator-card .ieme-prototype-calculator .journey-rail {
		gap: 0.25rem !important;
		padding-inline: 0 !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator .journey-rail span {
		font-size: 0.62rem !important;
		gap: 0.22rem !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator .journey-rail b {
		width: 30px !important;
		height: 30px !important;
		font-size: 0.78rem !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="2"] .journey-flow,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="3"] .journey-flow,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .journey-flow,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .journey-flow,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .journey-flow {
		width: 100% !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator .sky-stage {
		height: 92px !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-copy,
	.ie-home-calculator-card .ieme-prototype-calculator .check-copy {
		padding: 0.9rem !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-copy h1,
	.ie-home-calculator-card .ieme-prototype-calculator .start-copy-main h1 {
		font-size: clamp(1.85rem, 9vw, 2.45rem) !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator .input-row {
		grid-template-columns: 1fr !important;
	}
}

@media (max-height: 760px) {
	.ie-home-calculator-card .ieme-prototype-calculator .sky-stage {
		height: 66px !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-copy,
	.ie-home-calculator-card .ieme-prototype-calculator .check-copy {
		gap: 0.65rem !important;
		padding: 0.85rem !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-copy h1,
	.ie-home-calculator-card .ieme-prototype-calculator .start-copy-main h1 {
		font-size: clamp(1.85rem, 3.35vw, 2.35rem) !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator .start-copy-main .lead {
		display: none !important;
	}
}

@media (max-width: 760px) and (max-height: 760px) {
	.ie-home-calculator-card .ieme-prototype-calculator .input-row {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator .input-row button {
		min-width: 84px !important;
		padding-inline: 0.9rem !important;
	}
}

/* Keep the hero calculator shell consistent from the first step onward. */
@media (min-width: 901px) {
	.ie-home-hero-inner--calculator-only {
		width: min(1180px, calc(100vw - 64px)) !important;
		max-width: min(1180px, calc(100vw - 64px)) !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.ie-home-hero-inner--calculator-only .ie-hero__calculator {
		justify-self: stretch !important;
		max-width: none !important;
	}

	.ie-home-hero-inner--calculator-only .ie-hero__calculator,
	.ie-home-calculator-card .ieme-prototype-calculator,
	.ie-home-calculator-card .ieme-prototype-calculator .solar-hero,
	.ie-home-calculator-card .ieme-prototype-calculator .hero-grid,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .hero-grid {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 901px) {
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-card {
		position: relative !important;
		min-height: clamp(520px, 54vw, 620px) !important;
		overflow: hidden !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .sky-stage {
		position: absolute !important;
		inset: 0 !important;
		height: 100% !important;
		border-radius: 24px !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-copy {
		position: absolute !important;
		z-index: 4 !important;
		left: clamp(1rem, 2.4vw, 1.85rem) !important;
		bottom: clamp(1rem, 2.4vw, 1.85rem) !important;
		width: min(460px, 42%) !important;
		grid-template-columns: minmax(0, 1fr) !important;
		align-items: start !important;
		gap: clamp(0.72rem, 1.5vw, 1rem) !important;
		padding: clamp(1rem, 1.8vw, 1.25rem) !important;
		border: 1px solid rgba(255, 255, 255, 0.54) !important;
		border-radius: 20px !important;
		background:
			linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(233, 251, 251, 0.26)),
			rgba(255, 255, 255, 0.3) !important;
		backdrop-filter: blur(18px) saturate(1.15) !important;
		-webkit-backdrop-filter: blur(18px) saturate(1.15) !important;
		box-shadow:
			0 24px 54px rgba(7, 31, 36, 0.18),
			inset 0 1px 0 rgba(255, 255, 255, 0.48) !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .start-copy-main::before {
		content: "See how much you could save";
		display: block;
		margin: 0 0 0.25rem;
		color: #10242a;
		font-family: "League Spartan", sans-serif;
		font-size: clamp(1.45rem, 2vw, 2.05rem);
		font-weight: 900;
		line-height: 0.98;
		letter-spacing: 0;
		text-wrap: balance;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .check-copy h1 {
		max-width: none !important;
		font-size: 0 !important;
		line-height: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .start-copy-main .lead {
		display: block !important;
		color: rgba(16, 36, 42, 0.82) !important;
		font-size: 0.95rem !important;
		line-height: 1.38 !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .start-benefits {
		display: none !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .start-entry-card {
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .start-entry-card > label,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .start-entry-card > p {
		color: rgba(16, 36, 42, 0.86) !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .input-row {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .input-row input {
		min-height: 52px !important;
		border-color: rgba(16, 36, 42, 0.14) !important;
		background: rgba(255, 255, 255, 0.86) !important;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] .input-row button,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="1"] [data-start-check] {
		min-height: 52px !important;
		padding-inline: 1.05rem !important;
	}
}

/* Step 6 has more form content than the earlier guide steps. Keep it readable
   and prevent the final CTA from being clipped inside the hero presentation. */
.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .solar-hero,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .solar-hero,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .solar-hero,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .hero-grid,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .hero-grid,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .hero-grid {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	align-items: stretch !important;
	overflow: visible !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .check-card,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .check-card,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .check-card {
	align-content: start !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	overflow: visible !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .savings-card,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .savings-card,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .savings-card {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="4"] .journey-flow,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="5"] .journey-flow {
	margin-block: 0 !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .journey-flow {
	width: min(500px, calc(100% - 1.35rem)) !important;
	margin-block: 0 !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .journey-flow,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .site-form,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .final-form,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .estimate-state {
	max-height: none !important;
	overflow: visible !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .site-form,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .final-form {
	gap: clamp(0.6rem, 1vw, 0.85rem) !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .journey-step.is-active {
	gap: clamp(0.6rem, 1vw, 0.82rem) !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .final-review,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .journey-two {
	gap: 0.55rem !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .price-reveal {
	gap: 0.62rem !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .estimate-state {
	padding: clamp(0.72rem, 1.2vw, 0.95rem) !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .journey-field input {
	min-height: 44px !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .guide-price {
	min-height: 0 !important;
}

.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .site-submit,
.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] button[type="submit"] {
	position: relative !important;
	z-index: 3 !important;
	margin-bottom: 0 !important;
}

@media (min-width: 901px) {
	.ie-home-hero:has(.ieme-prototype-calculator[data-step="4"]),
	.ie-home-hero:has(.ieme-prototype-calculator[data-step="5"]),
	.ie-home-hero:has(.ieme-prototype-calculator[data-step="6"]),
	.ie-quote-hero:has(.ieme-prototype-calculator[data-step="4"]),
	.ie-quote-hero:has(.ieme-prototype-calculator[data-step="5"]),
	.ie-quote-hero:has(.ieme-prototype-calculator[data-step="6"]) {
		height: auto !important;
		min-height: 0 !important;
		overflow: hidden !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .price-reveal {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		align-items: end !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .price-reveal .journey-subhead,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .price-reveal > p,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .price-reveal .price-ack-row {
		grid-column: 1 / -1 !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .price-reveal .reveal-estimate-button {
		grid-column: 1 !important;
		height: 100% !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .price-reveal .guide-price {
		grid-column: 2 !important;
	}
}

@media (max-width: 760px) {
	.ie-home-hero:has(.ieme-prototype-calculator[data-step="6"]),
	.ie-quote-hero:has(.ieme-prototype-calculator[data-step="6"]) {
		height: auto !important;
		min-height: 0 !important;
		overflow: hidden !important;
	}

	.ie-home-hero:has(.ieme-prototype-calculator[data-step="6"]) .ie-home-hero-shell,
	.ie-quote-hero:has(.ieme-prototype-calculator[data-step="6"]) .ie-home-hero-shell,
	.ie-home-hero:has(.ieme-prototype-calculator[data-step="6"]) .ie-home-hero-inner,
	.ie-quote-hero:has(.ieme-prototype-calculator[data-step="6"]) .ie-home-hero-inner,
	.ie-home-hero:has(.ieme-prototype-calculator[data-step="6"]) .ie-hero__calculator,
	.ie-quote-hero:has(.ieme-prototype-calculator[data-step="6"]) .ie-hero__calculator {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"],
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .solar-hero,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .hero-grid,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .check-card,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .savings-card {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .hero-grid {
		align-items: start !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .check-card,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .savings-card {
		padding-bottom: clamp(1rem, 4vw, 1.35rem) !important;
	}

	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] .site-submit,
	.ie-home-calculator-card .ieme-prototype-calculator[data-step="6"] button[type="submit"] {
		margin-bottom: 0 !important;
	}
}
