.dui-help-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: 680px;
	padding: 160px 0 84px;
	overflow: hidden;
	color: #fff;
	background: #080d15 var(--dui-help-hero-bg) center/cover no-repeat;
}

.dui-help-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(3, 7, 12, .95), rgba(3, 7, 12, .76) 44%, rgba(3, 7, 12, .38)), linear-gradient(0deg, rgba(3, 7, 12, .94), rgba(3, 7, 12, .2) 54%, rgba(3, 7, 12, .66));
}

.dui-help-hero::after {
	content: "";
	position: absolute;
	right: clamp(24px, 8vw, 140px);
	bottom: -100px;
	z-index: -1;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(242, 185, 58, .28);
	border-radius: 50%;
	box-shadow: 0 0 0 60px rgba(242, 185, 58, .06), 0 0 90px rgba(0, 0, 0, .36);
}

.dui-help-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	align-items: end;
	gap: clamp(42px, 7vw, 110px);
}

.dui-help-hero__content {
	max-width: 850px;
}

.dui-help-hero__kicker {
	margin: 0 0 14px;
	color: #f2b93a;
	font-family: var(--secondary-font), sans-serif;
	font-size: clamp(24px, 2vw, 38px);
	line-height: 1;
	text-transform: uppercase;
}

.dui-help-hero h1 {
	margin: 0;
	color: #fff;
	font-family: var(--secondary-font), sans-serif;
	font-size: clamp(62px, 7.3vw, 126px);
	font-weight: 400;
	line-height: .9;
	text-transform: uppercase;
	text-shadow: 0 5px 14px rgba(0, 0, 0, .58);
}

.dui-help-hero__lead {
	max-width: 760px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(19px, 1.5vw, 25px);
	line-height: 1.45;
}

.dui-help-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
	margin-top: 34px;
}

.dui-help-hero__button.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 260px;
	min-height: 58px;
	padding: 14px 28px;
	color: #050505 !important;
	border-radius: 6px;
}

.dui-help-hero__phone {
	color: #fff;
	font-family: var(--secondary-font), sans-serif;
	font-size: clamp(27px, 2.3vw, 38px);
	line-height: 1;
}

.dui-help-hero__phone:hover,
.dui-help-hero__phone:focus {
	color: #f2b93a;
}

.dui-help-hero__panel {
	padding: 34px 32px;
	color: #fff;
	border-top: 5px solid #f2b93a;
	background: rgba(4, 8, 14, .74);
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
	backdrop-filter: blur(8px);
}

.dui-help-hero__panel span,
.dui-help-hero__panel strong,
.dui-help-hero__panel a {
	display: block;
}

.dui-help-hero__panel span {
	margin-bottom: 12px;
	color: #f2b93a;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.dui-help-hero__panel strong {
	font-family: var(--secondary-font), sans-serif;
	font-size: 37px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.dui-help-hero__panel p {
	margin: 18px 0 24px;
	color: rgba(255, 255, 255, .84);
	font-size: 16px;
	line-height: 1.55;
}

.dui-help-hero__panel a {
	color: #f2b93a;
	font-weight: 800;
}

.dui-help {
	color: #17191d;
	background: #fff;
}

.dui-help h2,
.dui-help h3,
.dui-help p {
	margin-top: 0;
}

.dui-help h2 {
	color: #11151b;
	font-family: var(--secondary-font), sans-serif;
	font-size: clamp(42px, 4vw, 72px);
	font-weight: 400;
	line-height: .98;
	text-transform: uppercase;
}

.dui-help__intro {
	padding: 88px 0;
	background: linear-gradient(90deg, rgba(242, 185, 58, .08), transparent 42%), #fff;
}

.dui-help__intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
	align-items: center;
	gap: 52px;
}

.dui-help__intro p:not(.criminal-home__kicker) {
	max-width: 790px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.65;
}

.dui-help__quick-nav {
	display: grid;
	gap: 12px;
}

.dui-help__quick-nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	padding: 14px 18px;
	color: #11151b;
	font-weight: 800;
	border-left: 4px solid #f2b93a;
	background: #f2f0ec;
}

.dui-help__quick-nav a::after {
	content: "->";
	color: #c98d18;
}

.dui-help__resources {
	position: relative;
	padding: 112px 0 118px;
	color: #11151b;
	border-top: 8px solid #f2b93a;
	background: linear-gradient(90deg, rgba(242, 185, 58, .08), transparent 42%), #f7f5f0;
}

.dui-help__section-heading {
	max-width: 850px;
	margin: 0 auto 48px;
	text-align: center;
}

.dui-help__section-heading h2 {
	color: #11151b;
}

.dui-help__card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 22px;
}

.dui-help-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 340px;
	padding: 30px 28px 27px;
	scroll-margin-top: 120px;
	overflow: hidden;
	color: #17191d;
	border: 1px solid #ded8cd;
	background: #fff;
	box-shadow: 0 16px 36px rgba(12, 17, 27, .08);
	transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.dui-help-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #ce9728, #f2cd5f);
	transform: scaleX(.22);
	transform-origin: left;
	transition: transform .22s ease;
}

.dui-help-card--featured {
	background: linear-gradient(145deg, rgba(242, 185, 58, .16), #fff 58%);
}

.dui-help-card:hover,
.dui-help-card:focus {
	color: #17191d;
	border-color: rgba(201, 141, 24, .65);
	background: #fff;
	transform: translateY(-4px);
}

.dui-help-card:hover::before,
.dui-help-card:focus::before {
	transform: scaleX(1);
}

.dui-help-card__section {
	margin-bottom: 10px;
	color: #6b5f4c;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.dui-help-card__label {
	width: max-content;
	max-width: 100%;
	padding: 7px 10px;
	margin-bottom: 16px;
	color: #8a5a00;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	background: rgba(242, 185, 58, .18);
}

.dui-help-card strong {
	margin-bottom: 15px;
	color: #11151b;
	font-family: var(--secondary-font), sans-serif;
	font-size: 31px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.dui-help-card p {
	margin-bottom: 24px;
	color: #3d434d;
	font-size: 16px;
	line-height: 1.55;
}

.dui-help-card__learn {
	margin-top: auto;
	color: #9b6500;
	font-weight: 800;
}

.dui-help-card__learn b {
	margin-left: 6px;
}

.dui-help__decision {
	padding: 96px 0;
	background: #fff;
}

.dui-help__decision-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
	align-items: start;
	gap: clamp(42px, 7vw, 95px);
}

.dui-help__decision p:not(.criminal-home__kicker) {
	font-size: 18px;
	line-height: 1.65;
}

.dui-help__decision p a {
	color: #8a5a00;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.dui-help__decision p a:hover,
.dui-help__decision p a:focus {
	color: #11151b;
}

.dui-help__priority-list {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 5px solid #f2b93a;
	background: #f7f5f0;
	box-shadow: 0 16px 36px rgba(12, 17, 27, .08);
}

.dui-help__priority-list li {
	position: relative;
	padding: 19px 24px 19px 58px;
	font-size: 16px;
	line-height: 1.45;
	border-bottom: 1px solid #e2ded6;
}

.dui-help__priority-list li:last-child {
	border-bottom: 0;
}

.dui-help__priority-list li::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 25px;
	width: 13px;
	height: 13px;
	border: 3px solid #f2b93a;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.dui-help-hero {
		min-height: 0;
		padding: 142px 0 70px;
	}

	.dui-help-hero__inner,
	.dui-help__intro-grid,
	.dui-help__decision-grid {
		grid-template-columns: 1fr;
	}

	.dui-help-hero__panel {
		max-width: 640px;
	}

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

	.dui-help__intro,
	.dui-help__resources,
	.dui-help__decision {
		padding: 74px 0;
	}

	.dui-help__quick-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 719px) {
	.dui-help-hero {
		padding: 118px 0 56px;
	}

	.dui-help-hero__inner {
		gap: 34px;
	}

	.dui-help-hero h1 {
		font-size: clamp(52px, 15vw, 70px);
	}

	.dui-help-hero__lead {
		font-size: 17px;
	}

	.dui-help-hero__actions {
		align-items: stretch;
		gap: 16px;
	}

	.dui-help-hero__button.btn {
		width: 100% !important;
		min-width: 0;
	}

	.dui-help-hero__phone {
		text-align: center;
	}

	.dui-help-hero__panel {
		padding: 28px 24px;
	}

	.dui-help h2 {
		font-size: 40px;
	}

	.dui-help__intro,
	.dui-help__resources,
	.dui-help__decision {
		padding: 58px 0;
	}

	.dui-help__quick-nav,
	.dui-help__card-grid {
		grid-template-columns: 1fr;
	}

	.dui-help-card {
		min-height: 300px;
	}

	.dui-help-card strong {
		font-size: 28px;
	}
}
