.tdm-industry-hero {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: clamp(4.5rem, 6.5vw, 7rem) 1.5rem clamp(4rem, 5.5vw, 5.75rem);
	overflow: hidden;
	background: #f3f7fb;
	border-bottom: 3px solid #075b67;
}

.tdm-industry-hero.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.tdm-industry-hero,
.tdm-industry-hero *,
.tdm-industry-hero *::before,
.tdm-industry-hero *::after {
	box-sizing: border-box;
}

.tdm-industry-hero__inner {
	width: 100%;
	max-width: 1304px;
	margin: 0 auto;
}

.tdm-industry-hero__eyebrow {
	margin: 0 0 0.55rem;
	color: #d32027;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tdm-industry-hero__title {
	max-width: 1050px;
	margin: 0;
	color: #151515;
	font-size: clamp(2.6rem, 4vw, 4rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.025em;
}

.tdm-industry-hero__subtitle {
	max-width: 1050px;
	margin: 1.15rem 0 0;
	color: #00566c;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 600;
	line-height: 1.25;
}

.tdm-industry-hero__description {
	max-width: 920px;
	margin: 2.25rem 0 0;
	color: #555b62;
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	font-weight: 400;
	line-height: 1.4;
}

.tdm-industry-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	margin-top: 2.35rem;
	padding: 0.82rem 1.25rem;
	background: #cf2027;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transition: background-color 160ms ease, transform 160ms ease;
}

.tdm-industry-hero__button:visited {
	color: #fff;
}

.tdm-industry-hero__button:hover,
.tdm-industry-hero__button:focus-visible {
	background: #a9181e;
	color: #fff;
	transform: translateY(-1px);
}

.tdm-industry-hero__button:focus-visible {
	outline: 3px solid rgba(207, 32, 39, 0.3);
	outline-offset: 3px;
}

@media (max-width: 782px) {
	.tdm-industry-hero {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}

	.tdm-industry-hero__description {
		margin-top: 1.65rem;
	}

	.tdm-industry-hero__button {
		margin-top: 1.75rem;
	}
}
