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

.mvo-desk-hero-grid{
    display:grid;
    grid-template-columns:1fr 560px;
    gap:70px;
    align-items:center;
}

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

.mvo-desk-copy h1{
    color:#fff;
    font-size:54px;
    line-height:1.08;
    margin:0 0 22px;
    font-weight:700;
    letter-spacing:-1.4px;
}

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

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

.mvo-desk-btn-primary,
.mvo-desk-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;
    cursor:pointer;
}

.mvo-desk-btn-primary{
    background:#0276ac;
    color:#fff;
    box-shadow:0 16px 38px rgba(2,118,172,.24);
}

.mvo-desk-btn-primary:hover{
    color:#fff;
    text-decoration:none;
    transform:translateY(-3px);
}

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

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

.mvo-desk-points{
    display:flex;
    flex-wrap:wrap;
    gap:14px 24px;
}

.mvo-desk-points span{
    color:#fff;
    font-weight:700;
}

.mvo-desk-points i{
    color:#16a34a;
    margin-right:6px;
}

.mvo-desk-visual{
    position:relative;
    min-height:500px;
}

.mvo-desk-window{
    position:relative;
    z-index:2;
    margin-top:35px;
    padding:28px;
    border-radius:30px;
    background:linear-gradient(180deg, rgba(5,15,23,.96), rgba(8,25,38,.96));
    border:1px solid rgba(125,211,252,.12);
    box-shadow:0 35px 90px rgba(2,8,23,.42);
    backdrop-filter:blur(14px);
}

.mvo-desk-window-top{
    display:flex;
    gap:8px;
    margin-bottom:24px;
}

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

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

.mvo-desk-session{
    display:grid;
    gap:18px;
}

.mvo-desk-session-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    color:#cbd5e1;
    font-size:14px;
    font-weight:700;
}

.mvo-desk-session-bar strong{
    color:#7dd3fc;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.mvo-desk-device-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:22px 24px;
    border-radius:22px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(148,163,184,.14);
}

.mvo-desk-device-card small{
    display:block;
    color:#94a3b8;
    margin-bottom:8px;
}

.mvo-desk-device-card strong{
    display:block;
    color:#fff;
    font-size:22px;
}

.mvo-desk-online-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(34,197,94,.16);
    color:#4ade80;
    font-size:13px;
    font-weight: 600;
}

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

.mvo-desk-stats div{
    padding:20px;
    border-radius:20px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(148,163,184,.12);
}

.mvo-desk-stats small{
    display:block;
    color:#94a3b8;
    margin-bottom:10px;
}

.mvo-desk-stats strong{
    color:#fff;
    font-size:24px;
    line-height:1.1;
}

.mvo-desk-tools{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.mvo-desk-tools span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:42px;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(148,163,184,.14);
    color:#e2e8f0;
    font-weight:700;
}

.mvo-desk-tools i{
    color:#7dd3fc;
}

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

.mvo-desk-float i{
    color:#7dd3fc;
    margin-right:8px;
}

.mvo-desk-float.left{
    left:-15px;
    bottom:70px;
}

.mvo-desk-float.right{
    top:10px;
    right:15px;
}

.mvo-desk-benefits{
    padding:100px 0;
    background:#fff;
}

.mvo-desk-usecases{
    padding:100px 0;
    background:#f8fbff;
}

.mvo-desk-benefit-grid{
    margin-top:55px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.mvo-desk-benefit-grid-four{
    grid-template-columns:repeat(4,1fr);
}

.mvo-desk-benefit-card{
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:24px;
    padding:32px;
    box-shadow:0 18px 40px rgba(15,23,42,.05);
}

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

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

.mvo-desk-benefit-card p{
    color:#64748b;
    line-height:1.7;
    margin:0;
}

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

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

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

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

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

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

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

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

#planos-mvo-desk .mvo-multi-plan-grid{
    max-width:1320px;
    grid-template-columns:repeat(3, minmax(0, 1fr));
}

#planos-mvo-desk .mvo-desk-plan-free{
    background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}

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

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

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

    .mvo-desk-window{
        margin-top:0;
        padding:22px;
    }

    .mvo-desk-session-bar,
    .mvo-desk-device-card{
        align-items:flex-start;
        flex-direction:column;
    }

    .mvo-desk-tools span{
        width:100%;
        justify-content:flex-start;
    }
}

@media(max-width:1100px){
    .mvo-desk-hero-grid,
    .mvo-desk-benefit-grid,
    .mvo-desk-benefit-grid-four,
    .mvo-desk-usecase-grid{
        grid-template-columns:1fr;
    }

    #planos-mvo-desk .mvo-multi-plan-grid{
        grid-template-columns:1fr;
        max-width:920px;
    }

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

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

    .mvo-desk-actions,
    .mvo-desk-points{
        justify-content:center;
    }

    .mvo-desk-visual{
        max-width:640px;
        margin:auto;
    }
}

@media(max-width:700px){
    .mvo-desk-hero,
    .mvo-desk-benefits,
    .mvo-desk-usecases{
        padding:70px 0;
    }

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

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

    .mvo-desk-board,
    .mvo-desk-benefit-grid{
        grid-template-columns:1fr;
    }

    .mvo-desk-usecase-copy h2{
        font-size:32px;
    }

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

    .mvo-desk-window{
        padding:18px;
        border-radius:24px;
    }

    .mvo-desk-stats{
        grid-template-columns:1fr;
    }

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

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

    .mvo-desk-window-top{
        margin-bottom:18px;
    }

    .mvo-desk-device-card,
    .mvo-desk-stats div,
    .mvo-desk-usecase-list div,
    .mvo-desk-benefit-card{
        padding:20px;
    }

    .mvo-desk-device-card strong,
    .mvo-desk-stats strong{
        font-size:20px;
    }
}
