.mk-home-middle {
    --ink: #10223f;
    --ink-deep: #0a1729;
    --ink-soft: #34465f;
    --blue: #1688c8;
    --blue-dark: #0e6fa9;
    --teal: #19a99b;
    --orange: #ff7a1a;
    --paper: #f7f9fb;
    --warm: #f2eee8;
    --surface: #fdfefe;
    --line: #dce4eb;
    --muted: #66758a;
    --radius: 14px;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--font);
    -webkit-font-smoothing: antialiased;
}

.mk-home-middle button,
.mk-home-middle a {
    font: inherit;
}

.mk-home-middle img {
    display: block;
    max-width: 100%;
}

.hm-shell {
    width: min(1320px, calc(100vw - 64px));
    margin: 0 auto;
}

.hm-opening {
    position: relative;
    overflow: hidden;
    color: #eef5fb;
    background: var(--ink-deep);
}

.hm-opening__grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000 20%, transparent 92%);
}

.hm-opening__inner {
    position: relative;
    z-index: 1;
    padding: clamp(76px, 7vw, 108px) 0 72px;
}

.hm-opening__copy {
    display: block;
}

.hm-opening h1 {
    margin: 0;
    color: #f6f9fc;
    font-size: clamp(40px, 4vw, 64px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.hm-opening h1 strong {
    color: #7bccef;
    font-weight: 760;
}

.hm-opening__positioning {
    max-width: 680px;
    margin: 18px 0 0;
    color: #b9c7d8;
    font-size: 17px;
    line-height: 1.7;
}

.hm-opening__route {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: clamp(52px, 5vw, 68px);
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.hm-opening__route article {
    position: relative;
    min-height: 148px;
    padding: 26px 26px 28px;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

.hm-opening__route article:last-child {
    border-right: 0;
}

.hm-opening__route article::after {
    position: absolute;
    top: -3px;
    left: 26px;
    width: 48px;
    height: 5px;
    content: "";
    background: var(--blue);
}

.hm-opening__route article:nth-child(5)::after {
    background: var(--orange);
}

.hm-opening__route span {
    display: block;
    color: #6f8198;
    font-size: 13px;
    font-weight: 800;
}

.hm-opening__route strong {
    display: block;
    margin-top: 22px;
    color: #f3f7fb;
    font-size: 18px;
}

.hm-opening__route p {
    margin: 8px 0 0;
    color: #8fa0b5;
    font-size: 14px;
    line-height: 1.65;
}

.hm-number {
    display: block;
    color: #b0becd;
    font-size: 48px;
    font-weight: 780;
    line-height: 1;
    letter-spacing: -.05em;
}

.hm-number--light {
    color: rgba(255, 255, 255, .22);
}

.hm-products {
    padding: clamp(92px, 9vw, 136px) 0;
    background: #edf3f6;
    border-bottom: 1px solid #d8e3e9;
}

.hm-products__heading {
    margin-bottom: 52px;
}

.hm-products__board {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
    grid-template-rows: repeat(2, 252px);
    gap: 18px;
}

.hm-product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d2dde4;
    border-radius: 16px;
    background: #f9fbfc;
}

.hm-product-card__copy {
    position: relative;
    z-index: 2;
}

.hm-product-card__copy > span {
    display: block;
    color: var(--blue-dark);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .04em;
}

.hm-product-card__copy h3 {
    margin: 10px 0 0;
    color: var(--ink);
    font-size: clamp(25px, 2vw, 32px);
    line-height: 1.2;
    letter-spacing: -.035em;
}

.hm-product-card__copy p {
    margin: 13px 0 0;
    color: #65778c;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .03em;
}

.hm-product-card__copy a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 28px;
    color: var(--blue-dark);
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
}

.hm-product-card__copy a svg {
    width: 17px;
    transition: transform .18s ease;
}

.hm-product-card__copy a:hover svg {
    transform: translate(2px, -2px);
}

.hm-product-card--miniapp {
    grid-row: 1 / 3;
    background:
        radial-gradient(circle at 88% 14%, rgba(22, 136, 200, .17), transparent 34%),
        linear-gradient(145deg, #f9fcfd 0%, #e5f2f7 100%);
}

.hm-product-card--miniapp::after {
    position: absolute;
    right: -82px;
    bottom: -116px;
    width: 330px;
    height: 330px;
    content: "";
    border: 62px solid rgba(25, 169, 155, .11);
    border-radius: 50%;
}

.hm-product-card--miniapp .hm-product-card__copy {
    max-width: 54%;
    padding: 52px 0 48px 48px;
}

.hm-product-card--miniapp .hm-product-card__copy h3 {
    font-size: clamp(30px, 2.5vw, 40px);
}

.hm-miniapp-device {
    position: absolute;
    top: 40px;
    right: 42px;
    z-index: 1;
    width: 198px;
    height: 428px;
    overflow: hidden;
    background: #fdfefe;
    border: 9px solid #172536;
    border-radius: 34px;
    box-shadow: 0 28px 54px rgba(23, 45, 64, .2);
}

.hm-miniapp-device::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 76px;
    height: 18px;
    content: "";
    background: #172536;
    border-radius: 0 0 12px 12px;
    transform: translateX(-50%);
}

.hm-miniapp-device img {
    position: absolute;
    top: 0;
    left: -42.857%;
    display: block;
    width: 171.429%;
    height: auto;
    max-width: none;
}

.hm-product-card--website,
.hm-product-card--custom {
    min-height: 0;
    background: var(--ink-deep);
}

.hm-product-card--website > img,
.hm-product-card--custom > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.hm-product-card--custom > img {
    object-position: top left;
}

.hm-product-card--website:hover > img,
.hm-product-card--custom:hover > img {
    transform: scale(1.025);
}

.hm-product-card--website::after,
.hm-product-card--custom::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(7, 18, 33, .94) 0%, rgba(7, 18, 33, .66) 56%, rgba(7, 18, 33, .1) 100%);
}

.hm-product-card--website .hm-product-card__copy,
.hm-product-card--custom .hm-product-card__copy {
    position: absolute;
    inset: 0 auto 0 0;
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0 30px 32px;
}

.hm-product-card--website .hm-product-card__copy > span,
.hm-product-card--custom .hm-product-card__copy > span,
.hm-product-card--website .hm-product-card__copy a,
.hm-product-card--custom .hm-product-card__copy a {
    color: #8bd5f5;
}

.hm-product-card--custom .hm-product-card__copy > span,
.hm-product-card--custom .hm-product-card__copy a {
    color: #7be0d4;
}

.hm-product-card--website .hm-product-card__copy h3,
.hm-product-card--custom .hm-product-card__copy h3 {
    color: #f6f9fb;
    font-size: 25px;
}

.hm-product-card--website .hm-product-card__copy p,
.hm-product-card--custom .hm-product-card__copy p {
    color: #bdcad6;
    font-size: 13px;
}

.hm-product-card--website .hm-product-card__copy a,
.hm-product-card--custom .hm-product-card__copy a {
    margin-top: 18px;
    font-size: 13px;
}

.hm-scenes {
    padding: clamp(88px, 8vw, 124px) 0;
    background: var(--surface);
}

.hm-section-heading {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.hm-scenes__heading,
.hm-conversion__heading {
    margin-bottom: 52px;
}

.hm-scenes__layout {
    display: grid;
    grid-template-columns: minmax(360px, 440px) minmax(0, 1fr);
    gap: clamp(54px, 6vw, 92px);
    align-items: start;
}

.hm-scenes__intro {
    display: flex;
    flex-direction: column;
}

.hm-section-heading h2,
.hm-split-heading h2,
.hm-gallery-heading h2,
.hm-plans__heading h2,
.hm-faq h2,
.hm-final-card h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(32px, 2.8vw, 46px);
    line-height: 1.18;
    letter-spacing: -.04em;
}

.hm-scene-guide {
    margin-top: 0;
    border-top: 1px solid #d7e1e8;
}

.hm-scene-guide article {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 128px;
    border-bottom: 1px solid #d7e1e8;
}

.hm-scene-guide article > span {
    color: #9aacba;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.hm-scene-guide strong,
.hm-scene-guide p {
    display: block;
}

.hm-scene-guide strong {
    color: var(--ink);
    font-size: 15px;
}

.hm-scene-guide p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.hm-scene-guide em {
    padding: 6px 9px;
    color: var(--blue-dark);
    background: #e9f5fb;
    border-radius: 5px;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.hm-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    color: var(--blue-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.hm-text-link svg {
    width: 17px;
}

.hm-scene-showcase {
    display: grid;
    grid-template-rows: minmax(0, 1fr) 150px;
    gap: 18px;
    height: 500px;
}

.hm-scene-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    min-width: 0;
}

.hm-scene {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: var(--radius);
    background: #dfe6ec;
    min-height: 0;
}

.hm-scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.22, 1, .36, 1);
}

.hm-scene:hover img {
    transform: scale(1.035);
}

.hm-scene > div {
    position: absolute;
    inset: auto 0 0;
    padding: 54px 24px 22px;
    color: #f7fafc;
    background: linear-gradient(transparent, rgba(7, 18, 33, .9));
}

.hm-scene > div span,
.hm-scene > div strong,
.hm-scene > div p {
    display: block;
}

.hm-scene > div span {
    color: #9bd7f3;
    font-size: 13px;
    font-weight: 800;
}

.hm-scene > div strong {
    margin-top: 6px;
    font-size: 19px;
    line-height: 1.45;
}

.hm-scene--feature > div {
    padding: 82px 32px 28px;
}

.hm-scene--feature > div strong {
    font-size: 24px;
}

.hm-scene > div p {
    margin: 7px 0 0;
    color: #c7d2df;
    font-size: 13px;
}

.hm-workbench {
    overflow: hidden;
    padding: clamp(96px, 10vw, 154px) 0 110px;
    color: #eaf1f8;
    background: #0e1d32;
}

.hm-split-heading {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.hm-split-heading h2 {
    margin: 0;
    color: #f6f9fc;
}

.hm-product-stage {
    margin-top: 52px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    background: #f8fafc;
    box-shadow: 0 42px 90px rgba(0, 0, 0, .32);
}

.hm-product-stage__top {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    color: #5f6f83;
    background: #edf2f6;
    border-bottom: 1px solid #dce4eb;
}

.hm-product-stage__top > span {
    width: 9px;
    height: 9px;
    background: #b8c3cf;
    border-radius: 50%;
}

.hm-product-stage__top > strong {
    margin-left: 10px;
    font-size: 13px;
}

.hm-product-stage__top > em {
    margin-left: auto;
    color: #7c8da1;
    font-size: 11px;
    font-style: normal;
}

.hm-product-stage__canvas {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #f8fafc;
}

.hm-product-stage__canvas > img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: top left;
}

.hm-callout {
    position: absolute;
    min-width: 174px;
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    color: #dbeaf5;
    background: rgba(10, 23, 41, .94);
    border: 1px solid rgba(108, 198, 241, .28);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(6, 18, 33, .22);
}

.hm-callout span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #8ed5f5;
    background: rgba(22, 136, 200, .18);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 800;
}

.hm-callout strong {
    font-size: 13px;
}

.hm-callout--one { top: 92px; left: 20%; }
.hm-callout--two { top: 124px; right: 8%; }
.hm-callout--three { right: 8%; bottom: 56px; }

.hm-capability-rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 44px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.hm-capability-rail article {
    min-height: 156px;
    padding: 25px 20px;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.hm-capability-rail article:last-child {
    border-right: 0;
}

.hm-capability-rail svg {
    width: 21px;
    color: #60bdea;
}

.hm-capability-rail strong,
.hm-capability-rail p {
    display: block;
}

.hm-capability-rail strong {
    margin-top: 18px;
    color: #eef4f9;
    font-size: 15px;
}

.hm-capability-rail p {
    margin: 7px 0 0;
    color: #8497ae;
    font-size: 13px;
    line-height: 1.6;
}

.hm-templates {
    padding: clamp(100px, 10vw, 156px) 0 62px;
    background: var(--warm);
}

.hm-gallery-heading {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.hm-gallery-heading h2 {
    margin: 0;
}

.hm-filter {
    display: flex;
    flex-wrap: wrap;
    justify-self: end;
    gap: 7px;
    margin-top: 0;
}

.hm-filter button {
    min-height: 40px;
    padding: 0 14px;
    color: #52647a;
    background: transparent;
    border: 1px solid #cbd4dc;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

.hm-filter button:hover,
.hm-filter button.is-active {
    color: #f8fbfd;
    background: var(--ink);
    border-color: var(--ink);
}

.hm-template-slider {
    position: relative;
    margin-top: 54px;
    outline: none;
}

.hm-template-slider:focus-visible .hm-template-stage {
    box-shadow: 0 0 0 4px rgba(22, 136, 200, .25);
}

.hm-template-stage {
    position: relative;
    height: 580px;
    overflow: hidden;
    background: #0c192b;
    border: 1px solid #1c3046;
    border-radius: 16px;
    cursor: grab;
    perspective: 1400px;
    touch-action: pan-y;
    user-select: none;
}

.hm-template-stage:active {
    cursor: grabbing;
}

.hm-template-stage::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .34;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hm-template-stage::after {
    position: absolute;
    right: 5%;
    bottom: -150px;
    width: 400px;
    height: 400px;
    content: "";
    border: 74px solid rgba(22, 136, 200, .14);
    border-radius: 50%;
}

.hm-template-slide {
    position: absolute;
    top: 26px;
    left: 50%;
    z-index: 0;
    width: min(620px, 62vw);
    overflow: hidden;
    background: #f9fbfc;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 13px;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, 30px, 0) scale(.64);
    transform-origin: center center;
    box-shadow: 0 38px 80px rgba(0, 0, 0, .36);
    transition:
        transform .62s cubic-bezier(.16, 1, .3, 1),
        opacity .38s ease,
        filter .38s ease;
    will-change: transform, opacity;
}

.hm-template-slide[hidden] {
    display: none;
}

.hm-template-slide.is-active {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(-50%, 0, 0) scale(1);
    animation: hm-template-focus .62s cubic-bezier(.16, 1, .3, 1);
}

.hm-template-slide.is-prev,
.hm-template-slide.is-next {
    z-index: 3;
    opacity: .62;
    pointer-events: auto;
    filter: saturate(.72) brightness(.78);
    cursor: pointer;
}

.hm-template-slide.is-prev {
    transform: translate3d(calc(-50% - clamp(300px, 34vw, 470px)), 14px, 0) scale(.78) rotateY(7deg);
}

.hm-template-slide.is-next {
    transform: translate3d(calc(-50% + clamp(300px, 34vw, 470px)), 14px, 0) scale(.78) rotateY(-7deg);
}

.hm-template-slide.is-prev-far,
.hm-template-slide.is-next-far {
    z-index: 2;
    opacity: .19;
    filter: saturate(.45) brightness(.58);
}

.hm-template-slide.is-prev:hover,
.hm-template-slide.is-next:hover {
    opacity: .82;
    filter: saturate(.9) brightness(.92);
}

@keyframes hm-template-focus {
    0% { box-shadow: 0 0 0 0 rgba(73, 186, 238, 0), 0 38px 80px rgba(0, 0, 0, .36); }
    42% { box-shadow: 0 0 0 6px rgba(73, 186, 238, .26), 0 46px 92px rgba(0, 0, 0, .42); }
    100% { box-shadow: 0 0 0 0 rgba(73, 186, 238, 0), 0 38px 80px rgba(0, 0, 0, .36); }
}

.hm-template-slide.is-prev-far {
    transform: translate3d(calc(-50% - clamp(520px, 54vw, 760px)), 32px, 0) scale(.62) rotateY(10deg);
}

.hm-template-slide.is-next-far {
    transform: translate3d(calc(-50% + clamp(520px, 54vw, 760px)), 32px, 0) scale(.62) rotateY(-10deg);
}

.hm-template-slide__image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8edf1;
}

.hm-template-slide__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hm-template-slide__meta {
    min-height: 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 14px 17px 15px 20px;
    background: #f8fafc;
}

.hm-template-slide__meta span,
.hm-template-slide__meta h3 {
    display: block;
}

.hm-template-slide__meta span {
    color: #77869a;
    font-size: 13px;
    font-weight: 750;
}

.hm-template-slide__meta h3 {
    margin: 4px 0 0;
    color: var(--ink);
    font-size: 19px;
    line-height: 1.2;
}

.hm-template-slide__meta a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    color: #eff8fc;
    background: var(--blue);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background .18s ease, transform .18s ease;
}

.hm-template-slide__meta a:hover {
    background: var(--blue-dark);
    transform: translateY(-2px);
}

.hm-template-slide__meta a svg {
    width: 17px;
}

.hm-template-side-button {
    position: absolute;
    top: 262px;
    z-index: 12;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: #f1f6fa;
    background: var(--ink);
    border: 5px solid var(--warm);
    border-radius: 50%;
    box-shadow: 0 16px 34px rgba(16, 34, 63, .2);
    cursor: pointer;
    transition: background .18s ease, transform .2s cubic-bezier(.16, 1, .3, 1);
}

.hm-template-side-button--prev {
    left: -28px;
}

.hm-template-side-button--next {
    right: -28px;
}

.hm-template-side-button:hover {
    background: var(--blue);
    transform: scale(1.08);
}

.hm-template-side-button:focus-visible {
    outline: 3px solid rgba(22, 136, 200, .32);
    outline-offset: 3px;
}

.hm-template-side-button svg {
    width: 20px;
}

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

.hm-gallery-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid #cfd6dc;
}

.hm-gallery-foot > p {
    max-width: 720px;
    margin: 0;
    color: #657488;
    font-size: 15px;
    line-height: 1.7;
}

.hm-gallery-foot > p strong {
    color: var(--ink);
}

.hm-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.hm-button:hover {
    transform: translateY(-2px);
}

.hm-button svg {
    width: 18px;
}

.hm-button--ink {
    color: #f7fafc;
    background: var(--ink);
}

.hm-button--ink:hover {
    color: #f7fafc;
    background: #172d4e;
}

.hm-button--ink:focus-visible {
    color: #f7fafc;
    outline: 3px solid rgba(22, 136, 200, .32);
    outline-offset: 3px;
}

.hm-conversion {
    padding: clamp(96px, 10vw, 150px) 0;
    background: #fdfefe;
}

.hm-conversion__layout {
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(560px, 1.18fr);
    gap: clamp(60px, 8vw, 122px);
    align-items: center;
}

.hm-conversion__copy ol {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}

.hm-conversion__copy li {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.hm-conversion__copy li span {
    color: #7c8da2;
    font-size: 13px;
    font-weight: 750;
}

.hm-conversion__copy li strong {
    color: var(--ink);
    font-size: 15px;
}

.hm-lead-console {
    overflow: hidden;
    border: 1px solid #d7e0e8;
    border-radius: 16px;
    background: #f7fafc;
    box-shadow: 0 34px 90px rgba(23, 41, 61, .13);
}

.hm-lead-console__head {
    min-height: 52px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 18px;
    color: #5c6d82;
    background: #edf3f7;
    border-bottom: 1px solid #dce5ec;
}

.hm-lead-console__head > div {
    display: flex;
    gap: 6px;
}

.hm-lead-console__head > div span {
    width: 8px;
    height: 8px;
    background: #b8c4d0;
    border-radius: 50%;
}

.hm-lead-console__head strong {
    font-size: 13px;
}

.hm-lead-console__head em {
    justify-self: end;
    color: #128777;
    font-size: 13px;
    font-style: normal;
    font-weight: 750;
}

.hm-lead-console__summary {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 30px 24px;
}

.hm-lead-console__summary span,
.hm-lead-console__summary strong {
    display: block;
}

.hm-lead-console__summary span {
    color: #7d8ea2;
    font-size: 13px;
}

.hm-lead-console__summary strong {
    margin-top: 5px;
    color: var(--ink);
    font-size: 24px;
}

.hm-lead-console__summary p {
    max-width: 220px;
    margin: 0;
    color: #8090a3;
    font-size: 13px;
    line-height: 1.6;
    text-align: right;
}

.hm-lead-list {
    padding: 0 18px;
}

.hm-lead-list article {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 13px;
    padding: 18px 12px;
    border-top: 1px solid #e0e7ee;
}

.hm-avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #0b699e;
    background: #dff2fb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 850;
}

.hm-avatar--teal {
    color: #087668;
    background: #dff6f1;
}

.hm-avatar--orange {
    color: #a64e0c;
    background: #fff0e3;
}

.hm-lead-list article strong,
.hm-lead-list article p {
    display: block;
}

.hm-lead-list article strong {
    color: #253a54;
    font-size: 14px;
}

.hm-lead-list article p {
    margin: 5px 0 0;
    color: #7a8b9f;
    font-size: 13px;
}

.hm-lead-status {
    color: #8494a6;
    font-size: 13px;
}

.hm-lead-console__foot {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 30px;
    color: #67798f;
    background: #eef3f7;
    border-top: 1px solid #dae3ea;
}

.hm-lead-console__foot span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.hm-lead-console__foot span svg {
    width: 15px;
}

.hm-lead-console__foot strong {
    margin-left: auto;
    color: #0f76af;
    font-size: 13px;
}

.hm-plans {
    padding: clamp(96px, 10vw, 146px) 0;
    background: #edf5fa;
    border-top: 1px solid #dbe7ee;
}

.hm-plans__heading {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.hm-plans__heading h2 {
    margin: 0;
}

.hm-plan-table {
    display: grid;
    grid-template-columns: 150px repeat(3, minmax(0, 1fr));
    margin-top: 62px;
    overflow: hidden;
    background: #fbfdfe;
    border: 1px solid #cad9e3;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(28, 55, 78, .1);
}

.hm-plan-table__labels,
.hm-plan-table article {
    display: grid;
    grid-template-rows: 150px repeat(4, 54px) 68px;
}

.hm-plan-table__labels {
    color: #7b8ca0;
    background: #f1f5f8;
}

.hm-plan-table__labels span,
.hm-plan-table article header,
.hm-plan-table article li,
.hm-plan-table article > a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #dee7ed;
}

.hm-plan-table__labels span {
    font-size: 13px;
    font-weight: 750;
}

.hm-plan-table article {
    border-left: 1px solid #d9e3ea;
}

.hm-plan-table article.is-featured {
    position: relative;
    background: #f4faff;
    box-shadow: inset 0 3px 0 var(--blue);
}

.hm-plan-table article header {
    display: block;
    padding-top: 28px;
}

.hm-plan-table article header span,
.hm-plan-table article header strong,
.hm-plan-table article header p {
    display: block;
}

.hm-plan-table article header span {
    color: #74869a;
    font-size: 13px;
    font-weight: 750;
}

.hm-plan-table article header strong {
    margin-top: 8px;
    color: var(--ink);
    font-size: 22px;
}

.hm-plan-table article header p {
    margin: 10px 0 0;
    color: #63748a;
    font-size: 13px;
}

.hm-plan-table article header b {
    color: #0e70aa;
    font-size: 22px;
}

.hm-plan-table article ul {
    display: contents;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hm-plan-table article li {
    color: #42566f;
    font-size: 14px;
}

.hm-plan-table article li::before {
    width: 6px;
    height: 6px;
    margin-right: 9px;
    content: "";
    background: var(--teal);
    border-radius: 50%;
}

.hm-plan-table article > a {
    justify-content: center;
    min-height: 48px;
    margin: 10px 18px;
    padding: 0 14px;
    color: #eff8fc;
    background: var(--ink);
    border: 0;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.hm-plan-table article.is-featured > a {
    background: var(--blue);
}

.hm-finale {
    padding: clamp(96px, 10vw, 150px) 0;
    background: #fdfefe;
}

.hm-finale__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    gap: clamp(52px, 7vw, 104px);
    align-items: stretch;
}

.hm-faq h2 {
    margin: 0;
}

.hm-faq__list {
    margin-top: 42px;
    border-top: 1px solid var(--line);
}

.hm-faq details {
    border-bottom: 1px solid var(--line);
}

.hm-faq summary {
    min-height: 68px;
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: center;
    gap: 20px;
    color: #293e59;
    font-size: 16px;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.hm-faq summary::-webkit-details-marker {
    display: none;
}

.hm-faq summary svg {
    width: 18px;
    transition: transform .2s cubic-bezier(.22, 1, .36, 1);
}

.hm-faq details[open] summary svg {
    transform: rotate(45deg);
}

.hm-faq details p {
    max-width: 64ch;
    margin: -4px 0 20px;
    color: #6b7b8f;
    font-size: 15px;
    line-height: 1.75;
}

.hm-final-card {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 52px;
    color: #edf4f9;
    background: var(--ink-deep);
    border-radius: 16px;
}

.hm-final-card::before {
    position: absolute;
    top: -100px;
    right: -110px;
    width: 320px;
    height: 320px;
    content: "";
    border: 72px solid rgba(22, 136, 200, .2);
    border-radius: 50%;
}

.hm-final-card__mark {
    position: absolute;
    top: 38px;
    left: 48px;
    display: flex;
    gap: 7px;
}

.hm-final-card__mark span {
    width: 32px;
    height: 5px;
    background: #31516f;
}

.hm-final-card__mark span:nth-child(2) { background: var(--blue); }
.hm-final-card__mark span:nth-child(3) { background: var(--orange); }

.hm-final-card > p {
    position: relative;
    margin: 0;
    color: #82cceb;
    font-size: 14px;
    font-weight: 750;
}

.hm-final-card h2 {
    position: relative;
    margin: 0;
    color: #f5f9fc;
    font-size: clamp(32px, 2.8vw, 44px);
}

.hm-final-actions {
    position: relative;
    display: grid;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.hm-final-actions a {
    min-height: 72px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 14px;
    color: #eaf2f7;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    text-decoration: none;
    transition: background .18s ease, padding .18s ease;
}

.hm-final-actions a:hover {
    padding: 0 12px;
    background: rgba(255, 255, 255, .06);
}

.hm-final-actions span {
    color: #82cceb;
    font-size: 13px;
    font-weight: 800;
}

.hm-final-actions a:nth-child(2) span {
    color: #7fddd1;
}

.hm-final-actions a:nth-child(3) span {
    color: #ffac70;
}

.hm-final-actions strong {
    font-size: 15px;
}

.hm-final-actions svg {
    width: 17px;
}

.hm-button--orange {
    position: relative;
    align-self: flex-start;
    margin-top: 34px;
    color: #fff9f3;
    background: var(--orange);
    box-shadow: 0 16px 36px rgba(255, 122, 26, .2);
}

.hm-button--orange:hover {
    background: #eb6810;
}

.hm-final-card small {
    position: relative;
    margin-top: 16px;
    color: #8fa2b8;
    font-size: 13px;
}

.mk-home-middle.hm-js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}

.mk-home-middle.hm-js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .mk-home-middle *, .mk-home-middle *::before, .mk-home-middle *::after { transition-duration: .01ms !important; }
    .mk-home-middle.hm-js .reveal { opacity: 1; transform: none; }
    .hm-template-slide { animation: none !important; }
}

@media (min-width: 821px) {
    .hm-opening h1,
    .hm-section-heading h2,
    .hm-split-heading h2,
    .hm-gallery-heading h2,
    .hm-plans__heading h2,
    .hm-faq h2,
    .hm-final-card h2 {
        white-space: nowrap;
    }
}

@media (max-width: 1120px) {
    .hm-products__board {
        grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    }

    .hm-product-card--miniapp .hm-product-card__copy {
        max-width: 50%;
        padding-left: 38px;
    }

    .hm-miniapp-device {
        right: 28px;
        width: 196px;
        height: 424px;
    }

    .hm-scenes__layout {
        grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
        gap: 52px;
    }

    .hm-split-heading {
        grid-template-columns: 70px 1fr;
    }

    .hm-callout {
        display: none;
    }

    .hm-product-stage__canvas,
    .hm-product-stage__canvas > img {
        min-height: 430px;
    }

    .hm-capability-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hm-capability-rail article:nth-child(3) {
        border-right: 0;
    }

    .hm-capability-rail article:nth-child(-n+3) {
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .hm-conversion__layout {
        grid-template-columns: 1fr;
    }

    .hm-lead-console {
        max-width: 780px;
    }

    .hm-plan-table {
        grid-template-columns: 120px repeat(3, minmax(250px, 1fr));
        overflow-x: auto;
    }

    .hm-finale__layout {
        grid-template-columns: 1fr 1fr;
        gap: 46px;
    }
}

@media (max-width: 820px) {
    .hm-shell {
        width: min(100% - 36px, 680px);
    }

    .hm-opening__inner {
        padding: 72px 0 62px;
    }

    .hm-opening__route {
        grid-template-columns: 1fr;
        margin-top: 60px;
    }

    .hm-opening__route article {
        min-height: 116px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .hm-opening__route article:last-child {
        border-bottom: 0;
    }

    .hm-scenes__layout,
    .hm-finale__layout {
        grid-template-columns: 1fr;
    }

    .hm-products__board {
        grid-template-columns: 1fr;
        grid-template-rows: 500px repeat(2, 270px);
    }

    .hm-product-card--miniapp {
        grid-row: auto;
    }

    .hm-product-card--miniapp .hm-product-card__copy {
        max-width: 52%;
        padding-left: 42px;
    }

    .hm-miniapp-device {
        top: 36px;
        right: 38px;
        height: 424px;
    }

    .hm-scenes__intro {
        position: static;
    }

    .hm-scene-showcase {
        grid-template-rows: 300px 150px;
        height: 468px;
        margin-top: 8px;
    }

    .hm-section-heading,
    .hm-split-heading,
    .hm-gallery-heading,
    .hm-plans__heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hm-filter {
        justify-self: start;
        margin-top: 4px;
    }

    .hm-product-stage__canvas,
    .hm-product-stage__canvas > img {
        min-height: 310px;
    }

    .hm-template-stage {
        height: 535px;
    }

    .hm-template-slide {
        top: 20px;
        width: min(560px, 82vw);
    }

    .hm-template-slide.is-prev {
        transform: translate3d(calc(-50% - 70vw), 14px, 0) scale(.76) rotateY(7deg);
    }

    .hm-template-slide.is-next {
        transform: translate3d(calc(-50% + 70vw), 14px, 0) scale(.76) rotateY(-7deg);
    }

    .hm-template-slide.is-prev-far,
    .hm-template-slide.is-next-far {
        opacity: 0;
    }

    .hm-gallery-foot {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .hm-plans__heading .hm-text-link {
        justify-self: start;
        margin-top: 0;
    }

    .hm-plan-table {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
        overflow: visible;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .hm-plan-table__labels {
        display: none;
    }

    .hm-plan-table article {
        grid-template-rows: auto;
        overflow: hidden;
        background: #fbfdfe;
        border: 1px solid #d6e1e8;
        border-radius: 12px;
    }

    .hm-plan-table article header {
        min-height: 130px;
    }

    .hm-plan-table article li {
        min-height: 48px;
    }

    .hm-final-card {
        min-height: 480px;
        padding: 40px 32px;
    }
}

@media (max-width: 560px) {
    .hm-opening h1 {
        font-size: 38px;
    }

    .hm-products,
    .hm-scenes,
    .hm-workbench,
    .hm-templates,
    .hm-conversion,
    .hm-plans,
    .hm-finale {
        padding: 76px 0;
    }

    .hm-templates {
        padding-bottom: 56px;
    }

    .hm-products__heading {
        margin-bottom: 38px;
    }

    .hm-products__board {
        grid-template-rows: 540px repeat(2, 250px);
    }

    .hm-product-card--miniapp .hm-product-card__copy {
        max-width: none;
        padding: 28px 24px 0;
    }

    .hm-product-card--miniapp .hm-product-card__copy h3 {
        font-size: 27px;
    }

    .hm-product-card--miniapp .hm-product-card__copy a {
        margin-top: 18px;
    }

    .hm-miniapp-device {
        top: 210px;
        right: auto;
        left: 50%;
        width: 148px;
        height: 320px;
        border-width: 7px;
        border-radius: 27px;
        transform: translateX(-50%);
    }

    .hm-miniapp-device::before {
        width: 68px;
    }

    .hm-product-card--website .hm-product-card__copy,
    .hm-product-card--custom .hm-product-card__copy {
        width: 84%;
        padding-left: 24px;
    }

    .hm-product-card--website .hm-product-card__copy h3,
    .hm-product-card--custom .hm-product-card__copy h3 {
        font-size: 23px;
    }

    .hm-section-heading h2,
    .hm-split-heading h2,
    .hm-gallery-heading h2,
    .hm-plans__heading h2,
    .hm-faq h2,
    .hm-final-card h2 {
        font-size: 32px;
    }

    .hm-scene-guide article {
        grid-template-columns: 24px minmax(0, 1fr) auto;
        gap: 10px;
    }

    .hm-scene-showcase {
        grid-template-rows: 260px auto;
        height: auto;
        min-height: 0;
    }

    .hm-scene-pair {
        grid-template-columns: 1fr;
        grid-auto-rows: 180px;
    }

    .hm-scene--feature > div {
        padding: 64px 22px 20px;
    }

    .hm-scene--feature > div strong {
        font-size: 20px;
    }

    .hm-product-stage {
        margin-top: 42px;
    }

    .hm-product-stage__canvas,
    .hm-product-stage__canvas > img {
        min-height: 230px;
    }

    .hm-capability-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-capability-rail article,
    .hm-capability-rail article:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, .13);
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .hm-capability-rail article:nth-child(2n) {
        border-right: 0;
    }

    .hm-capability-rail article:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .hm-template-slider {
        margin-top: 44px;
    }

    .hm-template-stage {
        height: 382px;
        border-radius: 13px;
    }

    .hm-template-stage::after {
        width: 250px;
        height: 250px;
        border-width: 48px;
    }

    .hm-template-slide {
        top: 18px;
        width: calc(100% - 38px);
    }

    .hm-template-slide.is-prev {
        transform: translate3d(calc(-50% - 84vw), 10px, 0) scale(.82);
    }

    .hm-template-slide.is-next {
        transform: translate3d(calc(-50% + 84vw), 10px, 0) scale(.82);
    }

    .hm-template-slide__meta {
        min-height: 80px;
        gap: 10px;
        padding: 12px 12px 13px 16px;
    }

    .hm-template-slide__meta h3 {
        font-size: 17px;
    }

    .hm-template-slide__meta a {
        padding: 0 11px;
    }

    .hm-template-side-button {
        top: 160px;
        width: 50px;
        height: 50px;
        border-width: 4px;
    }

    .hm-template-side-button--prev {
        left: 8px;
    }

    .hm-template-side-button--next {
        right: 8px;
    }

    .hm-conversion__copy li {
        grid-template-columns: 88px 1fr;
    }

    .hm-lead-console__summary,
    .hm-lead-console__foot {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-lead-console__summary {
        display: grid;
    }

    .hm-lead-console__summary p {
        text-align: left;
    }

    .hm-lead-console__foot {
        min-height: auto;
        padding: 18px 24px;
    }

    .hm-lead-console__foot strong {
        margin-left: 0;
    }

    .hm-lead-list article {
        grid-template-columns: 40px 1fr;
    }

    .hm-lead-status {
        display: none;
    }

    .hm-faq summary {
        font-size: 14px;
    }

    .hm-final-card {
        min-height: 440px;
    }

    .hm-final-actions a {
        grid-template-columns: 92px minmax(0, 1fr) 20px;
    }

    .back-top {
        right: 14px;
        bottom: 14px;
    }
}
