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

.mvo-edge-hero{
    padding:100px 0 80px;
    overflow:hidden;
    background:
        radial-gradient(circle at 82% 14%, rgba(2,118,172,.18), transparent 28%),
        radial-gradient(circle at 18% 20%, rgba(14,165,233,.12), transparent 20%),
        linear-gradient(180deg,#071827 0%, #0c2030 52%, #071827 100%);
}

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

.mvo-edge-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-edge-copy h1{
    color:#fff;
    font-size:54px;
    line-height:1.04;
    margin:0 0 22px;
    font-weight: 600;
    letter-spacing:-1.6px;
    max-width:680px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mvo-edge-console-wrap{
    position:relative;
    min-height:520px;
}

.mvo-edge-console{
    position:relative;
    z-index:2;
    margin-top:28px;
    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-edge-console-top{
    display:flex;
    gap:8px;
    padding:20px 24px;
    border-bottom:1px solid rgba(148,163,184,.12);
    background:rgba(255,255,255,.02);
}

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

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

.mvo-edge-console-body{
    padding:28px 28px 34px;
    display:grid;
    gap:14px;
}

.mvo-edge-console-line{
    font-family:Consolas, "Courier New", monospace;
    font-size:15px;
    line-height:1.7;
}

.mvo-edge-console-line.dim{color:#94a3b8;}
.mvo-edge-console-line.command{color:#f8fafc;}
.mvo-edge-console-line.ok{color:#4ade80;}
.mvo-edge-console-line.forward{color:#7dd3fc;}

.mvo-edge-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-edge-float i{
    color:#0276ac;
    margin-right:8px;
}

.mvo-edge-float.left{
    left:-18px;
    bottom:58px;
}

.mvo-edge-float.right{
    top:10px;
    right:18px;
}

.mvo-edge-intro,
.mvo-edge-pricing{
    padding:100px 0;
    background:#fff;
}

.mvo-edge-usage{
    padding:100px 0;
    background:#f8fbff;
}

.mvo-edge-feature-grid{
    margin-top:56px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.mvo-edge-feature-card{
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:24px;
    padding:30px;
    box-shadow:0 18px 40px rgba(15,23,42,.05);
    transition:.25s;
}

.mvo-edge-feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 26px 55px rgba(15,23,42,.08);
}

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

.mvo-edge-feature-card h3{
    color:#071827;
    font-size:22px;
    margin:0 0 12px;
}

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

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

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

.mvo-edge-usage-copy h2{
    color:#071827;
    font-size:44px;
    line-height:1.14;
    margin:0 0 18px;
}

.mvo-edge-usage-copy p{
    color:#64748b;
    line-height:1.85;
    margin:0 0 16px;
}

.mvo-edge-usage-list{
    display:grid;
    gap:18px;
}

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

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

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

.mvo-edge-pricing-grid{
    margin-top:56px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.mvo-edge-price-card{
    position:relative;
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:28px;
    padding:38px;
    box-shadow:0 18px 40px rgba(15,23,42,.05);
    transition:.25s;
}

.mvo-edge-price-card:hover{
    transform:translateY(-6px);
    box-shadow:0 26px 60px rgba(15,23,42,.08);
}

.mvo-edge-price-card.featured{
    border:2px solid #0276ac;
    box-shadow:0 24px 70px rgba(2,118,172,.12);
}

.mvo-edge-plan-tag{
    position:absolute;
    top:-16px;
    left:30px;
    background:#0276ac;
    color:#fff;
    border-radius:999px;
    padding:8px 15px;
    font-size:12px;
    font-weight: 600;
}

.mvo-edge-price-card h3{
    color:#071827;
    font-size:30px;
    margin:0 0 12px;
}

.mvo-edge-price-card p{
    color:#64748b;
    line-height:1.75;
    min-height:78px;
    margin:0;
}

.mvo-edge-price-value{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin:26px 0;
}

.mvo-edge-price-value strong{
    color:#071827;
    font-size:46px;
    line-height:1.05;
    letter-spacing:-1.2px;
}

.mvo-edge-price-value small{
    color:#64748b;
    font-size:14px;
    font-weight: 600;
}

.mvo-edge-price-btn{
    height:56px;
    border-radius:15px;
    background:#071827;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight: 600;
    margin-bottom:28px;
}

.mvo-edge-price-card.featured .mvo-edge-price-btn,
.mvo-edge-price-btn:hover{
    background:#0276ac;
    color:#fff;
    text-decoration:none;
}

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

.mvo-edge-price-card li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#334155;
    font-weight:600;
}

.mvo-edge-price-card li i{
    color:#16a34a;
    margin-top:2px;
}

.mvo-edge-plan-note{
    margin-top:22px;
    padding-top:18px;
    border-top:1px solid #e2e8f0;
    color:#64748b;
    line-height:1.7;
    font-size:14px;
}

.mvo-edge-plan-card{
    position:relative;
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:28px;
    padding:34px;
    box-shadow:0 18px 40px rgba(15,23,42,.05);
    transition:.25s;
}

.mvo-edge-plan-card:hover{
    transform:translateY(-6px);
    box-shadow:0 26px 60px rgba(15,23,42,.08);
}

.mvo-edge-plan-card.is-featured{
    border:2px solid #0276ac;
    box-shadow:0 24px 70px rgba(2,118,172,.12);
}

.mvo-edge-plan-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:22px;
}

.mvo-edge-plan-top i{
    width:52px;
    height:52px;
    border-radius:16px;
    background:#ecf7ff;
    color:#0276ac;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.mvo-edge-plan-chip{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:8px 14px;
    border-radius:999px;
    background:#eaf4fb;
    color:#4b5563;
    font-size:12px;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.mvo-edge-plan-chip.is-featured{
    background:#0276ac;
    color:#fff;
}

.mvo-edge-plan-card h3{
    color:#071827;
    font-size:34px;
    margin:0 0 12px;
}

.mvo-edge-plan-card p{
    color:#64748b;
    line-height:1.75;
    margin:0 0 18px;
    min-height:72px;
}

.mvo-edge-plan-label{
    display:block;
    color:#071827;
    font-size:13px;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:12px;
}

.mvo-edge-plan-highlight{
    min-height:80px;
    border-radius:20px;
    background:#f8fbff;
    border:1px solid #e2edf6;
    padding:18px 20px;
    color:#24415c;
    line-height:1.7;
    font-weight:700;
    margin-bottom:20px;
}

.mvo-edge-plan-list{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    gap:12px;
}

.mvo-edge-plan-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#334155;
    font-weight:600;
}

.mvo-edge-plan-list li i{
    color:#0276ac;
    margin-top:2px;
}

.mvo-edge-plan-meta{
    margin:20px 0 18px;
    color:#64748b;
    font-size:14px;
    font-weight: 600;
}

.mvo-edge-open-offcanvas{
    height:56px;
    border:none;
    border-radius:15px;
    background:#071827;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 600;
    transition:.25s;
}

.mvo-edge-plan-card.is-featured .mvo-edge-open-offcanvas,
.mvo-edge-open-offcanvas:hover{
    background:#0276ac;
    color:#fff;
}

.mvo-edge-help{
    margin-top:28px;
    padding:22px 28px;
    border:1px solid #dce5ef;
    border-radius:22px;
    background:#f8fbff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.mvo-edge-help strong{
    color:#071827;
}

.mvo-edge-help span{
    flex:1;
    color:#64748b;
    line-height:1.7;
}

.mvo-edge-help a{
    white-space:nowrap;
    color:#0276ac;
    font-weight: 600;
    text-decoration:none;
}

.mvo-edge-cta{
    padding:0 0 100px;
    background:#fff;
}

.mvo-edge-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-edge-cta-box h2{
    font-size:48px;
    line-height:1.1;
    margin:0 0 16px;
}

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

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

.mvo-edge-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;
    text-decoration:none;
    font-weight: 600;
    border:none;
    cursor:pointer;
}

@media(max-width:1100px){
    .mvo-edge-hero-grid,
    .mvo-edge-usage-grid,
    .mvo-edge-pricing-grid{
        grid-template-columns:1fr;
    }

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

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

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

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

    .mvo-edge-console-wrap{
        max-width:620px;
        margin:auto;
    }

    .mvo-edge-help{
        flex-direction:column;
        align-items:flex-start;
    }
}

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

    .mvo-edge-copy h1{
        font-size:44px;
        max-width:none;
    }

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

    .mvo-edge-console-wrap{
        max-width:100%;
    }

    .mvo-edge-console{
        border-radius:24px;
    }

    .mvo-edge-console-body{
        font-size:13px;
    }

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

    .mvo-edge-help{
        padding:18px;
    }
}

@media(max-width:1280px){
    .mvo-edge-copy h1{
        font-size:48px;
        max-width:620px;
    }
}

@media(max-width:700px){
    .mvo-edge-hero,
    .mvo-edge-intro,
    .mvo-edge-usage,
    .mvo-edge-pricing{
        padding:72px 0;
    }

    .mvo-edge-cta{
        padding-bottom:72px;
    }

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

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

    .mvo-edge-usage-copy h2{
        font-size:34px;
    }

    .mvo-edge-feature-grid{
        grid-template-columns:1fr;
    }

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

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

    .mvo-edge-console-body{
        padding:18px;
    }

    .mvo-edge-console-line{
        font-size:12px;
        word-break:break-word;
    }

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

    .mvo-edge-price-value strong{
        font-size:36px;
    }

    .mvo-edge-plan-card{
        padding:28px 24px;
    }

    .mvo-edge-plan-card h3{
        font-size:30px;
    }

    .mvo-edge-plan-highlight{
        min-height:auto;
    }

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

    .mvo-edge-cta-box h2{
        font-size:34px;
    }
}

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

    .mvo-edge-usage-copy h2,
    .mvo-edge-cta-box h2{
        font-size:30px;
    }

    .mvo-edge-console{
        border-radius:22px;
    }

    .mvo-edge-console-top{
        padding:16px 18px;
    }

    .mvo-edge-console-body{
        padding:16px;
    }

    .mvo-edge-feature-card,
    .mvo-edge-plan-card{
        padding:22px 18px;
    }

    .mvo-edge-cta-box{
        padding:40px 18px;
    }
}
