:root {
    --mx-ink: #0b1320;
    --mx-ink-soft: #344052;
    --mx-night: #08101c;
    --mx-night-2: #0d1928;
    --mx-paper: #f4f7f9;
    --mx-white: #ffffff;
    --mx-line: #dce4e9;
    --mx-blue: #17a8d4;
    --mx-cyan: #55d4ef;
    --mx-green: #65d6a1;
    --mx-yellow: #f3c55a;
    --mx-purple: #a993ff;
    --mx-radius: 22px;
    --mx-shadow: 0 28px 80px rgba(5, 15, 28, .16);
}

body.medlix-software-page {
    background: var(--mx-paper);
}

.medlix-software-page .site-main,
.medlix-software-page .page-content,
.medlix-software-page .entry-content {
    margin: 0;
    padding: 0;
    max-width: none;
}

.medlix-software-page .page-header,
.medlix-software-page .entry-title {
    display: none;
}

.mx-site,
.mx-site * {
    box-sizing: border-box;
}

.mx-site {
    color: var(--mx-ink);
    background: var(--mx-paper);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    overflow: hidden;
}

.mx-site a {
    color: inherit;
    text-decoration: none;
}

.mx-site p,
.mx-site h1,
.mx-site h2,
.mx-site h3,
.mx-site h4 {
    margin-top: 0;
}

.mx-wrap {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.mx-subnav {
    position: relative;
    z-index: 30;
    color: #eaf6fb;
    background: rgba(7, 16, 28, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mx-subnav-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.mx-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .11em;
    white-space: nowrap;
}

.mx-wordmark em {
    color: var(--mx-cyan);
    font-style: normal;
    font-weight: 600;
}

.mx-wordmark-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mx-cyan);
    box-shadow: 0 0 18px rgba(85, 212, 239, .8);
}

.mx-subnav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-left: auto;
}

.mx-subnav-links a {
    position: relative;
    color: #9eafbd;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: .01em;
    transition: color .2s ease;
}

.mx-subnav-links a:hover,
.mx-subnav-links a.is-active {
    color: #fff;
}

.mx-subnav-links a.is-active::after {
    position: absolute;
    right: 0;
    bottom: -24px;
    left: 0;
    height: 2px;
    background: var(--mx-cyan);
    content: "";
}

.mx-mobile-menu {
    display: none;
}

.mx-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid var(--mx-cyan);
    border-radius: 999px;
    color: #06111b !important;
    background: var(--mx-cyan);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .01em;
    box-shadow: 0 12px 30px rgba(25, 169, 210, .22);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mx-button:hover {
    transform: translateY(-2px);
    background: #7ee2f5;
    box-shadow: 0 16px 36px rgba(25, 169, 210, .3);
}

.mx-button-small {
    min-height: 38px;
    padding-inline: 17px;
    font-size: 12px;
}

.mx-hero,
.mx-product-hero,
.mx-contact-hero {
    position: relative;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(15, 31, 49, .95), rgba(6, 15, 27, .99)),
        var(--mx-night);
}

.mx-home-hero {
    min-height: 750px;
    display: flex;
    align-items: center;
    padding: 92px 0 100px;
}

.mx-hero-grid,
.mx-product-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 76px;
}

.mx-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.mx-orb-one {
    top: -280px;
    right: -170px;
    width: 660px;
    height: 660px;
    background: radial-gradient(circle, rgba(23, 168, 212, .19), transparent 67%);
}

.mx-orb-two {
    bottom: -280px;
    left: 15%;
    width: 580px;
    height: 580px;
    background: radial-gradient(circle, rgba(101, 214, 161, .1), transparent 70%);
}

.mx-eyebrow,
.mx-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 21px;
    color: var(--mx-cyan);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.mx-eyebrow span {
    display: block;
    width: 28px;
    height: 1px;
    background: currentColor;
}

.mx-hero h1,
.mx-product-hero h1,
.mx-contact-hero h1 {
    max-width: 760px;
    margin-bottom: 28px;
    color: #fff;
    font-size: clamp(45px, 5.2vw, 76px);
    font-weight: 380;
    letter-spacing: -.048em;
    line-height: 1.04;
}

.mx-hero h1 strong,
.mx-product-hero h1 strong,
.mx-contact-hero h1 strong {
    color: var(--mx-cyan);
    font-weight: 720;
}

.mx-lead {
    max-width: 660px;
    margin-bottom: 33px;
    color: #b8c7d3;
    font-size: 19px;
    line-height: 1.65;
}

.mx-actions {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.mx-text-link {
    color: #e7f0f5 !important;
    font-size: 14px;
    font-weight: 700;
}

.mx-text-link span {
    margin-left: 7px;
    color: var(--mx-cyan);
}

.mx-proof {
    display: flex;
    gap: 30px;
    margin-top: 60px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.mx-proof div {
    display: flex;
    min-width: 112px;
    flex-direction: column;
}

.mx-proof b {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.mx-proof span {
    color: #8195a5;
    font-size: 11px;
}

.mx-suite-visual {
    position: relative;
    min-width: 0;
    transform: perspective(1400px) rotateY(-4deg) rotateX(2deg);
}

.mx-suite-visual::before {
    position: absolute;
    inset: 8% -6% -8%;
    border-radius: 50%;
    background: rgba(25, 169, 210, .2);
    content: "";
    filter: blur(55px);
}

.mx-suite-header,
.mx-appbar {
    position: relative;
    z-index: 2;
    min-height: 45px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px 15px 0 0;
    color: #aebdca;
    background: #111e2c;
    font-size: 10px;
}

.mx-suite-header > span {
    display: flex;
    gap: 5px;
}

.mx-suite-header > span i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #536170;
}

.mx-suite-header b {
    margin-left: 15px;
    font-weight: 600;
}

.mx-suite-header em {
    margin-left: auto;
    padding: 3px 7px;
    border-radius: 12px;
    color: #74dfac;
    background: rgba(101, 214, 161, .1);
    font-style: normal;
    font-size: 8px;
    letter-spacing: .1em;
}

.mx-suite-body {
    position: relative;
    z-index: 2;
    min-height: 410px;
    display: grid;
    grid-template-columns: 50px 1fr;
    border: 1px solid rgba(255, 255, 255, .09);
    border-top: 0;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    background: #0b1624;
    box-shadow: var(--mx-shadow);
}

.mx-suite-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 25px;
    border-right: 1px solid rgba(255, 255, 255, .07);
    background: #0e1a28;
}

.mx-suite-side span {
    width: 17px;
    height: 17px;
    border: 1px solid #3c4b59;
    border-radius: 5px;
}

.mx-suite-side span.is-on {
    border-color: var(--mx-cyan);
    background: rgba(85, 212, 239, .16);
    box-shadow: inset 0 0 0 4px #0e1a28;
}

.mx-suite-content {
    padding: 30px 28px;
}

.mx-suite-title {
    display: flex;
    align-items: flex-start;
}

.mx-suite-title small,
.mx-suite-panels small {
    display: block;
    margin-bottom: 7px;
    color: #688091;
    font-size: 8px;
    letter-spacing: .12em;
}

.mx-suite-title strong {
    display: block;
    color: #f6fbfd;
    font-size: 22px;
    line-height: 1.3;
}

.mx-suite-title > span {
    margin-left: auto;
    color: #668092;
    font-size: 9px;
}

.mx-metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 26px;
}

.mx-metric-row > div,
.mx-suite-panels > div {
    min-width: 0;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
}

.mx-metric-row small {
    display: block;
    color: #647989;
    font-size: 8px;
}

.mx-metric-row b {
    display: block;
    margin: 5px 0 10px;
    color: #eef7fa;
    font-size: 16px;
}

.mx-line {
    display: block;
    position: relative;
    width: 100%;
    height: 18px;
    border-bottom: 1px solid #31485c;
}

.mx-line::after {
    position: absolute;
    right: 2px;
    bottom: -2px;
    left: 0;
    height: 11px;
    border-top: 2px solid #6889a1;
    clip-path: polygon(0 70%, 13% 52%, 26% 80%, 42% 28%, 58% 48%, 72% 18%, 87% 43%, 100% 5%, 100% 22%, 88% 58%, 72% 35%, 58% 63%, 43% 43%, 27% 95%, 13% 65%, 0 82%);
    content: "";
}

.mx-line-green::after {
    border-color: var(--mx-green);
}

.mx-bars {
    display: flex;
    height: 18px;
    align-items: flex-end;
    gap: 5px;
}

.mx-bars i {
    width: 14%;
    height: 60%;
    border-radius: 2px 2px 0 0;
    background: #2aa9d0;
}

.mx-bars i:nth-child(2) { height: 95%; }
.mx-bars i:nth-child(3) { height: 75%; }
.mx-bars i:nth-child(4) { height: 45%; }

.mx-suite-panels {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 10px;
    margin-top: 10px;
}

.mx-chart {
    display: flex;
    height: 74px;
    align-items: flex-end;
    gap: 7px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.mx-chart i {
    flex: 1;
    height: 45%;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(#36b8df, rgba(54, 184, 223, .25));
}

.mx-chart i:nth-child(2) { height: 72%; }
.mx-chart i:nth-child(3) { height: 57%; }
.mx-chart i:nth-child(4) { height: 88%; }
.mx-chart i:nth-child(5) { height: 64%; }
.mx-chart i:nth-child(6) { height: 98%; }
.mx-chart i:nth-child(7) { height: 78%; }

.mx-suite-panels ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mx-suite-panels li {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 0;
    color: #adbdc8;
    font-size: 8px;
}

.mx-suite-panels li b {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: var(--mx-cyan);
    background: rgba(85, 212, 239, .08);
    font-size: 8px;
}

.mx-suite-panels li em {
    margin-left: auto;
    color: #688091;
    font-style: normal;
}

.mx-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 11px;
    background: rgba(16, 32, 48, .95);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .24);
}

.mx-floating-card > span {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #092016;
    background: var(--mx-green);
    font-size: 11px;
    font-weight: 900;
}

.mx-floating-card small,
.mx-floating-card b {
    display: block;
    line-height: 1.35;
}

.mx-floating-card small {
    color: #71889a;
    font-size: 8px;
}

.mx-floating-card b {
    color: #eaf2f6;
    font-size: 10px;
}

.mx-floating-one {
    bottom: -25px;
    left: -28px;
}

.mx-floating-two {
    top: 70px;
    right: -25px;
}

.mx-floating-two > span {
    color: var(--mx-green);
    background: rgba(101, 214, 161, .12);
}

.mx-section {
    padding: 112px 0;
}

.mx-section-head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 52px;
}

.mx-section-head h2,
.mx-principles h2,
.mx-process h2,
.mx-audience h2,
.mx-about-content h2,
.mx-cta h2 {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--mx-ink);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.mx-section-head > p,
.mx-audience p,
.mx-two-col p {
    margin-bottom: 0;
    color: var(--mx-ink-soft);
    font-size: 17px;
}

.mx-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.mx-product-card {
    position: relative;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--mx-line);
    border-radius: var(--mx-radius);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(14, 31, 50, .04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mx-product-card::after {
    position: absolute;
    right: -60px;
    bottom: -85px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(23, 168, 212, .12), transparent 68%);
    content: "";
}

.mx-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(23, 168, 212, .35);
    box-shadow: 0 22px 55px rgba(14, 31, 50, .11);
}

.mx-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mx-product-index {
    color: #9ba9b4;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.mx-status,
.mx-product-state {
    padding: 5px 10px;
    border: 1px solid #dce8ed;
    border-radius: 999px;
    color: #55707c;
    background: #f4f8fa;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.mx-product-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 34px 0 23px;
    border-radius: 18px;
    color: var(--mx-blue);
    background: rgba(23, 168, 212, .09);
}

.mx-product-icon svg {
    width: 33px;
    height: 33px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.3;
}

.mx-product-card h3 {
    margin-bottom: 9px;
    color: var(--mx-ink);
    font-size: 28px;
    letter-spacing: -.03em;
}

.mx-product-card p {
    max-width: 410px;
    margin-bottom: 25px;
    color: #667482;
    font-size: 15px;
}

.mx-card-link {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    color: var(--mx-ink);
    font-size: 13px;
    font-weight: 800;
}

.mx-card-link i {
    color: var(--mx-blue);
    font-style: normal;
    font-size: 17px;
}

.mx-product-time .mx-product-icon { color: var(--mx-purple); background: rgba(169, 147, 255, .1); }
.mx-product-screen .mx-product-icon { color: #e4a820; background: rgba(243, 197, 90, .13); }
.mx-product-inventory .mx-product-icon { color: #2fb97a; background: rgba(101, 214, 161, .13); }

.mx-principles {
    background: #fff;
}

.mx-principles-grid,
.mx-audience-grid,
.mx-two-col {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
}

.mx-lead-small {
    max-width: 490px;
    margin-top: 28px;
    color: var(--mx-ink-soft);
}

.mx-principle-list article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    padding: 25px 0;
    border-top: 1px solid var(--mx-line);
}

.mx-principle-list article:last-child {
    border-bottom: 1px solid var(--mx-line);
}

.mx-principle-list article > span,
.mx-feature-grid article > span {
    color: var(--mx-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
}

.mx-principle-list h3 {
    margin-bottom: 5px;
    color: var(--mx-ink);
    font-size: 20px;
}

.mx-principle-list p {
    margin-bottom: 0;
    color: #64717f;
    font-size: 14px;
}

.mx-process {
    color: #fff;
    background: var(--mx-night);
}

.mx-process h2 {
    max-width: 730px;
    color: #fff;
}

.mx-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 58px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--mx-radius);
    overflow: hidden;
    background: rgba(255, 255, 255, .09);
}

.mx-process-grid article {
    min-height: 250px;
    padding: 30px;
    background: var(--mx-night);
}

.mx-process-grid article > span {
    color: var(--mx-cyan);
    font-size: 11px;
    font-weight: 800;
}

.mx-process-grid h3 {
    margin: 70px 0 10px;
    color: #fff;
    font-size: 20px;
}

.mx-process-grid p {
    margin-bottom: 0;
    color: #90a2b0;
    font-size: 13px;
}

.mx-cta {
    padding: 90px 0;
    color: #fff;
    background: var(--mx-blue);
}

.mx-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 65px;
    align-items: center;
}

.mx-cta .mx-kicker {
    color: #d9f7ff;
}

.mx-cta h2 {
    color: #fff;
}

.mx-cta p {
    max-width: 720px;
    margin: 18px 0 0;
    color: #e0f6fb;
}

.mx-button-light {
    border-color: #fff;
    color: var(--mx-ink) !important;
    background: #fff;
    white-space: nowrap;
}

.mx-product-hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 88px 0;
}

.mx-product-hero::after {
    position: absolute;
    top: -190px;
    right: -180px;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(23, 168, 212, .18), transparent 68%);
    content: "";
}

.mx-product-hero h1 {
    font-size: clamp(42px, 4.5vw, 67px);
}

.mx-product-hero-copy {
    position: relative;
    z-index: 2;
}

.mx-product-state {
    border-color: rgba(255, 255, 255, .13);
    color: #a9bbc8;
    background: rgba(255, 255, 255, .05);
}

.mx-product-visual {
    position: relative;
    z-index: 2;
}

.mx-app-window {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    overflow: hidden;
    background: #0c1725;
    box-shadow: var(--mx-shadow);
    transform: perspective(1200px) rotateY(-4deg);
}

.mx-appbar {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.mx-appbar b {
    color: #e8f2f6;
    font-size: 11px;
}

.mx-appbar span {
    margin-left: auto;
    color: #718495;
}

.mx-appbody {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 18px;
    padding: 25px;
}

.mx-uptime-score {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 13px;
    background: rgba(255, 255, 255, .025);
}

.mx-uptime-score small,
.mx-data-list span,
.mx-calendar-head span,
.mx-calendar-foot,
.mx-stock-card small,
.mx-stock-card p {
    color: #748897;
    font-size: 10px;
}

.mx-uptime-score strong {
    display: block;
    margin: 32px 0 15px;
    color: #fff;
    font-size: 47px;
    line-height: 1;
}

.mx-uptime-score strong em {
    color: var(--mx-green);
    font-style: normal;
    font-size: 20px;
}

.mx-uptime-score > span,
.mx-stock-card > span {
    display: block;
    height: 5px;
    border-radius: 10px;
    overflow: hidden;
    background: #203142;
}

.mx-uptime-score > span i,
.mx-stock-card > span i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--mx-blue), var(--mx-green));
}

.mx-uptime-score p {
    margin: 7px 0 0;
    color: #6f8392;
    font-size: 9px;
}

.mx-data-list {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 13px;
    overflow: hidden;
}

.mx-data-list div {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.mx-data-list div:last-child { border-bottom: 0; }
.mx-data-list b { color: #e6f2f5; font-size: 11px; }

.mx-feature-section {
    background: #fff;
}

.mx-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.mx-feature-grid article {
    min-height: 240px;
    padding: 28px;
    border: 1px solid var(--mx-line);
    border-radius: 18px;
    background: #fbfcfd;
}

.mx-feature-grid h3 {
    margin: 45px 0 8px;
    color: var(--mx-ink);
    font-size: 20px;
    line-height: 1.25;
}

.mx-feature-grid p {
    margin-bottom: 0;
    color: #64717f;
    font-size: 14px;
}

.mx-audience {
    background: #eef3f6;
}

.mx-audience ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mx-audience li {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--mx-line);
    border-radius: 14px;
    background: #fff;
    font-size: 13px;
    font-weight: 750;
}

.mx-audience li span {
    width: 27px;
    height: 27px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: #0e5c3c;
    background: rgba(101, 214, 161, .22);
    font-size: 11px;
}

.mx-calendar-head {
    display: flex;
    align-items: center;
    padding: 18px 20px;
}

.mx-calendar-head b { color: #fff; }
.mx-calendar-head span { margin-left: auto; }

.mx-calendar {
    padding: 0 20px 15px;
}

.mx-calendar-row {
    display: grid;
    grid-template-columns: 62px repeat(5, 1fr);
    gap: 5px;
    align-items: center;
    padding: 7px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
    color: #7a8d9c;
    font-size: 8px;
    text-align: center;
}

.mx-calendar-row b { color: #cbd7dd; text-align: left; }
.mx-calendar-row.head { border-top: 0; color: #657988; }

.mx-calendar-row span {
    min-height: 28px;
    display: grid;
    place-items: center;
    border-radius: 5px;
}

.mx-calendar-row .shift { color: #8ce6fa; background: rgba(85, 212, 239, .1); }
.mx-calendar-row .shift.alt { color: #c0b5ff; background: rgba(169, 147, 255, .1); }
.mx-calendar-row .shift.green { color: #92e7bd; background: rgba(101, 214, 161, .1); }

.mx-calendar-foot {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.mx-calendar-foot span { display: flex; align-items: center; gap: 7px; }
.mx-calendar-foot i { width: 6px; height: 6px; border-radius: 50%; background: var(--mx-green); }
.mx-calendar-foot b { margin-left: auto; color: #eaf2f5; }

.mx-display-frame {
    position: relative;
    padding: 11px;
    border-radius: 13px;
    background: #02070d;
    box-shadow: var(--mx-shadow);
    transform: perspective(1200px) rotateY(-4deg);
}

.mx-display-content {
    position: relative;
    aspect-ratio: 16/10;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    padding: 28px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(130deg, #143043, #0a1522);
}

.mx-offer { position: relative; z-index: 2; }
.mx-offer small { color: var(--mx-yellow); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.mx-offer strong { display: block; max-width: 190px; margin: 10px 0; font-size: 28px; line-height: 1.06; }
.mx-offer p { max-width: 210px; color: #aac0cb; font-size: 9px; line-height: 1.5; }
.mx-offer > span { color: var(--mx-yellow); font-size: 8px; font-weight: 800; }

.mx-offer-art {
    position: relative;
    height: 190px;
}

.mx-offer-art i {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffd47c, #c47a1d 55%, #54310b 70%);
    box-shadow: inset -13px -15px 25px rgba(45, 20, 0, .36), 0 22px 35px rgba(0, 0, 0, .25);
}

.mx-offer-art i:nth-child(1) { top: 7px; right: 30px; width: 125px; height: 125px; }
.mx-offer-art i:nth-child(2) { bottom: 10px; left: 12px; width: 90px; height: 90px; }
.mx-offer-art i:nth-child(3) { right: -8px; bottom: 0; width: 75px; height: 75px; }

.mx-ticker {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 12px;
    color: #b6c7d1;
    background: rgba(2, 8, 14, .86);
    font-size: 7px;
}

.mx-ticker b { color: var(--mx-cyan); letter-spacing: .1em; }
.mx-ticker em { margin-left: auto; color: #fff; font-style: normal; }
.mx-display-stand { width: 90px; height: 24px; margin: 0 auto; border-bottom: 6px solid #182533; background: linear-gradient(90deg, transparent, #182533 35%, #182533 65%, transparent); }
.mx-tv-state { position: absolute; right: 5px; bottom: -6px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: #afc2cd; background: #132131; font-size: 9px; box-shadow: 0 10px 25px rgba(0,0,0,.25); }
.mx-tv-state i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--mx-green); }

.mx-phone {
    width: 270px;
    margin: 0 auto;
    padding: 16px;
    border: 8px solid #15202d;
    border-radius: 32px;
    color: var(--mx-ink);
    background: #f7fafb;
    box-shadow: var(--mx-shadow);
    transform: rotate(2deg);
}

.mx-phone-head { display: flex; align-items: center; padding: 3px 3px 14px; font-size: 11px; font-weight: 800; }
.mx-phone-head i { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: var(--mx-green); }
.mx-scan { padding: 14px; border-radius: 12px; color: #fff; background: #102132; text-align: center; }
.mx-scan small { display: block; color: #a8bac5; font-size: 8px; }
.mx-scan div { display: flex; height: 38px; justify-content: center; gap: 4px; margin: 10px 0; }
.mx-scan div i { width: 2px; background: #fff; }
.mx-scan div i:nth-child(2), .mx-scan div i:nth-child(5) { width: 5px; }
.mx-scan div i:nth-child(4) { width: 1px; }
.mx-scan span { color: #88dff2; font-size: 8px; letter-spacing: .14em; }
.mx-item { padding: 17px 3px 12px; }
.mx-item small, .mx-item > span { display: block; color: #7a8995; font-size: 7px; }
.mx-item > b { display: block; margin: 4px 0; font-size: 13px; }
.mx-item div { display: flex; align-items: end; margin-top: 15px; }
.mx-item strong { font-size: 21px; }
.mx-item em { margin-left: auto; color: #5f707d; font-style: normal; font-size: 8px; }
.mx-phone button { width: 100%; min-height: 36px; border: 0; border-radius: 10px; color: #07151e; background: var(--mx-green); font-size: 9px; font-weight: 850; }
.mx-stock-card { position: absolute; right: -10px; bottom: 20px; width: 165px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: #fff; background: #142333; box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.mx-stock-card strong { display: block; margin: 5px 0 10px; font-size: 24px; }
.mx-stock-card p { margin: 7px 0 0; }

.mx-about-hero { min-height: 600px; }
.mx-about-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; }
.mx-about-statement { position: relative; padding: 42px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--mx-radius); background: rgba(255,255,255,.035); }
.mx-about-statement > span { position: absolute; top: 20px; left: 25px; color: var(--mx-cyan); font-size: 62px; line-height: 1; opacity: .45; }
.mx-about-statement p { position: relative; z-index: 2; margin: 30px 0 25px; color: #e7f0f4; font-size: 23px; line-height: 1.5; }
.mx-about-statement small { color: #7e93a2; }
.mx-about-content { background: #fff; }
.mx-two-col > div:last-child { display: grid; gap: 22px; }

.mx-contact-hero { min-height: 650px; display: flex; align-items: center; padding: 90px 0; }
.mx-contact-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.mx-contact-card { padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--mx-radius); background: rgba(255,255,255,.04); box-shadow: var(--mx-shadow); }
.mx-contact-card > p { color: #7f95a4; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mx-contact-card > a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: #cbd8df; font-size: 16px; }
.mx-contact-card > a span { color: var(--mx-cyan); }
.mx-contact-card .mx-contact-main { color: #fff; font-size: 25px; font-weight: 700; }
.mx-contact-address { display: grid; gap: 7px; padding-top: 25px; }
.mx-contact-address small { color: #778c9c; }
.mx-contact-address span { color: #c1d0d8; font-size: 14px; }
.mx-contact-info { background: #fff; }
.mx-feature-grid-three { grid-template-columns: repeat(3, 1fr); }

.mx-footer {
    color: #a6b6c2;
    background: #050c15;
}

.mx-footer-main {
    display: grid;
    grid-template-columns: 1.5fr .75fr .75fr;
    gap: 75px;
    padding: 75px 0 58px;
}

.mx-footer-brand p {
    max-width: 390px;
    margin: 23px 0 0;
    color: #8193a1;
    font-size: 14px;
}

.mx-footer h3 {
    margin-bottom: 18px;
    color: #eef6f9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.mx-footer-main > div:not(.mx-footer-brand) a {
    display: block;
    margin: 9px 0;
    color: #91a4b1;
    font-size: 13px;
}

.mx-footer-main > div:not(.mx-footer-brand) a:hover,
.mx-footer-bottom a:hover {
    color: var(--mx-cyan);
}

.mx-footer-bottom {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #647785;
    font-size: 11px;
}

.mx-footer-bottom nav {
    display: flex;
    gap: 24px;
    margin-left: auto;
}

@media (max-width: 1060px) {
    .mx-subnav-links { display: none; }
    .mx-subnav .mx-button { display: none; }
    .mx-mobile-menu {
        position: relative;
        display: block;
        margin-left: auto;
    }
    .mx-mobile-menu summary {
        padding: 7px 14px;
        border: 1px solid rgba(255, 255, 255, .17);
        border-radius: 999px;
        color: #fff;
        font-size: 12px;
        font-weight: 750;
        cursor: pointer;
        list-style: none;
    }
    .mx-mobile-menu summary::-webkit-details-marker { display: none; }
    .mx-mobile-menu > div {
        position: absolute;
        top: 46px;
        right: 0;
        width: 240px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, .11);
        border-radius: 14px;
        background: #101d2b;
        box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
    }
    .mx-mobile-menu a {
        display: block;
        padding: 9px 11px;
        border-radius: 8px;
        color: #aebdca;
        font-size: 12px;
    }
    .mx-mobile-menu a:hover,
    .mx-mobile-menu a.is-active {
        color: #fff;
        background: rgba(85, 212, 239, .09);
    }
    .mx-hero-grid,
    .mx-product-hero-grid,
    .mx-about-grid,
    .mx-contact-grid { grid-template-columns: 1fr; gap: 65px; }
    .mx-home-hero,
    .mx-product-hero { padding-top: 80px; }
    .mx-suite-visual,
    .mx-app-window,
    .mx-display-frame { max-width: 620px; margin-inline: auto; transform: none; }
    .mx-product-visual { width: 100%; max-width: 620px; margin-inline: auto; }
    .mx-process-grid { grid-template-columns: repeat(2, 1fr); }
    .mx-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .mx-footer-main { grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
}

@media (max-width: 760px) {
    .mx-wrap { width: min(100% - 30px, 1180px); }
    .mx-site { font-size: 16px; }
    .mx-wordmark { font-size: 13px; }
    .mx-subnav-inner { min-height: 62px; }
    .mx-home-hero { min-height: auto; padding: 64px 0 80px; }
    .mx-hero h1,
    .mx-product-hero h1,
    .mx-contact-hero h1 { font-size: 42px; }
    .mx-lead { font-size: 17px; }
    .mx-proof { gap: 15px; }
    .mx-proof div { min-width: 0; flex: 1; }
    .mx-proof b { font-size: 18px; }
    .mx-proof span { font-size: 9px; }
    .mx-suite-visual { transform: scale(.94); transform-origin: left top; }
    .mx-suite-content { padding: 20px 15px; }
    .mx-suite-body { grid-template-columns: 36px 1fr; min-height: 370px; }
    .mx-suite-side { gap: 16px; }
    .mx-suite-side span { width: 13px; height: 13px; }
    .mx-metric-row { grid-template-columns: 1fr 1fr; }
    .mx-metric-row > div:last-child { display: none; }
    .mx-suite-panels { grid-template-columns: 1fr; }
    .mx-suite-panels > div:last-child { display: none; }
    .mx-floating-two { right: -7px; }
    .mx-floating-one { left: -7px; }
    .mx-section { padding: 76px 0; }
    .mx-section-head,
    .mx-principles-grid,
    .mx-audience-grid,
    .mx-two-col,
    .mx-cta-inner { grid-template-columns: 1fr; gap: 34px; }
    .mx-section-head { margin-bottom: 36px; }
    .mx-section-head h2,
    .mx-principles h2,
    .mx-process h2,
    .mx-audience h2,
    .mx-about-content h2,
    .mx-cta h2 { font-size: 35px; }
    .mx-product-grid,
    .mx-feature-grid,
    .mx-feature-grid-three,
    .mx-audience ul { grid-template-columns: 1fr; }
    .mx-product-card { min-height: 320px; }
    .mx-process-grid { grid-template-columns: 1fr; }
    .mx-process-grid article { min-height: auto; }
    .mx-process-grid h3 { margin-top: 35px; }
    .mx-product-hero,
    .mx-contact-hero { min-height: auto; padding: 64px 0 80px; }
    .mx-product-hero-grid { gap: 45px; }
    .mx-appbody { grid-template-columns: 1fr; }
    .mx-data-list { min-height: 190px; }
    .mx-contact-card { padding: 24px; }
    .mx-contact-card .mx-contact-main { font-size: 19px; }
    .mx-stock-card { right: -3px; }
    .mx-footer-main { grid-template-columns: 1fr; gap: 34px; padding: 58px 0 42px; }
    .mx-footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; padding: 24px 0; }
    .mx-footer-bottom nav { flex-wrap: wrap; gap: 14px 20px; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .mx-button,
    .mx-product-card { transition: none; }
}
