.module-page {
  --top-strip-height: 5px;
  --main-nav-height: 76px;
  --mh-ink: #000;
  --mh-paper: #fff;
  --mh-surface: #f7f5f2;
  --mh-line: #e5e1da;
  --mh-line-soft: #f0ede7;
  --mh-soft: #f7f5f2;
  --mh-muted: #6b6b6b;
  --mh-coral: #f96848;
  --mh-coral-dark: #cc553b;
  --mh-lime: #c8e847;
  --mh-navy: #00265e;
  background: var(--mh-paper);
  color: var(--mh-ink);
  font-family: "Inter", sans-serif;
}

html:has(> body.module-page),
body.module-page {
  overflow-x: clip;
  overflow-y: visible;
}

.module-page main { overflow: visible; }
.module-page #diem-nghen,
.module-page #quy-trinh-7-buoc,
.module-page #ket-qua,
.module-page #hoi-dap { scroll-margin-top: 96px; }
.module-page .module-nav-strip {
  height: var(--top-strip-height);
  min-height: var(--top-strip-height);
  background: var(--mh-ink);
}
.module-page .module-page-nav {
  top: var(--top-strip-height);
  min-height: var(--main-nav-height);
  border-bottom: 1px solid var(--mh-line);
  background: var(--mh-paper);
}
.module-page .module-page-nav .brand-logo-header { filter: invert(1); }
.module-page .module-page-nav .navbar-nav { gap: clamp(12px, 1.7vw, 28px) !important; }
.module-page .module-page-nav .nav-link {
  padding: 25px 10px;
  color: var(--mh-ink);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
.module-page .module-page-nav .nav-link:visited,
.module-page .module-page-nav .nav-link:focus,
.module-page .module-page-nav .nav-link:active,
.module-page .module-page-nav .nav-link.active,
.module-page .module-page-nav .nav-link.show { color: var(--mh-ink); }
.module-page .module-page-nav .nav-link:hover,
.module-page .module-page-nav .nav-link:focus-visible { color: var(--mh-coral-dark); }
.module-page .module-page-nav .contact-btn {
  min-width: 175px;
  padding: 12px 21px;
  border: 0;
  border-radius: 999px;
  background: var(--mh-coral);
  color: var(--mh-ink);
  font-size: 14px;
  font-weight: 800;
}
.module-page .module-page-nav .contact-btn:hover,
.module-page .module-page-nav .contact-btn:focus,
.module-page .module-page-nav .contact-btn:active {
  border-color: var(--mh-coral-dark) !important;
  background: var(--mh-coral-dark) !important;
  color: var(--mh-paper) !important;
}
.module-page .module-page-nav .navbar-toggler { border-color: rgba(0,0,0,.3); }
.module-page .module-page-nav .navbar-toggler-icon { filter: none; }
.module-page .mh-container { width: min(100%, 1248px); margin-inline: auto; padding-inline: 24px; }
.module-page .mh-section { padding-block: 104px; }
.module-page .mh-skip-link { position: fixed; top: -80px; left: 16px; z-index: 2000; padding: 12px 18px; background: #000; color: #fff; }
.module-page .mh-skip-link:focus { top: 16px; }
.module-page .mh-eyebrow { margin: 0 0 14px; color: var(--mh-coral); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.module-page .mh-eyebrow-dark { display: inline-flex; width: fit-content; padding: 7px 13px; border: 1.5px solid var(--mh-ink); border-radius: 999px; color: var(--mh-ink); }

.module-page .mh-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 80ms ease;
}
.module-page .mh-button:hover { transform: translateY(-1px); }
.module-page .mh-button:active { transform: scale(.98); }
.module-page .mh-button-primary { background: var(--mh-coral); color: var(--mh-ink); }
.module-page .mh-button-primary:hover { background: var(--mh-coral-dark); color: var(--mh-paper); }
.module-page .mh-button-secondary { border-color: var(--mh-ink); background: var(--mh-paper); color: var(--mh-ink); }
.module-page .mh-button-secondary:hover { background: var(--mh-ink); color: var(--mh-paper); }
.module-page .mh-button:focus-visible,
.module-page .mh-map a:focus-visible,
.module-page summary:focus-visible {
  outline: 2px solid rgba(249, 104, 72, .6);
  outline-offset: 3px;
}

.module-page .mh-hero { padding-top: 72px; }
.module-page .mh-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 56px; align-items: center; }
.module-page .mh-hero h1 {
  max-width: 19ch;
  margin: 0;
  font-family: "DMF", "Inter", sans-serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.12;
}
.module-page .mh-hero h1 span { background: linear-gradient(to bottom, var(--mh-lime) 0 82%, transparent 82% 100%); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.module-page .mh-lead { max-width: 61ch; margin: 28px 0 0; color: var(--mh-muted); font-size: 17px; line-height: 1.72; }
.module-page .mh-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.module-page .mh-system-visual { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 24px; background: var(--mh-navy); color: var(--mh-paper); }
.module-page .mh-system-visual.has-upload { background: transparent; }
.module-page .mh-system-visual-image { position: absolute; inset: 0; z-index: 5; display: block; width: 100%; height: 100%; border-radius: inherit; object-fit: contain; }
.module-page .mh-system-visual:not(.has-upload) .mh-system-visual-image { display: none; }
.module-page .mh-system-visual.has-upload > :not(.mh-system-visual-image) { display: none; }
.module-page .mh-orbit { position: absolute; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.module-page .mh-orbit-outer { inset: 16%; }
.module-page .mh-orbit-inner { inset: 31%; border-color: rgba(200,232,71,.55); }
.module-page .mh-orbit::after { content: ""; position: absolute; top: 10%; left: 15%; width: 12px; height: 12px; border-radius: 50%; background: var(--mh-coral); }
.module-page .mh-core { position: absolute; top: 50%; left: 50%; width: 168px; height: 168px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%,-50%); border-radius: 50%; background: var(--mh-paper); color: var(--mh-ink); text-align: center; }
.module-page .mh-core span { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.module-page .mh-core strong { width: 7ch; margin-top: 6px; font-family: "DMF", "Inter", sans-serif; font-size: 22px; font-weight: 700; line-height: 1.05; }
.module-page .mh-chip { position: absolute; padding: 9px 13px; border-radius: 10px; background: var(--mh-paper); color: var(--mh-ink); font-size: 12px; font-weight: 750; }
.module-page .mh-chip-1 { top: 11%; left: 38%; }
.module-page .mh-chip-2 { top: 42%; right: 5%; background: var(--mh-lime); }
.module-page .mh-chip-3 { bottom: 10%; left: 38%; }
.module-page .mh-chip-4 { top: 44%; left: 5%; background: var(--mh-coral); }

.module-page .mh-principles { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 72px; }
.module-page .mh-principle { min-height: 152px; padding: 24px 26px; border: 1px solid var(--mh-line); background: var(--mh-surface); }
.module-page .mh-principle + .mh-principle { border-left: 0; }
.module-page .mh-principle-dark { border-color: var(--mh-ink); background: var(--mh-ink); color: var(--mh-paper); }
.module-page .mh-principle-lime { border-color: var(--mh-lime); background: var(--mh-lime); }
.module-page .mh-principle strong { font-family: "DMF", "Inter", sans-serif; font-size: 44px; line-height: 1; }
.module-page .mh-principle p { max-width: 29ch; margin: 14px 0 0; font-size: 14px; line-height: 1.5; }
.module-page .mh-principle-dark p { color: rgba(255,255,255,.72); }

.module-page .mh-problem,
.module-page .mh-outcomes { border-block: 1px solid var(--mh-line); background: var(--mh-surface); }
.module-page .mh-heading-split { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.65fr); gap: clamp(44px,6vw,80px); align-items: end; }
.module-page .mh-heading h2,
.module-page .mh-process-intro h2,
.module-page .mh-proof h2,
.module-page .mh-entry h2,
.module-page .mh-faq h2,
.module-page .mh-contact h2 {
  margin: 0;
  font-family: "DMF", "Inter", sans-serif;
  font-size: clamp(38px,4.8vw,62px);
  letter-spacing: -.008em;
  line-height: 1.08;
}
.module-page .mh-headline-highlight { display: inline; padding-inline: .08em; background: linear-gradient(to bottom, var(--mh-lime) 0 82%, transparent 82% 100%); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.module-page .mh-entry .mh-headline-highlight { padding-inline: 0; background: transparent; }
.module-page .mh-contact .mh-headline-highlight { background: linear-gradient(to bottom, var(--mh-coral) 0 82%, transparent 82% 100%); color: var(--mh-ink); }
.module-page .mh-heading > p,
.module-page .mh-section-lead { margin: 0; color: var(--mh-muted); font-size: 17px; line-height: 1.7; }
.module-page .mh-pain-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 48px; }
.module-page .mh-pain-grid article { min-height: 222px; padding: 24px; border: 1px solid var(--mh-line-soft); border-radius: 16px; background: var(--mh-paper); }
.module-page .mh-pain-grid span { color: var(--mh-coral); font-size: 12px; font-weight: 800; }
.module-page .mh-pain-grid h3 { margin: 36px 0 0; font-family: "DMF", "Inter", sans-serif; font-size: 19px; font-weight: 700; line-height: 1.25; }
.module-page .mh-pain-grid p { margin: 10px 0 0; color: var(--mh-muted); font-size: 14px; line-height: 1.6; }
.module-page .mh-diagnosis { display: grid; grid-template-columns: 160px 1fr; gap: 28px; margin: 24px 0 0; padding: 28px; border-left: 5px solid var(--mh-coral); background: var(--mh-ink); color: var(--mh-paper); }
.module-page .mh-diagnosis span { color: var(--mh-lime); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.module-page .mh-diagnosis p { max-width: 72ch; margin: 0; font-size: 17px; line-height: 1.65; }

.module-page .mh-process-section { min-height: calc(100svh - var(--main-nav-height)); padding-bottom: 104px; }
.module-page .mh-process-intro { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 20px clamp(44px,5vw,64px); align-items: end; margin-bottom: 52px; }
.module-page .mh-process-intro .mh-eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.module-page .mh-process-intro h2 { max-width: 20ch; }
.module-page .mh-section-lead { max-width: 48ch; }
.module-page .mh-process-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 48px; align-items: start; }
.module-page .mh-map { position: sticky; top: calc(var(--main-nav-height) + 18px); align-self: start; min-height: 0; padding: 28px; border: 0; border-radius: 16px; background: var(--mh-ink); color: var(--mh-paper); }
.module-page .mh-map-head { display: flex; justify-content: space-between; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.module-page .mh-map-head strong { color: var(--mh-coral); }
.module-page .mh-progress { height: 5px; margin-top: 16px; overflow: hidden; background: rgba(255,255,255,.2); }
.module-page .mh-progress span { display: block; width: 14.28%; height: 100%; background: var(--mh-coral); transition: width 480ms cubic-bezier(.22,1,.36,1); }
.module-page .mh-gear-visual { --mh-node-radius: 131px; position: relative; width: min(100%,280px); aspect-ratio: 1; margin: 84px auto 12px; transform: scale(1); transform-origin: top center; }
.module-page .mh-gear-ring { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.module-page .mh-gear-links line { stroke: rgba(255,255,255,.2); stroke-width: 1.5; stroke-dasharray: 4 6; transition: stroke 240ms ease, stroke-width 240ms ease; }
.module-page .mh-gear-links line.is-active { stroke: var(--mh-lime); stroke-width: 2.5; }
.module-page .mh-gear-ring circle { fill: none; stroke: rgba(255,255,255,.18); stroke-width: 2; stroke-dasharray: 2 9; stroke-linecap: round; }
.module-page .mh-gear-ring circle[data-module-gear-progress] { stroke: var(--mh-coral); stroke-width: 4; stroke-dasharray: 823.10; stroke-dashoffset: 705.51; transform: rotate(-90deg); transform-origin: 140px 140px; transition: stroke-dashoffset 720ms cubic-bezier(.22,1,.36,1); }
.module-page .mh-gear-core { position: absolute; z-index: 2; inset: 20px; display: grid; place-items: center; }
.module-page .mh-gear-core-graphic { position: absolute; width: 100%; height: 100%; overflow: visible; transform: rotate(var(--mh-gear-turn,0deg)); transition: transform 720ms cubic-bezier(.22,1,.36,1); }
.module-page .mh-gear-core-graphic path { fill: rgba(255,255,255,.18); transform-box: fill-box; transform-origin: center; }
.module-page .mh-gear-core-graphic circle { fill: var(--mh-ink); }
.module-page .mh-gear-core span { position: relative; z-index: 1; color: var(--mh-paper); font-family: "DMF", "Inter", sans-serif; font-size: 16px; font-weight: 700; line-height: .98; text-align: center; text-transform: uppercase; }
.module-page .mh-gear-coupler { display: none !important; }
.module-page .mh-gear-visual i { --mh-node-scale: 1; position: absolute; z-index: 3; top: calc(50% - 34px); left: calc(50% - 34px); width: 68px; height: 68px; display: grid; place-items: center; color: var(--mh-paper); font-size: 10px; font-style: normal; font-weight: 800; transform: rotate(var(--mh-orbit-angle)) translateY(calc(-1 * var(--mh-node-radius))) rotate(calc(11.25deg + var(--mh-node-turn,0deg))) scale(var(--mh-node-scale)); transition: color 240ms ease, transform 720ms cubic-bezier(.22,1,.36,1); }
.module-page .mh-gear-visual i[role="button"] { cursor: pointer; border-radius: 50%; }
.module-page .mh-gear-visual i[role="button"]:focus-visible { outline: 3px solid var(--mh-coral); outline-offset: 3px; }
.module-page .mh-gear-visual i svg { position: absolute; inset: 0; display: block; width: 100%; height: 100%; transform-box: fill-box; transform-origin: center; }
.module-page .mh-gear-visual i path { fill: rgba(255,255,255,.88); transition: fill 240ms ease; }
.module-page .mh-gear-visual i circle { fill: var(--mh-ink); }
.module-page .mh-gear-visual i b { position: relative; z-index: 1; display: grid; place-items: center; width: 100%; height: 100%; font-size: inherit; transform: rotate(calc(-11.25deg - var(--mh-orbit-angle) + var(--mh-node-counter-turn,0deg))); transition: transform 720ms cubic-bezier(.22,1,.36,1); }
.module-page .mh-gear-visual i.is-active { --mh-node-scale: 1.04; color: var(--mh-paper); }
.module-page .mh-gear-visual i.is-active path { fill: var(--mh-lime); }
.module-page .mh-gear-label {
  position: absolute;
  z-index: 5;
  width: max-content;
  max-width: 130px;
  padding: 3px 6px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: var(--mh-ink);
  color: var(--mh-paper);
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%,-100%);
  transition: background-color 240ms ease, color 240ms ease;
  pointer-events: none;
}
.module-page .mh-gear-label.is-active { border-color: var(--mh-lime); background: var(--mh-lime); color: var(--mh-ink); }
.module-page .mh-gear-label-1 { left: 140px; top: -31px; }
.module-page .mh-gear-label-2 { left: 242.42px; top: 18.32px; }
.module-page .mh-gear-label-3 { left: 267.72px; top: 129.15px; }
.module-page .mh-gear-label-4 { left: 196.84px; top: 218.03px; }
.module-page .mh-gear-label-5 { left: 83.16px; top: 218.03px; }
.module-page .mh-gear-label-6 { left: 12.28px; top: 129.15px; }
.module-page .mh-gear-label-7 { left: 37.58px; top: 18.32px; }
.module-page .mh-gear-visual i:nth-of-type(1) { --mh-orbit-angle: 0deg; }
.module-page .mh-gear-visual i:nth-of-type(2) { --mh-orbit-angle: 51.4286deg; }
.module-page .mh-gear-visual i:nth-of-type(3) { --mh-orbit-angle: 102.8571deg; }
.module-page .mh-gear-visual i:nth-of-type(4) { --mh-orbit-angle: 154.2857deg; }
.module-page .mh-gear-visual i:nth-of-type(5) { --mh-orbit-angle: 205.7143deg; }
.module-page .mh-gear-visual i:nth-of-type(6) { --mh-orbit-angle: 257.1429deg; }
.module-page .mh-gear-visual i:nth-of-type(7) { --mh-orbit-angle: 308.5714deg; }
.module-page .mh-map ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; margin: 22px 0 0; padding: 0; list-style: none; }
.module-page .mh-map a { display: grid; grid-template-columns: 28px 1fr; gap: 7px; align-items: center; min-height: 44px; padding: 8px 9px; border-radius: 10px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 650; line-height: 1.25; text-decoration: none; }
.module-page .mh-map li.is-active a { background: var(--mh-lime); color: var(--mh-ink); }
.module-page .mh-map a:focus-visible { outline-color: var(--mh-coral); }
.module-page .mh-map a span { font-size: 11px; font-weight: 800; }
.module-page .mh-map li.is-active a span { color: var(--mh-coral-dark); }
.module-page .mh-map-note { margin: 22px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }
.module-page .mh-wheel-hint { display: block; margin-top: 10px; color: var(--mh-lime); font-weight: 700; }

.module-page .mh-steps { display: grid; gap: 32px; }
.module-page .mh-step[hidden] { display: block; }
.module-page .mh-step { min-height: 72vh; max-height: none; scroll-margin-top: calc(var(--main-nav-height) + 18px); overflow: visible; padding: 0 32px 32px; border: 1px solid var(--mh-line); border-radius: 16px; background: var(--mh-paper); }
.module-page .mh-step header { display: grid; grid-template-columns: 76px minmax(0,1fr) auto; gap: 22px; align-items: center; margin-inline: -32px; padding: 30px 32px; background: var(--mh-lime); }
.module-page .mh-step:nth-child(even) header { background: var(--mh-coral); }
.module-page .mh-step:nth-child(3n) header { background: var(--mh-navy); color: var(--mh-paper); }
.module-page .mh-step-icon { width: 72px; height: 72px; display: grid; place-items: center; overflow: visible; border-radius: 0; background: transparent; }
.module-page .mh-step-icon img { width: 66px; height: 66px; object-fit: contain; }
.module-page .mh-step:nth-child(3n) .mh-step-icon img { filter: invert(1); }
.module-page .mh-step header span { color: var(--mh-ink); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.module-page .mh-step:nth-child(3n) header span { color: var(--mh-lime); }
.module-page .mh-step h3 { max-width: 18ch; margin: 8px 0 0; font-family: "DMF", "Inter", sans-serif; font-size: clamp(34px,3.8vw,48px); font-weight: 700; letter-spacing: -.01em; line-height: 1.08; }
.module-page .mh-step-number { align-self: center; color: currentColor; font-family: "DMF", "Inter", sans-serif; font-size: clamp(58px,6.5vw,86px); font-weight: 300; letter-spacing: -.05em; line-height: .75; opacity: .18; }
.module-page .mh-step-summary { max-width: 69ch; margin: 30px 0 0; font-size: 18px; line-height: 1.7; }
.module-page .mh-source-detail { margin-top: 24px; }
.module-page .mh-source-visual { overflow-x: auto; border: 1px solid var(--mh-line); border-radius: 16px; background: var(--mh-paper); }
.module-page .mh-source-visual > div { margin-top: 0 !important; border: 0 !important; border-radius: 0 !important; }
.module-page .mh-source-detail-image { display: block; width: 100%; max-height: 430px; object-fit: contain; border: 1px solid var(--mh-line); border-radius: 16px; background: var(--mh-soft); }
.module-page .mh-visual-item { cursor: pointer; }
.module-page .mh-visual-item:focus-visible { outline: 3px solid var(--mh-lime); outline-offset: 3px; }
.module-page .mh-dm-swatch { position: relative; cursor: pointer; }
.module-page .mh-dm-swatch:focus-visible { outline: 2px solid var(--mh-coral); outline-offset: 2px; }
.module-page .mh-dm-swatch[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute; bottom: calc(100% + 8px); left: 50%;
  transform: translateX(-50%) translateY(2px);
  background: var(--mh-ink); color: var(--mh-paper);
  font-size: 10.5px; font-weight: 600; line-height: 1.3; white-space: nowrap;
  padding: 6px 10px; border-radius: 6px; z-index: 30;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 120ms ease, transform 120ms ease;
}
.module-page .mh-dm-swatch[data-tooltip]:hover::after,
.module-page .mh-dm-swatch[data-tooltip]:focus-visible::after {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.module-page .mh-visual-inspector { padding: 14px 16px; border-top: 1px solid var(--mh-line); background: var(--mh-soft); }
.module-page .mh-visual-inspector strong { display: block; font-size: 13px; }
.module-page .mh-visual-inspector p { margin: 5px 0 0; color: var(--mh-muted); font-size: 12px; line-height: 1.5; }
.module-page .mh-knowledge-node { cursor: grab; pointer-events: all; touch-action: none; }
.module-page .mh-knowledge-node:hover,
.module-page .mh-knowledge-node:focus-visible { stroke: var(--mh-lime); stroke-width: 3; outline: none; }
.module-page .mh-knowledge-node.is-dragging { cursor: grabbing; stroke: var(--mh-lime); stroke-width: 4; }
.module-page .mh-source-caption { margin: 9px 0 0; color: var(--mh-muted); font-size: 12.5px; line-height: 1.5; }
.module-page .mh-source-copy { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 16px; }
.module-page .mh-source-copy > div { padding: 15px; border-radius: 12px; background: var(--mh-soft); }
.module-page .mh-source-copy > div:nth-child(2) { background: var(--mh-ink); color: var(--mh-paper); }
.module-page .mh-source-copy > div:nth-child(3) { background: var(--mh-coral); color: var(--mh-ink); }
.module-page .mh-source-copy b { display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.module-page .mh-source-copy p { margin: 8px 0 0; font-size: 13px; line-height: 1.5; }

.module-page .mh-proof { background: var(--mh-soft); }
.module-page .mh-proof h2 { max-width: 22ch; margin: 0; }
.module-page .mh-proof .mh-section-lead { max-width: 64ch; margin-top: 20px; }
.module-page .mh-proof-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.module-page .mh-project-card { display: block; overflow: hidden; border: 1px solid var(--mh-line); border-radius: 16px; background: var(--mh-paper); color: var(--mh-ink); transition: transform 220ms ease, box-shadow 220ms ease; }
.module-page .mh-project-card:hover { color: var(--mh-ink); transform: translateY(-4px); box-shadow: 0 16px 34px rgba(0,0,0,.1); }
.module-page .mh-proof-grid figure { height: 100%; margin: 0; }
.module-page .mh-proof-media { display: grid; aspect-ratio: 4/3; place-items: center; overflow: hidden; border: 1px dashed #aaa; border-radius: 16px; color: var(--mh-muted); background: rgba(255,255,255,.45); font-size: 13px; }
.module-page .mh-project-card .mh-proof-media { border: 0; border-bottom: 1px solid var(--mh-line); border-radius: 0; background: var(--mh-paper); }
.module-page .mh-proof-media img { display: block; width: auto; height: auto; max-width: 70%; max-height: 70%; object-fit: contain; }
.module-page .mh-proof-grid figcaption { display: grid; gap: 6px; padding: 16px 16px 16px 20px; border-left: 4px solid var(--mh-coral); }
.module-page .mh-proof-grid > a:nth-child(1) figcaption { border-left-color: #F96848; }
.module-page .mh-proof-grid > a:nth-child(2) figcaption { border-left-color: #4F46E5; }
.module-page .mh-proof-grid > a:nth-child(3) figcaption { border-left-color: #10B981; }
.module-page .mh-proof-grid > a:nth-child(4) figcaption { border-left-color: #F59E0B; }
.module-page .mh-proof-grid > a:nth-child(5) figcaption { border-left-color: #EC4899; }
.module-page .mh-proof-grid > a:nth-child(6) figcaption { border-left-color: #06B6D4; }
.module-page .mh-proof-grid > a:nth-child(7) figcaption { border-left-color: #8B5CF6; }
.module-page .mh-proof-grid > a:nth-child(8) figcaption { border-left-color: #EF4444; }
.module-page .mh-proof-grid figcaption strong { font-family: "DMF", "Inter", sans-serif; font-size: 22px; line-height: 1; text-transform: uppercase; }
.module-page .mh-proof-grid figcaption span { color: var(--mh-muted); font-size: 13px; line-height: 1.45; }
.module-page .mh-proof-values { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 30px; }
.module-page .mh-proof-values div { padding: 18px; border: 1px solid var(--mh-line); border-radius: 14px; background: var(--mh-paper); font-size: 14px; line-height: 1.5; }
.module-page .mh-proof-values strong { font-weight: 800; }
.module-page .mh-flow { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 28px; }
.module-page .mh-flow > div { min-height: 164px; padding: 22px; border: 0; border-radius: 12px; background: var(--mh-lime); }
.module-page .mh-flow > div:nth-child(2) { background: var(--mh-ink); color: var(--mh-paper); }
.module-page .mh-flow > div:nth-child(3) { background: var(--mh-coral); color: var(--mh-ink); }
.module-page .mh-flow b { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.module-page .mh-flow p { margin: 18px 0 0; color: var(--mh-ink); font-size: 13px; line-height: 1.6; }
.module-page .mh-flow > div:nth-child(2) p { color: rgba(255,255,255,.7); }
.module-page .mh-handoff { margin: 8px 0 0; padding: 20px 22px; border-left: 5px solid var(--mh-lime); background: var(--mh-navy); color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.6; }
.module-page .mh-handoff b { color: var(--mh-paper); }
.module-page .mh-step-final .mh-handoff { border-color: var(--mh-coral); background: var(--mh-ink); }

@keyframes mh-tab-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.module-page .mh-outcome-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin-top: 48px; }
.module-page .mh-outcome-grid article { min-height: 210px; padding: 26px; background: var(--mh-paper); }
.module-page .mh-outcome-grid strong { font-family: "DMF", "Inter", sans-serif; font-size: 34px; line-height: 1; }
.module-page .mh-outcome-grid p { margin: 46px 0 0; color: var(--mh-muted); font-size: 14px; line-height: 1.6; }
.module-page .mh-formula { border-block: 1px solid var(--mh-line); background: var(--mh-surface); }
.module-page .mh-formula-row { display: flex; align-items: stretch; gap: 18px; margin-top: 48px; }
.module-page .mh-formula-term,
.module-page .mh-formula-result { flex: 1 1 0; min-height: 190px; padding: 26px; border-radius: 16px; }
.module-page .mh-formula-term { border: 1px solid var(--mh-line-soft); background: var(--mh-paper); }
.module-page .mh-formula-icon { display: block; width: 28px; height: 28px; margin-bottom: 14px; }
.module-page .mh-formula-term .mh-formula-icon { color: var(--mh-coral); }
.module-page .mh-formula-result .mh-formula-icon { color: var(--mh-lime); }
.module-page .mh-formula-term strong,
.module-page .mh-formula-result strong { display: block; font-family: "DMF", "Inter", sans-serif; font-size: 19px; font-weight: 700; line-height: 1.25; }
.module-page .mh-formula-term p,
.module-page .mh-formula-result p { margin: 14px 0 0; font-size: 14px; line-height: 1.6; }
.module-page .mh-formula-term p { color: var(--mh-muted); }
.module-page .mh-formula-op { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; font-family: "DMF", "Inter", sans-serif; font-size: 28px; font-weight: 700; color: var(--mh-muted); }
.module-page .mh-formula-op.mh-formula-eq { color: var(--mh-coral); }
.module-page .mh-formula-result { background: var(--mh-ink); color: var(--mh-paper); }
.module-page .mh-formula-result strong { color: var(--mh-lime); }
.module-page .mh-formula-result p {
  color: var(--mh-coral);
  font-family: "DMF", "Inter", sans-serif;
  font-size: clamp(36px,3.6vw,52px);
  font-weight: 700;
  line-height: 1;
}

.module-page .mh-entry { background: var(--mh-lime); }
.module-page .mh-entry-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 84px; align-items: start; }
.module-page .mh-entry .mh-eyebrow { margin-bottom: 28px; }
.module-page .mh-entry h2 { max-width: 16ch; }
.module-page .mh-entry ol { margin: 0; padding: 0; list-style: none; }
.module-page .mh-entry li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(0,0,0,.25); cursor: default; }
.module-page .mh-entry li:last-child { border-bottom: 1px solid rgba(0,0,0,.25); }
.module-page .mh-entry-preview {
  position: absolute; left: 0; right: 0; bottom: calc(100% + 10px);
  display: flex; align-items: center; gap: 14px;
  background: var(--mh-ink); color: var(--mh-paper);
  padding: 16px 18px; border-radius: 14px;
  box-shadow: 0 20px 44px rgba(0,0,0,.28);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 20; pointer-events: none;
}
.module-page .mh-entry li:hover .mh-entry-preview,
.module-page .mh-entry li:focus-visible .mh-entry-preview,
.module-page .mh-entry li:focus-within .mh-entry-preview {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.module-page .mh-entry-preview-icon { flex: 0 0 auto; width: 32px; height: 32px; color: var(--mh-lime); }
.module-page .mh-entry-preview-body { display: grid; gap: 3px; }
.module-page .mh-entry-preview-body strong { font-size: 13.5px; }
.module-page .mh-entry-preview-body span { font-size: 11.5px; color: rgba(255,255,255,.65); }
.module-page .mh-entry li > span { font-family: "DMF", "Inter", sans-serif; font-size: 24px; font-weight: 700; }
.module-page .mh-entry b { font-size: 18px; }
.module-page .mh-entry p { margin: 6px 0 0; font-size: 14px; line-height: 1.55; }
.module-page .mh-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.module-page .mh-faq-grid > div:last-child { border-top: 1px solid var(--mh-ink); }
.module-page details { border-bottom: 1px solid var(--mh-line); }
.module-page summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; font-size: 17px; font-weight: 750; list-style: none; }
.module-page summary::-webkit-details-marker { display: none; }
.module-page summary::after { content: "+"; position: absolute; top: 20px; right: 4px; font-size: 26px; font-weight: 400; }
.module-page details[open] summary::after { content: "−"; }
.module-page details p { max-width: 72ch; margin: -4px 0 24px; color: var(--mh-muted); font-size: 14px; line-height: 1.7; }
.module-page .mh-contact { padding-block: 112px; background: var(--mh-ink); color: var(--mh-paper); text-align: center; }
.module-page .mh-contact h2 { max-width: 18ch; margin-inline: auto; }
.module-page .mh-contact > .mh-container > p:not(.mh-eyebrow) { max-width: 55ch; margin: 20px auto 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.module-page .mh-contact .mh-button { margin-top: 32px; }
.module-page main h1,
.module-page main h2,
.module-page main h3 { text-transform: uppercase; }
.module-page .footer--module-hoa { padding-top: 42px; }
.module-page .footer--module-hoa .container > .row { --bs-gutter-y: 0; }
.module-page .footer--module-hoa .container > .row > :first-child { display: none !important; }
.module-page .footer--module-hoa .footer-logo { display: none; }

@media (min-width: 992px) {
  .module-page .mh-map { min-height: 500px; }
  .module-page .footer--module-hoa .container > .row {
    width: min(100%, 1180px);
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 0;
    margin-inline: auto;
  }
  .module-page .footer--module-hoa .container > .row > :nth-child(2) { width: 100%; }
  .module-page .footer--module-hoa .container > .row > :nth-child(2) h3,
  .module-page .footer--module-hoa .footer-contact-row p {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) {
  .module-page .footer--module-hoa .container {
    width: 100%;
    max-width: none;
    padding-inline: clamp(24px,3vw,52px);
  }
  .module-page .footer--module-hoa .container > .row {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: 0;
    margin-inline: auto;
  }
  .module-page .footer--module-hoa .container > .row > :nth-child(2) {
    display: grid;
    grid-template-columns: minmax(250px,.95fr) minmax(360px,1.45fr) minmax(170px,.68fr) minmax(190px,.72fr);
    justify-content: center;
    gap: clamp(18px,2vw,36px);
    align-items: center;
    font-size: 16px;
  }
  .module-page .footer--module-hoa .container > .row > :nth-child(2) h3 { text-align: center; }
  .module-page .footer--module-hoa .container > .row > :nth-child(2) h3,
  .module-page .footer--module-hoa .footer-contact-row,
  .module-page .footer--module-hoa .footer-contact-row p {
    margin: 0 !important;
    white-space: nowrap;
  }
  .module-page .footer--module-hoa .container > .row > :nth-child(2) h3,
  .module-page .footer--module-hoa .footer-contact-row p {
    font-size: 16px;
    line-height: 1.4;
  }
  .module-page .footer--module-hoa .footer-contact-row {
    grid-template-columns: 24px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    justify-content: center;
  }
  .module-page .footer--module-hoa .footer-info-icon,
  .module-page .footer--module-hoa .footer-info-image {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 992px) and (min-height: 821px) and (max-height: 1000px) {
  .module-page .mh-process-section { padding-block: 28px 36px; }
  .module-page .mh-process-intro { gap: 8px 48px; margin-bottom: 24px; }
  .module-page .mh-process-intro .mh-section-lead { font-size: 15px; line-height: 1.55; }
  .module-page .mh-process-layout { gap: 40px; }
  .module-page .mh-map { padding: 20px 24px; }
  .module-page .mh-gear-visual { margin: 74px auto -34px; transform: scale(.96); transform-origin: top center; }
  .module-page .mh-map ol { margin-top: 18px; }
  .module-page .mh-map a { min-height: 38px; padding: 6px 8px; }
  .module-page .mh-map-note { display: none; }
  .module-page .mh-step { padding: 0 28px 24px; }
  .module-page .mh-step header { grid-template-columns: 66px minmax(0,1fr) auto; gap: 18px; margin-inline: -28px; padding: 22px 28px; }
  .module-page .mh-step-icon { width: 62px; height: 62px; }
  .module-page .mh-step-icon img { width: 58px; height: 58px; }
  .module-page .mh-step h3 { font-size: clamp(34px,3.2vw,42px); }
  .module-page .mh-step-number { font-size: 68px; }
  .module-page .mh-step-summary { margin-top: 24px; font-size: 16px; line-height: 1.6; }
  .module-page .mh-flow { margin-top: 20px; }
  .module-page .mh-flow > div { min-height: 138px; padding: 18px; }
  .module-page .mh-flow p { margin-top: 14px; line-height: 1.5; }
  .module-page .mh-handoff { padding: 16px 18px; }
}

@media (min-width: 992px) and (max-height: 820px) {
  .module-page .mh-process-section { padding-block: 16px 24px; }
  .module-page .mh-process-intro { gap: 4px 40px; margin-bottom: 10px; }
  .module-page .mh-process-intro .mh-section-lead { font-size: 13px; line-height: 1.4; }
  .module-page .mh-process-layout { gap: 32px; }
  .module-page .mh-map { padding: 14px 18px; }
  .module-page .mh-gear-visual { margin: 70px auto -46px; transform: scale(.88); transform-origin: top center; }
  .module-page .mh-map ol { margin-top: 10px; }
  .module-page .mh-map a { min-height: 32px; padding: 3px 6px; font-size: 9.5px; }
  .module-page .mh-map-note { display: none; }
  .module-page .mh-step { padding: 0 24px 18px; }
  .module-page .mh-step header { grid-template-columns: 56px minmax(0,1fr) auto; gap: 14px; margin-inline: -24px; padding: 16px 24px; }
  .module-page .mh-step-icon { width: 52px; height: 52px; }
  .module-page .mh-step-icon img { width: 48px; height: 48px; }
  .module-page .mh-step h3 { font-size: clamp(30px,2.7vw,36px); }
  .module-page .mh-step-number { font-size: 58px; }
  .module-page .mh-step-summary { margin-top: 18px; font-size: 15px; line-height: 1.5; }
  .module-page .mh-flow { margin-top: 16px; }
  .module-page .mh-flow > div { min-height: 112px; padding: 14px; }
  .module-page .mh-flow p { margin-top: 10px; font-size: 12px; line-height: 1.45; }
  .module-page .mh-handoff { margin-top: 8px; padding: 12px 14px; font-size: 12px; }
}

@media (max-width: 991.98px) {
  .module-page .mh-proof-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .module-page { --main-nav-height: 72px; }
  .module-page .mh-hero-grid { grid-template-columns: minmax(0,1fr); }
  .module-page .mh-system-visual { width: min(100%,640px); justify-self: center; aspect-ratio: 5/4; }
  .module-page .module-page-nav .navbar-collapse {
    border-top-color: var(--mh-line);
    background: var(--mh-paper);
    box-shadow: 0 18px 32px rgba(0,0,0,.12);
  }
  .module-page .module-page-nav .nav-link {
    padding: 13px 0;
    color: var(--mh-ink);
    font-size: 16px;
  }
  .module-page .module-page-nav .contact-btn { margin-top: 14px; }
  .module-page .mh-heading-split { grid-template-columns: 1fr; gap: 24px; }
  .module-page .mh-process-intro { grid-template-columns: 1fr; gap: 20px; align-items: start; margin-bottom: 40px; }
  .module-page .mh-process-intro .mh-eyebrow { grid-column: auto; }
  .module-page .mh-pain-grid { grid-template-columns: 1fr 1fr; }
  .module-page .mh-process-layout { grid-template-columns: 240px 1fr; gap: 36px; }
  .module-page .mh-gear-visual { --mh-node-radius: 98px; width: 210px; }
  .module-page .mh-gear-core { inset: 15px; }
  .module-page .mh-gear-core span { font-size: 17px; }
  .module-page .mh-gear-visual i { top: calc(50% - 25.5px); left: calc(50% - 25.5px); width: 51px; height: 51px; font-size: 8px; }
  .module-page .mh-gear-visual i:nth-of-type(1) { left: calc(50% - 25.5px); }
  .module-page .mh-map ol { grid-template-columns: 1fr; }
  .module-page .mh-step header { position: relative; grid-template-columns: 64px minmax(0,1fr); padding-right: 88px; }
  .module-page .mh-step-icon { width: 60px; height: 60px; }
  .module-page .mh-step-icon img { width: 56px; height: 56px; }
  .module-page .mh-step-number { position: absolute; top: 32px; right: 24px; font-size: 58px; }
  .module-page .mh-flow { grid-template-columns: 1fr; }
  .module-page .mh-flow > div { min-height: 0; }
  .module-page .mh-outcome-grid { grid-template-columns: 1fr 1fr; }
  .module-page .mh-formula-row { flex-wrap: wrap; }
  .module-page .mh-formula-term { flex-basis: calc(50% - 9px); }
  .module-page .mh-formula-result { flex-basis: 100%; }
}

@media (max-width: 767.98px) {
  .module-page .mh-container { padding-inline: 16px; }
  .module-page .mh-section { padding-block: 72px; }
  .module-page .mh-hero { padding-top: 42px; }
  .module-page .mh-hero-grid { gap: 38px; }
  .module-page .mh-system-visual { aspect-ratio: 1; border-radius: 16px; }
  .module-page .mh-hero h1 { font-size: clamp(44px,14vw,66px); }
  .module-page .mh-lead { font-size: 16px; }
  .module-page .mh-actions { display: grid; }
  .module-page .mh-principles { grid-template-columns: 1fr; margin-top: 48px; }
  .module-page .mh-principle { min-height: 132px; }
  .module-page .mh-principle + .mh-principle { border-left: 1px solid var(--mh-line); border-top: 0; }
  .module-page .mh-heading h2,
  .module-page .mh-process-intro h2,
  .module-page .mh-proof h2,
  .module-page .mh-entry h2,
  .module-page .mh-faq h2,
  .module-page .mh-contact h2 { font-size: clamp(36px,11vw,50px); }
  .module-page .mh-pain-grid { grid-template-columns: 1fr; }
  .module-page .mh-pain-grid article { min-height: 0; }
  .module-page .mh-pain-grid h3 { margin-top: 24px; }
  .module-page .mh-diagnosis { grid-template-columns: 1fr; gap: 12px; padding: 22px; }
  .module-page .mh-process-intro { margin-bottom: 32px; }
  .module-page .mh-process-layout { display: block; }
  .module-page .mh-map { position: sticky; top: var(--main-nav-height); z-index: 20; width: 100%; min-height: 0; margin-inline: 0; overflow: hidden; padding: 14px; border-radius: 0 0 18px 18px; contain: paint; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
  .module-page .mh-gear-visual { --mh-node-radius: 131px; left: 50%; display: block; width: 280px; max-width: none; margin: 28px 0 -144px; transform: translateX(-50%) scale(.5); transform-origin: top center; }
  .module-page .mh-gear-core { inset: 20px; }
  .module-page .mh-gear-core span { font-size: 22px; }
  .module-page .mh-gear-visual i { top: calc(50% - 34px); left: calc(50% - 34px); width: 68px; height: 68px; font-size: 10px; }
  .module-page .mh-gear-visual i::after { content: ""; position: absolute; inset: -10px; }
  .module-page .mh-gear-visual i.is-active { --mh-node-scale: 1.04; }
  .module-page .mh-gear-label { width: max-content; max-width: 120px; font-size: 8.5px; }
  .module-page .mh-gear-visual i:nth-of-type(1) { left: calc(50% - 34px); }
  .module-page .mh-map ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; margin-top: 14px; overflow: visible; padding: 0; }
  .module-page .mh-map li { min-width: 0; }
  .module-page .mh-map a { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 6px; min-width: 0; min-height: 42px; padding: 7px 8px; white-space: normal; font-size: 10px; }
  .module-page .mh-map-note { display: none; }
  .module-page .mh-progress { margin-top: 10px; }
  .module-page .mh-steps { gap: 24px; padding-top: 16px; }
  .module-page .mh-step { width: 100%; min-width: 0; scroll-margin-top: calc(var(--main-nav-height) + 230px); padding: 0 20px 20px; }
  .module-page .mh-step header { min-width: 0; grid-template-columns: 50px minmax(0,1fr); gap: 14px; margin-inline: -20px; padding: 22px 54px 22px 20px; }
  .module-page .mh-step header > div { min-width: 0; }
  .module-page .mh-step-icon { width: 48px; height: 48px; }
  .module-page .mh-step-icon img { width: 46px; height: 46px; }
  .module-page .mh-step-number { top: 23px; right: 16px; font-size: 40px; }
  .module-page .mh-step h3 { max-width: none; overflow-wrap: anywhere; font-size: clamp(29px,9vw,36px); }
  .module-page .mh-step-summary { margin-top: 24px; font-size: 16px; }
  .module-page .mh-step { min-height: 0; max-height: none; overflow: visible; }
  .module-page .mh-source-visual { overflow: hidden; }
  .module-page .mh-source-visual > div { width: 100% !important; min-width: 0 !important; }
  .module-page .mh-source-visual--step-1 > div > div:nth-child(2),
  .module-page .mh-source-visual--step-2 > div > div:nth-child(2) { grid-template-columns: 1fr !important; }
  .module-page .mh-source-visual--step-1 > div > div:nth-child(2) > div:first-child { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .module-page .mh-source-visual--step-2 > div > div:nth-child(2) > div:nth-child(2) { margin-top: 2px; }
  .module-page .mh-source-visual--step-4 > div > div:nth-child(2) > div:nth-child(3),
  .module-page .mh-source-visual--step-4 > div > div:nth-child(2) > div:nth-child(4) { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
  .module-page .mh-source-visual--step-5 > div > div:nth-child(2) > div { grid-template-columns: minmax(0,1fr) auto !important; }
  .module-page .mh-source-visual--step-6 > div > div:nth-child(2) > div:nth-child(-n+3) { grid-template-columns: minmax(0,1fr) auto !important; gap: 7px !important; }
  .module-page .mh-source-visual--step-6 > div > div:nth-child(2) > div:nth-child(-n+3) > span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .module-page .mh-source-visual--step-6 > div > div:nth-child(2) > div:nth-child(-n+3) > span:nth-child(3) { grid-column: 2; grid-row: 1; }
  .module-page .mh-source-visual--step-7 > div > div:nth-child(2) > div:nth-child(2) { grid-template-columns: 1fr !important; }
  .module-page .mh-source-copy { grid-template-columns: 1fr; }
  .module-page .mh-proof-grid,
  .module-page .mh-proof-values { grid-template-columns: 1fr; }
  .module-page .mh-flow { margin-top: 22px; }
  .module-page .mh-flow > div { padding: 20px; }
  .module-page .mh-handoff { padding: 18px 20px; }
  .module-page .mh-outcome-grid { grid-template-columns: 1fr; }
  .module-page .mh-outcome-grid article { min-height: 170px; }
  .module-page .mh-outcome-grid p { margin-top: 28px; }
  .module-page .mh-entry-grid,
  .module-page .mh-faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .module-page .mh-formula-row { flex-direction: column; margin-top: 32px; }
  .module-page .mh-formula-term,
  .module-page .mh-formula-result { flex-basis: auto; min-height: 0; }
  .module-page .mh-formula-op { padding: 2px 0; font-size: 22px; }
  .module-page .footer--module-hoa .container > .row { max-width: 520px; margin-inline: auto; text-align: left; }
  .module-page .footer--module-hoa .container > .row > :first-child { text-align: center; }
  .module-page .footer--module-hoa .footer-round-logo { margin-bottom: 0 !important; }
}

.module-page .mh-map ol { display: none; }

body.mh-modal-open { overflow: hidden; }
.mh-lead-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; }
.mh-lead-modal.is-open { display: flex; }
.mh-lead-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); opacity: 0; transition: opacity .2s ease; }
.mh-lead-modal-panel { position: relative; width: min(100%,480px); max-height: min(90vh,720px); overflow-y: auto; padding: 36px; border-radius: 20px; background: #fff; color: #000; box-shadow: 0 30px 80px rgba(0,0,0,.35); opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.mh-lead-modal.is-open .mh-lead-modal-backdrop { opacity: 1; }
.mh-lead-modal.is-open .mh-lead-modal-panel { opacity: 1; transform: translateY(0); }
.mh-lead-modal-panel .mh-eyebrow { margin-bottom: 6px; }
.mh-lead-modal-close { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 999px; background: #f7f5f2; color: #000; font-size: 20px; line-height: 1; cursor: pointer; }
.mh-lead-modal-close:hover { background: #f0ede7; }
.mh-lead-modal-panel h3 { margin: 0; font-family: "DMF","Inter",sans-serif; font-size: clamp(21px,4vw,26px); line-height: 1.3; }
.mh-lead-form { display: grid; gap: 14px; margin-top: 24px; }
.mh-lead-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; color: #6b6b6b; }
.mh-lead-form input { padding: 12px 14px; border: 1px solid #e5e1da; border-radius: 10px; font-size: 15px; font-family: inherit; color: #000; }
.mh-lead-form input:focus { outline: 2px solid #f96848; outline-offset: 1px; border-color: #f96848; }
.mh-lead-form-error { margin: 0; color: #f96848; font-size: 13px; }
.mh-lead-form button[type="submit"] { margin-top: 4px; width: 100%; border: 0; cursor: pointer; }
.mh-lead-form button[type="submit"]:disabled { opacity: .6; cursor: default; }
.mh-lead-form-success { margin-top: 24px; padding: 18px; border-radius: 12px; background: #c8e847; font-size: 15px; }
.mh-lead-form-success p { margin: 0; }

@media (max-width: 767.98px) {
  .mh-lead-modal { padding: 12px; }
  .mh-lead-modal-panel { padding: 26px 22px; border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .module-page *,
  .module-page *::before,
  .module-page *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
