/* MDHelpTek inner pages — loads after homepage.css and reuses its tokens.
   Root element keeps the .mdh-home class so brand tokens, buttons, hero and
   the lead form all inherit from homepage.css unchanged. */

.mdh-home {
	--mdh-navy-body: #c3cee6;
	--mdh-outcome-bg: #e8f4fd;
	--mdh-outcome-border: #cadff3;
	--mdh-midcta-bg: #f7c9ae;
	--mdh-midcta-body: #5c4436;
	--mdh-midcta-border: #e9b193;
	--mdh-line-peach: #f4d6c8;
	--mdh-line-warm: #dbc4b8;
	--mdh-row-bg: #fbfcfe;
	--mdh-cool-chip: #f2f5fb;
	--mdh-media-border: #dde4f2;
	--mdh-deep-navy: #0e1c47;
}

/* ========== SHARED PIECES ========== */
.mdh-sec-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--mdh-orange);
	margin: 0 0 14px;
}

.mdh-sec-eyebrow i {
	width: 22px;
	height: 2px;
	background: var(--mdh-orange);
	display: block;
	flex: 0 0 auto;
}

.mdh-sec-eyebrow.is-plain {
	display: block;
	margin-bottom: 12px;
}

.mdh-sec-eyebrow.is-light {
	color: var(--mdh-orange-light);
}

.mdh-media {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--mdh-media-border);
	background: repeating-linear-gradient(45deg, #e9eef8 0 8px, #f5f8fd 8px 16px);
	display: grid;
	place-items: center;
	text-align: center;
	min-width: 0;
}

.mdh-media img,
.mdh-media iframe,
.mdh-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.mdh-media.is-16-9 { aspect-ratio: 16 / 9; }
.mdh-media.is-4-3 { aspect-ratio: 4 / 3; }
.mdh-media.is-4-5 { aspect-ratio: 4 / 5; }
.mdh-media.is-3-2 { aspect-ratio: 3 / 2; }

.mdh-media.is-sticky {
	position: sticky;
	top: 92px;
}

.mdh-media-hint {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 10.5px;
	color: var(--mdh-muted);
	line-height: 1.5;
}

.mdh-media-hint span {
	display: block;
	margin-top: 4px;
}

.mdh-play {
	width: 62px;
	height: 62px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: var(--mdh-navy);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.mdh-play-label {
	font-size: 17px;
	font-weight: 700;
	color: var(--mdh-navy);
	line-height: 1.3;
}

.mdh-play-label span {
	display: block;
}

.mdh-embed-note {
	margin-top: 10px;
}

/* ========== SERVICE HERO ========== */
.mdh-page-hero .mdh-hero-inner {
	padding-top: 52px;
	padding-bottom: 52px;
}

.mdh-home .mdh-hero-rule {
	margin: 0 0 26px !important;
	font-size: 16px;
	line-height: 1.65;
	color: var(--mdh-body);
	max-width: 34em;
	padding-left: 14px;
	border-left: 3px solid var(--mdh-orange);
	text-wrap: pretty;
}

.mdh-home .mdh-hero-rule.is-strong {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.55;
	color: var(--mdh-navy);
}

.mdh-home .mdh-hero-rule strong {
	color: var(--mdh-navy);
}

.mdh-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
}

.mdh-hero-ctas .mdh-btn,
.mdh-hero-ctas .mdh-btn-navy {
	font-size: 16px;
	padding: 16px 26px;
}

.mdh-hero-ctas .mdh-btn {
	box-shadow: 0 8px 20px rgba(239, 91, 37, 0.28);
}

.mdh-home .mdh-hero-ticks {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
	gap: 12px 20px;
	margin: 0 !important;
	padding: 22px 0 0 !important;
	border-top: 1px solid var(--mdh-stat-line);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--mdh-stat);
}

.mdh-home .mdh-hero-ticks li {
	display: grid;
	grid-template-columns: 15px minmax(0, 1fr);
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
}

/* ========== PULL-QUOTE BAND ========== */
.mdh-band {
	background: #ffffff;
}

.mdh-band-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 44px var(--mdh-pad-x);
	display: grid;
	grid-template-columns: 3px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
}

.mdh-band-rule {
	background: var(--mdh-orange);
	align-self: stretch;
	display: block;
}

.mdh-home .mdh-band-lead {
	margin: 0 0 14px !important;
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 500;
	line-height: 1.6;
	color: var(--mdh-navy);
	text-wrap: pretty;
}

.mdh-home .mdh-band-lead.is-large {
	font-size: clamp(17px, 1.9vw, 21px);
	line-height: 1.55;
}

.mdh-home .mdh-band-lead:last-child,
.mdh-home .mdh-band-p:last-child {
	margin-bottom: 0 !important;
}

.mdh-home .mdh-band-p {
	margin: 0 0 14px !important;
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--mdh-body);
	text-wrap: pretty;
}

.mdh-home .mdh-band-p strong {
	color: var(--mdh-navy);
}

/* ========== GENERIC 2-COLUMN SPLIT ========== */
.mdh-split {
	background: #ffffff;
}

.mdh-split-inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
	gap: 44px;
	padding-top: 72px;
	padding-bottom: 72px;
	align-items: center;
}

.mdh-split-inner.is-top {
	align-items: start;
}

.mdh-split-copy {
	min-width: 0;
}

.mdh-home .mdh-split-copy h2 {
	margin: 0 0 20px !important;
	font-size: clamp(27px, 3.4vw, 36px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.8px;
	text-wrap: pretty;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-split-copy p {
	margin: 0 0 18px !important;
	font-size: 16.5px;
	line-height: 1.7;
	color: var(--mdh-body);
	text-wrap: pretty;
}

.mdh-home .mdh-split-copy p:last-child {
	margin-bottom: 0 !important;
}

/* Heading / intro sitting directly above a bullet list. */
.mdh-home .mdh-split-copy h2.mdh-h2-tight {
	margin-bottom: 28px !important;
}

.mdh-home .mdh-split-copy h2.mdh-h2-loose {
	margin-bottom: 22px !important;
}

.mdh-home .mdh-split-copy p.mdh-intro {
	margin-bottom: 28px !important;
}

.mdh-split-inner.is-wide-gap {
	gap: 48px;
}

.mdh-media-stack {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.mdh-split.is-tint { background: var(--mdh-tint); }
.mdh-split.is-outcome { background: var(--mdh-outcome-bg); }

.mdh-split.is-outcome .mdh-media {
	border-color: var(--mdh-outcome-border);
	background: repeating-linear-gradient(45deg, #dceaf8 0 8px, #eaf3fc 8px 16px);
}

.mdh-media-pair {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr));
	gap: 16px;
	min-width: 0;
}

/* ========== BULLET ROWS ========== */
.mdh-home .mdh-rows {
	display: grid !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mdh-home .mdh-rows.is-tight {
	gap: 12px !important;
}

.mdh-home .mdh-rows li {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin: 0 !important;
	background: var(--mdh-row-bg);
	border: 1px solid var(--mdh-border);
	border-radius: 10px;
	padding: 18px 20px;
}

.mdh-home .mdh-rows.on-tint li {
	background: #ffffff;
	border: 0;
}

.mdh-row-check {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--mdh-peach-1);
	color: var(--mdh-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	flex: 0 0 auto;
}

.mdh-home .mdh-rows .mdh-row-text {
	font-size: 15.5px;
	line-height: 1.55;
	color: var(--mdh-body-3);
}

.mdh-home .mdh-rows h3 {
	margin: 0 0 4px !important;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-rows p {
	margin: 0 !important;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--mdh-body);
}

.mdh-home .mdh-rows-note {
	margin: 28px 0 0 !important;
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--mdh-body);
	text-wrap: pretty;
}

.mdh-home .mdh-rows-note + .mdh-rows-note {
	margin-top: 16px !important;
}

/* ========== NAVY TEAM SECTION ========== */
.mdh-navy-sec {
	background: var(--mdh-navy);
	color: #ffffff;
}

.mdh-navy-sec.is-deep {
	background: var(--mdh-deep-navy);
}

.mdh-navy-sec-inner {
	padding-top: 76px;
	padding-bottom: 76px;
}

.mdh-navy-head {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	gap: 40px;
	align-items: end;
	margin-bottom: 44px;
}

.mdh-home .mdh-navy-head h2 {
	margin: 0 !important;
	font-size: clamp(28px, 3.8vw, 42px);
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -1px;
	text-wrap: pretty;
	color: #ffffff !important;
}

.mdh-home .mdh-navy-head h2 span {
	color: var(--mdh-orange-light) !important;
}

.mdh-home .mdh-navy-head p {
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.7;
	color: var(--mdh-navy-body);
	text-wrap: pretty;
}

.mdh-home .mdh-navy-sec h3.mdh-tier-caps {
	margin: 0 0 20px !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #ffffff !important;
}

.mdh-tiers {
	display: grid;
	gap: 30px;
}

.mdh-tier-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.mdh-home .mdh-tier-head h3,
.mdh-home .mdh-tier-head h4 {
	margin: 0 !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #ffffff !important;
	white-space: nowrap;
}

.mdh-home .mdh-tier-head.is-accent h3,
.mdh-home .mdh-tier-head.is-accent h4 {
	font-size: 12.5px;
	color: var(--mdh-orange-light) !important;
}

.mdh-tier-head i {
	height: 1px;
	background: rgba(255, 255, 255, 0.18);
	display: block;
	width: 100%;
}

.mdh-roles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
	gap: 18px;
}

.mdh-roles.is-tight {
	grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.mdh-role {
	background: var(--mdh-navy-row);
	border-radius: 12px;
	padding: 26px 24px 24px;
	border-top: 3px solid var(--mdh-orange);
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: background 0.15s ease;
	min-width: 0;
}

.mdh-role:hover {
	background: var(--mdh-navy-row-hover);
}

.mdh-role-num {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.6px;
	color: var(--mdh-orange-light);
}

.mdh-home .mdh-role h4,
.mdh-home .mdh-role h5 {
	margin: 0 !important;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff !important;
}

.mdh-home .mdh-role p {
	margin: 0 !important;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--mdh-navy-body);
}

.mdh-navy-foot {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	gap: 20px;
}

.mdh-home .mdh-navy-foot p {
	margin: 0 !important;
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--mdh-navy-body);
	text-wrap: pretty;
}

.mdh-home .mdh-note-rule {
	margin: 0 !important;
	max-width: 62em;
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.7;
	color: #ffffff;
	padding-left: 18px;
	border-left: 3px solid var(--mdh-orange);
	text-wrap: pretty;
}

.mdh-home .mdh-note-rule.is-standalone {
	margin: 40px 0 0 !important;
}

/* ========== TIMELINE ========== */
.mdh-home .mdh-timeline {
	display: grid !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.mdh-home .mdh-timeline > li {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	margin: 0 !important;
	padding: 0 !important;
}

.mdh-tl-rail {
	display: grid;
	grid-template-rows: auto 1fr;
	justify-items: center;
	align-self: stretch;
}

.mdh-tl-num {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid var(--mdh-orange);
	color: var(--mdh-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	z-index: 1;
	flex: 0 0 auto;
}

.mdh-timeline > li:last-child .mdh-tl-num,
.mdh-tl-num.is-filled {
	background: var(--mdh-orange);
	color: #ffffff;
}

.mdh-tl-line {
	width: 2px;
	background: var(--mdh-line-peach);
	display: block;
	align-self: stretch;
	height: 100%;
}

.mdh-timeline > li:last-child .mdh-tl-line {
	display: none;
}

.mdh-tl-body {
	padding-bottom: 34px;
}

.mdh-timeline > li:last-child .mdh-tl-body {
	padding-bottom: 0;
}

.mdh-home .mdh-tl-body h3 {
	margin: 0 0 8px !important;
	font-size: clamp(19px, 2.1vw, 23px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.3px;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-tl-body p {
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.65;
	color: var(--mdh-body);
	max-width: 46em;
	text-wrap: pretty;
}

.mdh-split.is-tint .mdh-tl-line,
.mdh-tint-timeline .mdh-tl-line {
	background: var(--mdh-line-warm);
}

/* ========== NUMBERED STEP CARDS ========== */
.mdh-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
	gap: 20px;
}

.mdh-step {
	background: #ffffff;
	border-radius: 12px;
	padding: 28px 24px;
	display: grid;
	gap: 12px;
	align-content: start;
	min-width: 0;
}

.mdh-step-top {
	display: flex;
	align-items: center;
	gap: 14px;
}

.mdh-step-num {
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	border-radius: 50%;
	border: 2px solid var(--mdh-orange);
	color: var(--mdh-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 700;
}

.mdh-step:last-child .mdh-step-num {
	background: var(--mdh-orange);
	color: #ffffff;
}

.mdh-step-top i {
	height: 2px;
	background: var(--mdh-line-peach);
	display: block;
	width: 100%;
}

.mdh-step:last-child .mdh-step-top i {
	display: none;
}

.mdh-home .mdh-step h3 {
	margin: 0 !important;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-step p {
	margin: 0 !important;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--mdh-body);
}

/* ========== SPECIALTY CHIPS ========== */
.mdh-home .mdh-chips {
	display: flex !important;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 34px !important;
	padding: 0 !important;
}

.mdh-home .mdh-chips li {
	background: var(--mdh-navy-row);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 30px;
	padding: 12px 22px;
	font-size: 14.5px;
	font-weight: 500;
	margin: 0 !important;
	transition: background 0.15s ease;
}

.mdh-home .mdh-chips li:hover {
	background: var(--mdh-navy-row-hover);
}

.mdh-home .mdh-chips-note {
	margin: 0 !important;
	max-width: 56em;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--mdh-navy-body);
	text-wrap: pretty;
}

.mdh-home .mdh-navy-sec h2.mdh-navy-h2 {
	margin: 0 0 32px !important;
	font-size: clamp(27px, 3.4vw, 36px);
	font-weight: 700;
	letter-spacing: -0.8px;
	line-height: 1.15;
	color: #ffffff !important;
}

/* ========== FAQ ========== */
.mdh-faq {
	background: #ffffff;
}

.mdh-faq.is-tint {
	background: var(--mdh-tint);
}

.mdh-faq-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 72px var(--mdh-pad-x);
}

.mdh-faq-inner.is-narrow {
	max-width: 860px;
}

.mdh-home .mdh-faq-inner > h2 {
	margin: 0 0 8px !important;
	font-size: clamp(27px, 3.4vw, 36px);
	font-weight: 700;
	letter-spacing: -0.8px;
	text-align: center;
	color: var(--mdh-navy) !important;
}

.mdh-faq-rule {
	width: 90px;
	height: 3px;
	background: var(--mdh-orange);
	margin: 0 auto 34px;
}

.mdh-faq-list {
	display: grid;
	gap: 12px;
}

.mdh-faq-item {
	border: 1px solid var(--mdh-border);
	border-radius: 10px;
	overflow: hidden;
}

.mdh-faq.is-tint .mdh-faq-item {
	border-color: var(--mdh-media-border);
}

.mdh-home button.mdh-faq-q {
	width: 100%;
	font-family: inherit !important;
	text-align: left;
	background: var(--mdh-row-bg) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 20px 22px !important;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 15.5px !important;
	font-weight: 600;
	color: var(--mdh-navy) !important;
	cursor: pointer;
	line-height: 1.4;
	letter-spacing: normal;
	text-transform: none;
}

.mdh-home .mdh-faq.is-tint button.mdh-faq-q {
	background: #ffffff !important;
}

.mdh-home button.mdh-faq-q:hover,
.mdh-home button.mdh-faq-q:focus {
	background: var(--mdh-cool-chip) !important;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-faq.is-tint button.mdh-faq-q:hover,
.mdh-home .mdh-faq.is-tint button.mdh-faq-q:focus {
	background: #f7f9fd !important;
}

.mdh-faq-sign {
	color: var(--mdh-orange);
	font-size: 13px;
	flex: 0 0 auto;
}

.mdh-home .mdh-faq-a {
	margin: 0 !important;
	padding: 4px 22px 22px !important;
	font-size: 15.5px;
	line-height: 1.65;
	color: var(--mdh-body);
	display: none;
}

.mdh-faq.is-tint .mdh-faq-a {
	background: #ffffff;
}

.mdh-faq-item.is-open .mdh-faq-a {
	display: block;
}

/* ========== MID CTA BAND (peach) ========== */
.mdh-midcta {
	background: var(--mdh-midcta-bg);
}

.mdh-midcta-inner {
	max-width: var(--mdh-max);
	margin: 0 auto;
	padding: 0 var(--mdh-pad-x);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	gap: 32px;
	align-items: stretch;
}

.mdh-midcta-copy {
	padding: 64px 0;
	display: grid;
	align-content: center;
	gap: 18px;
	min-width: 0;
}

.mdh-home .mdh-midcta-copy h2 {
	margin: 0 !important;
	font-size: clamp(27px, 3.4vw, 38px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.8px;
	color: var(--mdh-navy) !important;
	text-wrap: pretty;
}

.mdh-home .mdh-midcta-copy p {
	margin: 0 !important;
	font-size: 17px;
	line-height: 1.6;
	color: var(--mdh-midcta-body);
	max-width: 32em;
	text-wrap: pretty;
}

.mdh-midcta-copy .mdh-btn-navy {
	justify-self: start;
	font-size: 16px;
	padding: 16px 28px;
}

.mdh-midcta-media {
	min-height: 300px;
	border-radius: 14px 14px 0 0;
	background: repeating-linear-gradient(45deg, #efb694 0 8px, #f4c7ac 8px 16px);
	border: 1px solid var(--mdh-midcta-border);
	border-bottom: 0;
	display: grid;
	place-items: center;
	overflow: hidden;
}

.mdh-midcta-media .mdh-media-hint {
	color: #8a6248;
}

.mdh-midcta-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ========== SERVICE CARD GRID (About) ========== */
.mdh-svc-head {
	max-width: 760px;
	margin-bottom: 40px;
}

.mdh-home .mdh-svc-head h2 {
	margin: 0 0 12px !important;
	font-size: clamp(27px, 3.6vw, 38px);
	font-weight: 700;
	letter-spacing: -0.8px;
	line-height: 1.15;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-svc-head p {
	margin: 0 !important;
	font-size: 17px;
	line-height: 1.6;
	color: var(--mdh-body);
}

.mdh-svc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
	gap: 18px;
}

.mdh-home a.mdh-svc-card {
	background: #ffffff;
	border-radius: 12px;
	border-top: 3px solid var(--mdh-orange);
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--mdh-navy) !important;
	transition: box-shadow 0.2s ease, background 0.2s ease;
	min-width: 0;
}

.mdh-home a.mdh-svc-card:hover {
	box-shadow: 0 12px 30px rgba(20, 38, 92, 0.1);
	color: var(--mdh-navy) !important;
}

.mdh-home a.mdh-svc-card.is-navy {
	background: var(--mdh-navy);
	color: #ffffff !important;
}

.mdh-home a.mdh-svc-card.is-navy:hover {
	background: var(--mdh-navy-row);
	box-shadow: none;
	color: #ffffff !important;
}

.mdh-home .mdh-svc-card h3 {
	margin: 0 !important;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	color: inherit !important;
}

.mdh-home .mdh-svc-card p {
	margin: 0 !important;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--mdh-navy-body);
}

.mdh-svc-more {
	margin-top: auto;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--mdh-orange);
}

.mdh-svc-card.is-navy .mdh-svc-more {
	color: var(--mdh-orange-light);
}

.mdh-svc-foot {
	margin-top: 40px;
	padding-top: 34px;
	border-top: 1px solid var(--mdh-media-border);
	display: grid;
	gap: 18px;
}

.mdh-home .mdh-svc-foot h3 {
	margin: 0 !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-svc-foot p {
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.7;
	color: var(--mdh-body);
	text-wrap: pretty;
}

/* Standalone services fill the full row instead of stacking in one column. */
.mdh-home .mdh-pills {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: stretch;
}

.mdh-home .mdh-pills li {
	background: #ffffff;
	border: 1px solid var(--mdh-media-border);
	border-radius: 12px;
	padding: 18px 20px;
	font-size: 15px;
	font-weight: 600;
	color: var(--mdh-navy);
	display: grid;
	grid-template-columns: 10px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 0 !important;
	min-width: 0;
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.mdh-home .mdh-pills li:hover {
	border-color: var(--mdh-orange);
	box-shadow: 0 10px 24px rgba(20, 38, 92, 0.09);
	transform: translateY(-2px);
}

.mdh-pill-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--mdh-orange);
	display: block;
	flex: 0 0 auto;
}

/* "Also Available" runs the full width so no half-empty row is left over. */
.mdh-also {
	background: #ffffff;
	border: 1px solid var(--mdh-media-border);
	border-left: 3px solid var(--mdh-orange);
	border-radius: 12px;
	padding: 22px 24px;
	display: grid;
	gap: 10px 30px;
	align-items: center;
}

@media (min-width: 860px) {
	.mdh-also {
		grid-template-columns: minmax(0, 170px) minmax(0, 1fr);
	}
}

/* ========== WHERE WE'RE BASED ========== */
.mdh-home .mdh-plain-h2 {
	margin: 0 0 36px !important;
	font-size: clamp(27px, 3.4vw, 36px);
	font-weight: 700;
	letter-spacing: -0.8px;
	line-height: 1.15;
	color: var(--mdh-navy) !important;
}

.mdh-info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	gap: 20px;
}

.mdh-info {
	background: var(--mdh-row-bg);
	border: 1px solid var(--mdh-border);
	border-radius: 12px;
	padding: 30px 28px;
	min-width: 0;
}

.mdh-info.is-navy {
	background: var(--mdh-navy);
	border-color: var(--mdh-navy);
	color: #ffffff;
}

.mdh-home .mdh-info h3 {
	margin: 0 0 12px !important;
	font-size: 19px;
	font-weight: 700;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-info.is-navy h3 {
	color: #ffffff !important;
}

.mdh-home .mdh-info p {
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.7;
	color: var(--mdh-body);
}

.mdh-home .mdh-info p strong {
	color: var(--mdh-navy);
}

.mdh-home .mdh-info.is-navy p {
	color: var(--mdh-navy-body);
}

.mdh-home .mdh-info.is-navy p strong {
	color: #ffffff;
}

/* ========== SINGLE TESTIMONIAL ========== */
.mdh-testi {
	background: var(--mdh-tint);
}

.mdh-testi-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 72px var(--mdh-pad-x);
}

.mdh-home .mdh-testi-inner > h2 {
	margin: 0 0 30px !important;
	font-size: clamp(27px, 3.4vw, 36px);
	font-weight: 700;
	letter-spacing: -0.8px;
	line-height: 1.15;
	color: var(--mdh-navy) !important;
}

.mdh-testi-card {
	margin: 0;
	background: #ffffff;
	border-radius: 14px;
	padding: 40px 38px;
	box-shadow: 0 14px 36px rgba(20, 38, 92, 0.08);
}

.mdh-home .mdh-testi-card blockquote {
	margin: 0 0 26px !important;
	font-size: clamp(18px, 2.1vw, 23px);
	font-weight: 500;
	line-height: 1.55;
	color: var(--mdh-navy);
	text-wrap: pretty;
}

.mdh-testi-card figcaption {
	padding-top: 22px;
	border-top: 1px solid var(--mdh-border);
	font-size: 15px;
	font-weight: 700;
	color: var(--mdh-navy);
}

.mdh-testi-role {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #6a7799;
	margin-top: 4px;
}

/* ========== LEADERSHIP BIO HERO ========== */
.mdh-bio-hero .mdh-hero-inner {
	padding-top: 52px;
	padding-bottom: 52px;
	gap: 48px;
	align-items: center;
}

.mdh-home .mdh-bio-hero h1 {
	margin: 0 0 8px !important;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.06 !important;
	letter-spacing: -1.3px;
}

.mdh-home .mdh-bio-name {
	margin: 0 0 26px !important;
	font-size: clamp(19px, 2.2vw, 25px);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.5px;
	color: var(--mdh-body-3);
}

.mdh-home .mdh-bio-p {
	margin: 0 0 18px !important;
	font-size: 16.5px;
	line-height: 1.75;
	color: var(--mdh-body);
	max-width: 34em;
	text-wrap: pretty;
}

.mdh-home .mdh-bio-p:last-of-type {
	margin-bottom: 26px !important;
}

.mdh-home a.mdh-linkedin {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--mdh-navy) !important;
	background: #ffffff;
	border: 1px solid var(--mdh-stat-line);
	padding: 11px 18px;
	border-radius: 8px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mdh-home a.mdh-linkedin:hover {
	border-color: var(--mdh-navy);
	box-shadow: 0 8px 18px rgba(20, 38, 92, 0.1);
}

.mdh-li-mark {
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background: #0a66c2;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	flex: 0 0 auto;
}

.mdh-portrait {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(20, 38, 92, 0.18);
	background: #e9eef8;
	min-width: 0;
}

.mdh-portrait img {
	display: block;
	width: 100%;
	height: auto;
}

.mdh-portrait.is-empty {
	aspect-ratio: 4 / 5;
	display: grid;
	place-items: center;
	background: repeating-linear-gradient(45deg, #e9eef8 0 8px, #f5f8fd 8px 16px);
}

/* ========== PEOPLE CARDS ========== */
.mdh-people {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
	gap: 24px;
}

.mdh-person {
	background: #ffffff;
	border: 1px solid var(--mdh-border);
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-width: 0;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mdh-person:hover {
	box-shadow: 0 14px 34px rgba(20, 38, 92, 0.1);
	transform: translateY(-3px);
}

.mdh-person-photo {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	background: repeating-linear-gradient(45deg, #e9eef8 0 8px, #f5f8fd 8px 16px);
}

.mdh-person-photo.is-empty {
	display: grid;
	place-items: center;
}

.mdh-person-body {
	padding: 22px 22px 24px;
	border-top: 3px solid var(--mdh-orange);
}

.mdh-home .mdh-person-body h3 {
	margin: 0 0 5px !important;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.3px;
	line-height: 1.3;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-person-body p {
	margin: 0 !important;
	font-size: 14.5px;
	font-weight: 500;
	color: #6a7799;
	line-height: 1.5;
}

.mdh-person-open {
	background: var(--mdh-cool-chip);
	border: 1px dashed #c2cee6;
	border-radius: 14px;
	display: grid;
	place-items: center;
	padding: 28px 22px;
	text-align: center;
	min-height: 220px;
	min-width: 0;
}

.mdh-home .mdh-person-open p {
	margin: 0 !important;
	font-size: 14px;
	line-height: 1.55;
	color: #6a7799;
	max-width: 18em;
}

.mdh-open-tag {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 10.5px;
	color: var(--mdh-muted);
	margin-bottom: 8px;
}

/* ========== NAVY SPLIT WITH FORM ========== */
.mdh-mastery-inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	gap: 40px;
	align-items: center;
	padding-top: 68px;
	padding-bottom: 68px;
}

.mdh-mastery-copy {
	min-width: 0;
}

.mdh-home .mdh-mastery-copy h2 {
	margin: 0 0 16px !important;
	font-size: clamp(28px, 3.8vw, 42px);
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.1;
	color: #ffffff !important;
	text-wrap: pretty;
}

.mdh-home .mdh-mastery-copy h2 span {
	color: var(--mdh-orange-light) !important;
}

.mdh-home .mdh-mastery-copy p {
	margin: 0 !important;
	font-size: 17px;
	line-height: 1.65;
	color: var(--mdh-navy-body);
	max-width: 36em;
	text-wrap: pretty;
}

.mdh-home .mdh-lead.on-navy {
	border: 0;
	color: var(--mdh-navy);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.mdh-home .mdh-lead.on-navy h3,
.mdh-home .mdh-lead.on-navy h2 {
	margin: 0 0 6px !important;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.4px;
	line-height: 1.25;
	color: var(--mdh-navy) !important;
}

/* ========== SECTION WRAPPERS ========== */
.mdh-sec {
	background: #ffffff;
}

.mdh-sec.is-tint {
	background: var(--mdh-tint);
}

.mdh-sec-inner {
	padding-top: 72px;
	padding-bottom: 72px;
}

.mdh-sec-inner.is-tall {
	padding-top: 76px;
	padding-bottom: 76px;
}

.mdh-sec-inner.is-short {
	padding-top: 72px;
	padding-bottom: 20px;
}

.mdh-sec-head {
	margin-bottom: 48px;
}

.mdh-home .mdh-sec-head h2 {
	margin: 0 !important;
	font-size: clamp(28px, 3.8vw, 42px);
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.1;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-sec-head.is-flush h2 {
	margin: 0 0 40px !important;
	font-size: clamp(27px, 3.4vw, 36px);
	letter-spacing: -0.8px;
	line-height: 1.15;
}

/* ========== VIDEO TESTIMONIAL ========== */
.mdh-vt {
	background: var(--mdh-tint);
}

.mdh-vt-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 48px var(--mdh-pad-x);
}

.mdh-vt-head {
	text-align: center;
	margin-bottom: 28px;
}

.mdh-vt-pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: #ffffff;
	border: 1px solid var(--mdh-media-border);
	color: var(--mdh-navy);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 30px;
	margin-bottom: 12px;
}

.mdh-vt-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--mdh-orange);
	display: block;
	flex: 0 0 auto;
}

.mdh-home .mdh-vt-head h2 {
	margin: 0 !important;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	letter-spacing: -0.6px;
	line-height: 1.15;
	color: var(--mdh-navy) !important;
	text-wrap: pretty;
}

.mdh-vt-card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(20, 38, 92, 0.12);
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	align-items: stretch;
}

.mdh-vt-media {
	position: relative;
	aspect-ratio: 16 / 9;
	background: repeating-linear-gradient(45deg, #e9eef8 0 8px, #f5f8fd 8px 16px);
	display: grid;
	place-items: center;
	min-width: 0;
	overflow: hidden;
}

.mdh-vt-media.has-embed {
	aspect-ratio: 16 / 9;
	background: #0e1c47;
}

.mdh-vt-media img,
.mdh-vt-media iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
	display: block;
}

.mdh-vt-play {
	position: relative;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: var(--mdh-navy);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.mdh-vt-hint {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 10.5px;
	color: var(--mdh-muted);
	text-align: center;
}

.mdh-vt-hint span {
	display: block;
	margin-top: 3px;
}

.mdh-vt-quote {
	margin: 0;
	padding: 28px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	min-width: 0;
}

.mdh-vt-mark {
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	color: var(--mdh-lead-border);
	font-family: Georgia, serif;
}

.mdh-home .mdh-vt-quote blockquote {
	margin: 0 !important;
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 500;
	line-height: 1.45;
	color: var(--mdh-navy);
	text-wrap: pretty;
}

.mdh-vt-quote figcaption {
	font-size: 14.5px;
	font-weight: 700;
	color: var(--mdh-navy);
	padding-top: 8px;
	border-top: 1px solid var(--mdh-tint);
}

.mdh-vt-quote figcaption span {
	display: block;
	font-weight: 400;
	font-size: 13.5px;
	color: #6a7799;
	margin-top: 3px;
}

/* ========== FORM FIELD GRID ========== */
.mdh-home .mdh-form {
	display: block !important;
	position: relative;
}

.mdh-home .mdh-form-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-items: start;
}

.mdh-home .mdh-form-grid .mdh-f {
	display: grid;
	gap: 6px;
	min-width: 0;
	margin: 0 !important;
	grid-column: span 1;
}

.mdh-home .mdh-form-grid .mdh-f-full {
	grid-column: 1 / -1;
}

.mdh-f-label {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--mdh-body-3);
	line-height: 1.3;
}

.mdh-f-label em {
	font-style: normal;
	font-weight: 500;
	color: var(--mdh-muted);
}

.mdh-home .mdh-form textarea:not([name="g-recaptcha-response"]):not([id^="g-recaptcha-response"]) {
	font-family: inherit !important;
	font-size: 15px !important;
	color: var(--mdh-navy) !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 13px 14px !important;
	line-height: 1.55 !important;
	border: 1px solid var(--mdh-input-border) !important;
	border-radius: 8px !important;
	background-color: #fbfcfe !important;
	box-shadow: none !important;
	resize: vertical;
	min-height: 110px;
}

.mdh-home .mdh-form textarea:focus {
	outline: none !important;
	border-color: var(--mdh-orange) !important;
}

.mdh-home .mdh-form-grid .mdh-form-error,
.mdh-home .mdh-form-grid .mdh-form-submit {
	grid-column: 1 / -1;
}

/* honeypot */
.mdh-hp {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* reCAPTCHA */
.mdh-captcha {
	justify-items: center;
	margin-top: 2px !important;
}

.mdh-captcha-box {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.mdh-home p.mdh-captcha-note {
	margin: 0 !important;
	font-size: 11.5px;
	line-height: 1.5;
	color: var(--mdh-muted);
	text-align: center;
}

.mdh-home p.mdh-captcha-note a {
	color: var(--mdh-muted) !important;
	text-decoration: underline !important;
}

.mdh-home .mdh-form textarea#g-recaptcha-response,
.mdh-home .mdh-form textarea[name="g-recaptcha-response"],
.mdh-home .mdh-form textarea[id^="g-recaptcha-response"] {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	max-height: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
	resize: none !important;
}

.grecaptcha-badge,
body > div.grecaptcha-badge {
	visibility: hidden !important;
}

.mdh-form.is-busy {
	opacity: 0.6;
	pointer-events: none;
}

/* ========== LEGAL PAGES (Privacy / Terms) ========== */
.mdh-legal-head {
	background: var(--mdh-row-bg);
	border-bottom: 1px solid var(--mdh-border);
}

.mdh-legal-wrap {
	max-width: 800px;
	margin: 0 auto;
	padding-left: var(--mdh-pad-x);
	padding-right: var(--mdh-pad-x);
}

.mdh-legal-head .mdh-legal-wrap {
	padding-top: 56px;
	padding-bottom: 40px;
}

.mdh-home .mdh-legal-h1 {
	margin: 0 0 12px !important;
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 700;
	letter-spacing: -0.9px;
	line-height: 1.15;
	color: var(--mdh-navy) !important;
	text-wrap: pretty;
}

.mdh-home .mdh-legal-meta {
	margin: 0 !important;
	font-size: 15px;
	color: var(--mdh-muted);
	line-height: 1.5;
}

.mdh-home .mdh-legal-meta span {
	font-weight: 600;
	color: var(--mdh-body);
}

.mdh-legal-body {
	background: #ffffff;
}

.mdh-toc {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
	gap: 8px 20px;
	padding-top: 48px;
	padding-bottom: 32px;
	border-bottom: 1px solid var(--mdh-tint);
}

.mdh-home .mdh-toc a {
	font-size: 14px;
	font-weight: 600;
	padding: 4px 0;
	line-height: 1.45;
	min-width: 0;
	overflow-wrap: break-word;
}

.mdh-legal-copy {
	padding-top: 40px;
	padding-bottom: 72px;
}

.mdh-legal-notice {
	background: var(--mdh-peach-2);
	border: 1px solid var(--mdh-peach-border);
	border-radius: 10px;
	padding: 18px 20px;
	margin-bottom: 40px;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--mdh-stat);
}

.mdh-home .mdh-legal-intro {
	margin: 0 0 40px !important;
	font-size: 16px;
	line-height: 1.75;
	color: var(--mdh-body);
	text-wrap: pretty;
}

.mdh-home .mdh-legal-h2 {
	margin: 0 0 14px !important;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.4px;
	line-height: 1.35;
	color: var(--mdh-navy) !important;
	scroll-margin-top: 90px;
	text-wrap: pretty;
}

.mdh-home .mdh-legal-p {
	margin: 0 0 24px !important;
	font-size: 16px;
	line-height: 1.75;
	color: var(--mdh-body);
}

.mdh-home .mdh-legal-p.has-list {
	margin-bottom: 14px !important;
}

.mdh-home .mdh-legal-p strong {
	color: var(--mdh-navy);
}

.mdh-home .mdh-legal-list {
	display: grid !important;
	gap: 8px !important;
	margin: 0 0 24px !important;
	padding: 0 0 0 4px !important;
}

.mdh-home .mdh-legal-list li {
	font-size: 16px;
	line-height: 1.7;
	color: var(--mdh-body);
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	gap: 8px;
	margin: 0 !important;
}

.mdh-legal-dot {
	color: var(--mdh-orange);
}

.mdh-legal-card {
	background: var(--mdh-row-bg);
	border: 1px solid var(--mdh-border);
	border-radius: 10px;
	padding: 20px 22px;
	font-size: 15.5px;
	line-height: 1.7;
	color: var(--mdh-body-3);
}

.mdh-legal-card strong {
	color: var(--mdh-navy);
}

.mdh-home .mdh-legal-card a {
	font-weight: 600;
}

/* ========== THANK YOU ========== */
.mdh-ty {
	background: linear-gradient(180deg, var(--mdh-peach-1) 0%, var(--mdh-peach-2) 55%, #ffffff 100%);
	display: flex;
	align-items: center;
	min-height: 60vh;
}

.mdh-ty-inner {
	max-width: 720px;
	margin: 0 auto;
	padding: 64px var(--mdh-pad-x) 72px;
	text-align: center;
	width: 100%;
	min-width: 0;
}

.mdh-ty-icon {
	width: 68px;
	height: 68px;
	margin: 0 auto 26px;
	border-radius: 50%;
	background: var(--mdh-navy);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 700;
}

.mdh-ty-inner .mdh-eyebrow {
	margin: 0 0 20px !important;
}

.mdh-home .mdh-ty-h1 {
	margin: 0 0 16px !important;
	font-size: clamp(30px, 4.6vw, 44px);
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.12;
	color: var(--mdh-navy) !important;
	text-wrap: pretty;
}

.mdh-home .mdh-ty-sub {
	margin: 0 0 34px !important;
	font-size: 18px;
	line-height: 1.65;
	color: var(--mdh-body-3);
	text-wrap: pretty;
}

.mdh-ty-card {
	background: #ffffff;
	border: 1px solid var(--mdh-lead-border);
	border-radius: 14px;
	padding: 30px 28px;
	margin-bottom: 30px;
	text-align: left;
	box-shadow: 0 14px 34px rgba(20, 38, 92, 0.08);
}

.mdh-ty-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--mdh-muted);
	margin-bottom: 18px;
}

.mdh-home .mdh-ty-steps {
	display: grid !important;
	gap: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mdh-home .mdh-ty-steps li {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin: 0 !important;
	padding: 0 !important;
}

.mdh-ty-num {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--mdh-peach-1);
	color: var(--mdh-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	flex: 0 0 auto;
}

.mdh-ty-steps span:last-child {
	font-size: 15.5px;
	line-height: 1.5;
	color: var(--mdh-body-3);
	padding-top: 4px;
}

.mdh-ty-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 30px;
}

.mdh-ty-actions .mdh-btn-navy,
.mdh-ty-actions .mdh-btn-white {
	font-size: 16px;
	padding: 16px 28px;
}

.mdh-ty-actions .mdh-btn-white {
	border-color: var(--mdh-call-border);
}

.mdh-home .mdh-ty-ticks {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 22px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px;
	font-weight: 600;
	color: var(--mdh-stat);
}

.mdh-home .mdh-ty-ticks li {
	display: grid;
	grid-template-columns: 14px minmax(0, 1fr);
	gap: 7px;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}

/* ========== CONTACT US ========== */
.mdh-contact-hero {
	background: linear-gradient(180deg, var(--mdh-peach-1) 0%, var(--mdh-peach-2) 100%);
	border-bottom: 1px solid #f6d6c4;
	text-align: center;
}

.mdh-contact-hero-inner {
	padding: 52px 0 46px;
}

.mdh-contact-hero .mdh-eyebrow {
	justify-content: center;
	margin-bottom: 20px;
}

.mdh-home .mdh-contact-hero h1 {
	margin: 0 0 14px !important;
	font-size: clamp(30px, 4.6vw, 44px);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -1px;
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-contact-hero p {
	margin: 0 auto !important;
	font-size: 17px;
	line-height: 1.6;
	color: var(--mdh-body);
	max-width: 42em;
}

.mdh-contact-body {
	background: #f7f9fd;
}

.mdh-contact-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.15fr) minmax(240px, 0.85fr);
	gap: 40px;
	align-items: start;
	padding: 56px 0;
}

.mdh-contact-grid .mdh-lead {
	width: 100%;
	max-width: none;
	margin: 0;
}

.mdh-contact-side {
	display: grid;
	gap: 18px;
}

.mdh-contact-map {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e6eaf3;
	height: 220px;
	background: repeating-linear-gradient(45deg, #e9eef8 0 8px, #f5f8fd 8px 16px);
	text-decoration: none !important;
}

.mdh-contact-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.mdh-contact-map .mdh-media-hint {
	height: 100%;
	display: grid;
	place-content: center;
	text-align: center;
}

.mdh-contact-card {
	background: #ffffff;
	border: 1px solid #e6eaf3;
	border-radius: 14px;
	padding: 22px 24px;
	display: grid;
	gap: 6px;
}

.mdh-contact-kicker {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: var(--mdh-orange-light);
}

.mdh-home .mdh-contact-card a,
.mdh-home .mdh-contact-card a:hover {
	font-size: 17px;
	font-weight: 700;
	color: var(--mdh-navy) !important;
	text-decoration: none !important;
}

.mdh-contact-addr {
	font-size: 15.5px;
	font-weight: 600;
	color: var(--mdh-navy);
	line-height: 1.5;
}

.mdh-contact-hours {
	font-size: 13.5px;
	color: var(--mdh-body);
	margin-top: 2px;
}

.mdh-contact-trust {
	background: var(--mdh-navy);
}

.mdh-contact-trust-inner {
	padding: 44px 0;
}

.mdh-contact-trust-head {
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--mdh-orange-light);
	margin-bottom: 26px;
}

.mdh-contact-trust ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}

.mdh-contact-trust li {
	margin: 0;
	padding: 0;
	font-size: 15.5px;
	font-weight: 700;
	color: #ffffff;
}

/* ========== TABLET + MOBILE ONLY ========== */
@media (max-width: 1024px) {
	.mdh-media.is-sticky {
		position: static;
	}

	.mdh-navy-head {
		align-items: start;
		gap: 26px;
	}

	.mdh-contact-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.mdh-home .mdh-tier-head h3,
	.mdh-home .mdh-tier-head h4 {
		white-space: normal;
	}

	.mdh-home .mdh-navy-head h2,
	.mdh-home .mdh-split-copy h2,
	.mdh-home .mdh-sec-head h2,
	.mdh-home .mdh-svc-head h2,
	.mdh-home .mdh-plain-h2,
	.mdh-home .mdh-midcta-copy h2,
	.mdh-home .mdh-tl-body h3,
	.mdh-faq-q {
		overflow-wrap: break-word;
		word-break: break-word;
	}
}

@media (max-width: 767px) {
	.mdh-contact-hero-inner {
		padding: 36px 0 32px;
	}

	.mdh-contact-grid {
		padding: 36px 0;
	}

	.mdh-contact-trust ul {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}

	.mdh-page-hero .mdh-hero-inner {
		padding-top: 36px;
		padding-bottom: 32px;
	}

	.mdh-band-inner {
		padding-top: 34px;
		padding-bottom: 34px;
		gap: 16px;
	}

	.mdh-split-inner,
	.mdh-sec-inner {
		padding-top: 48px;
		padding-bottom: 44px;
		gap: 32px;
	}

	.mdh-navy-sec-inner {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.mdh-faq-inner,
	.mdh-testi-inner {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.mdh-sec-head {
		margin-bottom: 32px;
	}

	.mdh-hero-ctas .mdh-btn,
	.mdh-hero-ctas .mdh-btn-navy {
		width: 100%;
		font-size: 15px;
		padding: 15px 18px;
	}

	.mdh-home .mdh-timeline > li {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 16px;
	}

	.mdh-tl-num {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}

	.mdh-tl-body {
		padding-bottom: 26px;
	}

	.mdh-role,
	.mdh-step,
	.mdh-info {
		padding: 22px 18px;
	}

	.mdh-testi-card {
		padding: 28px 22px;
	}

	.mdh-midcta-copy {
		padding: 44px 0 8px;
	}

	.mdh-midcta-copy .mdh-btn-navy {
		justify-self: stretch;
		text-align: center;
	}

	.mdh-midcta-media {
		min-height: 220px;
	}

	.mdh-home button.mdh-faq-q {
		padding: 16px 18px !important;
		font-size: 15px !important;
	}

	.mdh-home .mdh-faq-a {
		padding: 4px 18px 18px !important;
	}

	.mdh-home .mdh-rows li {
		padding: 16px 16px;
	}

	.mdh-media-pair {
		grid-template-columns: 1fr 1fr;
	}

	.mdh-bio-hero .mdh-hero-inner {
		padding-top: 36px;
		padding-bottom: 32px;
		gap: 28px;
	}

	.mdh-home a.mdh-linkedin {
		width: 100%;
		justify-content: center;
	}

	.mdh-mastery-inner {
		padding-top: 48px;
		padding-bottom: 48px;
		gap: 28px;
	}

	.mdh-person-open {
		min-height: 170px;
	}

	.mdh-person-body {
		padding: 18px 18px 20px;
	}

	.mdh-svc-foot {
		margin-top: 32px;
		padding-top: 26px;
	}

	.mdh-also {
		padding: 18px 18px;
	}

	.mdh-legal-head .mdh-legal-wrap {
		padding-top: 36px;
		padding-bottom: 28px;
	}

	.mdh-toc {
		padding-top: 32px;
		padding-bottom: 24px;
		gap: 4px 16px;
	}

	.mdh-legal-copy {
		padding-top: 30px;
		padding-bottom: 48px;
	}

	.mdh-home .mdh-legal-h2 {
		font-size: 20px;
	}

	.mdh-ty {
		min-height: 0;
	}

	.mdh-ty-inner {
		padding-top: 44px;
		padding-bottom: 48px;
	}

	.mdh-ty-card {
		padding: 24px 20px;
	}

	.mdh-ty-actions {
		flex-direction: column;
	}

	.mdh-ty-actions .mdh-btn-navy,
	.mdh-ty-actions .mdh-btn-white {
		width: 100%;
	}

	.mdh-home .mdh-ty-ticks {
		justify-content: flex-start;
		text-align: left;
	}

	.mdh-vt-inner {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.mdh-vt-head {
		margin-bottom: 20px;
	}

	.mdh-vt-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.mdh-vt-media,
	.mdh-vt-media.has-embed {
		aspect-ratio: 16 / 9;
	}

	.mdh-vt-quote {
		padding: 22px 20px 24px;
		gap: 10px;
	}

	.mdh-vt-mark {
		font-size: 28px;
	}

	/* one column so nothing is ever squeezed on a phone */
	.mdh-home .mdh-form-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.mdh-home .mdh-form-grid .mdh-f {
		grid-column: 1 / -1;
	}
}
