.mh-ai-page {
    --mh-product-soft: color-mix(in srgb, var(--mh-product-accent) 10%, white);
    --mh-product-pale: color-mix(in srgb, var(--mh-product-accent) 6%, white);
    background: #fff;
}

.mh-ai-page .mh-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mh-ai-page .mh-ai-hero {
    position: relative;
    overflow: hidden;
    min-height: 675px;
    background: linear-gradient(115deg, #f5fcfd 0%, #e6f7f9 58%, var(--mh-product-pale) 100%);
}

.mh-ai-page .mh-ai-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .5;
    background-image: radial-gradient(color-mix(in srgb, var(--mh-product-accent) 35%, transparent) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: linear-gradient(90deg, transparent, #000 46%, transparent 95%);
}

.mh-ai-page .mh-ai-hero::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -180px;
    top: -160px;
    border: 1px solid color-mix(in srgb, var(--mh-product-accent) 25%, transparent);
    border-radius: 50%;
    box-shadow: 0 0 0 42px color-mix(in srgb, var(--mh-product-accent) 5%, transparent), 0 0 0 84px color-mix(in srgb, var(--mh-product-accent) 3%, transparent);
}

.mh-ai-page .mh-ai-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr);
    align-items: center;
    min-height: 675px;
    gap: 38px;
}

.mh-ai-page .mh-ai-hero-copy {
    padding: 72px 0 66px;
}

.mh-ai-page .mh-ai-hero-copy .mh-pill {
    background: var(--mh-product-accent);
    margin-bottom: 24px;
}

.mh-ai-eyebrow {
    display: block;
    color: var(--mh-product-accent);
    font: 700 12px/1.3 var(--mh-font-body);
    letter-spacing: .09em;
    text-transform: uppercase;
}

.mh-ai-hero-copy h1 {
    max-width: 620px;
    margin: 17px 0 22px;
    color: var(--mh-navy);
    font: 800 clamp(42px, 4.7vw, 70px)/1.08 var(--mh-font-heading);
    letter-spacing: -2.4px;
}

.mh-ai-hero-copy p {
    max-width: 580px;
    margin: 0;
    color: #466673;
    font-size: 17px;
    line-height: 1.75;
}

.mh-ai-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.mh-ai-actions .mh-btn-primary,
.mh-ai-cta .mh-btn-primary,
.mh-ai-process .mh-btn-primary {
    background: var(--mh-product-accent);
}

.mh-ai-actions .mh-icon,
.mh-ai-cta .mh-icon,
.mh-ai-process .mh-icon,
.mh-ai-showcase .mh-icon {
    width: 18px;
}

.mh-ai-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 35px;
    color: #55717c;
    font-size: 11px;
    font-weight: 700;
}

.mh-ai-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.mh-ai-trust .mh-icon {
    width: 16px;
    height: 16px;
    color: var(--mh-product-accent);
}

.mh-product-visual {
    position: relative;
    min-height: 590px;
    display: grid;
    place-items: center;
}

.mh-visual-orbit {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.mh-visual-orbit.orbit-one {
    width: 510px;
    height: 510px;
    background: linear-gradient(145deg, var(--mh-product-accent), color-mix(in srgb, var(--mh-product-accent) 40%, white));
    opacity: .92;
}

.mh-visual-orbit.orbit-two {
    width: 580px;
    height: 580px;
    border: 1px solid color-mix(in srgb, var(--mh-product-accent) 34%, transparent);
    box-shadow: 0 0 0 22px color-mix(in srgb, var(--mh-product-accent) 7%, transparent), 0 0 0 44px color-mix(in srgb, var(--mh-product-accent) 4%, transparent);
}

.mh-product-person {
    position: absolute;
    z-index: 2;
    width: 610px;
    max-width: 112%;
    height: 610px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 22px 23px rgba(7, 59, 85, .16));
}

.mh-dashboard-card {
    position: relative;
    z-index: 3;
    width: min(560px, 96%);
    min-height: 338px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 17px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 28px 48px rgba(7,59,85,.19), 0 0 0 8px rgba(255,255,255,.22);
    transform: rotate(2deg);
}

.mh-product-visual--coding .mh-dashboard-card,
.mh-product-visual--scribe .mh-dashboard-card {
    margin-left: 42px;
    margin-top: 110px;
}

.mh-dashboard-top {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 0 17px;
    border-bottom: 1px solid #e1edf0;
    color: #54717b;
    font-size: 10px;
    font-weight: 700;
}

.mh-window-dots { display: inline-flex; gap: 4px; }
.mh-window-dots i { display: block; width: 6px; height: 6px; border-radius: 50%; background: #c7d8dc; }
.mh-window-dots i:first-child { background: #f5bd66; }
.mh-window-dots i:nth-child(2) { background: #6fc5b3; }
.mh-status-dot { margin-left: auto; color: var(--mh-product-accent); font-size: 9px; }

.mh-dashboard-card .mh-status-dot::first-letter { color: var(--mh-product-accent); }

.mh-billing-screen,
.mh-coding-screen,
.mh-scribe-screen,
.mh-rules-screen { padding: 22px; }

.mh-mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mh-mini-stats span { display: flex; flex-direction: column; gap: 4px; padding: 13px 10px; border-radius: 9px; background: #effafb; }
.mh-mini-stats b { color: var(--mh-product-accent); font: 800 21px/1 var(--mh-font-heading); }
.mh-mini-stats small { color: #77909a; font-size: 9px; }
.mh-bars { display: flex; align-items: end; justify-content: space-between; height: 115px; margin-top: 24px; padding: 0 13px 9px; border-bottom: 1px solid #dcebed; }
.mh-bars i { width: 8%; min-height: 18px; border-radius: 4px 4px 0 0; background: linear-gradient(to top, var(--mh-product-accent), color-mix(in srgb, var(--mh-product-accent) 46%, white)); }
.mh-dashboard-table { display: grid; gap: 7px; margin-top: 16px; color: #5d7881; font-size: 10px; }
.mh-dashboard-table span { display: flex; align-items: center; gap: 7px; }
.mh-dashboard-table i { width: 7px; height: 7px; border-radius: 50%; background: #f3bd62; }
.mh-dashboard-table i.good { background: #46b89d; }
.mh-dashboard-table b { margin-left: auto; color: var(--mh-navy); }

.mh-waveform { display: flex; align-items: center; gap: 5px; height: 55px; padding: 0 15px; border-radius: 11px; background: linear-gradient(135deg, color-mix(in srgb, var(--mh-product-accent) 14%, white), #f7fcfd); }
.mh-waveform i { width: 8px; border-radius: 8px; background: var(--mh-product-accent); }
.mh-waveform i:nth-child(1), .mh-waveform i:nth-child(9) { height: 17px; }
.mh-waveform i:nth-child(2), .mh-waveform i:nth-child(8) { height: 30px; }
.mh-waveform i:nth-child(3), .mh-waveform i:nth-child(7) { height: 43px; }
.mh-waveform i:nth-child(4), .mh-waveform i:nth-child(6) { height: 25px; }
.mh-waveform i:nth-child(5) { height: 49px; }
.mh-transcript-line { display: flex; gap: 14px; margin-top: 16px; color: #4c6873; font-size: 10px; line-height: 1.55; }
.mh-transcript-line b { flex: 0 0 46px; color: var(--mh-product-accent); }
.mh-transcript-line.muted { color: #93a8af; }
.mh-note-preview { display: grid; gap: 5px; margin-top: 22px; padding: 13px; border-radius: 10px; background: #eff8fa; }
.mh-note-preview span, .mh-note-preview small { color: #83a0a8; font-size: 9px; }
.mh-note-preview b { color: var(--mh-navy); font-size: 11px; }

.mh-coding-score { display: flex; align-items: end; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid #e0edf0; }
.mh-coding-score b { color: var(--mh-product-accent); font: 800 31px/1 var(--mh-font-heading); }
.mh-coding-score span { color: #7a939d; font-size: 10px; }
.mh-progress-row { display: grid; grid-template-columns: 1fr 1.4fr 36px; align-items: center; gap: 13px; margin-top: 17px; color: #6a838c; font-size: 9px; }
.mh-progress-row i { height: 7px; overflow: hidden; border-radius: 20px; background: #e5eff1; }
.mh-progress-row i b { display: block; height: 100%; border-radius: inherit; background: var(--mh-product-accent); }
.mh-progress-row em { color: var(--mh-product-accent); font-style: normal; font-weight: 700; }
.mh-code-chip { display: grid; gap: 5px; margin-top: 24px; padding: 12px 14px; border-left: 3px solid var(--mh-product-accent); background: #f0f8fa; }
.mh-code-chip span, .mh-code-chip small { color: #7e969e; font-size: 9px; }
.mh-code-chip b { color: var(--mh-navy); font-size: 11px; }

.mh-rules-screen { display: grid; place-items: center; padding: 28px 30px; }
.mh-rule-node { display: grid; grid-template-columns: 39px 1fr; align-items: center; gap: 12px; width: 100%; padding: 15px; border: 1px solid #d9e9ec; border-radius: 10px; color: #5a7480; font-size: 10px; }
.mh-rule-node span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; color: var(--mh-product-accent); background: color-mix(in srgb, var(--mh-product-accent) 13%, white); font-size: 9px; font-weight: 800; }
.mh-rule-node b { color: var(--mh-navy); }
.mh-rule-node.active { border-color: color-mix(in srgb, var(--mh-product-accent) 45%, white); box-shadow: 0 8px 20px color-mix(in srgb, var(--mh-product-accent) 12%, transparent); }
.mh-rule-connector { width: 2px; height: 30px; background: var(--mh-product-accent); }
.mh-rule-footer { display: flex; justify-content: space-between; width: 100%; margin-top: 25px; color: #8aa1a8; font-size: 9px; }
.mh-rule-footer b { color: var(--mh-product-accent); }

.mh-floating-chip { position: absolute; z-index: 4; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 8px; min-width: 136px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.85); border-radius: 10px; background: rgba(255,255,255,.97); box-shadow: 0 14px 25px rgba(7,59,85,.15); }
.mh-floating-chip .mh-icon { grid-row: span 2; width: 20px; height: 20px; color: var(--mh-product-accent); }
.mh-floating-chip b { color: var(--mh-navy); font: 800 17px/1 var(--mh-font-heading); }
.mh-floating-chip small { color: #78929a; font-size: 9px; }
.mh-floating-chip.chip-one { left: 0; bottom: 75px; }
.mh-floating-chip.chip-two { right: -10px; top: 85px; }
.mh-product-visual--coding .chip-one, .mh-product-visual--scribe .chip-one { left: 18px; bottom: 28px; }
.mh-product-visual--coding .chip-two, .mh-product-visual--scribe .chip-two { right: -3px; top: 132px; }

.mh-ai-metrics { position: relative; z-index: 2; margin-top: -1px; padding: 31px 0; color: #fff; background: var(--mh-product-accent); }
.mh-ai-metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.65fr; gap: 25px; align-items: center; }
.mh-ai-metrics-grid > div:not(.mh-ai-metrics-note) { display: grid; gap: 6px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.27); }
.mh-ai-metrics-grid > div:nth-child(1) { padding-left: 0; border-left: 0; }
.mh-ai-metrics-grid strong { font: 800 31px/1 var(--mh-font-heading); }
.mh-ai-metrics-grid span { font-size: 11px; opacity: .83; }
.mh-ai-metrics-note { justify-self: end; max-width: 260px; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.27); }
.mh-ai-metrics-note .mh-ai-eyebrow { color: #d8ffff; font-size: 10px; }
.mh-ai-metrics-note p { margin: 7px 0 0; color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.5; }

.mh-ai-section { padding: 105px 0 112px; }
.mh-ai-section-heading { max-width: 730px; margin: 0 auto 48px; text-align: center; }
.mh-ai-section-heading h2, .mh-ai-showcase-copy h2, .mh-ai-process h2, .mh-ai-compare h2, .mh-ai-faq h2, .mh-ai-cta h2 { margin: 10px 0 16px; color: var(--mh-navy); font: 700 clamp(30px, 3.4vw, 46px)/1.13 var(--mh-font-heading); letter-spacing: -1px; }
.mh-ai-section-heading p, .mh-ai-showcase-copy > p, .mh-ai-process p, .mh-ai-faq-grid > div > p, .mh-ai-cta p { margin: 0; color: #617b84; line-height: 1.7; }
.mh-ai-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.mh-ai-feature-card { position: relative; min-height: 265px; padding: 24px; border: 1px solid #d9e9ec; border-radius: 15px; background: linear-gradient(145deg, #fff, var(--mh-product-pale)); transition: transform .22s ease, box-shadow .22s ease; }
.mh-ai-feature-card:hover { transform: translateY(-5px); box-shadow: 0 17px 30px rgba(7,59,85,.1); }
.mh-ai-feature-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: var(--mh-product-accent); background: var(--mh-product-soft); }
.mh-ai-feature-icon .mh-icon { width: 23px; height: 23px; }
.mh-ai-feature-number { position: absolute; top: 27px; right: 23px; color: #a7c1c7; font-size: 11px; font-weight: 800; }
.mh-ai-feature-card h3 { margin: 22px 0 9px; color: var(--mh-navy); font: 700 17px/1.3 var(--mh-font-body); }
.mh-ai-feature-card p { min-height: 63px; margin: 0; color: #718990; font-size: 12px; line-height: 1.6; }
.mh-ai-feature-card a, .mh-text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--mh-product-accent); font-size: 12px; font-weight: 800; }

.mh-ai-showcase { padding: 102px 0; background: #f3fafb; }
.mh-ai-showcase-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 78px; }
.mh-ai-showcase-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.mh-ai-showcase-visual::before { content: ""; position: absolute; width: 370px; height: 370px; border-radius: 50%; background: color-mix(in srgb, var(--mh-product-accent) 12%, white); }
.mh-showcase-window { position: relative; z-index: 1; width: min(570px, 100%); overflow: hidden; border: 1px solid #d0e5e9; border-radius: 14px; background: #fff; box-shadow: 0 26px 45px rgba(7,59,85,.15); transform: perspective(1000px) rotateY(5deg) rotateX(2deg); }
.mh-showcase-body { display: grid; grid-template-columns: 54px 1fr; min-height: 320px; }
.mh-showcase-sidebar { display: grid; align-content: start; justify-items: center; gap: 22px; padding-top: 25px; background: var(--mh-navy); }
.mh-showcase-sidebar i { width: 16px; height: 16px; border: 1px solid rgba(255,255,255,.6); border-radius: 4px; }
.mh-showcase-sidebar i:first-child { border: 0; background: var(--mh-product-accent); }
.mh-showcase-content { padding: 30px 27px; }
.mh-showcase-kicker { display: block; color: var(--mh-product-accent); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mh-showcase-content > strong { display: block; margin-top: 7px; color: var(--mh-navy); font: 700 22px var(--mh-font-heading); }
.mh-showcase-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 22px; }
.mh-showcase-cards span { display: grid; gap: 4px; padding: 13px; border-radius: 8px; background: var(--mh-product-pale); }
.mh-showcase-cards b { color: var(--mh-product-accent); font: 800 20px var(--mh-font-heading); }
.mh-showcase-cards small { color: #718a92; font-size: 9px; }
.mh-showcase-chart { display: flex; align-items: end; gap: 11px; height: 70px; margin-top: 22px; padding: 0 12px 6px; border-bottom: 1px solid #e0edef; }
.mh-showcase-chart i { flex: 1; border-radius: 4px 4px 0 0; background: var(--mh-product-accent); opacity: .75; }
.mh-showcase-chart i:nth-child(even) { opacity: .42; }
.mh-showcase-list { display: grid; gap: 9px; margin-top: 15px; color: #7a949c; font-size: 9px; }
.mh-showcase-list span { display: flex; align-items: center; gap: 7px; }
.mh-showcase-list i { width: 6px; height: 6px; border-radius: 50%; background: var(--mh-product-accent); }
.mh-showcase-list b { margin-left: auto; color: #55717b; }
.mh-ai-showcase-copy h2 { max-width: 480px; }
.mh-ai-showcase-copy ul { display: grid; gap: 14px; padding: 0; margin: 28px 0 0; list-style: none; }
.mh-ai-showcase-copy li { display: flex; align-items: center; gap: 10px; color: #526f79; font-size: 13px; }
.mh-ai-showcase-copy li .mh-icon { flex: 0 0 21px; width: 21px; height: 21px; padding: 4px; border-radius: 50%; color: var(--mh-product-accent); background: var(--mh-product-soft); }

.mh-ai-process { padding: 92px 0; color: #fff; background: var(--mh-navy); overflow: hidden; }
.mh-ai-process .mh-ai-eyebrow { color: #63dbd3; }
.mh-ai-process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.mh-ai-process h2 { max-width: 450px; margin-top: 12px; color: #fff; }
.mh-ai-process p { max-width: 430px; color: rgba(255,255,255,.7); }
.mh-ai-process .mh-btn { margin-top: 28px; }
.mh-ai-process-steps { position: relative; display: grid; gap: 18px; }
.mh-ai-process-steps::before { content: ""; position: absolute; left: 24px; top: 27px; bottom: 27px; width: 1px; background: rgba(255,255,255,.2); }
.mh-ai-process-step { position: relative; z-index: 1; display: grid; grid-template-columns: 50px 1fr; gap: 20px; align-items: center; padding: 21px 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.06); }
.mh-ai-process-step.is-active { border-color: color-mix(in srgb, var(--mh-product-accent) 70%, white); background: color-mix(in srgb, var(--mh-product-accent) 45%, transparent); }
.mh-ai-process-step > span { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 50%; color: var(--mh-navy); background: #d8ffff; font: 800 13px var(--mh-font-heading); }
.mh-ai-process-step strong { display: block; color: #fff; font-size: 15px; }
.mh-ai-process-step small { display: block; margin-top: 6px; color: rgba(255,255,255,.62); font-size: 11px; }

.mh-ai-compare { padding: 105px 0; background: #fff; }
.mh-ai-compare .mh-ai-section-heading { margin-bottom: 43px; }
.mh-ai-compare-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 940px; margin: auto; }
.mh-ai-compare-card { padding: 28px 30px; border: 1px solid #d4e5e8; border-radius: 15px; background: #fbfdfd; }
.mh-ai-compare-card.is-highlighted { border-color: color-mix(in srgb, var(--mh-product-accent) 40%, white); background: linear-gradient(145deg, var(--mh-product-pale), #fff); box-shadow: 0 16px 33px color-mix(in srgb, var(--mh-product-accent) 10%, transparent); }
.mh-ai-compare-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 19px; border-bottom: 1px solid #dcebed; color: var(--mh-navy); font: 700 16px/1.35 var(--mh-font-body); }
.mh-ai-compare-head .mh-icon { width: 22px; height: 22px; color: var(--mh-product-accent); }
.mh-ai-compare-card ul { display: grid; gap: 16px; padding: 22px 0 0; margin: 0; list-style: none; }
.mh-ai-compare-card li { display: flex; align-items: flex-start; gap: 10px; color: #68828a; font-size: 12px; line-height: 1.45; }
.mh-ai-compare-card li .mh-icon { flex: 0 0 16px; width: 16px; height: 16px; color: var(--mh-product-accent); }

.mh-ai-faq { padding: 95px 0; background: #f5fafb; }
.mh-ai-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.mh-ai-faq h2 { max-width: 330px; }
.mh-ai-faq-grid > div > p { max-width: 360px; }
.mh-ai-faq-grid > div > .mh-btn { margin-top: 25px; }
.mh-ai-faq-list { display: grid; gap: 10px; }
.mh-ai-faq-list details { border: 1px solid #d8e8eb; border-radius: 10px; background: #fff; }
.mh-ai-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; color: var(--mh-navy); font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.mh-ai-faq-list summary::-webkit-details-marker { display: none; }
.mh-ai-faq-list summary b { color: var(--mh-product-accent); font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.mh-ai-faq-list details[open] summary b { transform: rotate(45deg); }
.mh-ai-faq-list details p { max-width: 700px; margin: -3px 22px 21px; color: #6b858d; font-size: 12px; line-height: 1.65; }

.mh-ai-cta { padding: 94px 0; text-align: center; background: linear-gradient(135deg, var(--mh-navy), #0a6d7d); }
.mh-ai-cta .mh-ai-eyebrow { color: #77e2d8; }
.mh-ai-cta h2 { max-width: 700px; margin-inline: auto; color: #fff; }
.mh-ai-cta p { color: rgba(255,255,255,.75); }
.mh-ai-cta .mh-btn { margin-top: 27px; }

.mh-ai-page .mh-ai-demo { background: linear-gradient(90deg, #f7ad19, #ffbc27); }
.mh-ai-page .mh-ai-demo h2, .mh-ai-page .mh-ai-demo p, .mh-ai-page .mh-ai-demo a { color: #fff; }
.mh-ai-page .mh-ai-demo a { display: inline-flex; align-items: center; gap: 10px; }
.mh-ai-page .mh-ai-demo a .mh-icon { width: 30px; height: 30px; }
.mh-ai-page .mh-ai-footer { padding-top: 63px; }
.mh-ai-page .mh-footer-brand { display: inline-flex; max-width: 205px; margin-bottom: 22px; }
.mh-ai-page .mh-footer-brand img { width: 100%; height: auto; }
.mh-ai-page .mh-footer-grid section > .mh-btn { color: #fff; }

@media (max-width: 1100px) {
    .mh-ai-page .mh-ai-hero-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .mh-ai-page .mh-ai-hero-copy h1 { font-size: clamp(38px, 5vw, 57px); }
    .mh-product-visual { min-height: 530px; transform: scale(.9); }
    .mh-ai-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .mh-ai-showcase-grid { gap: 40px; }
}

@media (max-width: 767px) {
    .mh-ai-page .mh-ai-hero { min-height: 0; }
    .mh-ai-page .mh-ai-hero-grid { display: block; min-height: 0; }
    .mh-ai-page .mh-ai-hero-copy { padding: 62px 0 20px; }
    .mh-ai-page .mh-ai-hero-copy h1 { margin-top: 15px; font-size: 42px; letter-spacing: -1.5px; }
    .mh-ai-page .mh-ai-hero-copy p { font-size: 15px; }
    .mh-ai-trust { gap: 12px 17px; margin-top: 25px; }
    .mh-product-visual { min-height: 425px; transform: scale(.82); transform-origin: top center; margin-bottom: -68px; }
    .mh-visual-orbit.orbit-one { width: 410px; height: 410px; }
    .mh-visual-orbit.orbit-two { width: 460px; height: 460px; }
    .mh-dashboard-card { width: 530px; }
    .mh-product-person { width: 490px; height: 490px; }
    .mh-floating-chip.chip-one { left: -14px; }
    .mh-floating-chip.chip-two { right: -24px; }
    .mh-ai-metrics { padding: 27px 0; }
    .mh-ai-metrics-grid { grid-template-columns: repeat(3, 1fr); gap: 13px; }
    .mh-ai-metrics-grid > div:not(.mh-ai-metrics-note) { padding-left: 13px; }
    .mh-ai-metrics-grid strong { font-size: 22px; }
    .mh-ai-metrics-grid span { font-size: 9px; line-height: 1.3; }
    .mh-ai-metrics-note { grid-column: 1 / -1; justify-self: stretch; max-width: none; padding: 16px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.26); }
    .mh-ai-section, .mh-ai-compare { padding: 72px 0; }
    .mh-ai-section-heading { margin-bottom: 30px; }
    .mh-ai-section-heading h2, .mh-ai-showcase-copy h2, .mh-ai-process h2, .mh-ai-compare h2, .mh-ai-faq h2, .mh-ai-cta h2 { font-size: 31px; }
    .mh-ai-feature-grid { grid-template-columns: 1fr; }
    .mh-ai-feature-card { min-height: 0; }
    .mh-ai-feature-card p { min-height: 0; }
    .mh-ai-showcase { padding: 70px 0; }
    .mh-ai-showcase-grid, .mh-ai-process-grid, .mh-ai-faq-grid { grid-template-columns: 1fr; gap: 48px; }
    .mh-ai-showcase-visual { min-height: 320px; transform: scale(.86); margin: -35px -30px; }
    .mh-showcase-window { width: 570px; }
    .mh-ai-process { padding: 72px 0; }
    .mh-ai-process-steps { gap: 12px; }
    .mh-ai-process-step { padding: 17px; }
    .mh-ai-compare-grid { grid-template-columns: 1fr; }
    .mh-ai-faq { padding: 72px 0; }
    .mh-ai-cta { padding: 72px 0; }
    .mh-ai-page .mh-footer-grid { grid-template-columns: 1fr 1fr; }
    .mh-ai-page .mh-footer-grid section:last-child { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
    .mh-ai-page .mh-ai-hero-copy h1 { font-size: 36px; }
    .mh-ai-actions .mh-btn { width: 100%; }
    .mh-ai-page .mh-ai-hero-copy { padding-top: 48px; }
    .mh-product-visual { transform: scale(.7); margin: -36px -74px -95px; }
    .mh-ai-page .mh-footer-grid { grid-template-columns: 1fr; }
    .mh-ai-page .mh-footer-grid section:last-child { grid-column: auto; }
}

/* Keep the inner-page footer identical to the front-page footer. */
.mh-ai-page .mh-ai-demo {
    color: var(--mh-white);
    background: linear-gradient(102deg, #0c78a4 0%, #058f97 56%, #047c83 100%);
}

.mh-ai-page .mh-ai-demo .mh-container {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr .8fr auto;
    align-items: center;
    gap: 40px;
    min-height: 112px;
}

.mh-ai-page .mh-ai-demo h2 {
    margin: 0 0 3px;
    color: var(--mh-white);
    font-size: 24px;
    font-weight: 700;
}

.mh-ai-page .mh-ai-demo p { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.mh-ai-page .mh-ai-demo a { display: inline-flex; align-items: center; justify-content: center; gap: 14px; color: var(--mh-white); text-decoration: none; }
.mh-ai-page .mh-ai-demo a .mh-icon { width: 34px; height: 34px; }
.mh-ai-page .mh-ai-demo a span, .mh-ai-page .mh-ai-demo a small { display: block; }
.mh-ai-page .mh-ai-demo a span { font-size: 15px; font-weight: 700; }
.mh-ai-page .mh-ai-demo a small { margin-block-end: 2px; color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .06em; }
.mh-ai-page .mh-ai-demo .mh-heartline { width: 170px; opacity: .2; text-align: right; }
.mh-ai-page .mh-ai-demo .mh-heartline .mh-icon { width: 100%; height: 58px; }

.mh-ai-page .mh-ai-footer {
    padding: 58px 0 0;
    color: var(--mh-body);
    background: var(--mh-white);
}

.mh-ai-page .mh-ai-footer .mh-footer-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.1fr .85fr .85fr 1.25fr;
    gap: clamp(28px, 4vw, 54px);
    padding-bottom: 44px;
}

.mh-ai-page .mh-ai-footer .mh-footer-grid section { min-width: 0; }
.mh-ai-page .mh-ai-footer .mh-footer-grid section:last-child { padding-inline-end: 42px; }
.mh-ai-page .mh-ai-footer .mh-footer-grid h2 { margin: 0 0 15px; color: var(--mh-navy); font: 700 15px/1.3 var(--mh-font-body); }
.mh-ai-page .mh-ai-footer .mh-footer-grid section > a { display: block; margin-bottom: 8px; color: var(--mh-body); font-size: 13px; line-height: 1.45; text-decoration: none; }
.mh-ai-page .mh-ai-footer .mh-footer-grid section > a:hover { color: var(--mh-primary-dark); }
.mh-ai-page .mh-ai-footer .mh-footer-brand { display: block; width: min(100%, 246px); max-width: none; margin: -4px 0 18px; }
.mh-ai-page .mh-ai-footer .mh-footer-brand img { display: block; width: 100%; height: auto; }
.mh-ai-page .mh-ai-footer .mh-newsletter-copy { margin: -5px 0 14px; color: var(--mh-body); font-size: 12px; line-height: 1.55; }
.mh-ai-page .mh-ai-footer .mh-newsletter { display: grid; grid-template-columns: minmax(0,1fr) auto; margin-bottom: 18px; }
.mh-ai-page .mh-ai-footer .mh-newsletter input { width: auto; min-width: 0; max-width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid var(--mh-border); border-radius: 7px 0 0 7px; font-size: 13px; }
.mh-ai-page .mh-ai-footer .mh-newsletter button { width: auto; min-width: 78px; min-height: 42px; padding: 9px 12px; color: var(--mh-white); border: 0; border-radius: 0 7px 7px 0; background: var(--mh-primary); font-size: 12px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.mh-ai-page .mh-ai-footer .mh-social { display: flex; gap: 10px; }
.mh-ai-page .mh-ai-footer .mh-social a { display: grid; place-items: center; width: 34px; height: 34px; margin: 0; color: var(--mh-white); border-radius: 50%; background: var(--mh-navy); font-size: 12px; font-weight: 700; text-decoration: none; }
.mh-ai-page .mh-ai-footer .mh-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding-block: 22px; border-block-start: 1px solid var(--mh-border); font-size: 12px; line-height: 1.5; }
.mh-ai-page .mh-ai-footer .mh-footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.mh-ai-page .mh-ai-footer .mh-footer-bottom a { color: var(--mh-primary-dark); text-decoration: none; }

@media (max-width: 900px) {
    .mh-ai-page .mh-ai-footer .mh-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mh-ai-page .mh-ai-footer .mh-footer-grid section:last-child { padding-inline-end: 0; }
}

@media (max-width: 767px) {
    .mh-ai-page .mh-ai-demo .mh-container { grid-template-columns: 1fr 1fr; min-height: 112px; gap: 20px; }
    .mh-ai-page .mh-ai-demo .mh-heartline { display: none; }
    .mh-ai-page .mh-ai-footer { padding-top: 45px; }
    .mh-ai-page .mh-ai-footer .mh-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; }
    .mh-ai-page .mh-ai-footer .mh-footer-grid section:last-child { grid-column: 1 / -1; }
    .mh-ai-page .mh-ai-footer .mh-footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
    .mh-ai-page .mh-ai-footer .mh-footer-bottom nav { justify-content: flex-start; gap: 10px 16px; }
}

@media (max-width: 520px) {
    .mh-ai-page .mh-ai-demo .mh-container { grid-template-columns: 1fr; padding-block: 25px; }
    .mh-ai-page .mh-ai-demo a { justify-content: flex-start; }
    .mh-ai-page .mh-ai-footer .mh-footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 16px; }
    .mh-ai-page .mh-ai-footer .mh-footer-grid section:last-child { grid-column: 1 / -1; }
}
