.mdh-home {
	--mdh-navy: #14265c;
	--mdh-orange: #ef5b25;
	--mdh-orange-hover: #d94b18;
	--mdh-orange-light: #ff8a4c;
	--mdh-body: #4a5a83;
	--mdh-body-2: #45557e;
	--mdh-body-3: #33436e;
	--mdh-muted: #8b98b8;
	--mdh-stat: #6b5a52;
	--mdh-peach-1: #fde3d3;
	--mdh-peach-2: #fdece3;
	--mdh-peach-border: #f6d6c4;
	--mdh-stat-line: #f2c9b2;
	--mdh-tint: #eef1f8;
	--mdh-cta-bg: #dbe9fd;
	--mdh-chip: #fdeee6;
	--mdh-border: #e6eaf3;
	--mdh-input-border: #d8dfee;
	--mdh-lead-border: #f7dccb;
	--mdh-navy-row: #1b3070;
	--mdh-navy-row-hover: #24409a;
	--mdh-navy-btn-hover: #0e1c47;
	--mdh-call-border: #ccd5e8;
	--mdh-cta-call-border: #b9cef0;
	--mdh-max: 1200px;
	--mdh-pad-x: 20px;
	color: var(--mdh-navy);
	font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #ffffff;
	overflow-x: clip;
}

.mdh-home *,
.mdh-home *::before,
.mdh-home *::after {
	box-sizing: border-box;
}

.mdh-home a,
.mdh-home a:link,
.mdh-home a:visited,
.mdh-home a:hover,
.mdh-home a:focus,
.mdh-home a:active {
	color: var(--mdh-orange);
	text-decoration: none !important;
	border-bottom: 0 !important;
	background-image: none !important;
	box-shadow: none;
}

.mdh-home a:hover {
	color: var(--mdh-navy);
}

.mdh-home a.mdh-btn,
.mdh-home a.mdh-btn:hover,
.mdh-home a.mdh-btn:focus,
.mdh-home button.mdh-btn,
.mdh-home button.mdh-btn:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

.mdh-home a.mdh-btn-navy,
.mdh-home a.mdh-btn-navy:hover,
.mdh-home a.mdh-btn-navy:focus {
	color: #ffffff !important;
	text-decoration: none !important;
}

.mdh-home a.mdh-btn-white,
.mdh-home a.mdh-btn-white:hover,
.mdh-home a.mdh-btn-white:focus {
	color: var(--mdh-navy) !important;
	text-decoration: none !important;
}

.mdh-home a.mdh-lead-call,
.mdh-home a.mdh-lead-call:hover,
.mdh-home a.mdh-lead-call:focus {
	color: var(--mdh-navy) !important;
	text-decoration: none !important;
}

.mdh-home a.mdh-lead-call:hover {
	color: var(--mdh-orange) !important;
}

.mdh-home .mdh-mobile-bar a,
.mdh-home .mdh-mobile-bar a:hover,
.mdh-home .mdh-mobile-bar a:focus {
	color: #ffffff !important;
	text-decoration: none !important;
}

.mdh-home .mdh-navy-list a,
.mdh-home .mdh-navy-list a:hover,
.mdh-home .mdh-navy-list li {
	color: #ffffff;
}

.mdh-home h1,
.mdh-home h2,
.mdh-home h3,
.mdh-home p,
.mdh-home figure,
.mdh-home blockquote,
.mdh-home ul,
.mdh-home li {
	margin-block-start: 0;
	margin-block-end: 0;
}

.mdh-home h1,
.mdh-home h2,
.mdh-home h3,
.mdh-home .mdh-hero-copy h1,
.mdh-home .mdh-lead h2,
.mdh-home .mdh-lead-thanks h2,
.mdh-home .mdh-services-intro h2,
.mdh-home .mdh-why-copy h2,
.mdh-home .mdh-reason h3,
.mdh-home .mdh-card h3,
.mdh-home .mdh-mkt h3,
.mdh-home .mdh-marketing-intro h2,
.mdh-home .mdh-cta-copy h2,
.mdh-home .mdh-cta-rule,
.mdh-home .mdh-team-name,
.mdh-home .mdh-quote h3,
.mdh-home .mdh-quote-clinic,
.mdh-home .mdh-quote figcaption,
.mdh-home .mdh-stat-num {
	color: var(--mdh-navy) !important;
}

.mdh-home .mdh-why-copy h2 span {
	color: var(--mdh-orange) !important;
}

.mdh-home .mdh-quotes-inner > h2 {
	color: #ffffff !important;
}

.mdh-home ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mdh-wrap {
	max-width: var(--mdh-max);
	margin: 0 auto;
	padding-left: var(--mdh-pad-x);
	padding-right: var(--mdh-pad-x);
}

/* Buttons */
.mdh-btn,
.mdh-btn-navy,
.mdh-btn-white {
	display: inline-block;
	font-family: inherit;
	font-weight: 600;
	border: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	line-height: 1.25;
	box-sizing: border-box;
}

.mdh-btn {
	color: #ffffff;
	background: var(--mdh-orange);
	border-radius: 8px;
}

.mdh-btn:hover {
	color: #ffffff;
	background: var(--mdh-orange-hover);
}

.mdh-btn-navy {
	color: #ffffff;
	background: var(--mdh-navy);
	border-radius: 8px;
}

.mdh-btn-navy:hover {
	color: #ffffff;
	background: var(--mdh-navy-btn-hover);
}

.mdh-btn-white {
	color: var(--mdh-navy);
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid var(--mdh-cta-call-border);
}

.mdh-btn-white:hover {
	color: var(--mdh-navy);
	border-color: var(--mdh-navy);
}

/* ========== HERO ========== */
.mdh-hero {
	background: linear-gradient(180deg, var(--mdh-peach-1) 0%, var(--mdh-peach-2) 100%);
	border-bottom: 1px solid var(--mdh-peach-border);
}

.mdh-hero-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 44px;
	align-items: start;
	padding-top: 56px;
	padding-bottom: 52px;
}

.mdh-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	background: var(--mdh-navy);
	color: #ffffff;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 30px;
	margin: 0 0 24px !important;
}

.mdh-eyebrow-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--mdh-orange-light);
	display: block;
	flex: 0 0 auto;
}

.mdh-home .mdh-hero-copy > h1 {
	margin: 0 0 20px !important;
	padding: 0 !important;
	color: var(--mdh-navy) !important;
	font-size: clamp(32px, 5vw, 50px);
	line-height: 1.12 !important;
	font-weight: 700;
	letter-spacing: -1.2px;
	text-wrap: pretty;
}

.mdh-home .mdh-hero-sub {
	display: block;
	margin: 0 0 28px !important;
	padding: 0 !important;
	font-size: 18px;
	line-height: 1.65 !important;
	color: var(--mdh-body-3);
	max-width: 34em;
	text-wrap: pretty;
}

.mdh-home .mdh-hero-checks {
	display: grid !important;
	gap: 14px !important;
	margin: 0 0 32px !important;
	padding: 0 !important;
}

.mdh-home .mdh-hero-checks li,
.mdh-tick {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.5;
}

.mdh-check {
	color: var(--mdh-orange);
	font-weight: 700;
}

.mdh-home .mdh-stats {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
	gap: 14px !important;
	padding: 22px 0 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-top: 1px solid var(--mdh-stat-line) !important;
}

.mdh-home .mdh-stat {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.mdh-home .mdh-stat-num {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0 !important;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 7px;
}

.mdh-stat-ico,
.mdh-home a.mdh-stat-map {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	height: 1em;
	width: auto;
	line-height: 0;
	color: var(--mdh-orange);
}

.mdh-stat-ico-team,
.mdh-stat-ico-save {
	width: 1em;
}

.mdh-stat-ico-flag,
.mdh-home a.mdh-stat-map {
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(20, 38, 92, 0.14);
	color: inherit;
}

.mdh-home a.mdh-stat-map,
.mdh-home a.mdh-stat-map:hover,
.mdh-home a.mdh-stat-map:focus {
	color: inherit !important;
	text-decoration: none !important;
	opacity: 1;
}

.mdh-home a.mdh-stat-map:hover {
	opacity: 0.88;
}

.mdh-stat-ico svg,
.mdh-stat-map svg {
	display: block;
	height: 100%;
	width: auto;
}

.mdh-stat-ico-team svg,
.mdh-stat-ico-save svg {
	width: 100%;
	height: 100%;
}

.mdh-home .mdh-stat-label {
	font-size: 13px;
	line-height: 1.4;
	color: var(--mdh-stat);
	margin: 6px 0 0 !important;
}

/* Lead card */
.mdh-lead {
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 28px;
	box-shadow: 0 20px 50px rgba(20, 38, 92, 0.14);
	border: 1px solid var(--mdh-lead-border);
	scroll-margin-top: 90px;
}

.mdh-home .mdh-lead h2 {
	margin: 0 0 8px !important;
	padding: 0 !important;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: -0.4px;
	line-height: 1.3;
}

.mdh-home .mdh-lead-sub {
	margin: 0 0 22px !important;
	padding: 0 !important;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--mdh-body);
}

.mdh-form {
	position: relative;
	display: block;
}

.mdh-form-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.mdh-form .mdh-f,
.mdh-form-grid .mdh-f {
	display: grid;
	gap: 6px;
	min-width: 0;
	margin: 0;
	grid-column: span 1;
}

.mdh-form-grid .mdh-f-full,
.mdh-form-grid .mdh-form-error,
.mdh-form-grid .mdh-form-submit {
	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-form-row-2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.mdh-form label {
	display: grid;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--mdh-body-3);
	line-height: 1.3;
}

.mdh-form input[type="text"],
.mdh-form input[type="email"],
.mdh-form input[type="tel"],
.mdh-form input:not([type]),
.mdh-form select,
.mdh-form textarea:not([name="g-recaptcha-response"]):not(#g-recaptcha-response) {
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: var(--mdh-navy) !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 50px !important;
	min-height: 50px !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 14px !important;
	line-height: 48px !important;
	border: 1px solid var(--mdh-input-border) !important;
	border-radius: 8px !important;
	background-color: #fbfcfe !important;
	box-shadow: none !important;
	outline: none;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

.mdh-form select {
	padding-right: 40px !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%2314265c' d='M1.2 1.2L6 6l4.8-4.8'/></svg>") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	background-size: 12px 8px !important;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mdh-form textarea {
	height: auto !important;
	min-height: 110px !important;
	max-height: none !important;
	line-height: 1.55 !important;
	padding: 13px 14px !important;
	resize: vertical;
}

.mdh-form input:focus,
.mdh-form select:focus,
.mdh-form textarea:focus {
	outline: none !important;
	border-color: var(--mdh-orange) !important;
	box-shadow: none !important;
}

.mdh-form input::placeholder {
	color: var(--mdh-muted);
	line-height: normal;
}

.mdh-form input.is-invalid,
.mdh-form select.is-invalid,
.mdh-form textarea.is-invalid {
	border-color: #c0392b !important;
}

.mdh-form select:invalid {
	color: var(--mdh-muted) !important;
}

.mdh-hp {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.mdh-form.is-busy {
	opacity: 0.6;
	pointer-events: none;
}

.mdh-form textarea#g-recaptcha-response,
.mdh-form textarea[name="g-recaptcha-response"],
.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-submit {
	margin-top: 6px;
	font-size: 16px;
	padding: 16px 20px;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(239, 91, 37, 0.28);
	width: 100%;
}

.mdh-home .mdh-lead-call {
	display: block;
	text-align: center;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	font-size: 15px;
	font-weight: 600;
	color: var(--mdh-navy);
	line-height: 1.4;
}

.mdh-home .mdh-lead-trust {
	margin: 20px 0 0 !important;
	padding: 18px 0 0 !important;
	border-top: 1px solid var(--mdh-tint);
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
	gap: 10px 14px !important;
	font-size: 11.5px;
	font-weight: 600;
	color: var(--mdh-body);
	line-height: 1.35;
}

.mdh-home .mdh-lead-trust li {
	display: grid;
	grid-template-columns: 14px minmax(0, 1fr);
	gap: 7px;
	align-items: start;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.mdh-lead-thanks {
	display: none;
	padding: 26px 4px;
	text-align: center;
}

.mdh-lead.is-submitted .mdh-lead-form {
	display: none;
}

.mdh-lead.is-submitted .mdh-lead-thanks {
	display: block;
}

.mdh-thanks-icon {
	width: 46px;
	height: 46px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: var(--mdh-peach-1);
	color: var(--mdh-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
}

.mdh-lead-thanks h2 {
	margin: 0 0 8px;
	font-size: 21px;
}

.mdh-lead-thanks p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var(--mdh-body);
}

.mdh-lead-thanks .mdh-btn-navy {
	margin-top: 18px;
	font-size: 15px;
	padding: 13px 22px;
}

.mdh-form-error {
	display: none;
	font-size: 13px;
	font-weight: 500;
	color: #b42318;
}

.mdh-form-error.is-visible {
	display: block;
}

/* ========== TRUST BAR ========== */
.mdh-trust {
	background: var(--mdh-navy);
	color: #ffffff;
}

.mdh-trust-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px 40px;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.mdh-trust-item {
	padding: 0 4px;
}

/* ========== SERVICES ========== */
.mdh-services {
	background: #ffffff;
}

.mdh-services-inner {
	padding-top: 72px;
	padding-bottom: 20px;
}

.mdh-services-intro {
	max-width: 760px;
}

.mdh-services-intro h2,
.mdh-why-copy h2,
.mdh-quotes-inner h2,
.mdh-marketing-intro h2,
.mdh-cta-copy h2 {
	margin: 0 0 14px;
	font-size: clamp(27px, 3.6vw, 38px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.8px;
	text-wrap: pretty;
}

.mdh-services-intro p {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: var(--mdh-body);
	text-wrap: pretty;
}

.mdh-services-grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.mdh-card {
	border: 1px solid var(--mdh-border);
	border-top: 3px solid var(--mdh-orange);
	border-radius: 10px;
	padding: 26px 22px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: #ffffff;
	transition: box-shadow 0.2s ease;
	min-width: 0;
}

.mdh-card:hover {
	box-shadow: 0 10px 26px rgba(20, 38, 92, 0.09);
}

.mdh-card h3 {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
}

.mdh-card ul,
.mdh-mkt ul {
	display: grid;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--mdh-body-2);
}

.mdh-card li,
.mdh-mkt li {
	display: grid;
	grid-template-columns: 16px 1fr;
	gap: 8px;
}

.mdh-card-link,
.mdh-mkt-link {
	margin-top: auto;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none !important;
	line-height: 1.4;
	border-bottom: 0 !important;
}

/* ========== WHY ========== */
.mdh-why {
	background: #ffffff;
}

.mdh-why-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 44px;
	align-items: start;
	padding-top: 72px;
	padding-bottom: 72px;
}

.mdh-navy-panel {
	background: var(--mdh-navy);
	border-radius: 16px;
	padding: 36px 32px 32px;
	color: #ffffff;
	position: sticky;
	top: 92px;
	box-shadow: 0 18px 44px rgba(20, 38, 92, 0.22);
}

.mdh-navy-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.4px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mdh-navy-title em,
.mdh-navy-title span {
	color: var(--mdh-orange-light);
	font-style: normal;
}

.mdh-navy-groups {
	display: grid;
	gap: 26px;
	margin-top: 26px;
}

.mdh-navy-label {
	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-light);
	margin-bottom: 14px;
}

.mdh-navy-label i {
	width: 22px;
	height: 2px;
	background: var(--mdh-orange);
	display: block;
	flex: 0 0 auto;
}

.mdh-navy-list {
	display: grid;
	gap: 1px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	overflow: hidden;
}

.mdh-navy-list li {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--mdh-navy-row);
}

.mdh-navy-list a,
.mdh-navy-list .mdh-navy-plain {
	background: var(--mdh-navy-row);
	padding: 13px 16px;
	font-size: 14.5px;
	font-weight: 500;
	color: #ffffff !important;
	display: block;
	transition: background 0.15s ease;
	text-decoration: none !important;
}

.mdh-navy-list a:hover,
.mdh-navy-list li:hover a,
.mdh-navy-list li:hover .mdh-navy-plain {
	background: var(--mdh-navy-row-hover);
	color: #ffffff !important;
}

.mdh-home .mdh-why-copy h2 {
	margin: 0 0 28px !important;
}

.mdh-why-copy h2 span {
	color: var(--mdh-orange);
}

.mdh-home .mdh-reasons {
	display: grid !important;
	gap: 26px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mdh-reason {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 16px;
	align-items: start;
}

.mdh-reason-num {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--mdh-peach-1);
	color: var(--mdh-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	flex: 0 0 auto;
}

.mdh-home .mdh-reason h3 {
	margin: 0 0 8px !important;
	padding: 0 !important;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.mdh-home .mdh-reason p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 15px;
	line-height: 1.7 !important;
	color: var(--mdh-body);
}

.mdh-team {
	margin-top: 30px;
	padding-top: 26px;
	border-top: 1px solid var(--mdh-border);
}

.mdh-team-label {
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: var(--mdh-muted);
	margin-bottom: 16px;
}

.mdh-team-slider {
	display: block;
}

.mdh-team-viewport {
	overflow: hidden;
}

.mdh-team-track {
	display: flex;
	will-change: transform;
}

.mdh-team-item {
	flex: 0 0 33.333%;
	display: grid;
	gap: 10px;
	justify-items: center;
	text-align: center;
	padding: 0 8px;
	box-sizing: border-box;
}

.mdh-team-slider.is-static .mdh-team-track {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	transform: none !important;
	will-change: auto;
}

.mdh-team-slider.is-static .mdh-team-item {
	flex: none;
	padding: 0;
}

.mdh-photo,
.mdh-logo-slot {
	background: repeating-linear-gradient(45deg, #e9eef8 0 6px, #f5f8fd 6px 12px);
	border: 1px solid #dde4f2;
}

.mdh-photo {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.mdh-team-name {
	font-size: 13px;
	font-weight: 600;
}

.mdh-team-hint {
	display: block;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 10px;
	font-weight: 400;
	color: var(--mdh-muted);
	margin-top: 4px;
}

.mdh-why-cta {
	margin-top: 28px;
	font-size: 15px;
	padding: 14px 24px;
}

/* ========== TESTIMONIALS ========== */
.mdh-quotes {
	background: var(--mdh-navy);
	color: #ffffff;
}

.mdh-quotes-inner {
	padding-top: 64px;
	padding-bottom: 64px;
}

.mdh-quotes-inner h2 {
	margin: 0 0 34px;
	font-size: clamp(26px, 3.2vw, 34px);
	letter-spacing: -0.6px;
	color: #ffffff;
}

.mdh-quotes-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.mdh-quote {
	margin: 0;
	background: #ffffff;
	color: var(--mdh-navy);
	border-radius: 12px;
	padding: 30px 32px;
}

.mdh-quote-top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--mdh-tint);
}

.mdh-logo-slot {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	flex: 0 0 auto;
	object-fit: contain;
	background-color: #fff;
}

.mdh-quote-practice {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 10.5px;
	line-height: 1.4;
	color: var(--mdh-muted);
}

.mdh-quote-clinic {
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--mdh-navy) !important;
}

.mdh-home a.mdh-quote-clinic,
.mdh-home a.mdh-quote-clinic:hover,
.mdh-home a.mdh-quote-clinic:focus {
	color: var(--mdh-navy) !important;
	text-decoration: none !important;
}

.mdh-home a.mdh-quote-clinic:hover {
	color: var(--mdh-orange) !important;
}

.mdh-quote h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	color: var(--mdh-navy) !important;
}

.mdh-quote blockquote {
	margin: 0 0 18px;
	font-size: 15.5px;
	line-height: 1.65;
	color: var(--mdh-body-2);
}

.mdh-quote figcaption {
	font-size: 14px;
	font-weight: 700;
	color: var(--mdh-navy) !important;
}

.mdh-quote-role {
	display: block;
	font-weight: 400;
	color: #6a7799;
	margin-top: 3px;
}

/* ========== MARKETING ========== */
.mdh-marketing {
	background: var(--mdh-tint);
}

.mdh-marketing-inner {
	padding-top: 72px;
	padding-bottom: 72px;
}

.mdh-marketing-intro {
	max-width: 720px;
	margin-bottom: 38px;
}

.mdh-marketing-intro h2 {
	margin: 0;
	font-size: clamp(27px, 3.4vw, 36px);
}

.mdh-marketing-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.mdh-mkt {
	background: #ffffff;
	border-radius: 12px;
	padding: 30px 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}

.mdh-mkt-tag {
	align-self: start;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--mdh-orange);
	background: var(--mdh-chip);
	padding: 6px 12px;
	border-radius: 20px;
}

.mdh-mkt h3 {
	margin: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
}

.mdh-mkt ul {
	font-size: 14.5px;
	line-height: 1.55;
}

.mdh-mkt-link {
	margin-top: auto;
	font-size: 14px;
	font-weight: 600;
}

/* ========== FINAL CTA ========== */
.mdh-cta {
	background: #ffffff;
}

.mdh-cta-inner {
	padding-top: 72px;
	padding-bottom: 72px;
}

.mdh-cta-box {
	background: var(--mdh-cta-bg);
	border-radius: 16px;
	padding: 48px 32px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px;
	align-items: center;
}

.mdh-cta-copy h2 {
	margin: 0 0 14px;
	font-size: clamp(26px, 3.2vw, 34px);
	letter-spacing: -0.6px;
	line-height: 1.2;
}

.mdh-cta-copy p {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.6;
	color: var(--mdh-body-3);
	max-width: 40em;
}

.mdh-cta-rule {
	margin: 0;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--mdh-navy);
	padding-left: 14px;
	border-left: 3px solid var(--mdh-orange);
}

.mdh-cta-actions {
	display: grid;
	gap: 12px;
	justify-items: stretch;
}

.mdh-cta-actions .mdh-btn-navy,
.mdh-cta-actions .mdh-btn-white {
	width: 100%;
	display: block;
	text-decoration: none !important;
}

.mdh-cta-actions .mdh-btn-navy {
	font-size: 16px;
	padding: 17px 30px;
}

.mdh-cta-actions .mdh-btn-white {
	font-size: 15px;
	padding: 15px 30px;
}

.mdh-cta-ticks {
	display: grid;
	gap: 8px;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	color: var(--mdh-body-3);
}

.mdh-cta-ticks li {
	display: grid;
	grid-template-columns: 14px 1fr;
	gap: 7px;
}

/* ========== MOBILE BAR ========== */
.mdh-mobile-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	display: none;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--mdh-navy-btn-hover);
	box-shadow: 0 -6px 20px rgba(20, 38, 92, 0.18);
}

.mdh-mobile-bar a {
	padding: 15px 12px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none !important;
	border-bottom: 0 !important;
	line-height: 1.25;
}

.mdh-mobile-bar a:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

.mdh-mobile-bar .mdh-mobile-call {
	background: var(--mdh-navy);
}

.mdh-mobile-bar .mdh-mobile-book {
	background: var(--mdh-orange);
}

.mdh-mobile-spacer {
	display: none;
	height: calc(58px + env(safe-area-inset-bottom, 0px));
}

/* Desktop / laptop — same as 1.0.5 */
@media (min-width: 600px) {
	.mdh-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mdh-form-row-2 {
		grid-template-columns: 1fr 1fr;
	}

	.mdh-trust-inner {
		grid-template-columns: 1fr 1fr;
	}

	.mdh-services-grid,
	.mdh-quotes-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 800px) {
	.mdh-cta-box {
		grid-template-columns: 1.15fr 0.85fr;
	}

	.mdh-marketing-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 900px) {
	.mdh-hero-inner {
		grid-template-columns: 1fr 1fr;
	}

	.mdh-why-inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1000px) {
	.mdh-trust-inner {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.mdh-services-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1080px) {
	.mdh-home.has-mobile-bar .mdh-mobile-bar {
		display: grid;
		padding-bottom: env(safe-area-inset-bottom, 0px);
		z-index: 10000;
	}

	.mdh-home.has-mobile-bar .mdh-mobile-spacer {
		display: block;
	}

	body:has(.mdh-home.has-mobile-bar) #ast-scroll-top,
	body:has(.mdh-home.has-mobile-bar) .ast-scroll-top-icon {
		bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
		right: 12px !important;
		z-index: 9990 !important;
	}
}

/* Tablet + phone only — desktop/laptop min-width rules above stay as-is */
@media (max-width: 1024px) {
	.mdh-wrap,
	.mdh-hero-inner,
	.mdh-hero-copy,
	.mdh-lead,
	.mdh-why-inner,
	.mdh-why-copy,
	.mdh-navy-panel,
	.mdh-reason,
	.mdh-team,
	.mdh-team-slider,
	.mdh-team-viewport {
		max-width: 100%;
		min-width: 0;
	}

	.mdh-team-viewport {
		overflow: hidden;
		width: 100%;
	}

	.mdh-navy-title,
	.mdh-home .mdh-reason h3,
	.mdh-home .mdh-reason p,
	.mdh-navy-list a,
	.mdh-navy-list .mdh-navy-plain {
		overflow-wrap: break-word;
		word-break: break-word;
	}

	.mdh-reason {
		grid-template-columns: 34px minmax(0, 1fr);
	}

	.mdh-trust-inner {
		gap: 14px 24px;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 13px;
		line-height: 1.5;
	}
}

@media (max-width: 767px) {
	.mdh-team-item {
		flex: 0 0 100% !important;
		padding: 0 4px;
	}

	.mdh-trust-inner {
		gap: 12px;
		font-size: 13px;
		line-height: 1.45;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 720px) {
	.mdh-home {
		--mdh-pad-x: 16px;
	}

	.mdh-hero-inner,
	.mdh-why-inner,
	.mdh-services-grid,
	.mdh-quotes-grid,
	.mdh-marketing-grid,
	.mdh-cta-box,
	.mdh-trust-inner,
	.mdh-home .mdh-stats,
	.mdh-home .mdh-lead-trust {
		grid-template-columns: 1fr !important;
	}

	.mdh-navy-panel {
		position: static;
		padding: 24px 16px 22px;
		max-width: 100%;
	}

	.mdh-navy-title {
		font-size: 20px;
		padding-bottom: 16px;
		overflow-wrap: break-word;
		word-break: break-word;
	}

	.mdh-hero-inner {
		gap: 28px;
		padding-top: 36px;
		padding-bottom: 32px;
	}

	.mdh-hero-checks {
		margin-bottom: 26px !important;
		gap: 12px !important;
	}

	.mdh-lead {
		padding: 24px 18px;
	}

	.mdh-home .mdh-lead-trust {
		gap: 10px !important;
	}

	.mdh-home .mdh-reason h3 {
		font-size: 16px;
		overflow-wrap: break-word;
	}

	.mdh-why-cta {
		width: 100%;
		text-align: center;
	}

	.mdh-cta-box {
		padding: 32px 20px;
	}

	.mdh-quote {
		padding: 24px 22px;
	}

	.mdh-services-inner,
	.mdh-why-inner,
	.mdh-marketing-inner,
	.mdh-cta-inner {
		padding-top: 48px;
		padding-bottom: 40px;
	}

	.mdh-quotes-inner {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.mdh-home .mdh-hero-copy > h1 {
		font-size: clamp(28px, 8vw, 36px);
		letter-spacing: -0.8px;
		margin-bottom: 16px !important;
	}

	.mdh-home .mdh-hero-sub {
		font-size: 16px;
		margin-bottom: 22px !important;
	}
}

@media (max-width: 480px) {
	.mdh-stat-num {
		font-size: 26px;
	}

	.mdh-form-submit {
		font-size: 15px;
		padding: 15px 16px;
		white-space: normal;
	}

	.mdh-mobile-bar a {
		font-size: 13px;
		padding: 14px 8px;
	}
}

.elementor-widget-mdhelptek_homepage,
.elementor-widget-mdhelptek_homepage > .elementor-widget-container {
	padding: 0 !important;
	max-width: none;
}

