/* Home Test lower sections: practice areas through footer. */

.vd-ht .ht-practice,
.vd-ht .ht-community,
.vd-ht .ht-cta-band,
.vd-ht .ht-contact,
.vd-ht .ht-faq,
.vd-ht .ht-footer {
	box-sizing: border-box;
	position: relative;
}

.vd-ht .ht-practice *,
.vd-ht .ht-community *,
.vd-ht .ht-cta-band *,
.vd-ht .ht-contact *,
.vd-ht .ht-faq *,
.vd-ht .ht-footer * {
	box-sizing: border-box;
}

.vd-ht .ht-practice > .ht-shell,
.vd-ht .ht-community > .ht-shell,
.vd-ht .ht-cta-band > .ht-shell {
	margin-inline: auto;
	max-width: 1440px;
	width: calc(100% - 80px);
}

.vd-ht .ht-practice a:focus-visible,
.vd-ht .ht-practice button:focus-visible,
.vd-ht .ht-community a:focus-visible,
.vd-ht .ht-cta-band a:focus-visible,
.vd-ht .ht-contact a:focus-visible,
.vd-ht .ht-contact button:focus-visible,
.vd-ht .ht-contact input:focus-visible,
.vd-ht .ht-contact textarea:focus-visible,
.vd-ht .ht-faq button:focus-visible,
.vd-ht .ht-footer a:focus-visible {
	outline: 3px solid var(--ht-gold);
	outline-offset: 4px;
}

/* Section 8: practice areas */
.vd-ht .ht-practice {
	background: var(--ht-white);
	color: var(--ht-text);
	min-height: 1115px;
	padding-block: 110px;
}

.vd-ht .ht-practice-grid {
	display: grid;
	gap: clamp(48px, 5vw, 88px);
	grid-template-columns: minmax(240px, 310px) minmax(0, 1fr);
}

.vd-ht .ht-practice-nav h2 {
	font-size: clamp(36px, 2.35vw, 46px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.1;
	margin: 0 0 42px;
	max-width: 300px;
}

.vd-ht .ht-practice-tabs {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.vd-ht .ht-practice-tab,
.vd-ht .ht-practice-mobile-toggle {
	align-items: center;
	background: var(--ht-white);
	border: 1px solid var(--ht-gold);
	border-radius: 0;
	color: var(--ht-text);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	gap: 18px;
	justify-content: space-between;
	line-height: 1.2;
	min-height: 66px;
	padding: 15px 20px 15px 24px;
	text-align: left;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
	width: 100%;
}

.vd-ht .ht-practice-tab[aria-selected="true"] {
	background: var(--ht-dark);
	border-color: var(--ht-dark);
	box-shadow: inset 6px 0 0 var(--ht-gold);
	color: var(--ht-white);
}

.vd-ht .ht-practice-tab:not([aria-selected="true"]):hover,
.vd-ht .ht-practice-mobile-toggle:not([aria-expanded="true"]):hover {
	background: var(--ht-ivory);
}

.vd-ht .ht-practice-chevron {
	color: var(--ht-gold);
	flex: 0 0 auto;
	font-size: 30px;
	font-weight: 400;
	line-height: 0.8;
	transition: transform 180ms ease;
}

.vd-ht .ht-practice-panels,
.vd-ht .ht-practice-panel {
	min-height: 895px;
}

.vd-ht .ht-practice-panel {
	background: var(--ht-ivory);
	padding: 0 0 60px;
}

.vd-ht .ht-practice-panel-content {
	padding: 0 60px;
}

.vd-ht .ht-practice-mobile-toggle {
	display: none;
}

.vd-ht .ht-practice-panel-image {
	display: block;
	height: 330px;
	margin: 0 -60px 40px;
	max-width: none;
	object-fit: cover;
	width: calc(100% + 120px);
}

.vd-ht .ht-practice-panel h3 {
	color: var(--ht-text);
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 20px;
}

.vd-ht .ht-practice-panel-content > p {
	color: var(--ht-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 17px;
}

.vd-ht .ht-practice-callout {
	background: var(--ht-white);
	border-left: 6px solid var(--ht-gold);
	margin-top: 27px;
	padding: 22px 27px 21px;
}

.vd-ht .ht-practice-callout p {
	color: var(--ht-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.vd-ht .ht-practice-callout .ht-practice-callout-title {
	color: var(--ht-gold-deep);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.6px;
	line-height: 1.35;
	margin-bottom: 8px;
}

.vd-ht .ht-practice-actions {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 28px;
}

.vd-ht .ht-practice-actions > * {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-align: center;
}

/* Section 9: community */
.vd-ht .ht-community {
	align-items: center;
	background: var(--ht-ivory);
	color: var(--ht-text);
	display: flex;
	min-height: 600px;
	padding-block: 78px;
}

.vd-ht .ht-community-grid {
	align-items: center;
	display: grid;
	gap: clamp(60px, 6vw, 112px);
	grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
}

.vd-ht .ht-community-copy h2 {
	font-size: clamp(36px, 2.4vw, 46px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.12;
	margin: 0 0 25px;
}

.vd-ht .ht-community-copy p {
	color: var(--ht-muted);
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 31px;
}

.vd-ht .ht-community-collage {
	justify-self: end;
	margin: 0;
	max-width: 657px;
	width: 100%;
}

.vd-ht .ht-community-collage img {
	display: block;
	height: auto;
	width: 100%;
}

/* Section 10: consultation CTA */
.vd-ht .ht-cta-band {
	align-items: center;
	background: var(--ht-dark);
	color: var(--ht-white);
	display: flex;
	isolation: isolate;
	min-height: 510px;
	overflow: hidden;
	padding-block: 78px;
}

.vd-ht .ht-cta-band-media,
.vd-ht .ht-cta-band-overlay {
	inset: 0;
	position: absolute;
}

.vd-ht .ht-cta-band-media {
	z-index: 0;
}

.vd-ht .ht-cta-band-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.vd-ht .ht-cta-band-overlay {
	background: rgba(20, 16, 11, 0.4);
	pointer-events: none;
	z-index: 1;
}

.vd-ht .ht-cta-band-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
	z-index: 2;
}

.vd-ht .ht-cta-band h2 {
	color: var(--ht-white);
	font-size: clamp(40px, 2.8vw, 54px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.1;
	margin: 0 0 13px;
}

.vd-ht .ht-cta-band .ht-eyebrow {
	color: var(--ht-gold);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1.4;
	margin: 0 0 26px;
	text-transform: uppercase;
}

.vd-ht .ht-cta-band-copy {
	color: var(--ht-white);
	font-size: 17px;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 940px;
}

.vd-ht .ht-cta-band-actions {
	align-items: center;
	display: flex;
	gap: 34px;
	justify-content: center;
	margin-top: 34px;
}

.vd-ht .ht-cta-band-phone {
	align-items: center;
	color: var(--ht-white);
	display: inline-flex;
	font-size: 19px;
	font-weight: 700;
	gap: 10px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.vd-ht .ht-cta-band-phone:hover {
	color: var(--ht-gold);
}

.vd-ht .ht-cta-band-phone-icon {
	color: var(--ht-gold);
	flex: 0 0 24px;
}

/* Section 11: contact form */
.vd-ht .ht-contact {
	align-items: center;
	background: var(--ht-white);
	color: var(--ht-text);
	display: flex;
	padding: 100px 24px;
}

.vd-ht .ht-contact-inner {
	margin-inline: auto;
	max-width: 760px;
	width: 100%;
}

.vd-ht .ht-contact-card {
	background: var(--ht-ivory);
	border: 1px solid rgba(186, 155, 55, 0.28);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(36, 26, 16, 0.08);
	overflow: hidden;
}

.vd-ht .ht-contact-bar {
	background: var(--ht-gold);
	border-radius: 7px 7px 0 0;
	height: 8px;
	width: 100%;
}

.vd-ht .ht-contact-content {
	padding: 52px 56px 60px;
}

.vd-ht .ht-contact .ht-eyebrow,
.vd-ht .ht-faq .ht-eyebrow {
	color: var(--ht-gold-deep);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1.4;
	margin: 0 0 11px;
	text-align: center;
	text-transform: uppercase;
}

.vd-ht .ht-contact .ht-eyebrow {
	color: #6E571A; /* AA small-text contrast on the ivory card */
}

.vd-ht .ht-contact h2 {
	font-size: clamp(36px, 2.35vw, 44px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.12;
	margin: 0;
	text-align: center;
}

.vd-ht .ht-contact-intro {
	color: var(--ht-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 18px auto 36px;
	max-width: 620px;
	text-align: center;
}

.vd-ht .ht-contact-phone {
	color: #6E571A; /* AA small-text contrast on the ivory card */
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.vd-ht .ht-contact-phone:hover {
	color: var(--ht-dark);
}

.vd-ht .ht-contact-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.vd-ht .ht-form-row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vd-ht .ht-field {
	display: block;
	margin: 0;
}

.vd-ht .ht-field input,
.vd-ht .ht-field textarea {
	appearance: none;
	background: var(--ht-white);
	border: 1px solid #cfc8b8;
	border-radius: 4px;
	color: var(--ht-text);
	display: block;
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
	padding: 17px 19px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
	width: 100%;
}

.vd-ht .ht-field input {
	height: 58px;
}

.vd-ht .ht-field textarea {
	min-height: 180px;
	resize: vertical;
}

.vd-ht .ht-field input::placeholder,
.vd-ht .ht-field textarea::placeholder {
	color: #64615b;
	opacity: 1;
}

.vd-ht .ht-field input:focus,
.vd-ht .ht-field textarea:focus {
	border-color: var(--ht-gold);
	box-shadow: 0 0 0 2px rgba(186, 155, 55, 0.18);
}

.vd-ht .ht-field-message {
	position: relative;
}

.vd-ht .ht-character-count {
	color: var(--ht-muted);
	font-size: 12px;
	line-height: 1.4;
	margin: 8px 0 0;
	text-align: right;
}

.vd-ht .ht-consent {
	align-items: flex-start;
	color: var(--ht-muted);
	cursor: pointer;
	display: flex;
	font-size: 12px;
	gap: 12px;
	line-height: 1.5;
	margin-top: 2px;
}

.vd-ht .ht-consent input {
	accent-color: var(--ht-gold-deep);
	flex: 0 0 18px;
	height: 18px;
	margin: 2px 0 0;
	width: 18px;
}

.vd-ht .ht-consent a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.vd-ht .ht-form-submit {
	margin-top: 10px;
	text-align: center;
}

.vd-ht .ht-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* Section 12: FAQ */
.vd-ht .ht-faq {
	align-items: center;
	background: var(--ht-ivory);
	color: var(--ht-text);
	display: flex;
	isolation: isolate;
	min-height: 930px;
	overflow: hidden;
	padding: 100px 40px;
}

.vd-ht .ht-faq::before,
.vd-ht .ht-faq::after {
	border: 1px solid rgba(186, 155, 55, 0.23);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.vd-ht .ht-faq::before {
	height: 520px;
	left: -360px;
	top: -155px;
	width: 720px;
}

.vd-ht .ht-faq::after {
	bottom: -310px;
	height: 520px;
	right: -330px;
	width: 720px;
}

.vd-ht .ht-faq-inner {
	margin-inline: auto;
	max-width: 1090px;
	width: 100%;
}

.vd-ht .ht-faq h2 {
	font-size: clamp(38px, 2.45vw, 48px);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.12;
	margin: 0;
	text-align: center;
}

.vd-ht .ht-faq-list {
	border-top: 1px solid rgba(20, 16, 11, 0.22);
	margin-top: 54px;
}

.vd-ht .ht-faq-item {
	border-bottom: 1px solid rgba(20, 16, 11, 0.22);
}

.vd-ht .ht-faq-question {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.vd-ht .ht-faq-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--ht-text);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 20px;
	font-weight: 700;
	gap: 28px;
	justify-content: space-between;
	line-height: 1.35;
	min-height: 96px;
	padding: 22px 4px 22px 0;
	text-align: left;
	width: 100%;
}

.vd-ht .ht-faq-icon {
	align-items: center;
	background: var(--ht-gold);
	border-radius: 50%;
	color: var(--ht-white);
	display: inline-flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	transition: background-color 160ms ease, transform 220ms ease;
	width: 38px;
}

.vd-ht .ht-faq-icon svg {
	display: block;
	height: 21px;
	width: 21px;
}

.vd-ht .ht-faq-toggle[aria-expanded="true"] .ht-faq-icon {
	background: var(--ht-gold-deep);
	transform: rotate(180deg);
}

.vd-ht .ht-faq-panel {
	color: var(--ht-muted);
	font-size: 16px;
	line-height: 1.7;
	max-width: 960px;
	padding: 0 76px 31px 0;
}

.vd-ht .ht-faq-panel p {
	margin: 0;
}

/* Section C6: footer */
.vd-ht .ht-footer {
	background: linear-gradient(120deg, var(--ht-brown), var(--ht-dark));
	color: var(--ht-white);
	isolation: isolate;
	min-height: 686px;
	overflow: hidden;
	padding: 94px 40px 42px;
}

.vd-ht .ht-footer::before,
.vd-ht .ht-footer::after {
	border: 1px solid rgba(186, 155, 55, 0.18);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.vd-ht .ht-footer::before {
	height: 620px;
	left: -440px;
	top: -355px;
	width: 880px;
}

.vd-ht .ht-footer::after {
	bottom: -420px;
	height: 660px;
	right: -390px;
	width: 900px;
}

.vd-ht .ht-footer-inner {
	margin-inline: auto;
	max-width: 1440px;
	width: 100%;
}

.vd-ht .ht-footer-grid {
	display: grid;
	gap: clamp(42px, 4.2vw, 76px);
	grid-template-columns: 1.3fr 1fr 0.9fr 1.12fr;
}

.vd-ht .ht-footer-column {
	min-width: 0;
}

.vd-ht .ht-footer-logo {
	display: inline-block;
	max-width: 245px;
}

.vd-ht .ht-footer-logo img {
	display: block;
	height: auto;
	max-width: 100%;
}

.vd-ht .ht-footer-brand > p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.65;
	margin: 29px 0 27px;
	max-width: 315px;
}

.vd-ht .ht-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}

.vd-ht .ht-social-link {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.48);
	color: var(--ht-white);
	display: inline-flex;
	height: 37px;
	justify-content: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	width: 37px;
}

.vd-ht .ht-social-link:hover {
	background: var(--ht-gold);
	border-color: var(--ht-gold);
	color: var(--ht-dark);
}

.vd-ht .ht-social-link svg {
	height: 18px;
	width: 18px;
}

.vd-ht .ht-footer-column h2 {
	color: var(--ht-white);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 3px 0 26px;
}

.vd-ht .ht-footer-links {
	display: flex;
	flex-direction: column;
	gap: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vd-ht .ht-footer-links a {
	color: rgba(255, 255, 255, 0.91);
	font-size: 15px;
	line-height: 1.45;
	text-decoration: none;
}

.vd-ht .ht-footer-links a:hover,
.vd-ht .ht-footer-legal-links a:hover {
	color: var(--ht-gold);
}

.vd-ht .ht-footer-practice .ht-footer-links a {
	display: inline-flex;
	gap: 9px;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.7);
	text-underline-offset: 3px;
}

.vd-ht .ht-footer-practice .ht-footer-links span {
	color: var(--ht-gold);
	font-size: 23px;
	line-height: 0.9;
}

.vd-ht .ht-footer-contact address,
.vd-ht .ht-footer-contact p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 15px;
	font-style: normal;
	line-height: 1.7;
	margin: 0 0 18px;
}

.vd-ht .ht-footer-contact .ht-footer-phone,
.vd-ht .ht-footer-contact .ht-footer-email {
	color: var(--ht-gold);
	font-weight: 700;
}

.vd-ht .ht-footer-contact a {
	color: inherit;
}

.vd-ht .ht-footer-email a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.vd-ht .ht-footer-bottom {
	border-top: 1px solid rgba(186, 155, 55, 0.48);
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.55;
	margin-top: 66px;
	padding-top: 28px;
	text-align: center;
}

.vd-ht .ht-footer-legal-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	margin-bottom: 11px;
}

.vd-ht .ht-footer-legal-links a {
	color: var(--ht-white);
	text-decoration: none;
}

.vd-ht .ht-footer-bottom p {
	margin: 4px 0;
}

@media (max-width: 991px) {
	.vd-ht .ht-practice > .ht-shell,
	.vd-ht .ht-community > .ht-shell,
	.vd-ht .ht-cta-band > .ht-shell {
		width: calc(100% - 100px);
	}

	.vd-ht .ht-practice {
		min-height: 0;
		padding-block: 78px;
	}

	.vd-ht .ht-practice-grid {
		display: block;
	}

	.vd-ht .ht-practice-nav h2 {
		font-size: clamp(34px, 8vw, 42px);
		margin-bottom: 34px;
		max-width: none;
	}

	.vd-ht .ht-practice-tabs {
		display: none;
	}

	.vd-ht .ht-practice-panels,
	.vd-ht .ht-practice-panel {
		min-height: 0;
	}

	.vd-ht .ht-practice-panel {
		background: transparent;
		margin-bottom: 13px;
		padding: 0;
	}

	.vd-ht .ht-practice-mobile-toggle {
		border-radius: 999px;
		display: flex;
		min-height: 60px;
		padding: 13px 22px 13px 26px;
	}

	.vd-ht .ht-practice-mobile-toggle[aria-expanded="true"] {
		background: var(--ht-dark);
		border-color: var(--ht-dark);
		box-shadow: inset 6px 0 0 var(--ht-gold);
		color: var(--ht-white);
	}

	.vd-ht .ht-practice-mobile-toggle[aria-expanded="true"] .ht-practice-chevron {
		transform: rotate(90deg);
	}

	.vd-ht .ht-practice-panel-content {
		background: var(--ht-ivory);
		margin-top: 12px;
		padding: 36px;
	}

	.vd-ht .ht-practice-panel-image {
		height: clamp(220px, 53vw, 300px);
		margin: 0 -36px 29px;
		max-width: none;
		width: calc(100% + 72px);
	}

	.vd-ht .ht-practice-panel h3 {
		font-size: 30px;
	}

	.vd-ht .ht-practice-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vd-ht .ht-community {
		min-height: 0;
		padding-block: 78px;
	}

	.vd-ht .ht-community-grid {
		gap: 48px;
		grid-template-columns: 1fr;
	}

	.vd-ht .ht-community-collage {
		justify-self: center;
	}

	.vd-ht .ht-cta-band {
		padding-block: 76px;
	}

	.vd-ht .ht-cta-band-copy {
		font-size: 16px;
	}

	.vd-ht .ht-contact {
		min-height: 0;
		padding: 84px 32px;
	}

	.vd-ht .ht-contact-content {
		padding: 48px 40px 52px;
	}

	.vd-ht .ht-form-row {
		grid-template-columns: 1fr;
	}

	.vd-ht .ht-faq {
		min-height: 0;
		padding: 86px 50px;
	}

	.vd-ht .ht-faq-toggle {
		font-size: 18px;
		min-height: 88px;
	}

	.vd-ht .ht-footer {
		min-height: 0;
		padding: 78px 50px 42px;
	}

	.vd-ht .ht-footer-grid {
		grid-template-columns: 1fr;
	}

	.vd-ht .ht-footer-brand {
		order: 1;
	}

	.vd-ht .ht-footer-contact {
		order: 2;
	}

	.vd-ht .ht-footer-practice {
		order: 3;
	}

	.vd-ht .ht-footer-quick {
		order: 4;
	}

	.vd-ht .ht-footer-brand > p {
		max-width: 440px;
	}

	.vd-ht .ht-footer-bottom {
		margin-top: 52px;
	}
}

@media (max-width: 479px) {
	.vd-ht .ht-practice > .ht-shell,
	.vd-ht .ht-community > .ht-shell,
	.vd-ht .ht-cta-band > .ht-shell {
		width: calc(100% - 48px);
	}

	.vd-ht .ht-practice,
	.vd-ht .ht-community {
		padding-block: 64px;
	}

	.vd-ht .ht-practice-panel-content {
		padding: 28px 22px 31px;
	}

	.vd-ht .ht-practice-callout {
		padding: 20px;
	}

	.vd-ht .ht-cta-band {
		min-height: 560px;
		padding-block: 66px;
	}

	.vd-ht .ht-cta-band h2 {
		font-size: 37px;
	}

	.vd-ht .ht-cta-band-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 24px;
		width: 100%;
	}

	.vd-ht .ht-cta-band-phone {
		justify-content: center;
	}

	.vd-ht .ht-contact {
		padding: 64px 16px;
	}

	.vd-ht .ht-contact-bar {
		height: 8px;
	}

	.vd-ht .ht-contact-content {
		padding: 38px 20px 42px;
	}

	.vd-ht .ht-contact h2,
	.vd-ht .ht-faq h2 {
		font-size: 35px;
	}

	.vd-ht .ht-contact-intro {
		margin-bottom: 36px;
	}

	.vd-ht .ht-field textarea {
		min-height: 190px;
	}

	.vd-ht .ht-faq {
		padding: 72px 24px;
	}

	.vd-ht .ht-faq-list {
		margin-top: 42px;
	}

	.vd-ht .ht-faq-toggle {
		font-size: 17px;
		gap: 18px;
		min-height: 82px;
	}

	.vd-ht .ht-faq-icon {
		flex-basis: 34px;
		height: 34px;
		width: 34px;
	}

	.vd-ht .ht-faq-panel {
		font-size: 15px;
		padding: 0 0 27px;
	}

	.vd-ht .ht-footer {
		padding: 68px 24px 38px;
	}

	.vd-ht .ht-footer-grid {
		gap: 42px;
	}

	.vd-ht .ht-footer-bottom {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vd-ht .ht-practice-tab,
	.vd-ht .ht-practice-mobile-toggle,
	.vd-ht .ht-practice-chevron,
	.vd-ht .ht-faq-icon,
	.vd-ht .ht-social-link {
		transition: none;
	}
}
