:root {
	--hd-industry-blue: #00265d;
	--hd-industry-blue-2: #0a3b78;
	--hd-industry-gold: #d49a2e;
	--hd-industry-text: #132a50;
	--hd-industry-muted: #4a5668;
	--hd-industry-line: #dfe5ef;
	--hd-industry-soft: #f6f8fb;
}

.hd-industry-page {
	background: #fff;
	color: var(--hd-industry-text);
}

.hd-industry-page .row {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.hd-industry-page a {
	color: inherit;
}

.hd-industry-hero-row {
	max-width: 100% !important;
	margin: 0;
}

.hd-industry-hero-col,
.hd-industry-hero-row > .col {
	padding: 0 !important;
}

.hd-industry-hero {
	position: relative;
	min-height: 380px;
	background-position: center right;
	background-size: cover;
}

.hd-industry-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 31, 85, 0.96) 0%, rgba(0, 31, 85, 0.78) 48%, rgba(0, 31, 85, 0.24) 100%);
	pointer-events: none;
}

.hd-industry-hero .text-box {
	left: calc((100% - 1240px) / 2) !important;
	right: auto !important;
	transform: translate(0, -50%) !important;
}

.hd-industry-hero h1 {
	max-width: 760px;
	margin: 0 0 18px !important;
	color: #fff !important;
	font-size: 54px !important;
	line-height: 1.17 !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	text-wrap: balance;
}

.hd-industry-hero p:not(.hd-industry-kicker) {
	max-width: 700px;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.68;
}

.hd-industry-kicker {
	margin: 0 0 10px;
	color: var(--hd-industry-gold);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hd-industry-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.hd-industry-breadcrumb a,
.hd-industry-breadcrumb strong {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.hd-industry-breadcrumb a {
	color: var(--hd-industry-gold);
}

.hd-industry-breadcrumb span {
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(255, 255, 255, 0.68);
	border-right: 2px solid rgba(255, 255, 255, 0.68);
	transform: rotate(45deg);
}

.hd-industry-intro-row {
	padding: 64px 0 46px;
}

.hd-industry-intro-content h2,
.hd-industry-head-row h2,
.hd-industry-method-heading h2,
.hd-industry-faq-head h2,
.hd-industry-cta-content h2,
.hd-industry-checklist h2 {
	margin: 0 0 18px;
	color: var(--hd-industry-blue);
	font-size: 34px;
	line-height: 1.28;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	text-wrap: balance;
}

.hd-industry-intro-content p,
.hd-industry-method-heading p,
.hd-industry-cta-content p,
.hd-industry-head-row p {
	margin: 0 0 18px;
	color: var(--hd-industry-muted);
	font-size: 17px;
	line-height: 1.76;
}

.hd-industry-intro-panel {
	padding-left: 22px;
}

.hd-industry-checklist {
	padding: 28px;
	border: 1px solid var(--hd-industry-line);
	border-radius: 10px;
	background: var(--hd-industry-soft);
	box-shadow: 0 16px 36px rgba(8, 34, 73, 0.06);
}

.hd-industry-checklist h2 {
	font-size: 24px;
}

.hd-industry-checklist ul,
.hd-industry-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hd-industry-checklist li,
.hd-industry-card li {
	position: relative;
	padding-left: 24px;
	color: var(--hd-industry-muted);
	font-size: 15px;
	line-height: 1.65;
}

.hd-industry-checklist li + li,
.hd-industry-card li + li {
	margin-top: 9px;
}

.hd-industry-checklist li::before,
.hd-industry-card li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0.12em;
	color: var(--hd-industry-gold);
	font-size: 13px;
}

.hd-industry-head-row {
	padding: 44px 0 22px;
	background: var(--hd-industry-soft);
	max-width: 100% !important;
}

.hd-industry-head-row > .col {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.hd-industry-head-row h2 {
	margin-bottom: 12px;
}

.hd-industry-grid-row {
	padding: 18px 0 62px;
	background: var(--hd-industry-soft);
	max-width: 100% !important;
}

.hd-industry-grid-row > .col {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

.hd-industry-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.hd-industry-card {
	display: flex;
	flex-direction: column;
	min-height: 394px;
	padding: 26px 24px 24px;
	border: 1px solid var(--hd-industry-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(8, 34, 73, 0.05);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hd-industry-card:hover {
	transform: translateY(-3px);
	border-color: rgba(212, 154, 46, 0.55);
	box-shadow: 0 18px 42px rgba(8, 34, 73, 0.1);
}

.hd-industry-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: rgba(212, 154, 46, 0.12);
	color: var(--hd-industry-blue);
	font-size: 23px;
}

.hd-industry-card h3,
.hd-industry-step h3 {
	margin: 0 0 12px;
	color: var(--hd-industry-blue);
	font-size: 21px;
	line-height: 1.28;
	font-weight: 800;
	letter-spacing: 0;
}

.hd-industry-card p,
.hd-industry-step p {
	margin: 0 0 18px;
	color: var(--hd-industry-muted);
	font-size: 15px;
	line-height: 1.68;
}

.hd-industry-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 22px;
	color: var(--hd-industry-blue);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.hd-industry-card a::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
}

.hd-industry-method-row {
	padding: 64px 0 56px;
}

.hd-industry-method-heading {
	padding-right: 28px;
}

.hd-industry-method-list {
	display: grid;
	gap: 16px;
}

.hd-industry-step {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 18px;
	align-items: start;
	padding: 22px 24px;
	border: 1px solid var(--hd-industry-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(8, 34, 73, 0.05);
}

.hd-industry-step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--hd-industry-blue);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}

.hd-industry-step p {
	margin-bottom: 0;
}

.hd-industry-faq-row {
	padding: 58px 0 62px;
	background: var(--hd-industry-soft);
	max-width: 100% !important;
}

.hd-industry-faq-row > .col {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.hd-industry-faq-head {
	padding-bottom: 14px;
}

.hd-industry-faq-list {
	display: grid;
	gap: 12px;
}

.hd-industry-faq-list details {
	border: 1px solid var(--hd-industry-line);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.hd-industry-faq-list summary {
	position: relative;
	display: block;
	padding: 20px 58px 20px 22px;
	color: var(--hd-industry-blue);
	font-size: 17px;
	line-height: 1.42;
	font-weight: 800;
	cursor: pointer;
}

.hd-industry-faq-list summary::-webkit-details-marker {
	display: none;
}

.hd-industry-faq-list summary::after {
	content: "\2b";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 21px;
	right: 22px;
	color: var(--hd-industry-gold);
	font-size: 14px;
}

.hd-industry-faq-list details[open] summary::after {
	content: "\f068";
}

.hd-industry-faq-list p {
	margin: 0;
	padding: 0 22px 22px;
	color: var(--hd-industry-muted);
	font-size: 16px;
	line-height: 1.7;
}

.hd-industry-cta-row {
	padding: 42px 44px;
	background: var(--hd-industry-blue);
	max-width: 1240px !important;
	box-shadow: 0 0 0 100vmax var(--hd-industry-blue);
	clip-path: inset(0 -100vmax);
}

.hd-industry-cta-content h2 {
	color: #fff;
}

.hd-industry-cta-content p {
	max-width: 720px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.88);
}

.hd-industry-cta-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.hd-industry-btn {
	min-width: 190px;
	min-height: 50px;
	background: var(--hd-industry-gold) !important;
	border-color: var(--hd-industry-gold) !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

@media (max-width: 1240px) {
	.hd-industry-page .row,
	.hd-industry-grid-row > .col {
		max-width: calc(100% - 32px);
	}

	.hd-industry-hero .text-box {
		left: 24px !important;
	}
}

@media (max-width: 849px) {
	.hd-industry-hero {
		min-height: 340px;
	}

	.hd-industry-hero h1 {
		font-size: 42px !important;
		line-height: 1.18 !important;
	}

	.hd-industry-hero p:not(.hd-industry-kicker) {
		font-size: 16px;
		line-height: 1.62;
	}

	.hd-industry-intro-row,
	.hd-industry-method-row {
		padding-top: 46px;
		padding-bottom: 40px;
	}

	.hd-industry-intro-content h2,
	.hd-industry-head-row h2,
	.hd-industry-method-heading h2,
	.hd-industry-faq-head h2,
	.hd-industry-cta-content h2 {
		font-size: 29px;
		line-height: 1.3;
	}

	.hd-industry-intro-panel,
	.hd-industry-method-heading {
		padding-left: 0;
		padding-right: 0;
	}

	.hd-industry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.hd-industry-card {
		min-height: 376px;
		padding: 24px 22px;
	}

	.hd-industry-method-list {
		margin-top: 10px;
	}

	.hd-industry-cta-row {
		padding: 38px 24px;
	}

	.hd-industry-cta-action {
		justify-content: flex-start;
		padding-top: 18px;
	}
}

@media (max-width: 549px) {
	.hd-industry-page .row,
	.hd-industry-grid-row > .col {
		max-width: calc(100% - 18px);
	}

	.hd-industry-hero {
		min-height: 390px;
	}

	.hd-industry-hero::before {
		background: linear-gradient(180deg, rgba(0, 31, 85, 0.94) 0%, rgba(0, 31, 85, 0.8) 100%);
	}

	.hd-industry-hero .text-box {
		left: 16px !important;
		width: calc(100% - 32px) !important;
	}

	.hd-industry-hero h1 {
		font-size: 34px !important;
		line-height: 1.22 !important;
	}

	.hd-industry-breadcrumb {
		flex-wrap: wrap;
		gap: 10px;
		font-size: 14px;
	}

	.hd-industry-intro-row {
		padding-top: 38px;
	}

	.hd-industry-head-row {
		padding-top: 38px;
	}

	.hd-industry-grid {
		grid-template-columns: 1fr;
	}

	.hd-industry-card {
		min-height: auto;
	}

	.hd-industry-step {
		grid-template-columns: 46px 1fr;
		gap: 14px;
		padding: 20px 18px;
	}

	.hd-industry-step span {
		width: 46px;
		height: 46px;
		font-size: 14px;
	}

	.hd-industry-faq-row {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.hd-industry-faq-list summary {
		padding: 18px 48px 18px 18px;
		font-size: 16px;
	}

	.hd-industry-faq-list summary::after {
		top: 20px;
		right: 18px;
	}

	.hd-industry-faq-list p {
		padding-right: 18px;
		padding-left: 18px;
	}

	.hd-industry-cta-row {
		padding: 34px 14px;
	}

	.hd-industry-btn {
		width: 100%;
	}
}
