.mvo-softwares-page{
    background:#fff;
}

.mvo-softwares-module-hero{
    padding:92px 0 72px;
    background:
        radial-gradient(circle at 84% 18%, rgba(2,118,172,.18), transparent 30%),
        radial-gradient(circle at 18% 18%, rgba(14,165,233,.10), transparent 20%),
        linear-gradient(180deg,#071827 0%, #0b2234 54%, #071827 100%);
}

.mvo-softwares-module-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:28px;
    color:rgba(226,232,240,.72);
    font-size:14px;
}

.mvo-softwares-module-breadcrumb a{
    color:#7dd3fc;
    text-decoration:none;
}

.mvo-softwares-module-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 520px;
    gap:56px;
    align-items:center;
}

.mvo-softwares-module-copy h1{
    color:#fff;
    font-size:54px;
    line-height:1.04;
    margin:0 0 22px;
    font-weight:600;
    letter-spacing:-1.4px;
}

.mvo-softwares-module-copy p{
    color:rgba(226,232,240,.86);
    font-size:18px;
    line-height:1.85;
    margin:0;
    max-width:760px;
}

.mvo-softwares-module-meta{
    display:grid;
    gap:12px;
    margin-top:28px;
}

.mvo-softwares-module-meta span{
    display:flex;
    align-items:center;
    gap:10px;
    color:#e2e8f0;
    font-weight:600;
}

.mvo-softwares-module-visual{
    min-width:0;
}

.mvo-softwares-module-media{
    border-radius:30px;
    overflow:hidden;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(125,211,252,.12);
    box-shadow:0 32px 70px rgba(2,8,23,.20);
}

.mvo-softwares-module-media img,
.mvo-softwares-module-media video{
    width:100%;
    display:block;
    object-fit:cover;
}

.mvo-softwares-module-placeholder{
    min-height:420px;
    display:grid;
    place-items:center;
    gap:12px;
    text-align:center;
    color:#7dd3fc;
    font-weight:700;
    padding:40px;
}

.mvo-softwares-module-placeholder i{
    font-size:52px;
}

.mvo-softwares-module-content{
    padding:84px 0 100px;
    background:#f8fbff;
}

.mvo-softwares-module-content-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:28px;
    align-items:start;
}

.mvo-softwares-module-main,
.mvo-softwares-module-sidebar{
    display:grid;
    gap:24px;
}

.mvo-softwares-module-tabs{
    position:sticky;
    top:18px;
    z-index:4;
    background:#f8fbff;
    padding:10px 0;
    margin:-10px 0;
}

.mvo-softwares-module-tab-panels{
    display:grid;
    gap:24px;
}

.mvo-softwares-module-checks-page{
    margin-top:18px;
}

.mvo-softwares-module-card{
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:28px;
    padding:34px;
    box-shadow:0 18px 40px rgba(15,23,42,.05);
}

.mvo-softwares-module-richtext{
    color:#475569;
    line-height:1.85;
}

.mvo-softwares-module-richtext > *:first-child{
    margin-top:0;
}

.mvo-softwares-module-richtext > *:last-child{
    margin-bottom:0;
}

.mvo-softwares-module-gallery{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.mvo-softwares-module-gallery-item{
    border-radius:20px;
    overflow:hidden;
    background:#eef6fc;
}

.mvo-softwares-module-gallery-item img,
.mvo-softwares-module-gallery-item video{
    width:100%;
    display:block;
}

.mvo-softwares-module-timeline{
    display:grid;
    gap:18px;
}

.mvo-softwares-module-timeline-item{
    border:1px solid #dce5ef;
    border-radius:22px;
    padding:24px;
    background:#fbfdff;
}

.mvo-softwares-module-timeline-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:12px;
}

.mvo-softwares-module-timeline-head strong{
    color:#071827;
    font-size:20px;
}

.mvo-softwares-module-timeline-head span{
    color:#64748b;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
}

.mvo-softwares-module-changelog-groups{
    display:grid;
    gap:18px;
}

.mvo-softwares-module-changelog-group{
    display:grid;
    grid-template-columns:140px minmax(0,1fr);
    gap:18px;
    align-items:flex-start;
}

.mvo-softwares-module-changelog-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:6px 12px;
    border-radius:999px;
    font-size:11px;
    font-weight: 600;
    letter-spacing:.04em;
    text-transform:uppercase;
    width:max-content;
}

.mvo-softwares-module-changelog-badge.is-update,
.mvo-softwares-module-changelog-badge.is-default{
    background:#dbeafe;
    color:#0b67b2;
}

.mvo-softwares-module-changelog-badge.is-improvement{
    background:#cffafe;
    color:#0f7490;
}

.mvo-softwares-module-changelog-badge.is-feature{
    background:#dcfce7;
    color:#15803d;
}

.mvo-softwares-module-changelog-badge.is-fix{
    background:#fee2e2;
    color:#b91c1c;
}

.mvo-softwares-module-changelog-badge.is-removed{
    background:#ede9fe;
    color:#6d28d9;
}

.mvo-softwares-module-changelog-badge.is-compatibility{
    background:#fef3c7;
    color:#b45309;
}

.mvo-softwares-module-changelog-badge.is-warning{
    background:#ffedd5;
    color:#c2410c;
}

.mvo-softwares-module-changelog-list{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:10px;
}

.mvo-softwares-module-changelog-list li{
    position:relative;
    margin:0;
    padding-left:18px;
    color:#475569;
    line-height:1.75;
}

.mvo-softwares-module-changelog-list li::before{
    content:'';
    position:absolute;
    top:.75em;
    left:0;
    width:7px;
    height:7px;
    border-radius:999px;
    background:#16a34a;
}

.mvo-softwares-module-side-eyebrow{
    display:block;
    color:#0276ac;
    font-size:13px;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:16px;
}

.mvo-softwares-module-side-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:14px;
}

.mvo-softwares-module-side-list li{
    display:grid;
    gap:4px;
    padding-bottom:14px;
    border-bottom:1px solid #e7eef6;
}

.mvo-softwares-module-side-list li:last-child{
    padding-bottom:0;
    border-bottom:none;
}

.mvo-softwares-module-side-list span{
    color:#64748b;
    font-size:14px;
}

.mvo-softwares-module-side-list strong{
    color:#071827;
    font-size:18px;
}

.mvo-softwares-module-side-actions{
    display:grid;
    gap:12px;
    margin-top:24px;
}

.mvo-softwares-module-content .mvo-softwares-btn-secondary{
    background:#fff;
    color:#0276ac;
    border:1px solid #b8d6ea;
}

.mvo-softwares-module-content .mvo-softwares-btn-secondary:hover{
    color:#0276ac;
    border-color:#0276ac;
    background:#eaf6ff;
    transform:none;
}

.mvo-softwares-module-checks{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:14px;
}

.mvo-softwares-module-checks li{
    display:flex;
    gap:12px;
    align-items:flex-start;
    color:#475569;
}

.mvo-softwares-module-checks li i{
    color:#16a34a;
    margin-top:3px;
}

.mvo-softwares-module-checks li span{
    display:grid;
    gap:4px;
}

.mvo-softwares-module-checks li strong{
    color:#071827;
}

.mvo-softwares-module-checks li small{
    color:#64748b;
    font-size:14px;
}

.mvo-softwares-hero{
    padding:100px 0 84px;
    overflow:hidden;
    background:
        radial-gradient(circle at 84% 18%, rgba(2,118,172,.18), transparent 30%),
        radial-gradient(circle at 18% 18%, rgba(14,165,233,.10), transparent 20%),
        linear-gradient(180deg,#071827 0%, #0b2234 54%, #071827 100%);
}

.mvo-softwares-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 560px;
    gap:72px;
    align-items:start;
}

.mvo-softwares-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(125,211,252,.12);
    border:1px solid rgba(125,211,252,.18);
    color:#7dd3fc;
    font-weight: 600;
    margin-bottom:24px;
}

.mvo-softwares-copy h1{
    color:#fff;
    font-size:54px;
    line-height:1.05;
    margin:0 0 22px;
    font-weight: 600;
    letter-spacing:-1.4px;
    max-width:760px;
}

.mvo-softwares-copy p{
    color:rgba(226,232,240,.86);
    font-size:18px;
    line-height:1.85;
    margin:0;
    max-width:720px;
}

.mvo-softwares-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin:34px 0;
}

.mvo-softwares-btn-primary,
.mvo-softwares-btn-secondary{
    height:58px;
    padding:0 28px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    font-weight: 600;
    text-decoration:none;
    transition:.25s;
    border:none;
    cursor:pointer;
}

.mvo-softwares-btn-primary{
    background:#06b6d4;
    color:#071827;
    box-shadow:0 18px 40px rgba(6,182,212,.24);
}

.mvo-softwares-btn-primary:hover{
    color:#071827;
    text-decoration:none;
    transform:translateY(-3px);
    box-shadow:0 24px 55px rgba(6,182,212,.30);
}

.mvo-softwares-btn-secondary{
    background:transparent;
    color:#fff;
    border:1px solid rgba(226,232,240,.22);
}

.mvo-softwares-btn-secondary:hover{
    color:#7dd3fc;
    border-color:#7dd3fc;
    text-decoration:none;
    transform:translateY(-3px);
}

.mvo-softwares-metrics{
    display:flex;
    flex-wrap:wrap;
    gap:26px;
}

.mvo-softwares-metrics div{
    padding-right:26px;
    border-right:1px solid rgba(226,232,240,.14);
}

.mvo-softwares-metrics div:last-child{
    border-right:none;
}

.mvo-softwares-metrics strong{
    display:block;
    color:#fff;
    font-size:28px;
    letter-spacing:-1px;
}

.mvo-softwares-metrics span{
    color:rgba(226,232,240,.72);
    font-size:14px;
}

.mvo-softwares-visual{
    position:relative;
    min-height:520px;
}

.mvo-softwares-window{
    position:relative;
    z-index:2;
    margin-top:32px;
    border-radius:30px;
    border:1px solid rgba(125,211,252,.12);
    background:linear-gradient(180deg, rgba(5,15,23,.96), rgba(8,25,38,.96));
    box-shadow:0 40px 100px rgba(2,8,23,.42);
    overflow:hidden;
}

.mvo-softwares-window-top{
    display:flex;
    gap:8px;
    padding:20px 24px;
    border-bottom:1px solid rgba(148,163,184,.12);
    background:rgba(255,255,255,.02);
}

.mvo-softwares-window-top span{
    width:11px;
    height:11px;
    border-radius:50%;
}

.mvo-softwares-window-top span:nth-child(1){background:#22c55e;}
.mvo-softwares-window-top span:nth-child(2){background:#facc15;}
.mvo-softwares-window-top span:nth-child(3){background:#ef4444;}

.mvo-softwares-window-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:24px 28px 10px;
}

.mvo-softwares-window-head strong{
    color:#fff;
    font-size:24px;
}

.mvo-softwares-window-head small{
    color:#7dd3fc;
    text-transform:uppercase;
    font-weight: 600;
    letter-spacing:.08em;
}

.mvo-softwares-feature-list{
    padding:0 28px 30px;
    display:grid;
    gap:14px;
}

.mvo-softwares-feature-list div{
    display:flex;
    align-items:center;
    gap:14px;
    min-height:62px;
    padding:16px 18px;
    border-radius:20px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(148,163,184,.12);
    color:#e2e8f0;
    font-weight:700;
}

.mvo-softwares-feature-list i{
    width:42px;
    height:42px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(6,182,212,.14);
    color:#7dd3fc;
}

.mvo-softwares-float{
    position:absolute;
    z-index:5;
    border-radius:18px;
    padding:16px 18px;
    background:#fff;
    color:#071827;
    box-shadow:0 24px 60px rgba(15,23,42,.20);
    font-weight: 600;
}

.mvo-softwares-float i{
    color:#0276ac;
    margin-right:8px;
}

.mvo-softwares-float.left{
    left:-16px;
    bottom:58px;
}

.mvo-softwares-float.right{
    top:8px;
    right:18px;
}

.mvo-softwares-overview,
.mvo-softwares-cta{
    padding:100px 0;
    background:#fff;
}

.mvo-softwares-categories,
.mvo-softwares-usecases{
    padding:100px 0;
}

.mvo-softwares-categories{
    background:#fff;
}

.mvo-softwares-usecases{
    background:#f8fbff;
}

.mvo-softwares-overview-grid{
    margin-top:56px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.mvo-softwares-overview-card{
    padding:34px;
    border-radius:28px;
    background:#fff;
    border:1px solid #dce5ef;
    box-shadow:0 18px 40px rgba(15,23,42,.05);
}

.mvo-softwares-overview-card.is-positive{
    background:#071827;
    border-color:#071827;
}

.mvo-softwares-overview-card h3{
    font-size:28px;
    margin:0 0 20px;
    color:#071827;
}

.mvo-softwares-overview-card.is-positive h3{
    color:#fff;
}

.mvo-softwares-overview-card ul{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:14px;
}

.mvo-softwares-overview-card li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#475569;
    font-weight:700;
}

.mvo-softwares-overview-card li i{
    margin-top:3px;
}

.mvo-softwares-overview-card.is-positive li{
    color:#e2e8f0;
}

.mvo-softwares-overview-card .fa-xmark{color:#ef4444;}
.mvo-softwares-overview-card .fa-check{color:#16a34a;}

.mvo-softwares-category-grid{
    margin-top:56px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:22px;
}

.mvo-softwares-category-tabs{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:12px;
    margin-top:0;
}

.mvo-softwares-category-tab{
    min-height:72px;
    border:1px solid #1994dc;
    background:#fff;
    color:#071827;
    border-radius:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px 18px;
    font-size:18px;
    font-weight: 600;
    cursor:pointer;
    transition:.25s;
}

.mvo-softwares-category-tab:hover,
.mvo-softwares-category-tab.is-active{
    background:#0a3874;
    color:#fff;
}

.mvo-softwares-category-card{
    appearance:none;
    text-align:left;
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:24px;
    padding:28px 24px;
    box-shadow:0 18px 40px rgba(15,23,42,.05);
    transition:.25s;
    cursor:pointer;
}

.mvo-softwares-category-card i{
    width:56px;
    height:56px;
    border-radius:18px;
    background:#eaf8fc;
    color:#0276ac;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:18px;
}

.mvo-softwares-category-card h3{
    color:#071827;
    font-size:22px;
    margin:0 0 10px;
}

.mvo-softwares-category-card p{
    color:#64748b;
    line-height:1.75;
    margin:0;
}

.mvo-softwares-category-card:hover,
.mvo-softwares-category-card.is-active{
    transform:translateY(-4px);
    border-color:#0276ac;
    box-shadow:0 26px 60px rgba(2,118,172,.14);
}

.mvo-softwares-category-meta{
    display:block;
    margin-top:18px;
    color:#0276ac;
    font-size:13px;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.mvo-softwares-usecase-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:34px;
    align-items:start;
}

.mvo-softwares-usecase-copy span{
    display:inline-block;
    color:#0276ac;
    font-weight: 600;
    margin-bottom:16px;
}

.mvo-softwares-usecase-copy h2{
    color:#071827;
    font-size:42px;
    line-height:1.14;
    margin:0 0 18px;
}

.mvo-softwares-usecase-copy p{
    color:#64748b;
    line-height:1.85;
    margin:0;
}

.mvo-softwares-usecase-list{
    display:grid;
    gap:18px;
}

.mvo-softwares-usecase-list div{
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:24px;
    padding:28px;
}

.mvo-softwares-usecase-list strong{
    display:block;
    color:#071827;
    font-size:22px;
    margin-bottom:10px;
}

.mvo-softwares-usecase-list p{
    color:#64748b;
    line-height:1.75;
    margin:0;
}

.mvo-softwares-cta{
    padding-top:0;
}

.mvo-softwares-cta-box{
    background:linear-gradient(135deg,#071827,#0276ac 72%,#0ea5e9 100%);
    border-radius:34px;
    padding:76px;
    text-align:center;
    color:#fff;
    box-shadow:0 32px 70px rgba(2,8,23,.16);
}

.mvo-softwares-cta-box h2{
    font-size:46px;
    line-height:1.1;
    margin:0 0 16px;
}

.mvo-softwares-cta-box p{
    max-width:760px;
    margin:0 auto 30px;
    font-size:18px;
    line-height:1.85;
    opacity:.94;
}

.mvo-softwares-cta-trigger{
    height:58px;
    padding:0 30px;
    border-radius:16px;
    background:#fff;
    color:#0276ac;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-weight: 600;
    border:none;
    cursor:pointer;
}

.mvo-softwares-product-list{
    gap:16px;
}

.mvo-softwares-offcanvas-heading{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.mvo-softwares-offcanvas-back{
    width:42px;
    height:42px;
    border-radius:14px;
    border:1px solid #dce5ef;
    background:#fff;
    color:#071827;
    display:grid;
    place-items:center;
    flex:0 0 auto;
}

.mvo-softwares-detail-stage[hidden]{
    display:none !important;
}

.mvo-softwares-detail-card{
    display:grid;
    gap:18px;
}

.mvo-softwares-detail-showcase{
    display:grid;
    grid-template-columns:minmax(0, 1.05fr) minmax(320px, .95fr);
    gap:20px;
    padding:24px;
    border-radius:28px;
    background:#fff;
    border:1px solid #dce5ef;
    box-shadow:0 18px 40px rgba(15,23,42,.06);
    color:#071827;
}

.mvo-softwares-detail-media-column{
    display:grid;
    gap:14px;
}

.mvo-softwares-detail-media-stage{
    min-height:360px;
    border-radius:24px;
    overflow:hidden;
    background:#f8fbff;
    border:1px solid #dce5ef;
}

.mvo-softwares-detail-media-panel,
.mvo-softwares-detail-media-placeholder{
    width:100%;
    height:100%;
    min-height:360px;
}

.mvo-softwares-detail-media-panel img,
.mvo-softwares-detail-media-panel video{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    background:#fff;
}

.mvo-softwares-detail-media-panel img,
.mvo-softwares-detail-thumb img,
.mvo-softwares-module-gallery-item img{
    cursor:zoom-in;
}

.mvo-softwares-detail-media-placeholder{
    display:grid;
    place-items:center;
    text-align:center;
    gap:12px;
    padding:34px;
    color:#0276ac;
}

.mvo-softwares-detail-media-placeholder i{
    font-size:56px;
}

.mvo-softwares-detail-thumbs{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:10px;
}

.mvo-softwares-detail-thumb{
    height:76px;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #dce5ef;
    background:#fff;
    padding:0;
}

.mvo-softwares-detail-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mvo-softwares-detail-thumb span{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    color:#0276ac;
    font-size:13px;
    font-weight:800;
}

.mvo-softwares-detail-thumb.is-active{
    border-color:#0276ac;
    box-shadow:0 0 0 2px rgba(2,118,172,.10);
}

.mvo-softwares-detail-summary{
    display:grid;
    gap:18px;
    align-content:start;
}

.mvo-softwares-detail-summary .mvo-ssl-v2-product-tag{
    background:#eaf5fb;
    color:#0276ac;
    border-color:#d6ebf6;
}

.mvo-softwares-detail-summary .mvo-ssl-v2-product-tag.is-muted{
    background:#f8fbff;
    color:#64748b;
}

.mvo-softwares-detail-title-wrap h4{
    margin:0 0 12px;
    font-size:32px;
    line-height:1.08;
    color:#071827;
}

.mvo-softwares-detail-title-wrap p{
    margin:0;
    color:#475569;
    line-height:1.75;
    font-size:16px;
}

.mvo-softwares-detail-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.mvo-softwares-detail-meta span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    border-radius:999px;
    background:#f8fbff;
    border:1px solid #dce5ef;
    color:#475569;
    font-size:13px;
    font-weight:700;
}

.mvo-softwares-detail-pricing-card{
    display:grid;
    gap:18px;
    padding:22px;
    border-radius:24px;
    background:linear-gradient(180deg,#f8fbff 0%, #eef7fd 100%);
    border:1px solid #dce5ef;
    color:#071827;
    box-shadow:none;
}

.mvo-softwares-detail-pricing-main{
    display:grid;
    gap:6px;
}

.mvo-softwares-detail-pricing-main span{
    color:#64748b;
    font-size:12px;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.mvo-softwares-detail-pricing-main strong{
    font-size:40px;
    line-height:1;
    color:#0276ac;
    letter-spacing:-1.3px;
}

.mvo-softwares-detail-pricing-main small{
    color:#64748b;
    line-height:1.6;
}

.mvo-softwares-detail-pricing-actions{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
}

.mvo-softwares-detail-pricing-actions .btn:first-child{
    grid-column:1 / -1;
}

.mvo-softwares-detail-highlights{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:10px;
}

.mvo-softwares-detail-highlights li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#475569;
    font-size:14px;
    line-height:1.6;
}

.mvo-softwares-detail-highlights li i{
    margin-top:3px;
    color:#16a34a;
}

.mvo-softwares-detail-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:0;
}

.mvo-softwares-detail-tabs button{
    min-height:44px;
    padding:0 18px;
    border-radius:999px;
    border:1px solid #dce5ef;
    background:#fff;
    color:#475569;
    font-size:14px;
    font-weight: 600;
}

.mvo-softwares-detail-tabs button.is-active{
    background:#0276ac;
    border-color:#0276ac;
    color:#fff;
}

.mvo-softwares-detail-block{
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:24px;
    padding:26px;
}

.mvo-softwares-detail-block .section_title{
    text-align:left;
    margin: 0px 0px 21px;
}

.mvo-softwares-detail-block .section_title span{
    margin:0 0 10px;
}

.mvo-softwares-detail-block .section_title h2{
    margin:0;
    font-size:34px;
    line-height:1.1;
    text-align:left;
}

.mvo-softwares-issues-block{
    display:grid;
    gap:24px;
}

.mvo-softwares-issues-block .section_title{
    margin-bottom:0;
}

.mvo-softwares-issues-block .section_title p{
    margin:14px 0 0;
    color:#64748b;
    font-size:15px;
    line-height:1.7;
    max-width:860px;
}

.mvo-softwares-issue-alert{
    padding:16px 18px;
    border-radius:18px;
    border:1px solid #dce5ef;
    background:#f8fbff;
    color:#0f172a;
    font-size:14px;
    font-weight:600;
    line-height:1.6;
}

.mvo-softwares-issue-alert.is-success{
    border-color:#b7e4c7;
    background:#f0fdf4;
    color:#166534;
}

.mvo-softwares-issue-alert.is-error{
    border-color:#fecaca;
    background:#fef2f2;
    color:#991b1b;
}

.mvo-softwares-issues-summary{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:14px;
}

.mvo-softwares-issues-summary > div{
    border:1px solid #dce5ef;
    border-radius:20px;
    padding:18px;
    background:#f8fbff;
    display:grid;
    gap:6px;
}

.mvo-softwares-issues-summary strong{
    color:#071827;
    font-size:18px;
    line-height:1.2;
}

.mvo-softwares-issues-summary span{
    color:#64748b;
    font-size:14px;
    line-height:1.6;
}

.mvo-softwares-forum-toolbar{
    border:1px solid #dce5ef;
    border-radius:24px;
    background:#fff;
    padding:20px 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.mvo-softwares-forum-toolbar-copy{
    display:grid;
    gap:6px;
}

.mvo-softwares-forum-toolbar-copy strong{
    color:#071827;
    font-size:20px;
    line-height:1.2;
}

.mvo-softwares-forum-toolbar-copy span{
    color:#64748b;
    font-size:14px;
    line-height:1.7;
}

.mvo-softwares-forum-toolbar-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.mvo-softwares-forum-toolbar-filter{
    min-height:38px;
    padding:0 14px;
    border-radius:999px;
    border:1px solid #dce5ef;
    background:#f8fbff;
    color:#64748b;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:600;
}

.mvo-softwares-forum-toolbar-btn{
    min-height:42px;
    padding:0 18px;
    border-radius:12px;
    background:#1f145c;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
}

.mvo-softwares-forum-toolbar-btn:hover{
    color:#fff;
    text-decoration:none;
    background:#160f43;
}

.mvo-softwares-issue-form,
.mvo-softwares-issue-login-box,
.mvo-softwares-issue-card{
    border:1px solid #dce5ef;
    border-radius:24px;
    background:#fff;
}

.mvo-softwares-issue-form{
    padding:24px;
    display:grid;
    gap:18px;
}

.mvo-softwares-issue-form-head,
.mvo-softwares-issues-list-head,
.mvo-softwares-issue-comments-head{
    display:grid;
    gap:6px;
}

.mvo-softwares-issue-form-head strong,
.mvo-softwares-issues-list-head strong,
.mvo-softwares-issue-comments-head strong{
    color:#071827;
    font-size:20px;
    line-height:1.25;
}

.mvo-softwares-issue-form-head p,
.mvo-softwares-issues-list-head span{
    margin:0;
    color:#64748b;
    font-size:14px;
    line-height:1.7;
}

.mvo-softwares-issue-form-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
}

.mvo-softwares-issue-form-grid label,
.mvo-softwares-issue-comment-form label{
    display:grid;
    gap:10px;
}

.mvo-softwares-issue-form-grid label.is-full{
    grid-column:1 / -1;
}

.mvo-softwares-issue-form-grid span,
.mvo-softwares-issue-comment-form span{
    color:#0f172a;
    font-size:14px;
    font-weight:700;
}

.mvo-softwares-issue-form-grid input,
.mvo-softwares-issue-form-grid textarea,
.mvo-softwares-issue-comment-form textarea{
    width:100%;
    border:1px solid #dce5ef;
    border-radius:16px;
    background:#fff;
    color:#071827;
    padding:14px 16px;
    font-size:15px;
    line-height:1.5;
    resize:vertical;
}

.mvo-softwares-issue-form-grid input:focus,
.mvo-softwares-issue-form-grid textarea:focus,
.mvo-softwares-issue-comment-form textarea:focus{
    outline:none;
    border-color:#0276ac;
}

.mvo-softwares-issue-form-footer,
.mvo-softwares-issue-comment-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}

.mvo-softwares-issue-form-footer p,
.mvo-softwares-issue-comment-footer p{
    margin:0;
    color:#64748b;
    font-size:13px;
    line-height:1.6;
}

.mvo-softwares-issue-login-box{
    padding:24px;
    display:grid;
    gap:10px;
}

.mvo-softwares-issue-login-box strong{
    color:#071827;
    font-size:20px;
    line-height:1.2;
}

.mvo-softwares-issue-login-box p{
    margin:0;
    color:#64748b;
    font-size:15px;
    line-height:1.7;
}

.mvo-softwares-issue-login-box .btn{
    width:max-content;
}

.mvo-softwares-issues-list{
    display:grid;
    gap:18px;
}

.mvo-softwares-issue-card{
    padding:24px;
    display:grid;
    gap:18px;
}

.mvo-softwares-issue-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}

.mvo-softwares-issue-head-copy{
    display:grid;
    gap:10px;
    flex:1;
}

.mvo-softwares-issue-topic-mark{
    display:inline-flex;
    align-items:center;
    width:max-content;
    min-height:28px;
    padding:0 12px;
    border-radius:999px;
    background:#eff6ff;
    color:#0276ac;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.mvo-softwares-issue-title-row{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
}

.mvo-softwares-issue-title-row strong{
    color:#071827;
    font-size:22px;
    line-height:1.25;
}

.mvo-softwares-issue-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    border:1px solid #dce5ef;
}

.mvo-softwares-issue-badge.is-open{
    background:#eff6ff;
    border-color:#bfdbfe;
    color:#1d4ed8;
}

.mvo-softwares-issue-badge.is-resolved{
    background:#f0fdf4;
    border-color:#bbf7d0;
    color:#15803d;
}

.mvo-softwares-issue-badge.is-staff{
    background:#ecfeff;
    border-color:#a5f3fc;
    color:#0f766e;
}

.mvo-softwares-issue-side{
    min-width:96px;
    border:1px solid #dce5ef;
    border-radius:18px;
    background:#f8fbff;
    padding:12px 14px;
    display:grid;
    gap:4px;
    text-align:center;
}

.mvo-softwares-issue-side strong{
    color:#071827;
    font-size:22px;
    line-height:1;
}

.mvo-softwares-issue-side span{
    color:#64748b;
    font-size:12px;
    line-height:1.4;
}

.mvo-softwares-issue-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    color:#64748b;
    font-size:13px;
    line-height:1.5;
}

.mvo-softwares-issue-author{
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.mvo-softwares-issue-avatar{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:999px;
    overflow:hidden;
    background:#0276ac;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:700;
    line-height:1;
}

.mvo-softwares-issue-avatar.is-staff{
    background:#0f766e;
}

.mvo-softwares-issue-avatar i{
    font-size:14px;
}

.mvo-softwares-issue-avatar-image{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mvo-softwares-issue-message,
.mvo-softwares-issue-comment-message{
    color:#334155;
    font-size:15px;
    line-height:1.8;
}

.mvo-softwares-thread{
    display:grid;
    gap:14px;
}

.mvo-softwares-thread-post{
    position:relative;
    border-radius:18px;
    border:1px solid #dce5ef;
    background:#fff;
    padding:18px 20px;
}

.mvo-softwares-thread-post.is-original{
    background:#fcfdff;
}

.mvo-softwares-thread-post-label{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 12px;
    border-radius:999px;
    background:#f1f5f9;
    color:#475569;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:14px;
}

.mvo-softwares-issue-comments{
    display:grid;
    gap:14px;
    padding-top:2px;
    border-top:1px solid #e2e8f0;
    padding-top:18px;
}

.mvo-softwares-issue-comment{
    border-radius:18px;
    border:1px solid #dce5ef;
    background:#f8fbff;
    padding:16px 18px;
    display:grid;
    gap:8px;
    margin-left:18px;
}

.mvo-softwares-issue-comment::before{
    content:"";
    position:absolute;
    left:-19px;
    top:22px;
    width:12px;
    height:2px;
    background:#dce5ef;
}

.mvo-softwares-issue-comment-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
}

.mvo-softwares-issue-comment-meta strong{
    color:#071827;
    font-size:14px;
}

.mvo-softwares-issue-comment-meta span{
    color:#fff;
    font-size:12px;
}

.mvo-softwares-issue-comment-form{
    display:grid;
    gap:12px;
    padding-top:4px;
}

.mvo-softwares-issue-resolve-form{
    flex-shrink:0;
}

.mvo-softwares-issue-resolve-btn{
    min-height:42px;
    padding:0 16px;
    border-radius:14px;
    border:1px solid #bbf7d0;
    background:#f0fdf4;
    color:#15803d;
    font-size:13px;
    font-weight:700;
}

.mvo-softwares-issue-empty{
    border:1px dashed #cbd5e1;
    border-radius:24px;
    background:#f8fbff;
    padding:24px;
    display:grid;
    gap:10px;
}

.mvo-softwares-issue-empty strong{
    color:#071827;
    font-size:18px;
    line-height:1.3;
}

.mvo-softwares-issue-empty p{
    margin:0;
    color:#64748b;
    font-size:15px;
    line-height:1.7;
}

.mvo-softwares-card-media{
    width:180px;
    min-width:180px;
    border-radius:20px;
    overflow:hidden;
    background:#eef6fc;
    border:1px solid #dce5ef;
}

.mvo-softwares-card-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mvo-softwares-card-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
}

.mvo-softwares-card-actions .btn-default{
    border:1px solid #dce5ef;
    color:#071827;
    background:#fff;
}

.mvo-softwares-detail-card .mvo-softwares-card-media{
    width:220px;
    min-width:220px;
}

.mvo-softwares-zoom-modal[hidden]{
    display:none !important;
}

.mvo-softwares-zoom-modal{
    position:fixed;
    inset:0;
    z-index:100000;
    display:grid;
    place-items:center;
    padding:28px;
}

.mvo-softwares-zoom-backdrop{
    position:absolute;
    inset:0;
    background:rgba(2,8,23,.78);
}

.mvo-softwares-zoom-dialog{
    position:relative;
    z-index:1;
    max-width:min(92vw, 1200px);
    max-height:86vh;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 28px 80px rgba(2,8,23,.36);
}

.mvo-softwares-zoom-dialog img{
    display:block;
    max-width:100%;
    max-height:86vh;
    width:auto;
    height:auto;
    background:#fff;
}

.mvo-softwares-zoom-close{
    position:absolute;
    top:18px;
    right:18px;
    z-index:2;
    width:48px;
    height:48px;
    border:none;
    border-radius:16px;
    background:#fff;
    color:#071827;
    display:grid;
    place-items:center;
    box-shadow:0 14px 34px rgba(2,8,23,.18);
}

body.mvo-softwares-zoom-open{
    overflow:hidden;
}

.proposal_modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.proposal_modal.active {
    display: flex;
}

.proposal_modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 24, 39, .68);
    backdrop-filter: blur(6px);
}

.proposal_modal_box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    background: #fff;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 35px 100px rgba(0,0,0,.25);
    animation: proposalIn .25s ease;
}

@keyframes proposalIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.proposal_modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #f1f8fd;
    color: #0276ac;
    cursor: pointer;
}

.proposal_modal_header span {
    display: inline-flex;
    background: #d9ecfb;
    color: #00588f;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
}

.proposal_modal_header h3 {
    margin: 0 0 10px;
    color: #071827;
    font-size: 32px;
    line-height: 1.15;
}

.proposal_modal_header p {
    margin: 0 0 26px;
    color: #64748b;
    line-height: 1.7;
}

.proposal_form_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.proposal_form_grid label {
    color: #071827;
    font-weight: 600;
    font-size: 14px;
}

.proposal_form_grid label.full {
    grid-column: 1 / -1;
}

.proposal_form_grid input,
.proposal_form_grid select,
.proposal_form_grid textarea {
    width: 100%;
    margin-top: 8px;
    padding: 0 16px;
    border: 1px solid #dce5ef;
    border-radius: 14px;
    outline: none;
    color: #071827;
    background: #f8fbff;
}

.proposal_form_grid input,
.proposal_form_grid select {
    height: 54px;
}

.proposal_form_grid textarea {
    min-height: 148px;
    padding: 16px;
    resize: vertical;
}

.proposal_form_grid input:focus,
.proposal_form_grid select:focus,
.proposal_form_grid textarea:focus {
    border-color: #0276ac;
    box-shadow: 0 0 0 4px rgba(2,118,172,.1);
}

.proposal_config_preview {
    margin-top: 24px;
    background: #f8fbff;
    border: 1px solid #dce5ef;
    border-radius: 20px;
    padding: 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 22px;
}

.proposal_config_preview h4 {
    grid-column: 1 / -1;
    margin: 0 0 8px;
    color: #071827;
    font-size: 18px;
}

.proposal_config_preview div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
}

.proposal_config_preview span {
    color: #64748b;
}

.proposal_config_preview strong {
    color: #071827;
    text-align: right;
}

.proposal_submit {
    width: 100%;
    height: 58px;
    margin-top: 24px;
    border: 0;
    border-radius: 14px;
    background: #0276ac;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.proposal_submit:hover {
    background: #00588f;
}

.proposal_feedback {
    margin: 14px 0 0;
    font-weight: 600;
    text-align: center;
}

.proposal_feedback.is-success {
    color: #16a34a;
}

.proposal_feedback.is-error {
    color: #dc2626;
}

.mvo-softwares-custom-preview strong{
    max-width:320px;
}

.mvo-ssl-v2-product-points span.is-negative i{
    color:#ef4444;
}

@media(max-width:1180px){
    .mvo-softwares-module-grid,
    .mvo-softwares-module-content-grid,
    .mvo-softwares-category-tabs{
        grid-template-columns:1fr;
    }

    .mvo-softwares-category-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:900px){
    .mvo-softwares-module-grid,
    .mvo-softwares-hero-grid{
        gap:40px;
    }

    .mvo-softwares-detail-showcase{
        grid-template-columns:1fr;
    }

    .mvo-softwares-module-changelog-group{
        grid-template-columns:1fr;
        gap:10px;
    }

    .proposal_form_grid,
    .proposal_config_preview,
    .mvo-softwares-issues-summary,
    .mvo-softwares-issue-form-grid{
        grid-template-columns:1fr;
    }

    .mvo-softwares-forum-toolbar{
        flex-direction:column;
        align-items:flex-start;
    }

    .mvo-softwares-forum-toolbar-actions{
        width:100%;
    }

    .mvo-softwares-forum-toolbar-btn{
        width:100%;
    }

    .mvo-softwares-copy h1{
        font-size:46px;
    }

    .mvo-softwares-module-copy h1{
        font-size:44px;
    }

    .mvo-softwares-visual{
        min-height:auto;
    }

    .mvo-softwares-window{
        margin-top:0;
    }

    .mvo-softwares-window-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .mvo-softwares-feature-list div{
        min-height:auto;
    }

    .mvo-softwares-metrics{
        gap:16px;
    }

    .mvo-softwares-metrics div{
        min-width:160px;
        border-right:none;
        padding-right:0;
    }
}

@media(max-width:1180px){
    .mvo-softwares-hero-grid,
    .mvo-softwares-usecase-grid,
    .mvo-softwares-overview-grid{
        grid-template-columns:1fr;
    }

    .mvo-softwares-copy{
        text-align:center;
    }

    .mvo-softwares-copy p{
        margin:auto;
    }

    .mvo-softwares-actions,
    .mvo-softwares-metrics{
        justify-content:center;
    }

    .mvo-softwares-visual{
        max-width:620px;
        margin:auto;
    }
}

@media(max-width:700px){
    .mvo-softwares-module-hero,
    .mvo-softwares-module-content,
    .mvo-softwares-hero,
    .mvo-softwares-overview,
    .mvo-softwares-categories,
    .mvo-softwares-usecases,
    .mvo-softwares-cta{
        padding:72px 0;
    }

    .mvo-softwares-copy h1{
        font-size:40px;
    }

    .mvo-softwares-module-copy h1{
        font-size:38px;
    }

    .mvo-softwares-copy p{
        font-size:16px;
    }

    .mvo-softwares-module-copy p{
        font-size:16px;
    }

    .mvo-softwares-usecase-copy h2,
    .mvo-softwares-cta-box h2{
        font-size:34px;
    }

    .mvo-softwares-btn-primary,
    .mvo-softwares-btn-secondary{
        width:100%;
    }

    .proposal_modal_box{
        padding:26px;
    }

    .proposal_modal_header h3{
        font-size:26px;
    }

    .mvo-softwares-float{
        display:none;
    }

    .mvo-softwares-category-tabs{
        grid-template-columns:1fr;
    }

    .mvo-softwares-category-tab{
        min-height:62px;
        font-size:16px;
    }

    .mvo-softwares-module-card{
        padding:24px;
    }

    .mvo-softwares-module-gallery{
        grid-template-columns:1fr;
    }

    .mvo-softwares-detail-pricing-actions{
        grid-template-columns:1fr;
    }

    .mvo-softwares-detail-pricing-actions .btn:first-child{
        grid-column:auto;
    }

    .mvo-softwares-detail-media-stage,
    .mvo-softwares-detail-media-panel,
    .mvo-softwares-detail-media-placeholder{
        min-height:300px;
    }

    .mvo-softwares-metrics div{
        border-right:none;
        padding-right:0;
    }

    .mvo-softwares-cta-box{
        padding:46px 24px;
    }

    .mvo-softwares-cta-trigger{
        width:100%;
    }

    .mvo-softwares-issue-form,
    .mvo-softwares-issue-login-box,
    .mvo-softwares-issue-card,
    .mvo-softwares-issue-empty,
    .mvo-softwares-forum-toolbar{
        padding:20px;
    }

    .mvo-softwares-issue-form-footer,
    .mvo-softwares-issue-comment-footer,
    .mvo-softwares-issue-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .mvo-softwares-issue-login-box .btn{
        width:100%;
    }

    .mvo-softwares-issue-side{
        min-width:0;
        width:100%;
    }

    .mvo-softwares-issue-comment{
        margin-left:0;
    }

    .mvo-softwares-issue-comment::before{
        display:none;
    }
}

@media(max-width:520px){
    .mvo-softwares-copy h1{
        font-size:32px;
        line-height:1.12;
    }

    .mvo-softwares-module-copy h1{
        font-size:30px;
        line-height:1.12;
    }

    .mvo-softwares-window{
        border-radius:24px;
    }

    .mvo-softwares-window-head,
    .mvo-softwares-feature-list,
    .mvo-softwares-overview-card,
    .mvo-softwares-category-card,
    .mvo-softwares-usecase-list div,
    .mvo-softwares-module-card{
        padding-left:20px;
        padding-right:20px;
    }

    .mvo-softwares-feature-list div{
        padding:14px 16px;
    }

    .mvo-softwares-card-media{
        width:100%;
        min-width:0;
    }

    .mvo-softwares-detail-card .mvo-softwares-card-media{
        width:100%;
        min-width:0;
    }

    .mvo-softwares-card-actions{
        width:100%;
    }

    .mvo-softwares-card-actions .btn{
        width:100%;
    }

    .mvo-softwares-detail-thumbs{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .mvo-softwares-detail-pricing-main strong{
        font-size:38px;
    }

    .mvo-softwares-detail-title-wrap h4{
        font-size:28px;
    }

    .mvo-softwares-detail-block .section_title h2{
        font-size:28px;
    }
}
