:root{
    --blue:#0875ff;
    --accent:#5bb0ff;
    --navy:#031123;
    --ink:#101827;
    --muted:#4b5563;
    --light:#f6f8fb;
    --line:#dce3ed;
    --white:#fff;
    --radius:9px;
    --shadow:0 8px 24px rgba(15,43,82,.045);
    --shadow-hover:0 18px 40px rgba(15,43,82,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    background:var(--light);
    color:var(--ink);
    font-family:Inter,Arial,sans-serif;
}
img{max-width:100%;height:auto}
a{color:inherit}
.screen-reader-text{
    position:absolute!important;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;top:8px;left:8px;padding:12px 16px;background:#fff;color:#111;z-index:9999}

/* HEADER */
.mm-header{
    position:relative;
    z-index:20;
    background:var(--navy);
    border-bottom:1px solid rgba(255,255,255,.08);
}
.mm-header--panorama{
    position:absolute;
    top:0;
    right:0;
    left:0;
    background:transparent;
    border-bottom-color:rgba(255,255,255,.1);
    pointer-events:none;
}
.mm-header--panorama .mm-header-inner,
.mm-header--panorama .mm-brand,
.mm-header--panorama .mm-menu-toggle,
.mm-header--panorama .mm-nav{pointer-events:auto}
.mm-header--panorama + .mm-search-panel{top:96px}
.mm-header-inner{
    max-width:1440px;
    height:96px;
    margin:auto;
    padding:0 50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.mm-brand{
    display:flex;
    align-items:center;
}
.mm-brand img,
.custom-logo{
    display:block;
    width:340px;
    max-width:38vw;
    max-height:78px;
    object-fit:contain;
}
.mm-nav{
    display:flex;
    align-items:center;
    gap:20px;
}
.mm-menu{
    display:flex;
    align-items:center;
    gap:34px;
    margin:0;
    padding:0;
    list-style:none;
}
.mm-menu a{
    position:relative;
    color:var(--white);
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    letter-spacing:.3px;
}
.mm-menu a::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-34px;
    height:3px;
    background:var(--blue);
    transform:scaleX(0);
    transition:transform .2s ease;
}
.mm-menu a:hover::after,
.current-menu-item>a::after{transform:scaleX(1)}
.mm-search-link{
    color:var(--white);
    border:0;
    background:transparent;
    cursor:pointer;
    font-size:30px;
}
.mm-theme-toggle{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:rgba(255,255,255,.08);cursor:pointer;font-size:18px}
.mm-search-panel{position:absolute;z-index:19;left:0;right:0;padding:26px 20px;background:var(--navy);color:#fff;box-shadow:0 15px 30px rgba(0,0,0,.2)}
.mm-search-panel[hidden]{display:none}.mm-search-panel form{max-width:760px;margin:auto}.mm-search-panel label{display:block;margin-bottom:9px;font-weight:700}.mm-search-panel form>div:first-of-type{display:grid;grid-template-columns:1fr auto}.mm-search-panel input{min-width:0;height:50px;padding:0 15px;border:1px solid #74859a;border-radius:6px 0 0 6px;font-size:17px}.mm-search-panel button{padding:0 22px;border:0;border-radius:0 6px 6px 0;color:#fff;background:var(--blue);font-weight:700}.mm-search-results{display:grid;margin-top:8px;background:#fff;border-radius:6px;overflow:hidden}.mm-search-results a{display:flex;gap:12px;padding:11px 14px;color:#152033;text-decoration:none;border-bottom:1px solid #e5e7eb}.mm-search-results a:hover{background:#f3f7fc}.mm-search-results span{color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase}
.mm-menu-toggle{
    display:none;
    background:none;
    border:0;
    padding:10px;
}
.mm-menu-toggle span:not(.screen-reader-text){
    display:block;
    width:28px;
    height:2px;
    margin:6px;
    background:var(--white);
}

/* HERO */
.mm-hero{
    position:relative;
    overflow:hidden;
    color:var(--white);
    background-color:#020c1b;
    background-image:
        linear-gradient(90deg,rgba(2,11,25,.2),rgba(2,12,27,.06)),
        url("../images/bg1.avif");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.mm-hero--panorama{
    height:var(--mm-panorama-height,600px);
    background:#020c1b;
}
.mm-header--panorama ~ #mm-main .mm-hero--panorama{
    height:calc(var(--mm-panorama-height,600px) + 96px);
}
.mm-hero--panorama::before{
    content:"";
    position:absolute;
    z-index:1;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(1,9,22,var(--mm-panorama-overlay-strong,.98)) 0%,rgba(2,12,29,var(--mm-panorama-overlay,.78)) 37%,rgba(2,12,29,var(--mm-panorama-overlay-soft,.25)) 70%,rgba(2,12,29,var(--mm-panorama-overlay-edge,.12)) 100%),
        linear-gradient(0deg,rgba(1,9,22,var(--mm-panorama-overlay-bottom,.55)),transparent 38%);
}
.mm-hero--panorama .mm-hero-inner{
    height:100%;
    min-height:0;
    padding-top:var(--mm-panorama-padding-top,63px);
    padding-bottom:var(--mm-panorama-padding-bottom,83px);
    pointer-events:none;
}
.mm-header--panorama ~ #mm-main .mm-hero--panorama .mm-hero-inner{
    padding-top:calc(var(--mm-panorama-padding-top,63px) + 96px);
}
.mm-hero--panorama .mm-hero-copy,
.mm-hero--panorama .mm-tech-row{pointer-events:auto}
.mm-hero--panorama .mm-hero-copy h1{
    margin-bottom:var(--mm-panorama-title-margin,27px);
    font-size:var(--mm-panorama-title-size,65px);
}
.mm-hero--panorama .mm-hero-copy p{
    margin-bottom:var(--mm-panorama-body-margin,30px);
    font-size:var(--mm-panorama-body-size,20px);
}
.mm-hero--panorama .mm-btn{min-height:var(--mm-panorama-button-height,58px)}
.mm-hero-panorama,
.mm-hero-panorama .a360-panorama,
.mm-hero-panorama .a360-panorama__viewport,
.mm-hero-panorama .a360-panorama__poster{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}
.mm-hero-panorama{z-index:0}
.mm-hero-panorama .a360-panorama{
    overflow:hidden;
    max-height:none;
    border-radius:0;
    background:#020c1b;
    isolation:isolate;
}
.mm-hero-panorama .a360-panorama__poster{
    z-index:0;
    object-fit:cover;
    transition:opacity .55s ease;
}
.mm-hero-panorama .a360-panorama__viewport{
    z-index:1;
    opacity:0;
    cursor:grab;
    touch-action:none;
    transition:opacity .5s ease;
}
.mm-hero-panorama .a360-panorama__viewport:active{cursor:grabbing}
.mm-hero-panorama .a360-panorama.is-ready .a360-panorama__viewport{opacity:1}
.mm-hero-panorama .a360-panorama.is-ready .a360-panorama__poster{opacity:0}
.mm-hero-panorama .a360-panorama__loader,
.mm-hero-panorama .a360-panorama__error{
    position:absolute;
    inset:auto 28px 28px auto;
    z-index:3;
    right:28px;
    bottom:28px;
    display:flex;
    align-items:center;
    gap:9px;
    padding:10px 14px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    color:#dceaff;
    background:rgba(2,12,29,.66);
    box-shadow:0 10px 30px rgba(0,0,0,.2);
    backdrop-filter:blur(12px);
    font-size:12px;
    font-weight:700;
}
.mm-hero-panorama .a360-panorama__loader[hidden],.mm-hero-panorama .a360-panorama__error[hidden]{display:none}
.mm-hero-panorama .a360-panorama__toggle{
    position:absolute;
    z-index:4;
    right:28px;
    top:28px;
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:50%;
    color:#fff;
    background:rgba(2,12,29,.48);
    box-shadow:0 8px 24px rgba(0,0,0,.22);
    backdrop-filter:blur(12px);
    cursor:pointer;
}
.mm-header--panorama ~ #mm-main .mm-hero-panorama .a360-panorama__toggle{top:124px}
.mm-hero-panorama .a360-panorama__toggle:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.mm-hero-panorama .a360-panorama:not(.is-ready) .a360-panorama__toggle{opacity:0;pointer-events:none}
@keyframes mm-panorama-spin{to{transform:rotate(360deg)}}
.mm-hero-inner{
    position:relative;
    z-index:2;
    max-width:1440px;
    min-height:650px;
    margin:auto;
    padding:76px 50px 92px;
    display:grid;
    grid-template-columns:44% 56%;
    align-items:center;
}
.mm-hero-inner::before{
    content:"";
    position:absolute;
    inset:0;
    display:none;
    pointer-events:none;
    background:repeating-radial-gradient(
        ellipse at 85% 50%,
        transparent 0 33px,
        rgba(0,113,255,.12) 34px,
        transparent 36px
    );
}
.mm-hero-copy,
.mm-hero-visual,
.mm-tech-row{
    position:relative;
    z-index:2;
}
.mm-hero-copy h1{
    margin:0 0 30px;
    font-size:clamp(52px,5vw,78px);
    line-height:1.02;
    letter-spacing:-2.2px;
}
.mm-hero-copy h1 span{color:#0c82ff}
.mm-hero-copy p{
    max-width:650px;
    margin:0 0 34px;
    color:#d9e3f1;
    font-size:22px;
    line-height:1.55;
}
.mm-hero-actions{
    display:flex;
    gap:18px;
}
.mm-btn{
    min-height:62px;
    padding:0 30px;
    border-radius:5px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
    transition:transform .2s ease,box-shadow .2s ease;
}
.mm-btn:hover{transform:translateY(-2px)}
.mm-btn-primary{
    background:linear-gradient(#0b82ff,#0063e8);
    box-shadow:0 12px 26px rgba(0,101,255,.25);
}
.mm-btn-secondary{
    border:1px solid #71809a;
    background:rgba(0,0,0,.2);
}
.mm-hero-visual img{
    display:block;
    width:110%;
    max-width:none;
    margin-left:-5%;
    mix-blend-mode:screen;
}
.mm-hero-visual--panorama{
    position:static;
    min-height:360px;
    display:grid;
    place-items:center;
}
.mm-hero-visual--panorama .mm-hero-image{visibility:hidden}
.mm-hero-360-badge{
    position:absolute;
    right:50px;
    bottom:24px;
    z-index:3;
    display:grid;
    width:132px;
    height:132px;
    place-items:center;
    align-content:center;
    gap:7px;
    border:2px solid rgba(91,176,255,.9);
    border-radius:50%;
    color:#fff;
    background:rgba(2,12,29,.42);
    box-shadow:0 0 0 14px rgba(8,117,255,.09),0 18px 50px rgba(0,0,0,.3);
    backdrop-filter:blur(9px);
}
.mm-hero-360-badge::before{
    content:"";
    position:absolute;
    width:101px;
    height:101px;
    border:1px dashed rgba(255,255,255,.72);
    border-radius:50%;
    animation:mm-panorama-spin 18s linear infinite;
}
.mm-hero-360-badge span{font-size:27px;font-weight:900}
.mm-hero-360-badge small{font-size:8px;font-weight:800;letter-spacing:1px}
.mm-main--short-panorama .mm-hero--panorama .mm-hero-inner{
    padding-top:120px;
    padding-bottom:78px;
}
.mm-main--short-panorama .mm-hero-copy h1{
    margin-bottom:14px;
    font-size:44px;
    line-height:.98;
}
.mm-main--short-panorama .mm-hero-copy p{
    margin-bottom:16px;
    font-size:16px;
    line-height:1.45;
}
.mm-main--short-panorama .mm-hero--panorama .mm-btn{min-height:46px}
.mm-main--short-panorama .mm-tech-row{bottom:12px}
.mm-main--micro-panorama .mm-hero-copy h1{
    margin-bottom:10px;
    font-size:32px;
    line-height:.96;
}
.mm-main--micro-panorama .mm-hero-copy p,
.mm-main--micro-panorama .mm-tech-row{display:none}
.mm-main--micro-panorama .mm-hero--panorama .mm-hero-inner{padding-bottom:12px}
.mm-main--micro-panorama .mm-hero--panorama .mm-btn{min-height:40px;padding-right:20px;padding-left:20px}

/* Gutenberg-managed Hero powered by the A360 Panorama block. */
:is(.mm-main--block-hero,.editor-styles-wrapper)>.wp-block-a360-panorama-hero,
.editor-styles-wrapper .wp-block-a360-panorama-hero{
    width:100%;
    max-width:none;
    margin:0;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .a360-panorama-hero__content{
    max-width:1440px;
    height:100%;
    min-height:0;
    max-height:100%;
    overflow:hidden;
    margin:0 auto;
    padding:36px var(--a360-hero-content-padding,50px) 76px;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout{
    width:min(780px,62%);
    max-width:none;
    margin:0!important;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout h1{
    margin:0 0 24px;
    color:#fff;
    font-size:clamp(50px,4.2vw,56px);
    line-height:1.02;
    letter-spacing:-2px;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-description{
    margin:0 0 28px;
    color:#d9e3f1;
    font-size:20px;
    line-height:1.5;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons{gap:18px;flex-wrap:nowrap}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons>.wp-block-button:first-child{width:220px;min-width:220px;flex:0 0 220px}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons>.wp-block-button:nth-child(2){width:200px;min-width:200px;flex:0 0 200px}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons .wp-block-button__link{width:100%;justify-content:center;white-space:nowrap;word-break:normal;overflow-wrap:normal}
:is(.mm-main--block-hero,.editor-styles-wrapper) .wp-block-button__link{
    min-height:56px;
    padding:0 30px;
    display:inline-flex;
    align-items:center;
    border:1px solid #0875ff;
    border-radius:5px;
    background:linear-gradient(#0b82ff,#0063e8);
    color:#fff;
    box-shadow:0 12px 26px rgba(0,101,255,.25);
    font-size:14px;
    font-weight:800;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .is-style-outline>.wp-block-button__link{
    border-color:#71809a;
    background:rgba(0,0,0,.2);
    box-shadow:none;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech{
    position:absolute;
    left:50px;
    bottom:18px;
    margin:0;
    display:flex;
    flex-wrap:nowrap!important;
    align-items:center;
    gap:28px;
    color:#fff;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech p{margin:0;font-size:20px;font-weight:700}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech p:nth-child(1){font-size:42px;line-height:1}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech p:nth-child(2){color:#d82932;font-size:40px;line-height:1}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech p:nth-child(3){color:#f4a811;font:800 40px/1 Georgia,serif}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech p:nth-child(4){font-size:18px}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech p:nth-child(5){padding:7px 6px;border:2px solid #fff;border-radius:4px;font-size:15px}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech p:nth-child(6){font-size:30px;line-height:1}
:is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-badge{
    position:absolute;
    right:50px;
    bottom:18px;
    width:132px;
    height:132px;
    margin:0;
    display:grid;
    place-items:center;
    border:2px solid #5bb0ff;
    border-radius:50%;
    background:rgba(2,12,29,.48);
    box-shadow:0 0 0 14px rgba(8,117,255,.09),0 18px 50px rgba(0,0,0,.3);
    color:#fff;
    font-size:25px;
    font-weight:900;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .a360-panorama__toggle{display:none!important}
:is(.mm-main--block-hero,.editor-styles-wrapper) .is-short-height .a360-panorama-hero__content{padding:36px var(--a360-hero-content-padding,50px) 76px}
:is(.mm-main--block-hero,.editor-styles-wrapper) .is-short-height .mm-editor-hero-layout h1{margin-bottom:14px;font-size:46px;line-height:.98}
:is(.mm-main--block-hero,.editor-styles-wrapper) .is-short-height .mm-editor-hero-description{margin-bottom:16px;font-size:16px}
:is(.mm-main--block-hero,.editor-styles-wrapper) .is-short-height .wp-block-button__link{min-height:46px}
:is(.mm-main--block-hero,.editor-styles-wrapper) .is-short-height .mm-editor-hero-tech{
    position:relative;
    left:auto;
    bottom:auto;
    width:auto;
    margin:16px 0 0;
    gap:18px;
}
:is(.mm-main--block-hero,.editor-styles-wrapper) .is-micro-height .mm-editor-hero-layout h1{font-size:34px;line-height:.98}
:is(.mm-main--block-hero,.editor-styles-wrapper) .is-micro-height .wp-block-button__link{min-height:46px}
:is(.mm-main--block-hero,.editor-styles-wrapper) .is-micro-height .mm-editor-hero-tech{display:none}

@media(max-width:1000px){
    :is(.mm-main--block-hero,.editor-styles-wrapper) .a360-panorama-hero__content{padding:44px var(--a360-hero-content-padding,28px) 74px}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout{width:650px;max-width:calc(100% - 56px)}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .is-short-height .mm-editor-hero-layout h1{font-size:50px}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons{gap:14px}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons>.wp-block-button:first-child{width:190px;min-width:190px;flex-basis:190px}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons>.wp-block-button:nth-child(2){width:176px;min-width:176px;flex-basis:176px}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-badge{display:none}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech{left:28px;gap:18px}
}
.mm-tech-row{
    position:absolute;
    left:52px;
    bottom:28px;
    display:flex;
    align-items:center;
    gap:36px;
    color:var(--white);
}
.mm-tech-circle{
    width:55px;
    height:55px;
    border:3px solid #cce9ff;
    border-radius:50%;
    display:grid;
    place-items:center;
    font-family:Georgia,serif;
    font-size:34px;
}
.mm-tech-a{font-size:56px;color:#d12c31;font-weight:800}
.mm-tech-i{font:800 54px Georgia,serif;color:#f4a811}
.mm-tech-text{font-size:22px;font-weight:700}
.mm-tech-file{border:2px solid var(--white);padding:10px 7px;border-radius:4px}
.mm-tech-cloud{font-size:38px}
.mm-hero-image{display:block;width:100%;height:auto;object-fit:contain}

/* MAIN */
.mm-main-area{
    max-width:1440px;
    margin:auto;
    padding:38px 50px 42px;
}
.mm-section-title{
    margin-bottom:25px;
    text-align:center;
}
.mm-section-title h2{
    margin:0;
    font-size:23px;
    line-height:1.2;
    font-weight:750;
    letter-spacing:-.3px;
}
.mm-section-title i{
    display:block;
    width:54px;
    height:3px;
    margin:10px auto 0;
    background:var(--blue);
    border-radius:10px;
}
.mm-feature-title{margin-top:28px}

/* SOLUTIONS */
.mm-solution-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}
.mm-solution-card{
    display:flex;
    min-width:0;
    min-height:300px;
    padding:26px 23px 21px;
    flex-direction:column;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.mm-solution-card:hover{
    transform:translateY(-6px);
    border-color:#b8cae0;
    box-shadow:var(--shadow-hover);
}
.mm-solution-head{
    display:flex;
    min-height:65px;
    margin-bottom:16px;
    align-items:center;
    gap:14px;
}
.mm-solution-head img{
    width:60px;
    height:60px;
    flex:0 0 60px;
    object-fit:contain;
}
.mm-solution-head h3{
    margin:0 0 3px;
    font-size:17px;
    line-height:1.15;
}
.mm-solution-head p{
    margin:0;
    color:#2e394b;
    font-size:13px;
    line-height:1.35;
}
.blue{color:#075ecf}
.red{color:#c51d27}
.teal{color:#0b9da0}
.purple{color:#6546c7}
.mm-solution-card ul{
    margin:0 0 18px 75px;
    padding:0;
    list-style:none;
}
.mm-solution-card li,
.mm-product-copy li{
    position:relative;
    padding-left:17px;
}
.mm-solution-card li{
    margin-bottom:8px;
    color:#273245;
    font-size:12px;
    line-height:1.35;
}
.mm-solution-card li::before,
.mm-product-copy li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#142a47;
    font-weight:750;
}
.mm-solution-card>a{
    margin-top:auto;
    margin-left:75px;
    color:var(--blue);
    text-decoration:none;
    font-size:11px;
    font-weight:750;
}
.mm-solution-card>a span{
    display:inline-block;
    margin-left:5px;
    transition:transform .2s ease;
}
.mm-solution-card>a:hover span{transform:translateX(4px)}

/* PRODUCTS */
.mm-product-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}
.mm-product-card{
    position:relative;
    display:grid;
    grid-template-columns:52% 48%;
    min-width:0;
    min-height:305px;
    overflow:hidden;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:var(--radius);
    box-shadow:var(--shadow);
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.mm-product-card:hover{
    transform:translateY(-6px);
    border-color:#b8cae0;
    box-shadow:var(--shadow-hover);
}
.mm-new{
    position:absolute;
    z-index:5;
    top:0;
    right:12px;
    padding:5px 11px;
    color:var(--white);
    background:#20b51d;
    border-radius:0 0 7px 7px;
    font-size:10px;
    line-height:1;
    font-weight:750;
}
.mm-product-copy{
    position:relative;
    z-index:2;
    display:flex;
    min-width:0;
    padding:24px 8px 22px 23px;
    flex-direction:column;
}
.mm-product-copy h3{
    margin:0 0 4px;
    font-size:19px;
    line-height:1.2;
}
.mm-product-copy p{
    margin:0 0 12px;
    color:#30394a;
    font-size:12px;
    line-height:1.45;
}
.mm-product-copy .sub{
    margin-bottom:15px;
    color:#394458;
    font-size:13px;
}
.mm-product-copy ul{
    margin:0 0 16px;
    padding:0;
    list-style:none;
}
.mm-product-copy li{
    margin-bottom:5px;
    color:#273245;
    font-size:11px;
    line-height:1.35;
}
.mm-small-btn{
    display:inline-flex;
    width:fit-content;
    min-height:37px;
    margin-top:auto;
    padding:0 17px;
    align-items:center;
    justify-content:center;
    color:var(--white);
    background:linear-gradient(180deg,#0876ff 0%,#005be2 100%);
    border-radius:4px;
    box-shadow:0 7px 14px rgba(0,91,226,.18);
    text-decoration:none;
    font-size:10px;
    font-weight:750;
    transition:transform .2s ease,box-shadow .2s ease;
}
.mm-small-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 11px 22px rgba(0,91,226,.3);
}
.mm-product-image{
    display:flex;
    min-width:0;
    min-height:270px;
    padding:12px 7px 7px 0;
    align-items:flex-end;
    justify-content:flex-end;
    overflow:hidden;
}
.mm-product-image img{
    display:block;
    width:100%;
    height:100%;
    max-height:270px;
    object-fit:contain;
    object-position:right bottom;
    filter:drop-shadow(0 10px 14px rgba(16,29,48,.14));
    transition:transform .3s ease;
}
.mm-product-card:hover .mm-product-image img{transform:scale(1.025)}
.mm-product-icon{width:56px!important;height:56px!important;object-fit:contain!important;margin:0 0 12px}.mm-card-price{margin:14px 0 8px!important;color:var(--blue)!important;font-size:18px!important;font-weight:800}.mm-card-actions{display:flex;flex-wrap:wrap;gap:8px}.mm-download-btn{color:var(--blue)!important;background:transparent!important;box-shadow:inset 0 0 0 1px var(--blue)}

/* BENEFITS */
.mm-benefits{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:16px;
    margin:27px 0 24px;
    padding:28px 26px;
    color:var(--white);
    background:
        radial-gradient(circle at 80% 15%,rgba(0,114,255,.19),transparent 30%),
        linear-gradient(110deg,#06162e,#061d40);
    border-radius:var(--radius);
}
.mm-benefits article{
    display:grid;
    grid-template-columns:35px 1fr;
    gap:9px;
}
.mm-benefits article>b{
    color:var(--white);
    font-size:32px;
    line-height:1;
}
.mm-benefits h3{
    margin:0 0 5px;
    font-size:10px;
}
.mm-benefits p{
    margin:0;
    color:#d8e3f0;
    font-size:9.5px;
    line-height:1.45;
}

/* NEWS + RESOURCES */
.mm-bottom-grid{
    display:grid;
    grid-template-columns:1fr 1.12fr;
    gap:20px;
}
.mm-bottom-card{
    min-height:294px;
    padding:22px 24px;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:var(--radius);
}
.mm-card-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
}
.mm-card-title h2{margin:0;font-size:15px}
.mm-card-title a{
    color:var(--blue);
    text-decoration:none;
    font-size:10px;
    font-weight:800;
}
.mm-news-row{
    display:grid;
    grid-template-columns:58px 1fr;
    gap:13px;
    margin-bottom:13px;
    text-decoration:none;
}
.mm-news-row>span{
    width:58px;
    height:50px;
    border-radius:5px;
    display:grid;
    place-items:center;
    color:var(--white);
    background:linear-gradient(145deg,#071b39,#087bc0);
    font-size:13px;
    font-weight:800;
}
.mm-news-row h3{margin:0 0 3px;font-size:13px}
.mm-news-row p,
.mm-news-row time{
    display:block;
    margin:0;
    color:var(--muted);
    font-size:10px;
    line-height:1.35;
}
.mm-resource-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:13px;
}
.mm-resource-grid>a{
    min-height:90px;
    padding:14px 12px;
    border:1px solid var(--line);
    border-radius:7px;
    display:grid;
    grid-template-columns:34px 1fr;
    gap:9px;
    text-decoration:none;
}
.mm-resource-grid>a>b{font-size:27px}
.mm-resource-grid h3{margin:0 0 4px;font-size:12px}
.mm-resource-grid p{
    margin:0;
    color:var(--muted);
    font-size:10px;
    line-height:1.4;
}

/* FOOTER */
.mm-footer{
    position:relative;
    overflow:hidden;
    color:var(--white);
    background-color:#020c1b;
    background-image:
        linear-gradient(90deg,rgba(2,11,25,.42),rgba(2,12,27,.22)),
        url("../images/bg1.avif");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
.mm-footer::before{
    content:none;
    position:absolute;
    right:-100px;
    bottom:-190px;
    width:780px;
    height:540px;
    opacity:.35;
    background:repeating-radial-gradient(
        ellipse at center,
        transparent 0 18px,
        rgba(0,111,255,.2) 19px,
        transparent 20px
    );
}
.mm-footer-inner{
    position:relative;
    z-index:2;
    max-width:1440px;
    margin:auto;
    padding:52px 50px 24px;
}
.mm-footer-grid{
    display:grid;
    grid-template-columns:1.8fr .7fr .7fr .8fr 1.3fr;
    gap:42px;
}
.mm-footer-brand img{
    width:340px;
    max-width:100%;
    height:auto;
}
.mm-footer-brand p,
.mm-footer-newsletter p{
    color:#c4cfde;
    font-size:12px;
    line-height:1.55;
}
.mm-footer-brand p{max-width:290px;margin:22px 0 20px;font-size:14px;line-height:1.65}
.mm-footer h3{margin:0 0 16px;font-size:12px}
.mm-footer ul{margin:0;padding:0;list-style:none}
.mm-footer li{margin-bottom:8px}
.mm-footer a{
    color:#c7d2e1;
    text-decoration:none;
    font-size:12px;
}
.mm-socials{
    display:flex;
    gap:10px;
}
.mm-socials a,
.mm-socials span{
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:50%;
    display:grid;
    place-items:center;
    color:var(--white);
    background:rgba(255,255,255,.08);
}
.mm-socials svg{width:18px;height:18px;display:block;fill:currentColor}
.mm-socials a{transition:transform .2s ease,border-color .2s ease,background .2s ease}
.mm-socials a:hover{transform:translateY(-2px);border-color:var(--blue);background:rgba(8,117,255,.25)}
.mm-socials span{opacity:.72}
.mm-footer-newsletter form{
    display:grid;
    grid-template-columns:1fr auto;
}
.mm-newsletter-consent,.mm-form-status{grid-column:1/-1;margin-top:8px!important;font-size:10px!important}.mm-newsletter-consent{display:flex;align-items:flex-start;gap:6px;color:#c4cfde}.mm-newsletter-consent input{width:auto;height:auto}.mm-form-status{min-height:15px}.mm-footer-extra{margin-top:25px}
.mm-footer-newsletter input{
    min-width:0;
    height:43px;
    padding:0 13px;
    color:var(--white);
    background:rgba(1,11,25,.55);
    border:1px solid rgba(167,190,221,.38);
    border-right:0;
}
.mm-footer-newsletter button{
    border:0;
    padding:0 19px;
    color:var(--white);
    background:linear-gradient(#0876ff,#005be2);
    font-size:10px;
    font-weight:800;
}
.mm-footer-bottom{
    margin-top:44px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.12);
    display:flex;
    justify-content:space-between;
    gap:20px;
}
.mm-footer-bottom p{
    margin:0;
    color:#97a7ba;
    font-size:11px;
}
.mm-footer-bottom div{
    display:flex;
    gap:32px;
}
.mm-footer-fallback{display:block}
.menu-footer-products-container+.mm-footer-fallback,
.menu-footer-company-container+.mm-footer-fallback,
.menu-footer-resources-container+.mm-footer-fallback{display:none}

/* GENERIC CONTENT */
.mm-content{
    min-height:55vh;
    padding:50px 20px;
}
.mm-content-inner{
    max-width:1100px;
    margin:auto;
    padding:40px;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:8px;
}
.mm-entry img{max-width:100%;height:auto}
.mm-archive-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.mm-docs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.mm-archive-header{margin-bottom:30px}.mm-archive-header h1{margin-bottom:8px}.mm-archive-header p{color:var(--muted)}
.mm-archive-card{
    padding:20px;
    background:var(--white);
    border:1px solid var(--line);
    border-radius:8px;
}
.mm-archive-card img{
    width:100%;
    height:220px;
    object-fit:contain;
}

/* RESPONSIVE */
@media(max-width:1180px){
    .mm-main-area{
        padding-right:28px;
        padding-left:28px;
    }
    .mm-solution-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .mm-product-grid{
        grid-template-columns:1fr;
    }
    .mm-benefits{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
    .mm-footer-inner{
        padding-right:28px;
        padding-left:28px;
    }
    .mm-footer-grid{
        grid-template-columns:1.4fr repeat(3,.7fr);
    }
    .mm-footer-newsletter{
        grid-column:1/-1;
    }
}

@media(max-width:820px){
    .mm-menu-toggle{display:block}
    .mm-nav{
        display:none;
        position:absolute;
        left:0;
        right:0;
        top:96px;
        padding:24px;
        flex-direction:column;
        background:var(--navy);
    }
    .mm-nav.is-open{display:flex}
    .mm-menu{
        flex-direction:column;
        gap:18px;
    }
    .mm-menu a::after{bottom:-8px}
    .mm-hero-inner{
        grid-template-columns:1fr;
        padding:60px 28px 105px;
    }
    .mm-hero--panorama::before{
        background:linear-gradient(90deg,rgba(1,9,22,var(--mm-panorama-overlay-strong,.98)),rgba(2,12,29,var(--mm-panorama-overlay,.78))),linear-gradient(0deg,rgba(1,9,22,var(--mm-panorama-overlay-bottom,.55)),transparent 50%);
    }
    .mm-hero-visual--panorama{display:none;min-height:0}
    .mm-hero-visual img{
        width:100%;
        max-width:100%;
        margin:0;
    }
    .mm-tech-row{
        left:28px;
        gap:18px;
    }
    .mm-bottom-grid{
        grid-template-columns:1fr;
    }
    .mm-resource-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .mm-footer-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .mm-footer-brand,
    .mm-footer-newsletter{
        grid-column:1/-1;
    }
    .mm-archive-grid{
        grid-template-columns:1fr 1fr;
    }
    :is(.mm-main--block-hero,.editor-styles-wrapper) .a360-panorama-hero__content{padding-right:min(var(--a360-hero-content-padding,28px),28px);padding-left:min(var(--a360-hero-content-padding,28px),28px)}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout{width:100%}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-badge{display:none}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech{display:none}
}

@media(max-width:620px){
    .mm-header--panorama + .mm-search-panel{top:80px}
    .mm-header--panorama ~ #mm-main .mm-hero--panorama{
        height:calc(var(--mm-panorama-height,600px) + 80px);
    }
    .mm-header--panorama ~ #mm-main .mm-hero--panorama .mm-hero-inner{
        padding-top:calc(24px + 80px);
    }
    .mm-header--panorama ~ #mm-main .mm-hero-panorama .a360-panorama__toggle{top:96px}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .a360-panorama__toggle{top:96px;right:16px}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .a360-panorama-hero__content{padding:104px min(var(--a360-hero-content-padding,16px),16px) 30px}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout h1{font-size:40px;letter-spacing:-1px}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons{width:100%;gap:12px;flex-direction:column;align-items:center}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons>.wp-block-button,
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons>.wp-block-button:first-child,
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons>.wp-block-button:nth-child(2){width:auto!important;min-width:0!important;max-width:none!important;flex:0 0 auto!important}
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-layout>.wp-block-buttons .wp-block-button__link{
        width:240px!important;
        min-width:240px!important;
        max-width:calc(100vw - 32px)!important;
        height:52px!important;
        min-height:52px!important;
        max-height:52px!important;
        padding:0 22px!important;
        line-height:1!important;
        white-space:nowrap!important;
    }
    :is(.mm-main--block-hero,.editor-styles-wrapper) .mm-editor-hero-tech{display:none}
    .mm-main--micro-panorama .mm-hero-copy h1{font-size:30px}
    .mm-main--micro-panorama .mm-hero-actions .mm-btn-secondary{display:none}
    .mm-main--short-panorama .mm-hero--panorama .mm-hero-inner{
        padding-top:104px;
        padding-bottom:28px;
    }
    .mm-header-inner{
        height:80px;
        padding:0 16px;
    }
    .mm-brand img,
    .custom-logo{
        width:220px;
        max-width:70vw;
    }
    .mm-nav{top:80px}
    .mm-hero-inner{
        padding:48px 16px 100px;
    }
    .mm-hero--panorama .mm-hero-inner{
        height:100%;
        min-height:0;
        padding:24px 16px 36px;
    }
    .mm-hero--panorama .mm-hero-copy h1{margin-bottom:16px;font-size:min(var(--mm-panorama-title-size,58px),40px)}
    .mm-hero--panorama .mm-hero-copy p{margin-bottom:18px;font-size:min(var(--mm-panorama-body-size,17px),16px);line-height:1.45}
    .mm-hero--panorama .mm-hero-actions{gap:10px}
    .mm-hero--panorama .mm-btn{min-height:44px}
    .mm-hero--panorama .mm-tech-row{display:none}
    .mm-hero-copy h1{
        font-size:46px;
    }
    .mm-hero-copy p{
        font-size:17px;
    }
    .mm-hero-actions{
        flex-direction:column;
    }
    .mm-hero-360-badge{width:104px;height:104px}
    .mm-hero-360-badge::before{width:79px;height:79px}
    .mm-hero-panorama .a360-panorama__toggle{top:16px;right:16px}
    .mm-hero-panorama .a360-panorama__loader,.mm-hero-panorama .a360-panorama__error{right:16px;bottom:16px;max-width:calc(100% - 32px)}
    .mm-btn{
        width:100%;
    }
    .mm-tech-row{
        left:16px;
        gap:12px;
        transform:scale(.8);
        transform-origin:left bottom;
    }
    .mm-main-area{
        padding:28px 14px 34px;
    }
    .mm-solution-grid,
    .mm-product-grid{
        grid-template-columns:1fr;
    }
    .mm-solution-card{
        min-height:auto;
    }
    .mm-product-card{
        grid-template-columns:1fr;
        min-height:auto;
    }
    .mm-product-copy{
        padding-right:23px;
    }
    .mm-product-image{
        min-height:220px;
        height:220px;
        padding:8px 16px 12px;
        justify-content:center;
    }
    .mm-product-image img{
        max-height:210px;
        object-position:center bottom;
    }
    .mm-benefits{
        grid-template-columns:1fr;
    }
    .mm-resource-grid{
        grid-template-columns:1fr;
    }
    .mm-footer-grid{
        grid-template-columns:1fr;
    }
    .mm-footer-brand,
    .mm-footer-newsletter{
        grid-column:auto;
    }
    .mm-footer-newsletter form{
        grid-template-columns:1fr;
        gap:8px;
    }
    .mm-footer-newsletter input{
        border-right:1px solid rgba(167,190,221,.38);
    }
    .mm-footer-bottom{
        flex-direction:column;
    }
    .mm-archive-grid{
        grid-template-columns:1fr;
    }
}

@media(prefers-reduced-motion:reduce){
    *,
    *::before,
    *::after{
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        scroll-behavior:auto!important;
        transition-duration:.01ms!important;
    }
}

/* Whole sections stay visible from the first frame; interaction motion lives on cards/buttons. */
.mm-reveal{opacity:1;transform:none}

/* Accessible dark mode with a system fallback before JavaScript is ready. */
html[data-theme="dark"],html[data-resolved-theme="dark"]{color-scheme:dark;--ink:#edf3fb;--muted:#aebdd0;--light:#07111f;--line:#243349;--shadow:0 8px 24px rgba(0,0,0,.18);--shadow-hover:0 18px 40px rgba(0,0,0,.32)}
html[data-theme="dark"] body,html[data-resolved-theme="dark"] body{background:var(--light)}
html[data-theme="dark"] .mm-product-page,html[data-resolved-theme="dark"] .mm-product-page{background:var(--light)}
html[data-theme="dark"] :is(.mm-solution-card,.mm-product-card,.mm-bottom-card,.mm-product-feature-grid article,.mm-product-content,.mm-content-inner,.mm-archive-card),html[data-resolved-theme="dark"] :is(.mm-solution-card,.mm-product-card,.mm-bottom-card,.mm-product-feature-grid article,.mm-product-content,.mm-content-inner,.mm-archive-card){background:#0d1a2b}
html[data-theme="dark"] :is(.mm-solution-head p,.mm-solution-card li,.mm-product-copy p,.mm-product-copy .sub,.mm-product-copy li),html[data-resolved-theme="dark"] :is(.mm-solution-head p,.mm-solution-card li,.mm-product-copy p,.mm-product-copy .sub,.mm-product-copy li){color:#b9c7d9}
html[data-theme="dark"] :is(.mm-solution-card li::before,.mm-product-copy li::before),html[data-resolved-theme="dark"] :is(.mm-solution-card li::before,.mm-product-copy li::before){color:var(--accent)}
html[data-theme="dark"] .mm-resource-grid>a,html[data-resolved-theme="dark"] .mm-resource-grid>a{background:#101f32}
@media(prefers-color-scheme:dark){html[data-theme="system"]{color-scheme:dark;--ink:#edf3fb;--muted:#aebdd0;--light:#07111f;--line:#243349;--shadow:0 8px 24px rgba(0,0,0,.18);--shadow-hover:0 18px 40px rgba(0,0,0,.32)}html[data-theme="system"] body,html[data-theme="system"] .mm-product-page{background:var(--light)}html[data-theme="system"] :is(.mm-solution-card,.mm-product-card,.mm-bottom-card,.mm-product-feature-grid article,.mm-product-content,.mm-content-inner,.mm-archive-card){background:#0d1a2b}html[data-theme="system"] :is(.mm-solution-head p,.mm-solution-card li,.mm-product-copy p,.mm-product-copy .sub,.mm-product-copy li){color:#b9c7d9}html[data-theme="system"] :is(.mm-solution-card li::before,.mm-product-copy li::before){color:var(--accent)}html[data-theme="system"] .mm-resource-grid>a{background:#101f32}}

@media(max-width:620px){.mm-docs-grid{grid-template-columns:1fr}.mm-search-panel{padding:18px 12px}.mm-search-panel form>div:first-of-type{grid-template-columns:1fr}.mm-search-panel input,.mm-search-panel button{border-radius:5px}.mm-search-panel button{height:44px;margin-top:7px}.mm-card-actions{flex-direction:column}}


/* PRODUCT 2.0 */
.mm-popular{
    position:absolute;
    z-index:4;
    top:0;
    left:12px;
    padding:5px 11px;
    color:#fff;
    background:#ff8a00;
    border-radius:0 0 7px 7px;
    font-size:10px;
    line-height:1;
    font-weight:750;
}
.mm-product-page{
    background:#f6f8fb;
}
.mm-product-hero{
    color:#fff;
    background:
        radial-gradient(circle at 75% 35%,rgba(0,117,255,.25),transparent 32%),
        linear-gradient(115deg,#020b19,#041d3f 62%,#020c1b);
}
.mm-product-hero-inner{
    max-width:1260px;
    min-height:540px;
    margin:auto;
    padding:70px 50px;
    display:grid;
    grid-template-columns:52% 48%;
    align-items:center;
    gap:35px;
}
.mm-product-hero-copy h1{
    margin:0 0 12px;
    font-size:clamp(46px,5vw,72px);
    line-height:1.02;
}
.mm-product-page-subtitle{
    margin:0 0 22px;
    color:#55a7ff;
    font-size:23px;
    font-weight:700;
}
.mm-product-page-excerpt{
    max-width:640px;
    margin:0 0 22px;
    color:#d5dfed;
    font-size:18px;
    line-height:1.55;
}
.mm-product-badges{
    display:flex;
    gap:10px;
    margin-bottom:16px;
}
.mm-product-badges span{
    padding:6px 10px;
    border-radius:4px;
    background:#0a7dff;
    font-size:11px;
    font-weight:800;
}
.mm-product-price{
    margin:0 0 25px;
    font-size:22px;
    font-weight:800;
}
.mm-product-page-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.mm-product-page-actions .mm-btn{
    min-height:52px;
    padding:0 24px;
}
.mm-product-hero-image{
    display:flex;
    align-items:center;
    justify-content:center;
}
.mm-product-hero-image img{
    max-height:420px;
    object-fit:contain;
    filter:drop-shadow(0 28px 32px rgba(0,0,0,.3));
}
.mm-product-body{
    max-width:1180px;
    margin:auto;
    padding:55px 30px 70px;
}
.mm-product-features{
    margin-bottom:35px;
}
.mm-product-features h2{
    text-align:center;
    font-size:25px;
}
.mm-product-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}
.mm-product-feature-grid article{
    min-height:90px;
    padding:20px;
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:var(--radius);
    box-shadow:var(--shadow);
}
.mm-product-feature-grid article span{
    color:var(--blue);
    font-size:20px;
    font-weight:800;
}
.mm-product-feature-grid article p{
    margin:2px 0 0;
    line-height:1.5;
}
.mm-product-content{
    padding:35px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:var(--radius);
}
.mm-product-content img{
    max-width:100%;
    height:auto;
}

@media(max-width:900px){
    .mm-product-hero-inner{
        grid-template-columns:1fr;
        padding:55px 28px;
    }
    .mm-product-feature-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:620px){
    .mm-product-hero-inner{
        padding:45px 18px;
    }
    .mm-product-hero-copy h1{
        font-size:44px;
    }
    .mm-product-page-actions{
        flex-direction:column;
    }
    .mm-product-page-actions .mm-btn{
        width:100%;
    }
    .mm-product-feature-grid{
        grid-template-columns:1fr;
    }
    .mm-product-body{
        padding:35px 14px 50px;
    }
    .mm-product-content{
        padding:22px;
    }
}
.mm-language-switcher{margin-left:4px}.mm-language-switcher ul{display:flex;gap:4px;margin:0;padding:0;list-style:none}.mm-language-switcher li a,.mm-language-switcher li>span{display:grid;place-items:center;min-width:34px;height:32px;padding:0 7px;border:1px solid rgba(128,148,170,.28);border-radius:20px;color:inherit;font-size:10px;font-weight:800;line-height:1;text-decoration:none;text-transform:uppercase}.mm-language-switcher li.active>span{background:#197ddd;border-color:#197ddd;color:#fff}.mm-language-switcher li a:hover{border-color:#238ee8}@media(max-width:900px){.mm-language-switcher{margin:10px 0}.mm-language-switcher ul{justify-content:center}}
.mm-entry{max-width:900px;margin:0 auto}.mm-entry>h1{max-width:850px;margin-bottom:18px;font-size:clamp(42px,6vw,74px);line-height:1.02;letter-spacing:-.045em}.mm-entry-kicker{margin:0 0 18px;color:#187ae0;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mm-entry-meta{display:flex;gap:18px;flex-wrap:wrap;margin:0 0 46px;padding-bottom:24px;border-bottom:1px solid #dce5ef;color:#718096;font-size:12px;font-weight:700}.mm-entry h2{margin-top:56px;font-size:clamp(30px,4vw,44px);letter-spacing:-.03em}.mm-entry h3{margin-top:32px;font-size:23px}.mm-entry p,.mm-entry li{font-size:17px;line-height:1.8}.mm-entry table{width:100%;margin:30px 0;border-collapse:collapse;background:#fff}.mm-entry th,.mm-entry td{padding:15px;border:1px solid #dce5ef;text-align:left;vertical-align:top}.mm-entry th{background:#edf5fd;color:#0b5aa8}.mm-article-answer{padding:26px 30px;border-left:4px solid #1783e7;background:#edf6ff;border-radius:0 7px 7px 0}.mm-article-toc{margin:35px 0;padding:26px 30px;border:1px solid #dce5ef;border-radius:8px;background:#fff}.mm-article-toc ol{columns:2;margin-bottom:0}.mm-article-toc a{color:#176fc8}.mm-article-cta{margin:56px 0;padding:38px;background:linear-gradient(135deg,#06172e,#0c4f82);border-radius:10px;color:#fff}.mm-article-cta h2{margin-top:0;color:#fff}.mm-article-cta p{color:#c5d5e6}.mm-article-cta a{display:inline-flex;padding:13px 20px;border-radius:5px;background:#1683e7;color:#fff;font-size:12px;font-weight:800;text-decoration:none;text-transform:uppercase}@media(max-width:700px){.mm-article-toc ol{columns:1}.mm-entry p,.mm-entry li{font-size:16px}.mm-entry table{display:block;overflow-x:auto}}
.mm-feature-section{margin:58px 0;padding:42px;background:#edf5fc;border:1px solid #d5e6f5;border-radius:10px}.mm-feature-section>h2{margin:0 0 12px}.mm-feature-kicker{margin:0 0 12px!important;color:#1377da;font-size:10px!important;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.mm-feature-intro{max-width:760px;margin:0 0 28px!important;color:#5e7187}.mm-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mm-feature-grid article{position:relative;padding:25px 24px 24px 50px;background:#fff;border:1px solid #dce7f1;border-radius:7px}.mm-feature-grid article>span{position:absolute;left:22px;top:23px;color:#1683e7;font-size:22px;font-weight:900}.mm-feature-grid h3{margin:0 0 8px!important;font-size:18px!important}.mm-feature-grid p{margin:0!important;color:#65758a;font-size:14px!important;line-height:1.6!important}@media(max-width:700px){.mm-feature-section{padding:28px 20px}.mm-feature-grid{grid-template-columns:1fr}}
.mm-product-guide{margin:70px 0;scroll-margin-top:110px}.mm-product-guide>h2{max-width:900px}.mm-guide-lead{max-width:850px;font-size:18px!important;color:#526177}.mm-guide-nav{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 38px}.mm-guide-nav a{padding:10px 14px;border:1px solid #cfe0f3;border-radius:999px;background:#f4f9ff;color:#086ecf;font-size:13px;font-weight:800;text-decoration:none}.mm-guide-step{display:grid;grid-template-columns:64px minmax(0,1fr);gap:20px;padding:30px 0;border-top:1px solid #dbe5f0;scroll-margin-top:110px}.mm-guide-step>p:empty{display:none}.mm-guide-step>span{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:#e8f4ff;color:#0876dc;font-weight:900}.mm-guide-step>div{min-width:0}.mm-guide-step h3{margin-top:6px!important}.mm-guide-step p,.mm-guide-step li{color:#43536a}.mm-guide-step code,.mm-report-grid code{padding:2px 5px;border-radius:4px;background:#edf4fb;font-size:.88em;overflow-wrap:anywhere}.mm-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.mm-report-grid article{padding:22px;border:1px solid #d9e4ef;border-radius:14px;background:#fff}.mm-report-grid h4{margin:0 0 8px!important;color:#0b1830}.mm-report-grid p{margin:0!important;color:#526177}.mm-guide-tip{margin-top:24px;padding:22px 24px;border-left:4px solid #0a82ea;border-radius:0 12px 12px 0;background:#eef7ff;color:#34465d}.mm-guide-tip strong{color:#0b1830}.mm-guide-tip p{margin:8px 0 0!important}@media(max-width:720px){.mm-guide-step{grid-template-columns:1fr}.mm-report-grid{grid-template-columns:1fr}}

/* Native Gutenberg equivalents for migrated article sections. */
.mm-article-toc>p:first-child{margin-top:0;font-weight:800}
.mm-feature-grid article>p:first-child{position:absolute;left:22px;top:23px;color:#1683e7!important;font-size:22px!important;font-weight:900;line-height:1!important}
.mm-guide-nav>p{margin:0!important}
.mm-guide-step>p:first-child{display:grid;place-items:center;width:52px;height:52px;margin:0;border-radius:14px;background:#e8f4ff;color:#0876dc;font-weight:900}
.mm-guide-step>.wp-block-group{min-width:0}
@media(max-width:720px){.mm-guide-step>p:first-child{grid-column:1}}
.mmv-page{--navy:#061a35;--blue:#087cf0;--cyan:#18c8df;--orange:#ff8a34;--ink:#101b2e;--muted:#526177;max-width:1180px;margin:0 auto;padding:0 28px 80px}.mmv-page *{box-sizing:border-box}.mmv-hero{position:relative;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;min-height:650px;margin:0 calc(50% - 50vw) 70px;padding:75px max(28px,calc((100vw - 1180px)/2));overflow:hidden;background:radial-gradient(circle at 78% 28%,#164a7d 0,#0b2c53 25%,#061a35 58%);color:#fff}.mmv-hero:after{content:"";position:absolute;right:-12%;bottom:-45%;width:650px;height:650px;border:1px solid rgba(24,200,223,.25);border-radius:50%}.mmv-eyebrow,.mmv-kicker{margin:0 0 14px!important;color:#13cce0!important;font-size:12px!important;font-weight:900!important;letter-spacing:.16em;text-transform:uppercase}.mmv-hero h1{max-width:720px;margin:0 0 22px!important;color:#fff!important;font-size:clamp(46px,6vw,82px)!important;line-height:.98!important;letter-spacing:-.045em}.mmv-lead{max-width:650px;color:#c7d6e8!important;font-size:20px!important;line-height:1.65!important}.mmv-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}.mmv-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:7px;font-weight:900;text-decoration:none!important;text-transform:uppercase}.mmv-btn-primary{background:linear-gradient(135deg,#168cf7,#0667df);color:#fff!important;box-shadow:0 14px 35px rgba(0,112,237,.32)}.mmv-btn-ghost{border:1px solid rgba(255,255,255,.28);color:#fff!important}.mmv-trust{display:flex;flex-wrap:wrap;gap:18px;color:#98adc4;font-size:12px;font-weight:700}.mmv-hero-art{position:relative;z-index:1;min-height:460px}.mmv-hero-art img{position:relative;z-index:2;width:100%;height:auto;filter:drop-shadow(0 24px 30px rgba(0,0,0,.4))}.mmv-hero-art b{position:absolute;right:4%;top:2%;z-index:3;color:#20d7e8;font-size:50px}.mmv-orbit{position:absolute;border:1px solid rgba(24,200,223,.32);border-radius:50%}.mmv-orbit-one{inset:4%}.mmv-orbit-two{inset:15%}.mmv-problem{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin:85px 0}.mmv-page h2{color:var(--ink);font-size:clamp(32px,4vw,54px)!important;line-height:1.08!important;letter-spacing:-.035em}.mmv-problem-copy p{color:var(--muted);font-size:17px!important;line-height:1.75!important}.mmv-source{display:inline-block;margin-top:12px;color:#0876db;font-weight:800}.mmv-contrast{display:grid;grid-template-columns:1fr 70px 1fr;align-items:center;margin:70px 0}.mmv-contrast article{min-height:400px;padding:42px;border-radius:22px}.mmv-contrast article>span{font-size:11px;font-weight:900;letter-spacing:.14em}.mmv-contrast h3{font-size:30px!important}.mmv-contrast ul{padding:0;list-style:none}.mmv-contrast li{position:relative;margin:18px 0;padding-left:28px}.mmv-lock{background:#fff2ee;border:1px solid #ffd3c7}.mmv-lock>span{color:#d8522b}.mmv-lock li:before{content:"×";position:absolute;left:0;color:#e45e38;font-weight:900}.mmv-own{background:linear-gradient(145deg,#062143,#0a3b6f);color:#fff}.mmv-own h3{color:#fff!important}.mmv-own>span{color:#24d6e6}.mmv-own li:before{content:"✓";position:absolute;left:0;color:#20d8c7;font-weight:900}.mmv-arrow{text-align:center;color:#0d82ea;font-size:44px}.mmv-benefits{margin:100px 0}.mmv-benefits>h2{max-width:720px}.mmv-benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:35px}.mmv-benefit-grid article{position:relative;min-height:250px;padding:34px;border:1px solid #d9e6f2;border-radius:18px;background:#fff;box-shadow:0 16px 45px rgba(15,42,73,.07)}.mmv-benefit-grid i{position:absolute;right:22px;top:18px;color:#d9ebfb;font-size:44px;font-weight:900;font-style:normal}.mmv-benefit-grid h3{font-size:24px!important}.mmv-benefit-grid p{color:var(--muted)}.mmv-benefit-grid a{color:#0778df;font-weight:800}.mmv-google{display:grid;grid-template-columns:110px 1fr;gap:35px;margin:95px 0;padding:45px;border:1px solid #cfe3f4;border-radius:24px;background:linear-gradient(120deg,#f2f9ff,#fff8f1)}.mmv-google-badge{display:grid;place-items:center;width:90px;height:90px;border-radius:24px;background:conic-gradient(#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0);color:#fff;font-size:48px;font-weight:900;box-shadow:0 15px 30px rgba(66,133,244,.2)}.mmv-inline-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.mmv-inline-links a{padding:9px 12px;border-radius:6px;background:#fff;color:#176ac1;font-size:13px;font-weight:800;text-decoration:none}.mmv-process{margin:100px 0}.mmv-process ol{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:0;list-style:none}.mmv-process li{padding:24px;border-top:3px solid #0b83e9;background:#f4f8fc}.mmv-process li>span{color:#1292ed;font-size:34px;font-weight:900}.mmv-process h3{margin:18px 0 8px!important}.mmv-process p{color:var(--muted)}.mmv-fit{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin:100px 0}.mmv-tags{display:flex;flex-wrap:wrap;gap:10px}.mmv-tags span{padding:12px 16px;border:1px solid #cde0f2;border-radius:999px;background:#f5faff;color:#28506f;font-weight:700}.mmv-cta{display:flex;align-items:center;justify-content:space-between;gap:45px;margin:100px 0 80px;padding:48px;border-radius:24px;background:linear-gradient(120deg,#087ef0,#0b3b73 70%,#082448);color:#fff}.mmv-cta h2{margin:5px 0 12px!important;color:#fff!important}.mmv-cta p{max-width:720px;color:#d7e9fa}.mmv-btn-light{flex:0 0 auto;background:#fff;color:#066fd2!important}.mmv-faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;margin:90px 0}.mmv-faq h3{margin:0!important;padding:22px 0 10px;border-top:1px solid #d9e4ef}.mmv-faq p{margin-top:0!important;color:var(--muted)}@media(max-width:820px){.mmv-hero,.mmv-problem,.mmv-fit,.mmv-faq{grid-template-columns:1fr}.mmv-hero{padding-top:55px}.mmv-hero-art{min-height:300px}.mmv-contrast{grid-template-columns:1fr}.mmv-arrow{transform:rotate(90deg)}.mmv-benefit-grid,.mmv-process ol{grid-template-columns:1fr 1fr}.mmv-google{grid-template-columns:1fr}.mmv-cta{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.mmv-page{padding:0 18px 55px}.mmv-hero{min-height:0;margin-bottom:45px}.mmv-hero h1{font-size:43px!important}.mmv-benefit-grid,.mmv-process ol{grid-template-columns:1fr}.mmv-contrast article{min-height:0;padding:28px}.mmv-google,.mmv-cta{padding:28px}.mmv-trust{flex-direction:column}.mmv-btn{width:100%}}
.mmv-drone{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;margin:100px calc(50% - 50vw);padding:70px max(28px,calc((100vw - 1180px)/2));overflow:hidden;background:linear-gradient(135deg,#061a35,#0b477b);color:#fff}.mmv-drone h2{margin-top:0!important;color:#fff!important}.mmv-drone-copy>p:not(.mmv-kicker){color:#c8d9e9}.mmv-drone-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 0;padding:0;list-style:none}.mmv-drone-copy li{position:relative;padding:12px 12px 12px 34px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.05);font-size:14px}.mmv-drone-copy li:before{content:"✓";position:absolute;left:12px;color:#22d9d0;font-weight:900}.mmv-drone-demo{overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:#fff;box-shadow:0 25px 55px rgba(0,0,0,.3)}.mmv-drone-demo iframe{display:block;width:100%;height:520px}.mmv-demo-label{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 18px;background:#f3f8fd;color:#10223b}.mmv-demo-label span{color:#0879df;font-size:10px;font-weight:900;letter-spacing:.13em}.mmv-demo-label strong{font-size:14px}.mmv-drone-demo>p{margin:0!important;padding:12px 18px;color:#607188!important;font-size:12px!important}@media(max-width:820px){.mmv-drone{grid-template-columns:1fr}.mmv-drone-copy ul{grid-template-columns:1fr}}@media(max-width:560px){.mmv-drone{padding-top:45px;padding-bottom:45px}.mmv-drone-demo iframe{height:380px}.mmv-demo-label{align-items:flex-start;flex-direction:column}}
.mmv-hero{height:var(--mmv-hero-height,650px);min-height:0}@media(max-width:820px){.mmv-hero{height:auto;min-height:0}}

/* Native Gutenberg equivalents used by the editable MM View page. */
.mmv-contrast article>p:first-child{font-size:11px;font-weight:900;letter-spacing:.14em}
.mmv-lock>p:first-child{color:#d8522b}.mmv-own>p:first-child{color:#24d6e6}
.mmv-benefit-grid .mmv-benefit-number{position:absolute;right:22px;top:18px;margin:0;color:#d9ebfb;font-size:44px;font-weight:900;font-style:normal}
.mmv-inline-links>p,.mmv-tags>p,.mmv-cta>p{margin:0}
.mmv-tags>p{padding:12px 16px;border:1px solid #cde0f2;border-radius:999px;background:#f5faff;color:#28506f;font-weight:700}
.mmv-process-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:0}
.mmv-process-item{margin-block-start:0;padding:24px;border-top:3px solid #0b83e9;background:#f4f8fc}
.mmv-process-number{margin:0;color:#1292ed;font-size:34px;font-weight:900}
.mmv-process-item>.mmv-inline-label{margin:0;color:#1292ed;font-size:34px;font-weight:900}
.mmv-arrow>p,.mmv-google-badge>p{margin:0}
.mmv-process-item h3{margin:18px 0 8px!important}.mmv-process-item p{color:var(--muted)}
@media(max-width:820px){.mmv-process-list{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.mmv-process-list{grid-template-columns:1fr}}

/* MM View uses the existing A360 Panorama Hero with native InnerBlocks. */
.mmv-a360-hero{width:100vw;max-width:none!important;margin:0 calc(50% - 50vw) 70px!important;color:#fff}
.mmv-a360-hero .a360-panorama-hero__content{width:100%;box-sizing:border-box}
.mmv-hero-layout{position:relative;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;width:min(1180px,calc(100% - 56px));height:100%;margin:0 auto}
.mmv-a360-hero h1{max-width:720px;margin:0 0 22px!important;color:#fff!important;font-size:clamp(46px,6vw,82px)!important;line-height:.98!important;letter-spacing:-.045em}
.mmv-a360-hero .mmv-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}
.mmv-a360-hero .mmv-btn{min-height:52px;padding:0;border-radius:7px}
.mmv-a360-hero .mmv-btn .wp-block-button__link{display:flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:7px;background:transparent;color:inherit;font-weight:900;text-transform:uppercase}
.mmv-a360-hero .mmv-trust>p{margin:0}
.mmv-a360-hero .mmv-hero-art{position:relative;z-index:1;min-height:460px}
.mmv-a360-hero .mmv-hero-art:before,.mmv-a360-hero .mmv-hero-art:after{content:"";position:absolute;border:1px solid rgba(24,200,223,.32);border-radius:50%}
.mmv-a360-hero .mmv-hero-art:before{inset:4%}.mmv-a360-hero .mmv-hero-art:after{inset:15%}
.mmv-a360-hero .mmv-hero-device{position:relative;z-index:2;margin:0}
.mmv-a360-hero .mmv-hero-device img{width:100%;height:auto;filter:drop-shadow(0 24px 30px rgba(0,0,0,.4))}
.mmv-a360-hero .mmv-hero-360{position:absolute;right:4%;top:2%;z-index:3;margin:0;color:#20d7e8;font-size:50px;font-weight:900}
@media(max-width:820px){.mmv-hero-layout{grid-template-columns:1fr;padding-top:55px}.mmv-a360-hero .mmv-hero-art{min-height:300px}}
@media(max-width:560px){.mmv-a360-hero{margin-bottom:45px!important}.mmv-a360-hero h1{font-size:43px!important}.mmv-a360-hero .mmv-btn{width:100%}}
.page-id-59:has(.entry-content>.a360-panorama-hero:first-child) .wp-block-post-title{display:none}
