:root{
    --mm-blue:#1666ff;
    --mm-blue-2:#60a5ff;
    --mm-ink:#102033;
    --mm-muted:#66758a;
    --mm-soft:#f4f8ff;
    --mm-line:#e5ecf7;
    --mm-card:#ffffff;
    --mm-green:#20bf8f;
    --mm-shadow:0 18px 55px rgba(25,73,130,.12);
    --mm-radius:26px;
}
html,body{min-height:100%;}
body{font-family:"Segoe UI",Inter,system-ui,-apple-system,sans-serif;color:var(--mm-ink);background:linear-gradient(180deg,#f7fbff 0%,#fff 42%,#f6f9fd 100%);}
.mm-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 1px 0 rgba(16,32,51,.06);}
.navbar{min-height:78px;padding:.75rem 0;}
.mm-brand{display:flex;align-items:center;min-height:58px;max-width:240px;}
.mm-logo{max-height:48px;width:auto;object-fit:contain;display:block;}
.nav-link{font-weight:700;color:#23384f!important;border-radius:12px;padding:.55rem .85rem!important;}
.nav-link:hover{background:#f0f6ff;color:var(--mm-blue)!important;}
.mm-dropdown{border:1px solid var(--mm-line);box-shadow:var(--mm-shadow);border-radius:18px;padding:.55rem;}
.dropdown-item{border-radius:12px;padding:.65rem .85rem;font-weight:650;color:#243b55;}
.dropdown-item:hover{background:#eff6ff;color:var(--mm-blue);}
.mm-login{display:inline-flex!important;align-items:center;justify-content:center;gap:.55rem;height:42px;padding:0 16px!important;border-radius:12px;border:1px solid rgba(22,102,255,.14);background:#fff;color:#1b3551!important;font-size:.92rem;font-weight:750;text-decoration:none!important;white-space:nowrap;box-shadow:0 4px 14px rgba(16,32,51,.06);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.mm-login:hover,.mm-login:focus{background:#f7fbff;color:var(--mm-blue)!important;border-color:rgba(22,102,255,.22);box-shadow:0 8px 22px rgba(16,32,51,.10);transform:translateY(-1px);}
.mm-login:active{transform:translateY(0);}
.mm-login.dropdown-toggle::after{margin-left:.45rem;border-top-color:#5f738a;}
.mm-login-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#eef5ff;color:var(--mm-blue);font-size:.78rem;font-weight:900;}
.mm-hero{position:relative;padding:92px 0 72px;overflow:hidden;}
.mm-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 0%,rgba(96,165,255,.26),transparent 30%),radial-gradient(circle at 92% 20%,rgba(32,191,143,.14),transparent 32%);pointer-events:none;}
.mm-hero>.container-xl{position:relative;}
.mm-pill{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--mm-line);box-shadow:0 10px 30px rgba(25,73,130,.08);border-radius:999px;color:var(--mm-blue);font-weight:800;padding:.55rem .9rem;margin-bottom:1.35rem;}
h1{font-size:clamp(2.9rem,5.8vw,5.9rem);line-height:.98;font-weight:900;letter-spacing:-.055em;color:#0b1f36;margin-bottom:1.35rem;}
h1 span{background:linear-gradient(135deg,var(--mm-blue),#47b7ff 55%,var(--mm-green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.lead,.mm-hero p{color:var(--mm-muted);font-size:1.18rem;line-height:1.75;max-width:760px;}
.mm-btn-primary,.mm-btn-ghost{border-radius:16px;padding:.9rem 1.25rem;font-weight:850;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;}
.mm-btn-primary{background:linear-gradient(135deg,var(--mm-blue),#54a6ff);color:#fff;border:0;box-shadow:0 16px 35px rgba(22,102,255,.24);}
.mm-btn-primary:hover{color:#fff;transform:translateY(-1px);}
.mm-btn-ghost{background:#fff;color:#1b3551;border:1px solid var(--mm-line);box-shadow:0 12px 30px rgba(25,73,130,.08);}
.mm-btn-ghost:hover{background:#f6faff;color:var(--mm-blue);}
.mm-hero-panel{background:rgba(255,255,255,.82);border:1px solid var(--mm-line);box-shadow:var(--mm-shadow);border-radius:34px;padding:30px;backdrop-filter:blur(14px);}
.mm-panel-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem;font-weight:900;color:#18314c;}
.mm-panel-top i{font-size:1.55rem;color:var(--mm-blue);}
.mm-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px;}
.mm-stat-grid div{background:#f5f9ff;border:1px solid var(--mm-line);border-radius:20px;padding:18px;}
.mm-stat-grid strong{display:block;font-size:1.55rem;color:#0b1f36;line-height:1;}
.mm-stat-grid span{color:var(--mm-muted);font-weight:700;font-size:.9rem;}
.mm-mini-card{display:flex;align-items:center;gap:.75rem;background:#eefbf6;color:#14664f;border:1px solid #ccefe3;border-radius:18px;padding:16px;font-weight:750;}
.mm-section{padding:78px 0;}
.mm-kicker{text-transform:uppercase;letter-spacing:.13em;color:var(--mm-blue);font-size:.78rem;font-weight:900;margin-bottom:.8rem;}
.mm-section h2,.mm-trust h2,.mm-content-card h2{font-size:clamp(2rem,3.4vw,3.3rem);line-height:1.05;letter-spacing:-.04em;font-weight:900;color:#0b1f36;}
.mm-section-lead{color:var(--mm-muted);font-size:1.08rem;line-height:1.7;max-width:780px;}
.mm-service-card{display:flex;flex-direction:column;height:100%;background:var(--mm-card);border:1px solid var(--mm-line);box-shadow:var(--mm-shadow);border-radius:var(--mm-radius);padding:30px;text-decoration:none;color:inherit;transition:.2s ease;}
.mm-service-card:hover{transform:translateY(-5px);border-color:#bad8ff;color:inherit;}
.mm-icon{width:60px;height:60px;background:linear-gradient(135deg,#ecf5ff,#fff);border:1px solid var(--mm-line);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;color:var(--mm-blue);font-size:1.65rem;}
.mm-service-card h3{font-weight:900;color:#102033;margin-bottom:.7rem;}
.mm-service-card p{color:var(--mm-muted);line-height:1.65;}
.mm-card-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--mm-blue);font-weight:850;margin-top:auto;align-self:flex-end;}
.mm-trust{padding:70px 0;background:#fff;border-top:1px solid var(--mm-line);border-bottom:1px solid var(--mm-line);}
.mm-trust-item,.mm-feature{height:100%;background:#f7fbff;border:1px solid var(--mm-line);border-radius:22px;padding:22px;display:flex;flex-direction:column;gap:.4rem;}
.mm-trust-item i,.mm-feature i{font-size:1.5rem;color:var(--mm-blue);}
.mm-trust-item strong,.mm-feature strong{font-weight:900;color:#102033;}
.mm-trust-item span,.mm-feature span{color:var(--mm-muted);}
.mm-sub-hero h1{font-size:clamp(2.7rem,5vw,5.1rem);}
.mm-menu-preview{background:#f7fbff;border:1px solid var(--mm-line);border-radius:18px;padding:15px;margin-top:12px;}
.mm-menu-preview:hover{border-color:#bad8ff;background:#fff;}
.mm-menu-preview strong{display:block;color:#102033;margin-bottom:.15rem;}
.mm-menu-preview span{color:var(--mm-muted);font-size:.92rem;}
.mm-page-hero{padding:84px 0 48px;background:radial-gradient(circle at 10% 0%,rgba(96,165,255,.22),transparent 32%),#f7fbff;border-bottom:1px solid var(--mm-line);}
.mm-page-hero h1{font-size:clamp(2.6rem,5vw,5rem);}
.mm-page-hero p{font-size:1.18rem;line-height:1.75;color:var(--mm-muted);max-width:780px;}
.mm-content-card{background:#fff;border:1px solid var(--mm-line);border-radius:30px;box-shadow:var(--mm-shadow);padding:36px;}
.mm-content-card p,.mm-content-card li{color:var(--mm-muted);font-size:1.08rem;line-height:1.75;}
.mm-footer{background:#102033;color:#c8d6e8;padding:30px 0;margin-top:0;font-size:.95rem;}

.mm-feature-card {
    display: flex;
    gap: 1.25rem;
    height: 100%;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--mm-line);
    border-radius: 24px;
    box-shadow: var(--mm-shadow);
    transition: .2s ease;
}

    .mm-feature-card:hover {
        transform: translateY(-4px);
        border-color: #bad8ff;
    }

    .mm-feature-card h3 {
        font-size: 1.25rem;
        font-weight: 850;
        margin-bottom: .85rem;
        color: #102033;
    }

    .mm-feature-card p {
        color: var(--mm-muted);
        line-height: 1.75;
        margin: 0;
    }

.mm-feature-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg,#edf5ff,#ffffff);
    border: 1px solid var(--mm-line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mm-blue);
    font-size: 1.5rem;
}

.mm-compare-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mm-line);
    border-radius: 28px;
    padding: 34px;
    box-shadow: var(--mm-shadow);
}

.mm-compare-card-primary {
    background: linear-gradient(180deg, rgba(22,102,255,.045), rgba(255,255,255,1) 45%), #fff;
    border-color: #bad8ff;
}

.mm-compare-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg,#edf5ff,#fff);
    border: 1px solid var(--mm-line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mm-blue);
    font-size: 1.55rem;
    margin-bottom: 22px;
}

.mm-compare-card h3 {
    font-size: 1.55rem;
    font-weight: 900;
    color: #102033;
    margin-bottom: 12px;
}

.mm-compare-card p {
    color: var(--mm-muted);
    line-height: 1.75;
    margin-bottom: 22px;
}

.mm-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mm-check-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 14px;
        color: var(--mm-muted);
        line-height: 1.6;
    }

        .mm-check-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            width: 21px;
            height: 21px;
            border-radius: 7px;
            background: #eef7ff;
            color: var(--mm-blue);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: .82rem;
            font-weight: 900;
        }

    .mm-check-list strong {
        color: #102033;
    }

.mm-benefits-section {
    background: linear-gradient( 180deg, #f7fbff 0%, #ffffff 100% );
}

.mm-benefit-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mm-line);
    border-radius: 28px;
    padding: 34px 28px;
    text-align: center;
    box-shadow: var(--mm-shadow);
    transition: .2s ease;
}

    .mm-benefit-card:hover {
        transform: translateY(-5px);
        border-color: #bad8ff;
    }

.mm-benefit-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 24px;
    border-radius: 24px;
    background: linear-gradient( 135deg, #edf5ff, #ffffff );
    border: 1px solid var(--mm-line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mm-blue);
    font-size: 1.8rem;
}

.mm-benefit-card h3 {
    font-size: 1.4rem;
    font-weight: 900;
    color: #102033;
    margin-bottom: 14px;
}

.mm-benefit-card p {
    color: var(--mm-muted);
    line-height: 1.75;
    margin: 0;
}

.mm-split-section {
    background: #fff;
}

.mm-split-image-card {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--mm-line);
    box-shadow: var(--mm-shadow);
    background: #fff;
}

    .mm-split-image-card img {
        width: 100%;
        height: 100%;
        min-height: 420px;
        object-fit: cover;
        display: block;
    }

.mm-page-hero-split {
    position: relative;
    overflow: hidden;
}

.mm-page-hero-content {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 30px;
    padding: 42px;
    box-shadow: 0 25px 60px rgba(16,32,51,.12);
}

.mm-page-hero-image {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--mm-shadow);
}

    .mm-page-hero-image img {
        width: 100%;
        height: 540px;
        object-fit: cover;
        display: block;
    }

@media(min-width:992px) {

    .mm-page-hero-content {
        margin-right: -90px;
    }
}

.mm-hero-image-bg {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient( 90deg, rgba(7,16,28,.78) 0%, rgba(7,16,28,.58) 35%, rgba(7,16,28,.22) 100% ), url('/images/heroes/managed-it.jpg');
    background-size: cover;
    background-position: center;
    min-height: 720px;
    display: flex;
    align-items: center;
}

.mm-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at top left, rgba(96,165,255,.18), transparent 30% );
    pointer-events: none;
}

.mm-hero-content-panel {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 48px;
    border-radius: 34px;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
}

.mm-hero-image-bg h1 {
    color: #ffffff;
}

.mm-hero-image-bg p {
    color: rgba(255,255,255,.82);
}

.mm-hero-image-bg .mm-pill {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.14);
    color: #ffffff;
}

@media(max-width:991px) {

    .mm-hero-image-bg {
        min-height: auto;
        padding: 110px 0 70px;
    }

    .mm-hero-content-panel {
        padding: 34px;
    }
}

.mm-team-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mm-line);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--mm-shadow);
    transition: .2s ease;
}

    .mm-team-card:hover {
        transform: translateY(-5px);
        border-color: #bad8ff;
    }

.mm-team-image {
    height: 320px;
    overflow: hidden;
}

    .mm-team-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mm-team-content {
    padding: 28px;
}

    .mm-team-content h3 {
        font-size: 1.5rem;
        font-weight: 900;
        color: #102033;
        margin-bottom: 6px;
    }

.mm-team-role {
    color: var(--mm-blue);
    font-weight: 800;
    margin-bottom: 18px;
}

.mm-team-content p {
    color: var(--mm-muted);
    line-height: 1.75;
    margin-bottom: 22px;
}

.mm-team-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .mm-team-tags span {
        padding: 8px 14px;
        border-radius: 999px;
        background: #eef5ff;
        color: var(--mm-blue);
        font-size: .85rem;
        font-weight: 700;
    }

.mm-value-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mm-line);
    border-radius: 28px;
    padding: 30px;
    box-shadow: var(--mm-shadow);
    transition: .2s ease;
}

    .mm-value-card:hover {
        transform: translateY(-5px);
        border-color: #bad8ff;
    }

    .mm-value-card h3 {
        font-size: 1.35rem;
        font-weight: 900;
        color: #102033;
        margin-bottom: 12px;
    }

    .mm-value-card p {
        color: var(--mm-muted);
        line-height: 1.75;
        margin: 0;
    }

.mm-about-hero-image {
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid var(--mm-line);
    box-shadow: var(--mm-shadow);
}

    .mm-about-hero-image img {
        width: 100%;
        height: 540px;
        object-fit: cover;
        display: block;
    }

.mm-stat-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mm-line);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--mm-shadow);
}

    .mm-stat-card strong {
        display: block;
        font-size: 1.1rem;
        font-weight: 900;
        color: #102033;
        margin-bottom: 10px;
    }

    .mm-stat-card span {
        color: var(--mm-muted);
        line-height: 1.7;
    }

.mm-contact-card {
    background: #fff;
    border: 1px solid var(--mm-line);
    border-radius: 30px;
    padding: 36px;
    box-shadow: var(--mm-shadow);
}

.mm-form-control {
    border: 1px solid var(--mm-line);
    border-radius: 14px;
    padding: 13px 15px;
    font-weight: 600;
    color: #102033;
}

    .mm-form-control:focus {
        border-color: #9cc8ff;
        box-shadow: 0 0 0 .25rem rgba(22,102,255,.10);
    }

.mm-contact-info {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

    .mm-contact-info div {
        display: flex;
        gap: 12px;
        align-items: center;
        color: var(--mm-muted);
        font-weight: 700;
    }

    .mm-contact-info i {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: #eef5ff;
        color: var(--mm-blue);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.mm-footer {
    background: #07101c;
    color: rgba(255,255,255,.72);
    padding: 90px 0 35px;
    margin-top: 100px;
}

.mm-footer-logo {
    height: 52px;
    width: auto;
    margin-bottom: 24px;
}

.mm-footer-brand p {
    line-height: 1.85;
    max-width: 420px;
    margin-bottom: 26px;
}

.mm-footer h5 {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 850;
    margin-bottom: 24px;
}

.mm-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mm-footer-links li {
        margin-bottom: 14px;
    }

    .mm-footer-links a {
        color: rgba(255,255,255,.68);
        text-decoration: none;
        transition: .2s ease;
    }

        .mm-footer-links a:hover {
            color: #ffffff;
        }

.mm-footer-contact {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

    .mm-footer-contact div {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .mm-footer-contact i {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        background: rgba(255,255,255,.08);
        color: #7db4ff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.mm-footer-socials {
    display: flex;
    gap: 12px;
}

    .mm-footer-socials a {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        background: rgba(255,255,255,.08);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: .2s ease;
    }

        .mm-footer-socials a:hover {
            background: #1666ff;
            transform: translateY(-3px);
        }

.mm-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 60px;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    font-size: .95rem;
}

.mm-footer-bottom-links {
    display: flex;
    gap: 18px;
}

    .mm-footer-bottom-links a {
        color: rgba(255,255,255,.68);
        text-decoration: none;
    }

        .mm-footer-bottom-links a:hover {
            color: #ffffff;
        }

@media(max-width:991px) {

    .mm-footer {
        padding: 70px 0 30px;
    }
}


@media(max-width:991px){.navbar-collapse{background:#fff;border-top:1px solid var(--mm-line);padding:1rem 0;margin-top:.75rem}.mm-hero{padding:64px 0 48px}.mm-logo{max-height:42px}h1{letter-spacing:-.04em}.mm-stat-grid{grid-template-columns:1fr}}
