.home-footer {
	background: #14252d;
	color: rgba(255,255,255,0.82);
}
.home-footer-cta {
	background: #1d4f5d;
	border-top: 4px solid var(--brand-gold);
}
.home-footer-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.home-footer-cta-inner > div:first-child {
	max-width: 720px;
}
.home-footer-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #e1c451;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.home-footer-cta h2 {
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 1.85rem;
}
.home-footer-cta p {
	margin: 0;
	color: rgba(255,255,255,0.8);
	line-height: 1.6;
}
.home-footer-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}
.home-footer-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 5px;
	font-weight: 800;
	text-decoration: none;
}
.home-footer-primary {
	background: var(--brand-gold);
	color: #15262d;
}
.home-footer-secondary {
	border: 1px solid rgba(255,255,255,0.42);
	color: #ffffff;
}
.home-footer-main {
	display: grid;
	grid-template-columns: 1.45fr 1fr 1fr 1.15fr;
	gap: 46px;
	padding-top: 52px;
	padding-bottom: 44px;
}
.home-footer h3 {
	margin-bottom: 16px;
	color: #ffffff;
	font-size: 1rem;
}
.home-footer-brand img {
	width: 290px;
	max-width: 100%;
	margin-bottom: 18px;
	padding: 10px;
	background: rgba(255,255,255,0.96);
	border-radius: 5px;
}
.home-footer-brand p,
.home-footer-start p {
	font-size: 0.9rem;
	line-height: 1.65;
}
.home-footer-brand address {
	display: grid;
	gap: 4px;
	margin: 0;
	font-size: 0.85rem;
	font-style: normal;
}
.home-footer a {
	color: rgba(255,255,255,0.84);
}
.home-footer a:hover,
.home-footer a:focus {
	color: #ffffff;
}
.home-footer-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.home-footer-links a {
	font-size: 0.88rem;
	text-decoration: none;
}
.home-footer-request-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 42px;
	padding: 9px 0;
	border-bottom: 1px solid rgba(255,255,255,0.13);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}
.home-footer-request-link span {
	color: var(--brand-gold);
	font-size: 1.1rem;
}
.home-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 22px;
	padding-bottom: 24px;
	border-top: 1px solid rgba(255,255,255,0.12);
	font-size: 0.75rem;
}
.home-footer-bottom > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	align-items: center;
}
.home-footer-bottom a {
	text-decoration: none;
}
.home-footer-bottom img {
	width: 62px;
	height: auto;
}
@media (max-width: 991px) {
	.home-footer-cta-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}
	.home-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.home-footer-cta-inner {
		padding-top: 32px;
		padding-bottom: 34px;
	}
	.home-footer-cta h2 {
		font-size: 1.55rem;
	}
	.home-footer-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}
	.home-footer-main {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-top: 40px;
		padding-bottom: 36px;
	}
	.home-footer-brand img {
		width: 270px;
	}
	.home-footer-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 18px;
	}
	.home-footer-links h3 {
		grid-column: 1 / -1;
		margin-bottom: 4px;
	}
	.home-footer-links a {
		display: flex;
		align-items: center;
		min-height: 42px;
		padding: 6px 0;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.home-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 28px;
	}
	.home-footer-bottom > div {
		align-items: flex-start;
		flex-direction: column;
	}
}
