.resource-hero {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	background:
		linear-gradient(105deg, rgba(8, 31, 43, 0.92), rgba(12, 116, 113, 0.78) 58%, rgba(244, 182, 61, 0.2)),
		url("/images/home-hero-house-02.webp") center center / cover no-repeat;
}

.warranty-hero {
	background:
		linear-gradient(105deg, rgba(8, 31, 43, 0.9), rgba(12, 116, 113, 0.76) 58%, rgba(244, 182, 61, 0.24)),
		url("/images/home-warranty-protection.webp") right center / cover no-repeat;
}

.resource-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 80px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
	pointer-events: none;
}

.resource-hero-inner {
	position: relative;
	z-index: 1;
	width: calc(100% - 32px);
	max-width: 1140px;
	margin: 0 auto;
	padding: 58px 0 104px;
}

.resource-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 16px;
	color: #f8dd9b;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.resource-eyebrow::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 3px;
	border-radius: 99px;
	background: #f4b63d;
}

.resource-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: 54px;
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: 0;
}

.resource-hero p {
	max-width: 650px;
	margin: 18px 0 24px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	line-height: 1.58;
}

.resource-hero-cta {
	color: #0f5e5d;
	font-weight: 800;
}

.resource-hero .resource-ad-notice {
	max-width: 720px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	line-height: 1.55;
}

.resource-content {
	position: relative;
	z-index: 2;
	width: calc(100% - 32px);
	max-width: 1140px;
	margin: -54px auto 56px;
}

.resource-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 18px;
	align-items: start;
}

.resource-panel,
.resource-quote-card,
.resource-link-card {
	border: 1px solid #d8e2e6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(18, 32, 43, 0.08);
}

.resource-panel {
	border-top: 4px solid #0f766e;
	padding: 26px;
}

.resource-panel-head {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 22px;
}

.resource-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	color: #fff;
	background: #26384c;
	font-size: 18px;
}

.resource-panel-head h2,
.resource-quote-card h2 {
	margin: 0;
	color: #13202b;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

.resource-panel-head p,
.resource-quote-card p {
	margin: 8px 0 0;
	color: #5c6975;
	line-height: 1.55;
}

.resource-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.resource-form .form-group {
	margin: 0;
}

.resource-form label,
.resource-result label {
	display: block;
	margin-bottom: 7px;
	color: #5c6975;
	font-size: 13px;
	font-weight: 800;
}

.resource-form .form-control,
.resource-result .form-control {
	min-height: 48px;
	border-color: #d8e2e6;
	border-radius: 8px;
}

.resource-form .form-control:focus,
.resource-result .form-control:focus {
	border-color: #0f766e;
	box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.16);
}

.resource-calc-btn {
	align-self: end;
	min-height: 48px;
	border-radius: 8px;
	font-weight: 800;
}

.resource-result {
	margin-top: 22px;
	padding: 18px;
	border-radius: 8px;
	background: #f5fbfa;
	border: 1px solid #d8e2e6;
}

.resource-result .form-control {
	background: #fff;
	color: #13202b;
	font-weight: 800;
}

.resource-copy {
	color: #5c6975;
	font-size: 16px;
	line-height: 1.7;
}

.resource-copy p:last-child {
	margin-bottom: 0;
}

.resource-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.resource-mini-card {
	min-height: 190px;
	border: 1px solid #d8e2e6;
	border-top: 3px solid #f4b63d;
	border-radius: 8px;
	padding: 18px;
	background: #fff;
}

.resource-mini-icon {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin-bottom: 14px;
	border-radius: 8px;
	color: #fff;
	background: #0f766e;
}

.resource-mini-card:nth-child(2) .resource-mini-icon {
	background: #26384c;
}

.resource-mini-card:nth-child(3) .resource-mini-icon {
	background: #dc6b57;
}

.resource-mini-card h3,
.resource-widget-card h3,
.resource-callout h3 {
	margin: 0;
	color: #13202b;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.18;
}

.resource-mini-card p {
	margin: 9px 0 0;
	color: #5c6975;
	line-height: 1.55;
}

.resource-callout {
	margin-top: 24px;
	border-radius: 8px;
	border: 1px solid #d8e2e6;
	background: #f5fbfa;
	padding: 20px;
}

.resource-callout p {
	margin: 9px 0 16px;
	color: #5c6975;
	line-height: 1.6;
}

.resource-callout .btn {
	border-radius: 8px;
	font-weight: 800;
}

.resource-check-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
	color: #5c6975;
	line-height: 1.6;
}

.resource-check-list li {
	position: relative;
	padding-left: 22px;
}

.resource-check-list li + li {
	margin-top: 9px;
}

.resource-check-list li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #0f766e;
}

.resource-widget-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.resource-widget-card {
	border: 1px solid #d8e2e6;
	border-radius: 8px;
	padding: 18px;
	background: #f5fbfa;
}

.resource-widget-card iframe {
	display: block;
	width: 100%;
	min-height: 74px;
	border: 0;
	overflow: hidden;
}

.resource-chart-card {
	margin-top: 14px;
}

.resource-chart-card iframe {
	min-height: 330px;
}

.resource-powered-by {
	margin: 14px 0 0;
	color: #5c6975;
	font-size: 13px;
}

.resource-disclosure {
	margin: 14px 0 0;
	color: #6b7785;
	font-size: 12px;
	line-height: 1.5;
}

.warranty-offer-card {
	border-top-color: #f4b63d;
}

.resource-wide-band {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 32px;
	align-items: start;
	margin-top: 18px;
	border: 1px solid #d8e2e6;
	border-radius: 8px;
	background: linear-gradient(135deg, #f5fbfa, #fff);
	padding: 26px;
}

.resource-wide-band h2 {
	margin: 0;
	color: #13202b;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

.resource-wide-band p {
	margin: 12px 0 0;
	color: #5c6975;
	line-height: 1.66;
}

.resource-split-field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 150px;
	gap: 10px;
}

.resource-aside {
	display: grid;
	gap: 14px;
}

.resource-quote-card {
	border-top: 4px solid #dc6b57;
	padding: 22px;
}

.resource-quote-card .btn {
	margin-top: 18px;
	border-radius: 8px;
	font-weight: 800;
}

.resource-link-card {
	border-top: 4px solid #f4b63d;
	padding: 20px;
}

.resource-link-card h3 {
	margin: 0 0 14px;
	color: #13202b;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.18;
}

.resource-link-card a {
	display: flex;
	align-items: center;
	min-height: 44px;
	border: 1px solid #d8e2e6;
	border-radius: 8px;
	padding: 0 13px;
	color: #13202b;
	background: #f4f8f7;
	font-weight: 800;
	text-decoration: none;
}

.resource-link-card a + a {
	margin-top: 10px;
}

.resource-link-card a:hover {
	border-color: #0f766e;
	color: #115e59;
}

@media (max-width: 991.98px) {
	.resource-hero h1 {
		font-size: 44px;
	}

	.resource-grid {
		grid-template-columns: 1fr;
	}

	.resource-form {
		grid-template-columns: 1fr;
	}

	.resource-card-grid,
	.resource-widget-grid,
	.resource-wide-band {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575.98px) {
	.resource-hero {
		left: 50%;
		width: 100vw;
		max-width: 100vw;
		margin-left: -50vw;
		margin-right: 0;
		background:
			linear-gradient(180deg, rgba(8, 31, 43, 0.94), rgba(12, 116, 113, 0.84)),
			url("/images/home-hero-house-02.webp") center top / cover no-repeat;
	}

	.warranty-hero {
		background:
			linear-gradient(180deg, rgba(8, 31, 43, 0.94), rgba(12, 116, 113, 0.84)),
			url("/images/home-warranty-protection.webp") center top / cover no-repeat;
	}

	.resource-hero-inner,
	.resource-content {
		width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
	}

	.resource-hero-inner {
		padding-top: 34px;
		padding-bottom: 86px;
	}

	.resource-hero h1 {
		width: calc(100vw - 24px);
		max-width: 100%;
		font-size: 34px;
		line-height: 1.06;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.resource-hero p {
		width: calc(100vw - 24px);
		max-width: 100%;
		font-size: 16px;
		line-height: 1.55;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.resource-panel,
	.resource-quote-card,
	.resource-link-card {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
		padding: 20px;
	}

	.resource-panel-head {
		display: block;
	}

	.resource-icon {
		margin-bottom: 14px;
	}

	.resource-panel-head h2,
	.resource-quote-card h2 {
		max-width: calc(100vw - 72px);
		font-size: 24px;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.resource-panel-head p,
	.resource-quote-card p {
		max-width: calc(100vw - 72px);
		white-space: normal;
		overflow-wrap: break-word;
	}

	.resource-form,
	.resource-result,
	.resource-card-grid,
	.resource-widget-grid,
	.resource-mini-card,
	.resource-widget-card,
	.resource-callout,
	.resource-wide-band,
	.resource-form .form-control,
	.resource-result .form-control,
	.resource-calc-btn {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.resource-split-field {
		grid-template-columns: 1fr;
	}

	.resource-chart-card iframe {
		min-height: 260px;
	}
}
