/*
 * MedicHelp homepage visual layer — Phase 2.
 * Loaded after medichelp.css and scoped to the active shortcode root.
 * Phase 1 header, mega-menu and mobile drawer rules remain in medichelp.css.
 */

.mh-site.mh-home-v2 {
    --mh-section-space: clamp(76px, 7vw, 104px);
    --mh-section-space-compact: clamp(60px, 5.5vw, 84px);
    --mh-heading-xl: clamp(50px, 4.1vw, 58px);
    --mh-heading-lg: clamp(36px, 3.2vw, 46px);
    --mh-heading-md: clamp(29px, 2.5vw, 36px);
    --mh-copy: clamp(15px, 1.2vw, 17px);
    color: var(--mh-body);
    background: var(--mh-white);
    font: 400 16px/1.65 var(--mh-font-body);
}

.mh-site.mh-home-v2 > main,
.mh-site.mh-home-v2 > .mh-footer {
    overflow-x: clip;
}

.mh-site.mh-home-v2 :where(h1, h2, h3, p, ul) {
    margin-block-start: 0;
}

.mh-site.mh-home-v2 :where(h1, h2, h3) {
    color: var(--mh-navy);
    font-family: var(--mh-font-heading);
}

.mh-site.mh-home-v2 img {
    max-width: 100%;
}

.mh-site.mh-home-v2 picture {
    display: block;
}

.mh-site.mh-home-v2 .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-site.mh-home-v2 .mh-btn {
    min-height: 50px;
    padding: 13px 24px;
    gap: 9px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(8, 166, 166, .18);
}

.mh-site.mh-home-v2 .mh-btn .mh-icon {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
}

.mh-site.mh-home-v2 .mh-btn:hover .mh-icon {
    transform: translateX(3px);
}

/* Hero */
.mh-site.mh-home-v2 .mh-hero {
    position: relative;
    min-height: min(720px, calc(100vh - var(--mh-header-height)));
    padding-block: clamp(58px, 6vw, 82px);
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 44%, rgba(8, 166, 166, .13) 0 19%, transparent 19.3%),
        radial-gradient(circle at 83% 47%, rgba(221, 247, 246, .92) 0 32%, transparent 32.3%),
        linear-gradient(112deg, #f8feff 0%, #effbfd 62%, #e8f9fb 100%);
}

.mh-site.mh-home-v2 .mh-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .34;
    background-image: radial-gradient(circle, rgba(8, 166, 166, .55) 1.2px, transparent 1.3px);
    background-size: 18px 18px;
    mask-image: linear-gradient(90deg, transparent 0 62%, #000 73% 91%, transparent 100%);
}

.mh-site.mh-home-v2 .mh-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.17fr) minmax(0, .83fr);
    align-items: center;
    gap: clamp(20px, 3.5vw, 54px);
}

.mh-site.mh-home-v2 .mh-hero-copy {
    max-width: 680px;
}

.mh-site.mh-home-v2 .mh-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin-block-end: 22px;
    padding: 7px 14px;
    color: var(--mh-white);
    border-radius: var(--mh-radius-pill);
    background: linear-gradient(135deg, var(--mh-primary-dark), var(--mh-primary));
    box-shadow: 0 8px 22px rgba(8, 127, 133, .2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
}

.mh-site.mh-home-v2 .mh-pill .mh-icon {
    width: 17px;
    height: 17px;
}

.mh-site.mh-home-v2 .mh-hero h1 {
    max-width: 700px;
    margin: 0 0 24px;
    color: var(--mh-navy);
    font-size: var(--mh-heading-xl);
    font-weight: 800;
    line-height: 1.075;
    letter-spacing: -.045em;
}

.mh-site.mh-home-v2 .mh-hero h1 span {
    display: inline;
    color: var(--mh-primary);
}

.mh-site.mh-home-v2 .mh-hero-copy > p {
    max-width: 650px;
    margin-block-end: 18px;
    color: var(--mh-body);
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.72;
}

.mh-site.mh-home-v2 .mh-hero-copy > strong {
    display: block;
    max-width: 580px;
    margin-block-end: 22px;
    color: var(--mh-navy);
    font-size: 15px;
    line-height: 1.55;
}

.mh-site.mh-home-v2 .mh-badges {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 610px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.mh-site.mh-home-v2 .mh-badges li {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--mh-navy);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.mh-site.mh-home-v2 .mh-badges .mh-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: var(--mh-primary-dark);
    stroke-width: 1.8;
}

.mh-site.mh-home-v2 .mh-badges small {
    display: block;
    margin-block-start: 3px;
    color: var(--mh-body);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .04em;
}

.mh-site.mh-home-v2 .mh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.mh-site.mh-home-v2 .mh-btn-outline {
    color: var(--mh-navy);
    border: 1.5px solid var(--mh-primary);
    background: rgba(255, 255, 255, .72);
    box-shadow: none;
}

.mh-site.mh-home-v2 .mh-btn-outline:hover {
    color: var(--mh-primary-dark);
    background: var(--mh-white);
}

.mh-site.mh-home-v2 .mh-play {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    padding-inline-start: 2px;
    color: var(--mh-white);
    border-radius: 50%;
    background: var(--mh-primary);
    font-size: 9px;
}

.mh-site.mh-home-v2 .mh-hero-visual {
    position: relative;
    align-self: stretch;
    min-height: 515px;
}

.mh-site.mh-home-v2 .mh-person-picture {
    position: absolute;
    z-index: 3;
    inset: auto 0 0 auto;
    width: min(100%, 515px);
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 48% 48% 18% 18%;
    box-shadow: 0 26px 60px rgba(7, 59, 85, .13);
    background: var(--mh-white);
}

.mh-site.mh-home-v2 .mh-person-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
}

.mh-site.mh-home-v2 .mh-hero-orbit {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}

.mh-site.mh-home-v2 .mh-hero-orbit.orbit-one {
    width: 470px;
    height: 470px;
    right: -12px;
    bottom: 20px;
    border: 54px solid rgba(8, 166, 166, .72);
}

.mh-site.mh-home-v2 .mh-hero-orbit.orbit-two {
    width: 380px;
    height: 380px;
    right: 112px;
    bottom: 74px;
    border: 1px dashed rgba(8, 127, 133, .35);
}

.mh-site.mh-home-v2 .mh-dot-field,
.mh-site.mh-home-v2 .mh-reason-dots {
    position: absolute;
    z-index: 2;
    width: 128px;
    height: 110px;
    right: -22px;
    top: 68px;
    opacity: .55;
    background-image: radial-gradient(circle, var(--mh-primary) 1.6px, transparent 1.7px);
    background-size: 14px 14px;
}

.mh-site.mh-home-v2 .mh-plus {
    position: absolute;
    z-index: 4;
    color: var(--mh-primary);
    font: 700 44px/1 var(--mh-font-heading);
    font-style: normal;
    text-shadow: 0 4px 14px rgba(8, 166, 166, .18);
}

.mh-site.mh-home-v2 .mh-hero-visual .p1 { top: 14%; left: 2%; }
.mh-site.mh-home-v2 .mh-hero-visual .p2 { top: 28%; right: -3%; font-size: 58px; }
.mh-site.mh-home-v2 .mh-hero-visual .p3 { bottom: 7%; left: 1%; font-size: 34px; }

/* Services carousel */
.mh-site.mh-home-v2 .mh-services {
    padding-block: var(--mh-section-space);
    background: var(--mh-white);
}

.mh-site.mh-home-v2 .mh-service-layout {
    display: grid;
    grid-template-columns: minmax(220px, .29fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(34px, 4vw, 58px);
}

.mh-site.mh-home-v2 .mh-intro {
    margin: 0;
    color: var(--mh-navy);
    font-size: clamp(22px, 1.75vw, 25px);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -.025em;
}

.mh-site.mh-home-v2 .mh-intro span {
    color: var(--mh-primary);
    font-weight: 800;
}

.mh-site.mh-home-v2 .mh-carousel-wrap {
    position: relative;
    min-width: 0;
    padding-block-end: 32px;
}

.mh-site.mh-home-v2 .mh-carousel-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.mh-site.mh-home-v2 .mh-carousel-viewport::-webkit-scrollbar,
.mh-site.mh-home-v2 .mh-portraits::-webkit-scrollbar {
    display: none;
}

.mh-site.mh-home-v2 .mh-service-track {
    display: flex;
    gap: 14px;
    width: max-content;
}

.mh-site.mh-home-v2 .mh-service-card {
    position: relative;
    flex: 0 0 clamp(160px, 12.8vw, 185px);
    height: clamp(330px, 28vw, 368px);
    padding: 0;
    overflow: hidden;
    scroll-snap-align: start;
    color: var(--mh-white);
    border-radius: 13px;
    background: var(--mh-navy-dark);
    box-shadow: 0 14px 28px rgba(7, 59, 85, .15);
    isolation: isolate;
}

.mh-site.mh-home-v2 .mh-service-photo,
.mh-site.mh-home-v2 .mh-service-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mh-site.mh-home-v2 .mh-service-photo img {
    object-fit: cover;
    object-position: center;
    filter: none;
    mix-blend-mode: normal;
    transition: transform .45s ease;
}

.mh-site.mh-home-v2 .mh-service-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 44, 64, .42) 0%, rgba(5, 44, 64, .35) 34%, rgba(5, 44, 64, .92) 100%);
}

.mh-site.mh-home-v2 .mh-service-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 16px 16px;
}

.mh-site.mh-home-v2 .mh-service-content small {
    margin-block-end: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mh-site.mh-home-v2 .mh-service-content h3 {
    margin: 0;
    color: var(--mh-white);
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 700;
    line-height: 1.32;
}

.mh-site.mh-home-v2 .mh-service-icon {
    width: 40px;
    height: 40px;
    margin-block: auto 18px;
    color: #bdf3ee;
}

.mh-site.mh-home-v2 .mh-service-content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block-start: 14px;
    color: var(--mh-white);
    border-block-start: 1px solid rgba(255, 255, 255, .3);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.mh-site.mh-home-v2 .mh-service-content a .mh-icon {
    width: 17px;
    height: 17px;
    transition: transform .2s ease;
}

.mh-site.mh-home-v2 .mh-service-card:hover img {
    transform: scale(1.03);
}

.mh-site.mh-home-v2 .mh-service-card:hover a .mh-icon {
    transform: translateX(4px);
}

.mh-site.mh-home-v2 .mh-carousel-btn {
    position: absolute;
    z-index: 4;
    top: calc(50% - 28px);
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: var(--mh-white);
    border: 0;
    border-radius: 50%;
    background: var(--mh-primary);
    box-shadow: 0 8px 20px rgba(8, 127, 133, .24);
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.mh-site.mh-home-v2 .mh-carousel-btn.prev { left: -19px; }
.mh-site.mh-home-v2 .mh-carousel-btn.next { right: -19px; }
.mh-site.mh-home-v2 .mh-carousel-btn:disabled { opacity: .35; cursor: default; }

.mh-site.mh-home-v2 .mh-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.mh-site.mh-home-v2 .mh-carousel-wrap > .mh-carousel-dots {
    position: absolute;
    inset: auto 0 0;
}

.mh-site.mh-home-v2 .mh-carousel-dots button {
    width: 8px;
    height: 8px;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c8d9dd;
    cursor: pointer;
    transition: width .2s ease, border-radius .2s ease, background .2s ease;
}

.mh-site.mh-home-v2 .mh-carousel-dots button.active {
    width: 23px;
    border-radius: var(--mh-radius-pill);
    background: var(--mh-primary);
}

/* KPI */
.mh-site.mh-home-v2 .mh-kpi {
    padding-block: 0 var(--mh-section-space);
}

.mh-site.mh-home-v2 .mh-kpi-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(245px, .72fr) minmax(0, 1.55fr);
    align-items: center;
    gap: 30px 48px;
    min-height: 390px;
    padding: clamp(40px, 4.5vw, 64px);
    overflow: hidden;
    border: 1px solid rgba(8, 166, 166, .1);
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 110%, rgba(8, 166, 166, .08) 0 22%, transparent 22.3%),
        linear-gradient(120deg, #f5feff, #eaf9fb);
}

.mh-site.mh-home-v2 .mh-kpi-intro {
    position: relative;
    z-index: 2;
}

.mh-site.mh-home-v2 .mh-kpi-intro h2 {
    max-width: 340px;
    margin: 0 0 18px;
    color: var(--mh-primary);
    font-size: var(--mh-heading-md);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.mh-site.mh-home-v2 .mh-kpi-intro p {
    max-width: 330px;
    margin: 0;
    color: var(--mh-body);
    font-size: 15px;
    line-height: 1.7;
}

.mh-site.mh-home-v2 .mh-kpi-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px 28px;
}

.mh-site.mh-home-v2 .mh-kpi-stats .mh-stat:nth-child(1) {
    grid-column: 1 / 3;
}

.mh-site.mh-home-v2 .mh-kpi-stats .mh-stat:nth-child(2) {
    grid-column: 3 / 5;
}

.mh-site.mh-home-v2 .mh-stat {
    min-width: 0;
    text-align: center;
}

.mh-site.mh-home-v2 .mh-stat strong {
    display: block;
    margin-block-end: 7px;
    color: var(--mh-navy);
    font: 700 clamp(26px, 2.5vw, 38px)/1.1 var(--mh-font-heading);
    letter-spacing: -.025em;
}

.mh-site.mh-home-v2 .mh-stat small {
    display: block;
    color: var(--mh-body);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.mh-site.mh-home-v2 .mh-kpi-btn {
    position: absolute;
    z-index: 3;
    left: clamp(40px, 4.5vw, 64px);
    bottom: 42px;
    grid-column: auto;
    justify-self: auto;
    min-height: 42px;
    padding: 11px 20px;
}

.mh-site.mh-home-v2 .mh-kpi-rings {
    position: absolute;
    right: -82px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border: 1px dashed rgba(8, 127, 133, .21);
    border-radius: 50%;
}

.mh-site.mh-home-v2 .mh-kpi-rings::before,
.mh-site.mh-home-v2 .mh-kpi-rings::after {
    content: "";
    position: absolute;
    inset: 76px;
    border: inherit;
    border-radius: inherit;
}

.mh-site.mh-home-v2 .mh-kpi-rings::after {
    inset: 152px;
}

/* Operational efficiency */
.mh-site.mh-home-v2 .mh-efficiency {
    padding-block-end: var(--mh-section-space);
}

.mh-site.mh-home-v2 .mh-split-slider {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.42fr);
    min-height: 440px;
    overflow: hidden;
    border-radius: 2px;
    background: #f4fdfe;
}

.mh-site.mh-home-v2 .mh-slide-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(46px, 5vw, 72px);
    border-inline-start: 1px dashed rgba(8, 166, 166, .7);
    background: var(--mh-white);
}

.mh-site.mh-home-v2 .mh-quote {
    position: absolute;
    top: 46px;
    left: 32px;
    color: rgba(8, 166, 166, .52);
    font: 700 74px/.8 Georgia, serif;
}

.mh-site.mh-home-v2 .mh-efficiency-slides {
    position: relative;
    min-height: 216px;
}

.mh-site.mh-home-v2 .mh-slide {
    position: absolute;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(12px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
}

.mh-site.mh-home-v2 .mh-slide.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.mh-site.mh-home-v2 .mh-slide h2 {
    max-width: 410px;
    margin: 0 0 17px;
    color: var(--mh-primary);
    font-size: var(--mh-heading-md);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.mh-site.mh-home-v2 .mh-slide p {
    max-width: 420px;
    margin: 0;
    color: var(--mh-body);
    font-size: 15px;
    line-height: 1.7;
}

.mh-site.mh-home-v2 .mh-slide-controls,
.mh-site.mh-home-v2 .mh-testimonial-controls {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-block-start: 24px;
}

.mh-site.mh-home-v2 .mh-slide-controls > button,
.mh-site.mh-home-v2 .mh-testimonial-controls > button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: var(--mh-navy);
    border: 1px solid var(--mh-border);
    border-radius: 50%;
    background: var(--mh-white);
    font-size: 25px;
    cursor: pointer;
}

.mh-site.mh-home-v2 .mh-slide-image {
    position: relative;
    min-width: 0;
    min-height: 440px;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f8fb, #d7eef4);
}

.mh-site.mh-home-v2 .mh-efficiency-picture,
.mh-site.mh-home-v2 .mh-efficiency-picture img {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mh-site.mh-home-v2 .mh-efficiency-picture img {
    object-fit: cover;
    object-position: 62% center;
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
}

.mh-site.mh-home-v2 .mh-efficiency-rings {
    position: absolute;
    z-index: 3;
    left: -100px;
    bottom: -120px;
    width: 330px;
    height: 330px;
    border: 1px dashed rgba(8, 166, 166, .38);
    border-radius: 50%;
}

.mh-site.mh-home-v2 .mh-slide-image .p1 { z-index: 4; top: 20%; left: 28%; font-size: 30px; }
.mh-site.mh-home-v2 .mh-slide-image .p2 { z-index: 4; right: 7%; bottom: 20%; font-size: 26px; }

/* Reasons */
.mh-site.mh-home-v2 .mh-reasons {
    background: linear-gradient(105deg, #eefdff 0%, #e5f8fa 54%, #ddf5f5 100%);
}

.mh-site.mh-home-v2 .mh-reasons-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
    min-height: 540px;
}

.mh-site.mh-home-v2 .mh-reasons-copy {
    position: relative;
    z-index: 3;
    padding-block: var(--mh-section-space-compact);
    padding-inline-end: clamp(28px, 4vw, 62px);
}

.mh-site.mh-home-v2 .mh-reasons-copy h2 {
    max-width: 460px;
    margin: 0 0 28px;
    font-size: var(--mh-heading-lg);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.mh-site.mh-home-v2 .mh-reason {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: start;
    gap: 18px;
    max-width: 580px;
    margin-block-end: 22px;
}

.mh-site.mh-home-v2 .mh-reason:last-child {
    margin-block-end: 0;
}

.mh-site.mh-home-v2 .mh-reason-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: var(--mh-primary);
    border: 1px solid rgba(8, 166, 166, .25);
    border-radius: 15px;
    background: rgba(255, 255, 255, .7);
}

.mh-site.mh-home-v2 .mh-reason-icon .mh-icon {
    width: 30px;
    height: 30px;
}

.mh-site.mh-home-v2 .mh-reason h3 {
    margin: 0 0 5px;
    color: var(--mh-primary-dark);
    font-size: 18px;
    font-weight: 700;
}

.mh-site.mh-home-v2 .mh-reason p {
    margin: 0;
    color: var(--mh-body);
    font-size: 14px;
    line-height: 1.6;
}

.mh-site.mh-home-v2 .mh-nurse {
    position: relative;
    align-self: stretch;
    min-height: 540px;
}

.mh-site.mh-home-v2 .mh-nurse-picture,
.mh-site.mh-home-v2 .mh-nurse-picture img {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mh-site.mh-home-v2 .mh-nurse-picture {
    overflow: hidden;
    clip-path: ellipse(67% 68% at 58% 52%);
}

.mh-site.mh-home-v2 .mh-nurse-picture img {
    object-fit: cover;
    object-position: 58% center;
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
}

.mh-site.mh-home-v2 .mh-ribbon {
    position: absolute;
    z-index: 3;
    right: 4%;
    border-radius: 50%;
    transform: rotate(-16deg);
}

.mh-site.mh-home-v2 .mh-ribbon.ring-one {
    top: 18%;
    width: 500px;
    height: 190px;
    border: 42px solid rgba(8, 166, 166, .78);
    clip-path: polygon(0 0, 52% 0, 52% 100%, 0 100%);
}

.mh-site.mh-home-v2 .mh-ribbon.ring-two {
    top: 38%;
    right: 15%;
    width: 390px;
    height: 140px;
    border: 28px solid rgba(28, 193, 167, .38);
    clip-path: polygon(0 0, 48% 0, 48% 100%, 0 100%);
}

.mh-site.mh-home-v2 .mh-nurse .mh-reason-dots { top: 15%; right: -12px; }
.mh-site.mh-home-v2 .mh-nurse .p1 { top: 10%; right: 3%; }
.mh-site.mh-home-v2 .mh-nurse .p2 { bottom: 16%; left: 3%; font-size: 32px; }

/* Specialties */
.mh-site.mh-home-v2 .mh-specialties {
    padding-block: var(--mh-section-space);
    text-align: center;
}

.mh-site.mh-home-v2 .mh-specialties h2,
.mh-site.mh-home-v2 .mh-testimonials > .mh-container > h2 {
    margin: 0 0 48px;
    font-size: var(--mh-heading-lg);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.mh-site.mh-home-v2 .mh-specialty-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 42px 28px;
    margin-block-end: 42px;
}

.mh-site.mh-home-v2 .mh-specialty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    min-width: 0;
    color: var(--mh-navy);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.mh-site.mh-home-v2 .mh-specialty .mh-icon {
    width: 52px;
    height: 52px;
    color: var(--mh-primary);
    stroke-width: 1.45;
}

.mh-site.mh-home-v2 .mh-specialty:hover,
.mh-site.mh-home-v2 .mh-specialty:focus-visible {
    color: var(--mh-primary-dark);
    transform: translateY(-4px);
}

/* Testimonials */
.mh-site.mh-home-v2 .mh-testimonials {
    position: relative;
    padding-block: 0 var(--mh-section-space);
}

.mh-site.mh-home-v2 .mh-testimonial-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    min-height: 365px;
    overflow: hidden;
    border: 1px solid rgba(8, 166, 166, .08);
    border-radius: 20px;
    background: linear-gradient(115deg, #f8fdfe, #eef9fb);
}

.mh-site.mh-home-v2 .mh-portraits {
    display: flex;
    align-items: stretch;
    gap: 16px;
    min-width: 0;
    padding: 30px 0 30px 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.mh-site.mh-home-v2 .mh-portraits button {
    position: relative;
    flex: 0 0 calc((100% - 32px) / 3);
    min-width: 0;
    padding: 0;
    overflow: hidden;
    scroll-snap-align: center;
    border: 0;
    border-radius: 11px;
    background: #dff3f3;
    cursor: pointer;
    filter: saturate(.35);
    opacity: .62;
    transition: opacity .25s ease, filter .25s ease, transform .25s ease, box-shadow .25s ease;
}

.mh-site.mh-home-v2 .mh-portraits button.active {
    filter: none;
    opacity: 1;
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(7, 59, 85, .16);
}

.mh-site.mh-home-v2 .mh-portrait-picture,
.mh-site.mh-home-v2 .mh-portrait-picture img {
    width: 100%;
    height: 100%;
}

.mh-site.mh-home-v2 .mh-portrait-picture img {
    display: block;
    object-fit: cover;
    object-position: center top;
    filter: none;
    mix-blend-mode: normal;
}

.mh-site.mh-home-v2 .mh-testimonial-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 44px clamp(32px, 4vw, 56px);
}

.mh-site.mh-home-v2 .mh-testimonial-copy article {
    display: none;
}

.mh-site.mh-home-v2 .mh-testimonial-copy article.active {
    display: block;
    animation: mh-copy-in .3s ease both;
}

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

.mh-site.mh-home-v2 .mh-testimonial-copy h3 {
    margin: 0 0 13px;
    color: var(--mh-primary);
    font-size: clamp(28px, 2.7vw, 38px);
    font-weight: 700;
    line-height: 1.15;
}

.mh-site.mh-home-v2 .mh-testimonial-copy p {
    margin: 0 0 17px;
    color: var(--mh-body);
    font-size: 15px;
    line-height: 1.7;
}

.mh-site.mh-home-v2 .mh-testimonial-copy strong,
.mh-site.mh-home-v2 .mh-testimonial-copy small {
    display: block;
}

.mh-site.mh-home-v2 .mh-testimonial-copy strong {
    color: var(--mh-navy);
    font-size: 14px;
}

.mh-site.mh-home-v2 .mh-testimonial-copy small {
    margin-block: 2px 17px;
    color: var(--mh-body);
    font-size: 12px;
}

.mh-site.mh-home-v2 .mh-btn-dark {
    align-self: flex-start;
    min-height: 42px;
    padding: 11px 20px;
    color: var(--mh-white);
    background: var(--mh-navy);
    box-shadow: none;
}

.mh-site.mh-home-v2 .mh-testimonial-controls {
    justify-content: flex-end;
    margin-block-start: -42px;
}

/* Contact */
.mh-site.mh-home-v2 .mh-contact {
    padding-block: var(--mh-section-space-compact);
    background:
        radial-gradient(circle at 5% 10%, rgba(8, 166, 166, .07) 0 20%, transparent 20.2%),
        linear-gradient(115deg, #f1fbfd, #f9feff);
}

.mh-site.mh-home-v2 .mh-contact-grid {
    display: grid;
    grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr);
    align-items: center;
    gap: clamp(48px, 7vw, 92px);
}

.mh-site.mh-home-v2 .mh-contact-copy h2 {
    margin: 0 0 22px;
    color: var(--mh-primary);
    font-size: var(--mh-heading-lg);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.mh-site.mh-home-v2 .mh-contact-copy p {
    max-width: 350px;
    margin: 0;
    color: var(--mh-body);
    font-size: 15px;
    line-height: 1.75;
}

.mh-site.mh-home-v2 .mh-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 18px;
}

.mh-site.mh-home-v2 .mh-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mh-site.mh-home-v2 .mh-field label {
    color: var(--mh-navy);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.mh-site.mh-home-v2 .mh-field label span {
    color: #be3c55;
}

.mh-site.mh-home-v2 .mh-field input,
.mh-site.mh-home-v2 .mh-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    color: var(--mh-navy);
    border: 1px solid var(--mh-border);
    border-radius: 7px;
    background: var(--mh-white);
    box-shadow: 0 2px 7px rgba(7, 59, 85, .03);
    font: 400 15px/1.4 var(--mh-font-body);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.mh-site.mh-home-v2 .mh-field input:focus,
.mh-site.mh-home-v2 .mh-field textarea:focus {
    outline: 0;
    border-color: var(--mh-primary);
    box-shadow: 0 0 0 3px rgba(8, 166, 166, .12);
}

.mh-site.mh-home-v2 .mh-field-message {
    grid-column: 1 / -1;
}

.mh-site.mh-home-v2 .mh-field textarea {
    min-height: 124px;
    resize: vertical;
}

.mh-site.mh-home-v2 .mh-form > .mh-btn {
    grid-column: 1 / -1;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.mh-site.mh-home-v2 .mh-submit-loading {
    display: none;
}

.mh-site.mh-home-v2 .mh-form.is-submitting [data-mh-submit-label] {
    display: none;
}

.mh-site.mh-home-v2 .mh-form.is-submitting .mh-submit-loading {
    display: inline;
}

.mh-site.mh-home-v2 .mh-alert {
    margin-block-end: 18px;
    padding: 13px 15px;
    border-radius: 7px;
    font-size: 14px;
}

.mh-site.mh-home-v2 .mh-alert.success {
    color: #16653b;
    border: 1px solid #a7ddbf;
    background: #edfbf3;
}

.mh-site.mh-home-v2 .mh-alert.error {
    color: #8c293d;
    border: 1px solid #edbac4;
    background: #fff2f4;
}

/* Demo strip and footer */
.mh-site.mh-home-v2 .mh-demo {
    color: var(--mh-white);
    background: linear-gradient(102deg, #0c78a4 0%, #058f97 56%, #047c83 100%);
}

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

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

.mh-site.mh-home-v2 .mh-demo p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

.mh-site.mh-home-v2 .mh-demo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--mh-white);
    text-decoration: none;
}

.mh-site.mh-home-v2 .mh-demo a .mh-icon {
    width: 34px;
    height: 34px;
}

.mh-site.mh-home-v2 .mh-demo a span,
.mh-site.mh-home-v2 .mh-demo a small {
    display: block;
}

.mh-site.mh-home-v2 .mh-demo a span {
    font-size: 15px;
    font-weight: 700;
}

.mh-site.mh-home-v2 .mh-demo a small {
    margin-block-end: 2px;
    color: rgba(255, 255, 255, .78);
    font-size: 10px;
    letter-spacing: .06em;
}

.mh-site.mh-home-v2 .mh-heartline {
    width: 170px;
    opacity: .2;
}

.mh-site.mh-home-v2 .mh-heartline .mh-icon {
    width: 100%;
    height: 58px;
}

.mh-site.mh-home-v2 .mh-footer {
    padding-block: 58px 0;
    color: var(--mh-body);
    background: var(--mh-white);
}

.mh-site.mh-home-v2 .mh-footer-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.1fr .85fr .85fr 1.25fr;
    gap: clamp(28px, 4vw, 54px);
    padding-block-end: 44px;
}

.mh-site.mh-home-v2 .mh-footer-grid section {
    min-width: 0;
}

.mh-site.mh-home-v2 .mh-footer-grid section:last-child {
    padding-inline-end: 42px;
}

.mh-site.mh-home-v2 .mh-footer-grid h2 {
    margin: 0 0 15px;
    color: var(--mh-navy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.mh-site.mh-home-v2 .mh-footer-grid section > a {
    display: block;
    margin-block-end: 8px;
    color: var(--mh-body);
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
}

.mh-site.mh-home-v2 .mh-footer-grid section > a:hover {
    color: var(--mh-primary-dark);
}

.mh-site.mh-home-v2 .mh-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-block-end: 18px;
}

.mh-site.mh-home-v2 .mh-newsletter input {
    min-width: 0;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid var(--mh-border);
    border-radius: 7px 0 0 7px;
    font-size: 13px;
}

.mh-site.mh-home-v2 .mh-newsletter button {
    min-height: 42px;
    padding: 9px 14px;
    color: var(--mh-white);
    border: 0;
    border-radius: 0 7px 7px 0;
    background: var(--mh-primary);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.mh-site.mh-home-v2 .mh-social {
    display: flex;
    gap: 10px;
}

.mh-site.mh-home-v2 .mh-social a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--mh-white);
    border-radius: 50%;
    background: var(--mh-navy);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.mh-site.mh-home-v2 .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-site.mh-home-v2 .mh-footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 24px;
}

.mh-site.mh-home-v2 .mh-footer-bottom a {
    color: var(--mh-primary-dark);
    text-decoration: none;
}

/* Reveals */
.mh-site.mh-home-v2 .mh-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
}

.mh-site.mh-home-v2 .mh-reveal.in-view {
    opacity: 1;
    transform: none;
}

.mh-site.mh-home-v2 .mh-chat {
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.mh-site.mh-home-v2 .mh-chat.is-context-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
}

/* Laptop and tablet */
@media (max-width: 1100px) {
    .mh-site.mh-home-v2 {
        --mh-section-space: clamp(60px, 7.5vw, 76px);
        --mh-section-space-compact: clamp(54px, 6.5vw, 68px);
    }

    .mh-site.mh-home-v2 .mh-hero {
        min-height: 0;
        padding-block: 56px 66px;
    }

    .mh-site.mh-home-v2 .mh-hero-grid {
        grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
        gap: 20px;
    }

    .mh-site.mh-home-v2 .mh-hero h1 {
        font-size: clamp(42px, 5.2vw, 54px);
    }

    .mh-site.mh-home-v2 .mh-hero-copy > p {
        font-size: 16px;
    }

    .mh-site.mh-home-v2 .mh-badges {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 410px;
    }

    .mh-site.mh-home-v2 .mh-hero-visual {
        min-height: 510px;
    }

    .mh-site.mh-home-v2 .mh-person-picture {
        width: min(100%, 500px);
    }

    .mh-site.mh-home-v2 .mh-hero-orbit.orbit-one {
        width: 430px;
        height: 430px;
        border-width: 44px;
    }

    .mh-site.mh-home-v2 .mh-service-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .mh-site.mh-home-v2 .mh-intro {
        max-width: 720px;
        font-size: 30px;
    }

    .mh-site.mh-home-v2 .mh-service-card {
        flex-basis: calc((min(100vw - 48px, var(--mh-container)) - 32px) / 3);
        height: 355px;
    }

    .mh-site.mh-home-v2 .mh-carousel-btn.prev { left: -14px; }
    .mh-site.mh-home-v2 .mh-carousel-btn.next { right: -14px; }

    .mh-site.mh-home-v2 .mh-kpi-card {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-bottom: 54px;
    }

    .mh-site.mh-home-v2 .mh-kpi-intro h2,
    .mh-site.mh-home-v2 .mh-kpi-intro p {
        max-width: 620px;
    }

    .mh-site.mh-home-v2 .mh-kpi-btn {
        position: static;
        justify-self: start;
    }

    .mh-site.mh-home-v2 .mh-split-slider {
        grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
    }

    .mh-site.mh-home-v2 .mh-slide-copy {
        padding: 54px 42px;
    }

    .mh-site.mh-home-v2 .mh-reasons-grid {
        grid-template-columns: minmax(0, 1fr) minmax(370px, .9fr);
    }

    .mh-site.mh-home-v2 .mh-nurse {
        min-height: 500px;
    }

    .mh-site.mh-home-v2 .mh-specialty-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mh-site.mh-home-v2 .mh-testimonial-layout {
        grid-template-columns: 1fr 1fr;
    }

    .mh-site.mh-home-v2 .mh-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mh-site.mh-home-v2 .mh-hero-grid {
        grid-template-columns: 1fr;
    }

    .mh-site.mh-home-v2 .mh-hero-copy {
        max-width: 740px;
    }

    .mh-site.mh-home-v2 .mh-hero-visual {
        width: min(100%, 620px);
        min-height: 480px;
        margin-inline: auto;
    }

    .mh-site.mh-home-v2 .mh-split-slider,
    .mh-site.mh-home-v2 .mh-reasons-grid,
    .mh-site.mh-home-v2 .mh-testimonial-layout {
        grid-template-columns: 1fr;
    }

    .mh-site.mh-home-v2 .mh-slide-copy {
        min-height: 350px;
    }

    .mh-site.mh-home-v2 .mh-slide-image {
        min-height: 420px;
    }

    .mh-site.mh-home-v2 .mh-reasons-copy {
        padding-inline-end: 0;
    }

    .mh-site.mh-home-v2 .mh-nurse {
        min-height: 520px;
    }

    .mh-site.mh-home-v2 .mh-testimonial-layout {
        min-height: 0;
    }

    .mh-site.mh-home-v2 .mh-portraits {
        min-height: 330px;
        padding: 26px;
    }

    .mh-site.mh-home-v2 .mh-testimonial-copy {
        padding-top: 20px;
    }

    .mh-site.mh-home-v2 .mh-contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mh-site.mh-home-v2 .mh-footer-grid section:last-child {
        padding-inline-end: 0;
    }

    .mh-site.mh-home-v2 .mh-contact-copy h2 {
        line-height: 1.12;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mh-site.mh-home-v2 {
        --mh-section-space: clamp(48px, 13vw, 60px);
        --mh-section-space-compact: clamp(44px, 12vw, 56px);
    }

    .mh-site.mh-home-v2 .mh-hero {
        padding-block: 42px 48px;
    }

    .mh-site.mh-home-v2 .mh-hero-grid {
        gap: 32px;
    }

    .mh-site.mh-home-v2 .mh-pill {
        margin-block-end: 18px;
    }

    .mh-site.mh-home-v2 .mh-hero h1 {
        margin-block-end: 20px;
        font-size: clamp(36px, 10.4vw, 42px);
        line-height: 1.09;
        letter-spacing: -.04em;
    }

    .mh-site.mh-home-v2 .mh-hero-copy > p {
        margin-block-end: 16px;
        font-size: 15px;
        line-height: 1.68;
    }

    .mh-site.mh-home-v2 .mh-hero-copy > strong {
        font-size: 14px;
    }

    .mh-site.mh-home-v2 .mh-badges {
        gap: 15px 10px;
        margin-block-end: 24px;
    }

    .mh-site.mh-home-v2 .mh-badges li {
        font-size: 11px;
    }

    .mh-site.mh-home-v2 .mh-actions {
        display: grid;
        grid-template-columns: 1fr 1.06fr;
    }

    .mh-site.mh-home-v2 .mh-actions .mh-btn {
        width: 100%;
        min-height: 48px;
        padding-inline: 10px;
        font-size: 12.5px;
    }

    .mh-site.mh-home-v2 .mh-hero-visual {
        min-height: min(86vw, 390px);
    }

    .mh-site.mh-home-v2 .mh-person-picture {
        inset-inline: 0;
        width: min(88vw, 350px);
        margin-inline: auto;
    }

    .mh-site.mh-home-v2 .mh-hero-orbit.orbit-one {
        right: 50%;
        bottom: 2%;
        width: min(94vw, 420px);
        height: min(94vw, 420px);
        border-width: 34px;
        transform: translateX(50%);
    }

    .mh-site.mh-home-v2 .mh-hero-orbit.orbit-two {
        right: 50%;
        bottom: 12%;
        width: 76vw;
        height: 76vw;
        transform: translateX(50%);
    }

    .mh-site.mh-home-v2 .mh-dot-field {
        right: -30px;
        top: 22px;
    }

    .mh-site.mh-home-v2 .mh-intro {
        font-size: 25px;
        line-height: 1.42;
    }

    .mh-site.mh-home-v2 .mh-service-card {
        flex-basis: min(76vw, 292px);
        height: 390px;
    }

    .mh-site.mh-home-v2 .mh-carousel-btn {
        top: auto;
        bottom: -2px;
        transform: none;
    }

    .mh-site.mh-home-v2 .mh-carousel-btn.prev { left: 0; }
    .mh-site.mh-home-v2 .mh-carousel-btn.next { right: 0; }

    .mh-site.mh-home-v2 .mh-carousel-wrap {
        padding-block-end: 52px;
    }

    .mh-site.mh-home-v2 .mh-carousel-wrap > .mh-carousel-dots {
        bottom: 13px;
    }

    .mh-site.mh-home-v2 .mh-kpi-card {
        gap: 34px;
        min-height: 0;
        padding: 34px 22px;
    }

    .mh-site.mh-home-v2 .mh-kpi-intro h2 {
        font-size: 30px;
    }

    .mh-site.mh-home-v2 .mh-kpi-intro p {
        font-size: 14px;
    }

    .mh-site.mh-home-v2 .mh-kpi-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 14px;
    }

    .mh-site.mh-home-v2 .mh-kpi-stats .mh-stat:nth-child(1),
    .mh-site.mh-home-v2 .mh-kpi-stats .mh-stat:nth-child(2) {
        grid-column: auto;
    }

    .mh-site.mh-home-v2 .mh-stat strong {
        font-size: 27px;
    }

    .mh-site.mh-home-v2 .mh-stat small {
        font-size: 12px;
    }

    .mh-site.mh-home-v2 .mh-kpi-btn {
        width: 100%;
    }

    .mh-site.mh-home-v2 .mh-kpi-rings {
        opacity: .55;
    }

    .mh-site.mh-home-v2 .mh-slide-copy {
        min-height: 390px;
        padding: 68px 24px 36px;
        border-inline-start: 0;
        border-block-start: 1px dashed rgba(8, 166, 166, .7);
    }

    .mh-site.mh-home-v2 .mh-quote {
        top: 34px;
        left: 22px;
    }

    .mh-site.mh-home-v2 .mh-efficiency-slides {
        min-height: 225px;
    }

    .mh-site.mh-home-v2 .mh-slide h2 {
        font-size: 29px;
    }

    .mh-site.mh-home-v2 .mh-slide p {
        font-size: 15px;
    }

    .mh-site.mh-home-v2 .mh-slide-image {
        min-height: 300px;
    }

    .mh-site.mh-home-v2 .mh-efficiency-picture img {
        object-position: 61% center;
    }

    .mh-site.mh-home-v2 .mh-reasons-grid {
        min-height: 0;
    }

    .mh-site.mh-home-v2 .mh-reasons-copy h2 {
        font-size: 32px;
    }

    .mh-site.mh-home-v2 .mh-reason {
        grid-template-columns: 48px 1fr;
        gap: 14px;
    }

    .mh-site.mh-home-v2 .mh-reason-icon {
        width: 46px;
        height: 46px;
    }

    .mh-site.mh-home-v2 .mh-reason h3 {
        font-size: 17px;
    }

    .mh-site.mh-home-v2 .mh-reason p {
        font-size: 13px;
    }

    .mh-site.mh-home-v2 .mh-nurse {
        min-height: 370px;
    }

    .mh-site.mh-home-v2 .mh-nurse-picture {
        clip-path: ellipse(74% 70% at 60% 52%);
    }

    .mh-site.mh-home-v2 .mh-ribbon.ring-one {
        right: -24%;
        width: 430px;
        height: 150px;
        border-width: 32px;
    }

    .mh-site.mh-home-v2 .mh-ribbon.ring-two {
        right: -8%;
        width: 320px;
        height: 120px;
        border-width: 22px;
    }

    .mh-site.mh-home-v2 .mh-specialties h2,
    .mh-site.mh-home-v2 .mh-testimonials > .mh-container > h2 {
        margin-block-end: 34px;
        font-size: 31px;
    }

    .mh-site.mh-home-v2 .mh-specialty-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 18px;
    }

    .mh-site.mh-home-v2 .mh-specialty {
        font-size: 13px;
    }

    .mh-site.mh-home-v2 .mh-specialty .mh-icon {
        width: 46px;
        height: 46px;
    }

    .mh-site.mh-home-v2 .mh-portraits {
        min-height: 270px;
        gap: 12px;
        padding: 20px;
    }

    .mh-site.mh-home-v2 .mh-portraits button {
        flex-basis: min(66vw, 215px);
    }

    .mh-site.mh-home-v2 .mh-testimonial-copy {
        padding: 26px 22px 32px;
    }

    .mh-site.mh-home-v2 .mh-testimonial-copy h3 {
        font-size: 29px;
    }

    .mh-site.mh-home-v2 .mh-testimonial-controls {
        justify-content: flex-start;
        margin-block-start: 20px;
    }

    .mh-site.mh-home-v2 .mh-form {
        grid-template-columns: 1fr;
    }

    .mh-site.mh-home-v2 .mh-field-message,
    .mh-site.mh-home-v2 .mh-form > .mh-btn {
        grid-column: auto;
    }

    .mh-site.mh-home-v2 .mh-demo .mh-container {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-block: 28px;
        text-align: center;
    }

    .mh-site.mh-home-v2 .mh-heartline {
        display: none;
    }

    .mh-site.mh-home-v2 .mh-footer {
        padding-block-start: 46px;
    }

    .mh-site.mh-home-v2 .mh-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 34px 26px;
    }

    .mh-site.mh-home-v2 .mh-footer-grid section:last-child {
        grid-column: 1 / -1;
    }

    .mh-site.mh-home-v2 .mh-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .mh-site.mh-home-v2 .mh-footer-bottom nav {
        justify-content: flex-start;
    }
}

@media (max-width: 440px) {
    .mh-site.mh-home-v2 .mh-badges .mh-icon {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }

    .mh-site.mh-home-v2 .mh-hero-visual {
        min-height: 330px;
    }

    .mh-site.mh-home-v2 .mh-service-card {
        flex-basis: 76vw;
        height: 370px;
    }

    .mh-site.mh-home-v2 .mh-footer-grid {
        grid-template-columns: 1fr;
    }

    .mh-site.mh-home-v2 .mh-footer-grid section:last-child {
        grid-column: auto;
    }

    .mh-site.mh-home-v2 .mh-newsletter {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mh-site.mh-home-v2 .mh-newsletter input,
    .mh-site.mh-home-v2 .mh-newsletter button {
        border-radius: 7px;
    }
}

/* WellTrackHealth process, FAQ and restrained motion refinements */
.mh-site.mh-home-v2 .mh-btn {
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.mh-site.mh-home-v2 .mh-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(8, 166, 166, .24);
}

.mh-site.mh-home-v2 .mh-hero-copy.in-view > :where(.mh-pill, h1, p, strong, .mh-badges, .mh-actions) {
    animation: mh-hero-rise .52s both;
}

.mh-site.mh-home-v2 .mh-hero-copy.in-view > h1 { animation-delay: .06s; }
.mh-site.mh-home-v2 .mh-hero-copy.in-view > p { animation-delay: .11s; }
.mh-site.mh-home-v2 .mh-hero-copy.in-view > strong { animation-delay: .15s; }
.mh-site.mh-home-v2 .mh-hero-copy.in-view > .mh-badges { animation-delay: .19s; }
.mh-site.mh-home-v2 .mh-hero-copy.in-view > .mh-actions { animation-delay: .23s; }

.mh-site.mh-home-v2 .mh-dot-field,
.mh-site.mh-home-v2 .mh-hero .mh-plus {
    animation: mh-soft-float 8s ease-in-out infinite alternate;
}

.mh-site.mh-home-v2 .mh-hero .mh-plus.p2 { animation-delay: -2.5s; }
.mh-site.mh-home-v2 .mh-hero .mh-plus.p3 { animation-delay: -5s; }

.mh-site.mh-home-v2 .mh-specialty .mh-icon,
.mh-site.mh-home-v2 .mh-reason-icon {
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mh-site.mh-home-v2 .mh-specialty:hover .mh-icon,
.mh-site.mh-home-v2 .mh-specialty:focus-visible .mh-icon {
    transform: translateY(-4px);
}

.mh-site.mh-home-v2 .mh-reason:hover .mh-reason-icon {
    transform: translateY(-3px) rotate(-2deg);
    background: var(--mh-white);
    box-shadow: 0 8px 18px rgba(7, 59, 85, .1);
}

.mh-site.mh-home-v2 .mh-portraits button {
    transition: opacity .28s ease, filter .28s ease, transform .28s ease, box-shadow .28s ease;
}

.mh-site.mh-home-v2 .mh-footer-grid section:nth-child(2) { transition-delay: .04s; }
.mh-site.mh-home-v2 .mh-footer-grid section:nth-child(3) { transition-delay: .08s; }
.mh-site.mh-home-v2 .mh-footer-grid section:nth-child(4) { transition-delay: .12s; }
.mh-site.mh-home-v2 .mh-footer-grid section:nth-child(5) { transition-delay: .16s; }

.mh-site.mh-home-v2 .mh-how {
    position: relative;
    padding-block: clamp(64px, 6vw, 88px);
    scroll-margin-top: var(--mh-header-height);
    background: linear-gradient(180deg, var(--mh-white), #f5fcfc);
}

.mh-site.mh-home-v2 .mh-section-heading {
    max-width: 760px;
    margin-inline: auto;
    margin-block-end: 38px;
    text-align: center;
}

.mh-site.mh-home-v2 .mh-section-eyebrow {
    display: inline-block;
    margin-block-end: 9px;
    color: var(--mh-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mh-site.mh-home-v2 .mh-section-heading h2,
.mh-site.mh-home-v2 .mh-faq-intro h2 {
    margin: 0 0 14px;
    color: var(--mh-navy);
    font-size: var(--mh-heading-md);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.mh-site.mh-home-v2 .mh-section-heading p,
.mh-site.mh-home-v2 .mh-faq-intro p {
    margin: 0;
    color: var(--mh-body);
    font-size: 15px;
    line-height: 1.7;
}

.mh-site.mh-home-v2 .mh-how-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mh-site.mh-home-v2 .mh-how-grid::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 43px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(8, 166, 166, .4) 12% 88%, transparent);
}

.mh-site.mh-home-v2 .mh-how-card {
    position: relative;
    z-index: 1;
    min-height: 232px;
    padding: 22px 20px;
    border: 1px solid rgba(8, 166, 166, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 26px rgba(7, 59, 85, .07);
    transition-delay: calc(var(--mh-stagger, 0) * 55ms);
}

.mh-site.mh-home-v2 .mh-how-card:hover {
    transform: translateY(-4px);
    border-color: rgba(8, 166, 166, .32);
    box-shadow: 0 15px 32px rgba(7, 59, 85, .11);
}

.mh-site.mh-home-v2 .mh-how-card.in-view:hover {
    transform: translateY(-4px);
}

.mh-site.mh-home-v2 .mh-how-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 20px;
}

.mh-site.mh-home-v2 .mh-how-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--mh-primary);
    border-radius: 13px;
    background: var(--mh-primary-light);
}

.mh-site.mh-home-v2 .mh-how-icon .mh-icon {
    width: 25px;
    height: 25px;
}

.mh-site.mh-home-v2 .mh-step-number {
    color: rgba(7, 59, 85, .32);
    font: 800 22px/1 var(--mh-font-heading);
}

.mh-site.mh-home-v2 .mh-how-card h3 {
    margin: 0 0 9px;
    color: var(--mh-navy);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.mh-site.mh-home-v2 .mh-how-card p {
    margin: 0;
    color: var(--mh-body);
    font-size: 13px;
    line-height: 1.62;
}

.mh-site.mh-home-v2 .mh-faq {
    padding-block: clamp(62px, 5.5vw, 82px);
    scroll-margin-top: var(--mh-header-height);
    background: #edfafa;
}

.mh-site.mh-home-v2 .mh-contact {
    scroll-margin-top: var(--mh-header-height);
}

.mh-site.mh-home-v2 .mh-faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: clamp(38px, 6vw, 84px);
}

.mh-site.mh-home-v2 .mh-faq-intro {
    position: sticky;
    top: calc(var(--mh-header-height) + 28px);
}

.mh-site.mh-home-v2 .mh-faq-list {
    display: grid;
    gap: 10px;
}

.mh-site.mh-home-v2 .mh-faq-item {
    overflow: hidden;
    border: 1px solid rgba(7, 59, 85, .13);
    border-radius: 13px;
    background: var(--mh-white);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.mh-site.mh-home-v2 .mh-faq-item.is-open {
    border-color: rgba(8, 166, 166, .42);
    box-shadow: 0 10px 24px rgba(7, 59, 85, .07);
}

.mh-site.mh-home-v2 .mh-faq-item h3 {
    margin: 0;
}

.mh-site.mh-home-v2 .mh-faq-item button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 26px;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-height: 58px;
    padding: 16px 18px;
    color: var(--mh-navy);
    border: 0;
    background: transparent;
    font: 700 14px/1.45 var(--mh-font-heading);
    text-align: left;
    cursor: pointer;
}

.mh-site.mh-home-v2 .mh-faq-item button > span:first-child {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
}

.mh-site.mh-home-v2 .mh-faq-item.is-open button {
    color: var(--mh-primary-dark);
}

.mh-site.mh-home-v2 .mh-faq-toggle-icon {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--mh-primary-light);
    transition: transform .22s ease, background-color .22s ease;
}

.mh-site.mh-home-v2 .mh-faq-toggle-icon::before,
.mh-site.mh-home-v2 .mh-faq-toggle-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: var(--mh-primary-dark);
    transform: translate(-50%, -50%);
}

.mh-site.mh-home-v2 .mh-faq-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mh-site.mh-home-v2 .mh-faq-item.is-open .mh-faq-toggle-icon {
    transform: rotate(180deg);
    background: var(--mh-primary);
}

.mh-site.mh-home-v2 .mh-faq-item.is-open .mh-faq-toggle-icon::before,
.mh-site.mh-home-v2 .mh-faq-item.is-open .mh-faq-toggle-icon::after {
    background: var(--mh-white);
}

.mh-site.mh-home-v2 .mh-faq-item.is-open .mh-faq-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(0);
}

.mh-site.mh-home-v2 .mh-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .25s ease;
}

.mh-site.mh-home-v2 .mh-faq-answer > div {
    overflow: hidden;
}

.mh-site.mh-home-v2 .mh-faq-answer p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--mh-body);
    font-size: 14px;
    line-height: 1.7;
}

.mh-site.mh-home-v2 .mh-faq-item.is-open .mh-faq-answer {
    grid-template-rows: 1fr;
}

.mh-site.mh-home-v2 .mh-newsletter-copy {
    margin: -5px 0 14px;
    color: var(--mh-body);
    font-size: 12px;
    line-height: 1.55;
}

@keyframes mh-hero-rise {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

@keyframes mh-soft-float {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(0, -5px, 0); }
}

@media (max-width: 1100px) {
    .mh-site.mh-home-v2 .mh-how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mh-site.mh-home-v2 .mh-how-grid::before {
        display: none;
    }
}

@media (max-width: 900px) {
    .mh-site.mh-home-v2 .mh-faq-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .mh-site.mh-home-v2 .mh-faq-intro {
        position: static;
        max-width: 680px;
    }
}

@media (max-width: 767px) {
    .mh-site.mh-home-v2 .mh-how,
    .mh-site.mh-home-v2 .mh-faq {
        padding-block: 52px;
    }

    .mh-site.mh-home-v2 .mh-section-heading {
        margin-block-end: 28px;
        text-align: left;
    }

    .mh-site.mh-home-v2 .mh-how-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mh-site.mh-home-v2 .mh-how-card {
        min-height: 0;
        padding: 20px 18px;
    }

    .mh-site.mh-home-v2 .mh-how-card-top {
        margin-block-end: 15px;
    }

    .mh-site.mh-home-v2 .mh-faq-item button {
        min-height: 52px;
        padding: 15px 14px;
        font-size: 13.5px;
    }

    .mh-site.mh-home-v2 .mh-faq-answer p {
        padding: 0 14px 16px;
        font-size: 13.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mh-site.mh-home-v2 .mh-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .mh-site.mh-home-v2 .mh-slide,
    .mh-site.mh-home-v2 .mh-service-photo img,
    .mh-site.mh-home-v2 .mh-portraits button {
        transition: none;
    }

    .mh-site.mh-home-v2 .mh-testimonial-copy article.active {
        animation: none;
    }

    .mh-site.mh-home-v2 .mh-hero-copy.in-view > :where(.mh-pill, h1, p, strong, .mh-badges, .mh-actions),
    .mh-site.mh-home-v2 .mh-dot-field,
    .mh-site.mh-home-v2 .mh-hero .mh-plus {
        animation: none;
    }

    .mh-site.mh-home-v2 .mh-faq-answer,
    .mh-site.mh-home-v2 .mh-faq-toggle-icon,
    .mh-site.mh-home-v2 .mh-how-card,
    .mh-site.mh-home-v2 .mh-reason-icon,
    .mh-site.mh-home-v2 .mh-specialty .mh-icon,
    .mh-site.mh-home-v2 .mh-btn {
        transition: none;
    }
}

/* Revenue intelligence showcase and specialty icon choreography */
.mh-site.mh-home-v2 .mh-intelligence {
    position: relative;
    overflow: hidden;
    padding-block: clamp(66px, 7vw, 100px);
    color: var(--mh-white);
    background:
        radial-gradient(circle at 78% 48%, rgba(21, 190, 181, .22), transparent 31%),
        linear-gradient(128deg, #052f47 0%, #031e35 52%, #032945 100%);
}

.mh-site.mh-home-v2 .mh-intelligence::before,
.mh-site.mh-home-v2 .mh-intelligence::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(71, 223, 215, .15);
    border-radius: 50%;
    pointer-events: none;
}

.mh-site.mh-home-v2 .mh-intelligence::before { width: 540px; height: 540px; right: -190px; top: -240px; box-shadow: 0 0 0 66px rgba(8, 166, 166, .035); }
.mh-site.mh-home-v2 .mh-intelligence::after { width: 330px; height: 330px; left: -170px; bottom: -210px; box-shadow: 0 0 0 46px rgba(8, 166, 166, .035); }

.mh-site.mh-home-v2 .mh-intelligence-grid {
    position: absolute;
    inset: 0;
    opacity: .22;
    pointer-events: none;
    background-image: linear-gradient(rgba(132, 228, 224, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(132, 228, 224, .08) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(circle at 65% 50%, #000, transparent 72%);
}

.mh-site.mh-home-v2 .mh-intelligence-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(42px, 5vw, 78px);
}

.mh-site.mh-home-v2 .mh-intelligence-copy { position: relative; z-index: 3; }

.mh-site.mh-home-v2 .mh-intelligence-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    color: #76e6df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.mh-site.mh-home-v2 .mh-intelligence-eyebrow .mh-icon { width: 19px; height: 19px; }

.mh-site.mh-home-v2 .mh-intelligence h2 {
    max-width: 560px;
    margin: 0 0 20px;
    color: var(--mh-white);
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.mh-site.mh-home-v2 .mh-intelligence-copy > p {
    max-width: 570px;
    margin: 0 0 28px;
    color: rgba(224, 245, 247, .78);
    font-size: 15px;
    line-height: 1.75;
}

.mh-site.mh-home-v2 .mh-intelligence-features { display: grid; gap: 10px; margin-bottom: 28px; }
.mh-site.mh-home-v2 .mh-intelligence-features > div {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(126, 225, 220, .12);
    border-radius: 13px;
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(9px);
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}
.mh-site.mh-home-v2 .mh-intelligence-features > div:hover { transform: translateX(5px); border-color: rgba(126, 225, 220, .34); background: rgba(255, 255, 255, .075); }
.mh-site.mh-home-v2 .mh-intelligence-features > div > span { grid-row: 1 / 3; display: grid; place-items: center; width: 40px; height: 40px; color: #5fe0d8; border-radius: 11px; background: rgba(21, 190, 181, .14); }
.mh-site.mh-home-v2 .mh-intelligence-features .mh-icon { width: 22px; height: 22px; }
.mh-site.mh-home-v2 .mh-intelligence-features strong { color: #fff; font-size: 14px; line-height: 1.3; }
.mh-site.mh-home-v2 .mh-intelligence-features small { color: rgba(224, 245, 247, .66); font-size: 11px; line-height: 1.45; }

.mh-site.mh-home-v2 .mh-intelligence-visual {
    --mh-tilt-x: 0deg;
    --mh-tilt-y: 0deg;
    position: relative;
    min-height: 570px;
    perspective: 1100px;
    transform-style: preserve-3d;
}

.mh-site.mh-home-v2 .mh-intelligence-visual.in-view {
    transform: perspective(1100px) rotateX(var(--mh-tilt-x)) rotateY(var(--mh-tilt-y));
    transition: opacity .7s ease, transform .18s ease-out;
}

.mh-site.mh-home-v2 .mh-intelligence-picture {
    position: absolute;
    z-index: 2;
    inset: 50% auto auto 50%;
    width: min(112%, 790px);
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border: 1px solid rgba(111, 225, 219, .22);
    border-radius: 28px;
    box-shadow: 0 38px 80px rgba(0, 7, 18, .48), inset 0 1px rgba(255, 255, 255, .1);
    transform: translate(-50%, -50%) translateZ(34px) rotateY(-2deg);
}
.mh-site.mh-home-v2 .mh-intelligence-picture img { display: block; width: 100%; height: 100%; object-fit: cover; }

.mh-site.mh-home-v2 .mh-intelligence-orbit { position: absolute; z-index: 1; border-radius: 50%; border: 1px dashed rgba(84, 227, 218, .22); animation: mh-intelligence-spin 24s linear infinite; }
.mh-site.mh-home-v2 .mh-intelligence-orbit.orbit-one { width: 540px; height: 540px; right: -30px; top: 14px; }
.mh-site.mh-home-v2 .mh-intelligence-orbit.orbit-two { width: 420px; height: 420px; left: 30px; bottom: 22px; animation-direction: reverse; animation-duration: 19s; }

.mh-site.mh-home-v2 .mh-intelligence-chip {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    color: var(--mh-navy);
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 40px rgba(0, 11, 24, .3);
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 800;
    transform: translateZ(70px);
    animation: mh-intelligence-float 5s ease-in-out infinite alternate;
}
.mh-site.mh-home-v2 .mh-intelligence-chip .mh-icon { width: 18px; height: 18px; color: var(--mh-primary); }
.mh-site.mh-home-v2 .mh-intelligence-chip.chip-one { left: -18px; top: 17%; }
.mh-site.mh-home-v2 .mh-intelligence-chip.chip-two { right: -16px; bottom: 16%; animation-delay: -2.4s; }

.mh-site.mh-home-v2 .mh-footer-brand { display: block; width: min(100%, 246px); margin: -4px 0 18px; }
.mh-site.mh-home-v2 .mh-footer-brand img { display: block; width: 100%; height: auto; }

.mh-site.mh-home-v2 .mh-specialty {
    position: relative;
    padding: 10px 8px;
    border-radius: 18px;
    opacity: 0;
    transform: perspective(600px) translateY(18px) rotateX(12deg) scale(.9);
}

.mh-site.mh-home-v2 .mh-specialties .mh-container.in-view .mh-specialty {
    animation: mh-specialty-arrive .62s cubic-bezier(.2, .75, .22, 1) both;
    animation-delay: calc(var(--mh-specialty-index, 0) * 55ms + 100ms);
}

.mh-site.mh-home-v2 .mh-specialty::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    top: 4px;
    left: 50%;
    border: 1px solid rgba(8, 166, 166, .12);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(21, 190, 181, .13), rgba(221, 247, 246, .45) 55%, transparent 57%);
    transform: translateX(-50%) scale(.84);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease, box-shadow .25s ease;
}

.mh-site.mh-home-v2 .mh-specialty .mh-icon { position: relative; z-index: 1; transition: transform .25s ease, filter .25s ease; }
.mh-site.mh-home-v2 .mh-specialty:hover::before,
.mh-site.mh-home-v2 .mh-specialty:focus-visible::before { opacity: 1; transform: translateX(-50%) scale(1.08); box-shadow: 0 13px 30px rgba(8, 166, 166, .14); }
.mh-site.mh-home-v2 .mh-specialty:hover .mh-icon,
.mh-site.mh-home-v2 .mh-specialty:focus-visible .mh-icon { animation: mh-specialty-icon-pop .62s ease both; filter: drop-shadow(0 8px 9px rgba(8, 166, 166, .2)); }

@keyframes mh-intelligence-spin { to { transform: rotate(360deg); } }
@keyframes mh-intelligence-float { to { translate: 0 -8px; } }
@keyframes mh-specialty-arrive { to { opacity: 1; transform: none; } }
@keyframes mh-specialty-icon-pop {
    0% { transform: translateY(0) rotate(0) scale(1); }
    45% { transform: translateY(-8px) rotate(-7deg) scale(1.12); }
    72% { transform: translateY(-4px) rotate(4deg) scale(1.06); }
    100% { transform: translateY(-5px) rotate(0) scale(1.08); }
}

@media (max-width: 1100px) {
    .mh-site.mh-home-v2 .mh-intelligence-layout { grid-template-columns: minmax(310px, .9fr) minmax(0, 1.1fr); gap: 34px; }
    .mh-site.mh-home-v2 .mh-intelligence-visual { min-height: 500px; }
    .mh-site.mh-home-v2 .mh-intelligence-chip.chip-one { left: 0; }
    .mh-site.mh-home-v2 .mh-intelligence-chip.chip-two { right: 0; }
}

@media (max-width: 900px) {
    .mh-site.mh-home-v2 .mh-intelligence-layout { grid-template-columns: 1fr; }
    .mh-site.mh-home-v2 .mh-intelligence-copy { max-width: 720px; }
    .mh-site.mh-home-v2 .mh-intelligence-visual { width: min(100%, 700px); min-height: 500px; margin-inline: auto; }
    .mh-site.mh-home-v2 .mh-intelligence-picture { width: min(100%, 680px); }
}

@media (max-width: 767px) {
    .mh-site.mh-home-v2 .mh-intelligence { padding-block: 58px; }
    .mh-site.mh-home-v2 .mh-intelligence h2 { font-size: 36px; }
    .mh-site.mh-home-v2 .mh-intelligence-visual { min-height: 360px; }
    .mh-site.mh-home-v2 .mh-intelligence-picture { border-radius: 20px; }
    .mh-site.mh-home-v2 .mh-intelligence-orbit.orbit-one { width: 360px; height: 360px; right: -80px; }
    .mh-site.mh-home-v2 .mh-intelligence-orbit.orbit-two { width: 280px; height: 280px; left: -55px; }
    .mh-site.mh-home-v2 .mh-intelligence-chip { padding: 9px 11px; font-size: 10px; }
    .mh-site.mh-home-v2 .mh-intelligence-chip.chip-one { top: 8%; }
    .mh-site.mh-home-v2 .mh-intelligence-chip.chip-two { bottom: 8%; }
    .mh-site.mh-home-v2 .mh-specialty { padding: 8px 5px; }
}

@media (max-width: 440px) {
    .mh-site.mh-home-v2 .mh-intelligence h2 { font-size: 32px; }
    .mh-site.mh-home-v2 .mh-intelligence-copy > p { font-size: 14px; }
    .mh-site.mh-home-v2 .mh-intelligence-visual { min-height: 300px; }
    .mh-site.mh-home-v2 .mh-intelligence-chip.chip-one { left: -6px; top: 4%; }
    .mh-site.mh-home-v2 .mh-intelligence-chip.chip-two { right: -6px; bottom: 4%; }
    .mh-site.mh-home-v2 .mh-footer-brand { width: min(100%, 220px); }
}

@media (prefers-reduced-motion: reduce) {
    .mh-site.mh-home-v2 .mh-intelligence-orbit,
    .mh-site.mh-home-v2 .mh-intelligence-chip,
    .mh-site.mh-home-v2 .mh-specialties .mh-container.in-view .mh-specialty,
    .mh-site.mh-home-v2 .mh-specialty:hover .mh-icon,
    .mh-site.mh-home-v2 .mh-specialty:focus-visible .mh-icon { animation: none; }
    .mh-site.mh-home-v2 .mh-specialty { opacity: 1; transform: none; }
    .mh-site.mh-home-v2 .mh-intelligence-features > div,
    .mh-site.mh-home-v2 .mh-specialty::before,
    .mh-site.mh-home-v2 .mh-specialty .mh-icon { transition: none; }
}

/* Client logo marquee and dimensional interaction layer */
.mh-site.mh-home-v2 .mh-client-logos {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 28px 0 32px;
    border-block: 1px solid rgba(7, 59, 85, .08);
    background: linear-gradient(180deg, #fff, #fbfefe);
}

.mh-site.mh-home-v2 .mh-client-logos-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.mh-site.mh-home-v2 .mh-client-logos-heading > span {
    color: var(--mh-primary-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.mh-site.mh-home-v2 .mh-client-logos-heading h2 {
    max-width: 620px;
    margin: 0;
    color: var(--mh-navy);
    font-size: clamp(18px, 2vw, 25px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.025em;
    text-align: right;
}

.mh-site.mh-home-v2 .mh-logo-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.mh-site.mh-home-v2 .mh-logo-track {
    display: flex;
    width: max-content;
    animation: mh-logo-scroll 44s linear infinite;
}

.mh-site.mh-home-v2 .mh-logo-group {
    display: flex;
    flex: none;
    gap: 16px;
    padding-right: 16px;
}

.mh-site.mh-home-v2 .mh-client-logo {
    display: grid;
    flex: 0 0 210px;
    place-items: center;
    width: 210px;
    height: 82px;
    padding: 12px 18px;
    border: 1px solid rgba(7, 59, 85, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 20px rgba(7, 59, 85, .045);
    transform: translateZ(0);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, filter .24s ease;
}

.mh-site.mh-home-v2 .mh-client-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: saturate(.82);
}

.mh-site.mh-home-v2 .mh-client-logo:hover {
    z-index: 2;
    border-color: rgba(8, 166, 166, .35);
    box-shadow: 0 16px 34px rgba(7, 59, 85, .12);
    filter: saturate(1.12);
    transform: perspective(700px) translateY(-4px) rotateX(3deg) scale(1.015);
}

.mh-site.mh-home-v2 .mh-logo-marquee:hover .mh-logo-track {
    animation-play-state: paused;
}

.mh-site.mh-home-v2 .mh-hero-visual {
    --mh-tilt-x: 0deg;
    --mh-tilt-y: 0deg;
    perspective: 1100px;
    transform-style: preserve-3d;
}

.mh-site.mh-home-v2 .mh-hero-visual.in-view {
    transform: perspective(1100px) rotateX(var(--mh-tilt-x)) rotateY(var(--mh-tilt-y));
    transition: opacity .7s ease, transform .18s ease-out;
}

.mh-site.mh-home-v2 .mh-hero-3d-picture {
    inset: 14px -18px auto auto;
    width: min(100%, 535px);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 34px;
    background: #effcfd;
    box-shadow: 0 34px 70px rgba(7, 59, 85, .17), inset 0 1px rgba(255, 255, 255, .75);
    transform: translateZ(26px) rotateY(-2deg);
}

.mh-site.mh-home-v2 .mh-hero-3d-picture img {
    object-fit: cover;
}

.mh-site.mh-home-v2 .mh-hero-float-card {
    position: absolute;
    z-index: 5;
    display: grid;
    min-width: 142px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 14px;
    background: rgba(255, 255, 255, .83);
    box-shadow: 0 18px 38px rgba(7, 59, 85, .16);
    backdrop-filter: blur(12px);
    transform: translateZ(58px);
    animation: mh-card-float 5.5s ease-in-out infinite alternate;
}

.mh-site.mh-home-v2 .mh-hero-float-card b {
    color: var(--mh-primary-dark);
    font: 800 21px/1.1 var(--mh-font-heading);
}

.mh-site.mh-home-v2 .mh-hero-float-card small {
    margin-top: 4px;
    color: var(--mh-body);
    font-size: 10px;
    font-weight: 700;
}

.mh-site.mh-home-v2 .mh-hero-float-one { left: -20px; bottom: 82px; }
.mh-site.mh-home-v2 .mh-hero-float-two { right: -34px; top: 78px; animation-delay: -2.4s; }

.mh-site.mh-home-v2 [data-mh-tilt] {
    --mh-tilt-x: 0deg;
    --mh-tilt-y: 0deg;
    transform-style: preserve-3d;
    will-change: transform;
}

.mh-site.mh-home-v2 .mh-service-card[data-mh-tilt],
.mh-site.mh-home-v2 .mh-how-card[data-mh-tilt].in-view,
.mh-site.mh-home-v2 .mh-kpi-card[data-mh-tilt].in-view {
    transform: perspective(900px) rotateX(var(--mh-tilt-x)) rotateY(var(--mh-tilt-y)) translateY(0);
    transition: transform .18s ease-out, box-shadow .24s ease, border-color .24s ease;
}

.mh-site.mh-home-v2 .mh-service-card[data-mh-tilt]:hover,
.mh-site.mh-home-v2 .mh-how-card[data-mh-tilt].in-view:hover {
    transform: perspective(900px) rotateX(var(--mh-tilt-x)) rotateY(var(--mh-tilt-y)) translateY(-5px);
}

.mh-site.mh-home-v2 :where(.mh-intro, .mh-kpi h2, .mh-slide h2, .mh-reasons h2, .mh-specialties h2, .mh-testimonials h2, .mh-section-heading h2, .mh-faq-intro h2, .mh-contact h2) {
    transform-origin: left center;
}

.mh-site.mh-home-v2 .mh-reveal.in-view :where(h2, h3) {
    animation: mh-heading-depth .6s cubic-bezier(.2, .75, .25, 1) both;
}

@keyframes mh-logo-scroll {
    to { transform: translateX(-50%); }
}

@keyframes mh-card-float {
    from { translate: 0 0; }
    to { translate: 0 -7px; }
}

@keyframes mh-heading-depth {
    from { opacity: .25; transform: perspective(600px) translateY(9px) rotateX(5deg); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
    .mh-site.mh-home-v2 .mh-hero-3d-picture { inset: 34px 0 auto auto; }
    .mh-site.mh-home-v2 .mh-hero-float-one { left: -5px; }
    .mh-site.mh-home-v2 .mh-hero-float-two { right: -5px; }
}

@media (max-width: 767px) {
    .mh-site.mh-home-v2 .mh-client-logos { padding: 23px 0 26px; }
    .mh-site.mh-home-v2 .mh-client-logos-heading { align-items: flex-start; flex-direction: column; gap: 7px; margin-bottom: 15px; }
    .mh-site.mh-home-v2 .mh-client-logos-heading h2 { font-size: 19px; text-align: left; }
    .mh-site.mh-home-v2 .mh-client-logo { flex-basis: 168px; width: 168px; height: 68px; padding: 9px 12px; }
    .mh-site.mh-home-v2 .mh-logo-group { gap: 10px; padding-right: 10px; }
    .mh-site.mh-home-v2 .mh-logo-track { animation-duration: 36s; }
    .mh-site.mh-home-v2 .mh-hero-3d-picture { inset: 14px 50% auto auto; width: min(94vw, 420px); transform: translateX(50%) translateZ(20px); }
    .mh-site.mh-home-v2 .mh-hero-float-card { min-width: 120px; padding: 10px 12px; }
    .mh-site.mh-home-v2 .mh-hero-float-one { left: 0; bottom: 34px; }
    .mh-site.mh-home-v2 .mh-hero-float-two { right: 0; top: 28px; }
    .mh-site.mh-home-v2 .mh-hero-float-card b { font-size: 17px; }
}

@media (max-width: 440px) {
    .mh-site.mh-home-v2 .mh-hero-float-two { top: 18px; }
    .mh-site.mh-home-v2 .mh-hero-float-one { bottom: 20px; }
    .mh-site.mh-home-v2 .mh-hero-float-card { min-width: 108px; }
}

@media (prefers-reduced-motion: reduce) {
    .mh-site.mh-home-v2 .mh-logo-track { animation: none; }
    .mh-site.mh-home-v2 .mh-logo-marquee { overflow-x: auto; mask-image: none; }
    .mh-site.mh-home-v2 .mh-logo-group[aria-hidden="true"] { display: none; }
    .mh-site.mh-home-v2 .mh-hero-float-card,
    .mh-site.mh-home-v2 .mh-reveal.in-view :where(h2, h3) { animation: none; }
    .mh-site.mh-home-v2 [data-mh-tilt],
    .mh-site.mh-home-v2 [data-mh-tilt].in-view { transform: none; will-change: auto; }
}

/* Doctor-led hero visual and mobile composition refinements */
.mh-site.mh-home-v2 .mh-hero-doctor-picture img {
    object-position: center center;
}

@media (max-width: 900px) {
    .mh-site.mh-home-v2 .mh-hero-visual {
        width: min(100%, 590px);
    }

    .mh-site.mh-home-v2 .mh-hero-doctor-picture {
        inset: 0 50% auto auto;
        width: min(100%, 520px);
        transform: translateX(50%) translateZ(20px);
    }
}

@media (max-width: 767px) {
    .mh-site.mh-home-v2 .mh-hero-grid {
        gap: 22px;
    }

    .mh-site.mh-home-v2 .mh-hero-visual {
        width: 100%;
        min-height: clamp(342px, 96vw, 410px);
        margin-block: 4px 0;
    }

    .mh-site.mh-home-v2 .mh-hero-doctor-picture {
        inset: 0 50% auto auto;
        width: min(92vw, 400px);
        border-radius: 26px;
        transform: translateX(50%) translateZ(20px);
    }

    .mh-site.mh-home-v2 .mh-hero-float-one {
        left: 4px;
        bottom: 12px;
    }

    .mh-site.mh-home-v2 .mh-hero-float-two {
        right: 4px;
        top: 12px;
    }
}

@media (max-width: 440px) {
    .mh-site.mh-home-v2 .mh-hero {
        padding-block-end: 34px;
    }

    .mh-site.mh-home-v2 .mh-hero-visual {
        min-height: clamp(330px, 96vw, 378px);
    }

    .mh-site.mh-home-v2 .mh-hero-doctor-picture {
        width: min(92vw, 358px);
        border-radius: 22px;
    }

    .mh-site.mh-home-v2 .mh-hero-float-card {
        min-width: 102px;
        padding: 8px 10px;
        border-radius: 12px;
    }

    .mh-site.mh-home-v2 .mh-hero-float-card b {
        font-size: 15px;
    }

    .mh-site.mh-home-v2 .mh-hero-float-card small {
        font-size: 8.5px;
    }

    .mh-site.mh-home-v2 .mh-hero-float-one {
        bottom: 10px;
    }

    .mh-site.mh-home-v2 .mh-hero-float-two {
        top: 10px;
    }
}

/* Homepage construction notice */
html.mh-popup-open {
    overflow: hidden;
}

.mh-site.mh-home-v2 .mh-construction-popup[hidden] {
    display: none !important;
}

.mh-site.mh-home-v2 .mh-construction-popup {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .24s ease, visibility .24s ease;
}

.mh-site.mh-home-v2 .mh-construction-popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.mh-site.mh-home-v2 .mh-construction-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(3, 27, 46, .74);
    backdrop-filter: blur(9px);
    cursor: default;
}

.mh-site.mh-home-v2 .mh-construction-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    overflow: hidden;
    padding: 34px 42px 38px;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 8%, rgba(21, 190, 181, .19), transparent 30%),
        linear-gradient(145deg, #ffffff 0%, #f2fcfc 100%);
    box-shadow: 0 36px 90px rgba(3, 28, 48, .34), inset 0 1px rgba(255, 255, 255, .9);
    text-align: center;
    opacity: 0;
    transform: perspective(900px) translateY(18px) rotateX(4deg) scale(.97);
    transition: opacity .28s ease, transform .32s cubic-bezier(.2, .75, .22, 1);
}

.mh-site.mh-home-v2 .mh-construction-dialog::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--mh-navy), var(--mh-primary), var(--mh-primary-light));
}

.mh-site.mh-home-v2 .mh-construction-popup.is-visible .mh-construction-dialog {
    opacity: 1;
    transform: none;
}

.mh-site.mh-home-v2 .mh-construction-close {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--mh-navy);
    border: 1px solid rgba(7, 59, 85, .12);
    border-radius: 50%;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 8px 20px rgba(7, 59, 85, .08);
    font: 400 28px/1 var(--mh-font-body);
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.mh-site.mh-home-v2 .mh-construction-close:hover,
.mh-site.mh-home-v2 .mh-construction-close:focus-visible {
    color: var(--mh-white);
    border-color: var(--mh-primary);
    background: var(--mh-primary);
    transform: rotate(6deg) scale(1.04);
}

.mh-site.mh-home-v2 .mh-construction-logo {
    display: block;
    width: min(100%, 292px);
    margin: 0 auto 22px;
}

.mh-site.mh-home-v2 .mh-construction-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.mh-site.mh-home-v2 .mh-construction-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 12px;
    color: var(--mh-primary-dark);
    border: 1px solid rgba(8, 166, 166, .19);
    border-radius: 999px;
    background: rgba(221, 247, 246, .74);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.mh-site.mh-home-v2 .mh-construction-eyebrow .mh-icon {
    width: 17px;
    height: 17px;
}

.mh-site.mh-home-v2 .mh-construction-dialog h2 {
    margin: 0 0 13px;
    color: var(--mh-navy);
    font: 800 clamp(30px, 4.4vw, 40px)/1.12 var(--mh-font-heading);
    letter-spacing: -.035em;
}

.mh-site.mh-home-v2 .mh-construction-dialog p {
    max-width: 440px;
    margin: 0 auto 25px;
    color: var(--mh-body);
    font-size: 15px;
    line-height: 1.7;
}

.mh-site.mh-home-v2 .mh-construction-continue {
    min-height: 50px;
    margin-inline: auto;
}

@media (max-width: 600px) {
    .mh-site.mh-home-v2 .mh-construction-popup {
        padding: 14px;
    }

    .mh-site.mh-home-v2 .mh-construction-dialog {
        padding: 28px 20px 26px;
        border-radius: 22px;
    }

    .mh-site.mh-home-v2 .mh-construction-close {
        top: 12px;
        right: 12px;
    }

    .mh-site.mh-home-v2 .mh-construction-logo {
        width: min(100%, 244px);
        margin-bottom: 18px;
    }

    .mh-site.mh-home-v2 .mh-construction-dialog h2 {
        font-size: 29px;
    }

    .mh-site.mh-home-v2 .mh-construction-dialog p {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mh-site.mh-home-v2 .mh-construction-popup,
    .mh-site.mh-home-v2 .mh-construction-dialog,
    .mh-site.mh-home-v2 .mh-construction-close {
        transition: none;
    }
}
