/* NEXO-APPROVED-V4 */

html{
    scroll-behavior:smooth;
}

body:has(#nexo-approved-v3){
    margin:0!important;
    padding:0!important;
    overflow-x:hidden!important;
    background:#fff!important;
    color:#0b0b0b!important;
    font-family:Arial,Helvetica,sans-serif!important;
    -webkit-font-smoothing:antialiased;
}

body:has(#nexo-approved-v3) > header,
body:has(#nexo-approved-v3) > footer,
body:has(#nexo-approved-v3) .site-header,
body:has(#nexo-approved-v3) .public-header,
body:has(#nexo-approved-v3) .product-header,
body:has(#nexo-approved-v3) .site-footer,
body:has(#nexo-approved-v3) .public-footer{
    display:none!important;
}

body:has(#nexo-approved-v3) > main{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
}

#nexo-approved-v3,
#nexo-approved-v3 *{
    box-sizing:border-box;
}

#nexo-approved-v3{
    width:100vw;
    margin-left:calc(50% - 50vw);
    overflow:hidden;
    color:#0b0b0b;
    background:#fff;
    font-family:Arial,Helvetica,sans-serif;
}

#nexo-approved-v3 a{
    color:inherit;
    text-decoration:none;
}

#nexo-approved-v3 img{
    display:block;
}

.n3-shell{
    width:min(1430px,calc(100% - 104px));
    margin:0 auto;
}

/* HEADER */

#nexo-approved-v3 .n3-header{
    height:58px!important;
    background:#fff!important;
    border-bottom:1px solid #ddd!important;
}

.n3-header-inner{
    height:58px;
    display:grid;
    grid-template-columns:300px 1fr auto;
    align-items:center;
    gap:28px;
}

.n3-brand{
    display:flex;
    align-items:center;
    width:max-content;
    gap:12px;
}

.n3-brand > strong{
    font-size:34px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.055em;
}

.n3-brand > i{
    width:1px;
    height:27px;
    background:#111;
}

.n3-brand > span{
    font-size:16px;
}

.n3-brand > span b{
    font-size:25px;
    font-weight:950;
    letter-spacing:-.045em;
}

.n3-header nav{
    display:flex;
    justify-content:center;
    gap:42px;
}

.n3-header nav a{
    font-size:11px;
}

.n3-header-actions{
    display:flex;
    gap:14px;
}

.n3-btn{
    min-height:38px;
    padding:0 20px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    border-radius:5px;
    white-space:nowrap;
    font-size:11px;
    font-weight:700;
}

.n3-btn-outline{
    background:#fff;
    border:1px solid #111;
}

.n3-btn-yellow{
    color:#080808!important;
    background:#FFD600;
    border:1px solid #FFD600;
}

.n3-btn-black{
    color:#fff!important;
    background:#0B0B0B;
    border:1px solid #0B0B0B;
}

/* HERO */

#nexo-approved-v3 .n3-hero{
    min-height:350px!important;
    padding:26px 0 20px!important;
    color:#fff!important;
    background:
        radial-gradient(circle at 72% 35%,#1b1b1b 0,#111 38%,#090909 76%)!important;
}

.n3-hero::before,
.n3-hero::after{
    content:none!important;
    display:none!important;
}

.n3-hero-grid{
    min-height:304px;
    display:grid;
    grid-template-columns:44% 56%;
    align-items:center;
    gap:44px;
}

.n3-kicker{
    margin:0 0 14px;
    color:#FFD600;
    font-size:8px;
    font-weight:900;
    letter-spacing:.38em;
}

.n3-hero h1{
    margin:0 0 13px;
    color:#fff;
    font-size:clamp(48px,4.4vw,65px);
    line-height:.9;
    font-weight:950;
    letter-spacing:-.062em;
}

.n3-hero h1 span,
.n3-hero h1 mark{
    display:block;
    width:max-content;
    max-width:100%;
}

.n3-hero h1 mark{
    margin-top:5px;
    padding:0 .055em .045em;
    color:#090909;
    background:#FFD600;
}

.n3-hero-lead{
    margin:0 0 20px;
    color:#fff;
    font-size:18px;
    line-height:1.25;
}

.n3-hero-actions{
    display:flex;
    align-items:center;
    gap:27px;
    margin-bottom:18px;
}

.n3-btn-demo{
    min-width:218px;
}

.n3-inline{
    padding-bottom:4px;
    color:#fff!important;
    border-bottom:1px solid #fff;
    font-size:11px;
}

.n3-hero-copy > small{
    color:#d5d5d5;
    font-size:9px;
}

/* PREVIEW */

.n3-preview-box > small{
    display:block;
    margin-top:7px;
    color:#ddd;
    text-align:right;
    font-size:7px;
}

.n3-preview{
    min-height:299px;
    display:grid;
    grid-template-columns:125px 1fr;
    overflow:hidden;
    color:#111;
    background:#fff;
    border-radius:7px;
    box-shadow:0 17px 45px rgba(0,0,0,.32);
}

.n3-preview aside{
    padding:13px 9px;
    border-right:1px solid #e3e3e3;
}

.n3-preview aside > strong{
    display:block;
    margin:0 0 17px 4px;
    font-size:19px;
    font-weight:950;
}

.n3-preview aside div{
    display:flex;
    align-items:center;
    gap:6px;
    margin-bottom:2px;
    padding:8px 7px;
    border-radius:4px;
    font-size:8px;
}

.n3-preview aside .active{
    background:#f1f1f1;
    font-weight:700;
}

.n3-preview > section{
    padding:8px 16px 12px;
}

.n3-preview-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    margin-bottom:16px;
}

.n3-search{
    width:55%;
    padding:6px 9px;
    color:#777;
    border:1px solid #e2e2e2;
    border-radius:4px;
    font-size:7px;
}

.n3-user{
    font-size:7px;
}

.n3-preview section h3{
    margin:0 0 12px;
    font-size:19px;
    font-weight:950;
    letter-spacing:-.04em;
}

.n3-preview-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-bottom:14px;
}

.n3-preview-cards > div{
    min-height:72px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    border:1px solid #e3e3e3;
    border-radius:5px;
}

.n3-preview-cards b{
    font-size:27px;
}

.n3-preview-cards span{
    font-size:9px;
}

.n3-orders-title{
    display:flex;
    justify-content:space-between;
    margin-bottom:6px;
    font-size:8px;
}

.n3-orders{
    font-size:7px;
}

.n3-orders > div{
    min-height:25px;
    display:grid;
    grid-template-columns:1fr 1.5fr 1fr;
    align-items:center;
    padding:0 9px;
    border-bottom:1px solid #ececec;
}

.n3-orders .head{
    min-height:22px;
    color:#666;
    background:#f1f1f1;
    border-radius:3px;
}

.n3-orders em{
    width:max-content;
    padding:3px 8px;
    font-style:normal;
    background:#e7e7e7;
    border-radius:999px;
}

.n3-orders em.yellow{
    background:#FFD600;
}

/* RECURSOS */

#nexo-approved-v3 .n3-features{
    min-height:269px!important;
    padding:20px 0 10px!important;
    background:#fff!important;
}

.n3-features::before,
.n3-features::after{
    content:none!important;
    display:none!important;
}

.n3-section-title small{
    display:block;
    margin-bottom:6px;
    font-size:7px;
    font-weight:900;
    letter-spacing:.35em;
}

.n3-section-title h2{
    margin:0 0 16px;
    font-size:37px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.055em;
}

.n3-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

.n3-feature-grid article{
    min-height:93px;
    display:grid;
    grid-template-columns:70px 1fr;
    align-items:center;
    padding:10px 18px 10px 4px;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.n3-feature-grid article:nth-child(3n){
    border-right:0;
}

.n3-feature-grid svg{
    width:45px;
    height:45px;
    fill:none;
    stroke:#0b0b0b;
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.n3-feature-grid h3{
    margin:0 0 3px;
    font-size:16px;
    font-weight:900;
}

.n3-feature-grid p{
    margin:0;
    color:#555;
    font-size:11px;
    line-height:1.25;
}

/* OPERAÇÃO */

#nexo-approved-v3 .n3-operation{
    height:318px!important;
    min-height:318px!important;
    display:grid!important;
    grid-template-columns:57.3% 42.7%!important;
    background:#fff!important;
    border-top:1px solid #ddd!important;
    border-bottom:1px solid #ddd!important;
}

.n3-operation::before,
.n3-operation::after{
    content:none!important;
    display:none!important;
}

.n3-operation figure{
    position:relative;
    height:318px;
    margin:0;
    overflow:hidden;
    background:#111;
}

.n3-operation figure img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 44%;
    filter:grayscale(1) contrast(1.04);
}

.n3-operation-copy{
    display:flex;
    align-items:center;
    padding:31px 38px;
    background:#fff;
}

.n3-operation-copy > div{
    width:min(100%,480px);
}

.n3-operation h2{
    margin:0 0 8px;
    font-size:39px;
    line-height:.91;
    font-weight:950;
    letter-spacing:-.055em;
}

.n3-operation p{
    max-width:425px;
    margin:0 0 14px;
    color:#555;
    font-size:14px;
    line-height:1.25;
}

.n3-operation ul{
    display:grid;
    gap:7px;
    margin:0 0 17px;
    padding:0;
    list-style:none;
}

.n3-operation li{
    display:flex;
    align-items:center;
    gap:9px;
    font-size:11px;
}

.n3-operation li::before{
    content:"✓";
    width:23px;
    height:23px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 23px;
    color:#111;
    background:#FFD600;
    border-radius:50%;
    font-size:12px;
    font-weight:900;
}

.n3-operation a{
    display:inline-flex;
    align-items:center;
    gap:20px;
    padding-bottom:4px;
    border-bottom:2px solid #FFD600;
    font-size:11px;
    font-weight:700;
}

/* SEGMENTOS */

#nexo-approved-v3 .n3-segments{
    min-height:204px!important;
    padding:17px 0 18px!important;
    background:#fff!important;
}

.n3-segments::before,
.n3-segments::after{
    content:none!important;
    display:none!important;
}

.n3-segment-head{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    align-items:end;
    gap:35px;
    margin-bottom:11px;
}

.n3-segment-head h2{
    margin:0;
    font-size:36px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.055em;
}

.n3-segment-head p{
    max-width:490px;
    margin:0;
    padding-left:30px;
    color:#555;
    border-left:1px solid #ccc;
    font-size:11px;
    line-height:1.25;
}

.n3-segment-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:13px;
}

.n3-segment-grid article{
    overflow:hidden;
    background:#f1f1f1;
    border-radius:4px;
}

.n3-segment-grid img{
    width:100%;
    height:104px;
    object-fit:cover;
    filter:grayscale(1) contrast(1.035);
}

.n3-segment-grid article:nth-child(1) img{
    object-position:center 55%;
}

.n3-segment-grid article:nth-child(2) img{
    object-position:center 52%;
}

.n3-segment-grid article:nth-child(3) img{
    object-position:center 50%;
}

.n3-segment-grid article:nth-child(4) img{
    object-position:center 34%;
}

.n3-segment-grid strong{
    display:block;
    padding:8px 12px 9px;
    color:#111;
    font-size:11px;
}

/* PLANOS — FORÇADO AO MODELO */

#nexo-approved-v3 .n3-plans{
    position:relative!important;
    min-height:172px!important;
    padding:18px 0 16px!important;
    overflow:hidden!important;
    isolation:isolate!important;
    color:#fff!important;
    background:#0b0b0b!important;
    background-image:
        radial-gradient(circle at 78% 30%,#1a1a1a 0,#101010 42%,#090909 78%)!important;
}

#nexo-approved-v3 .n3-plans::before,
#nexo-approved-v3 .n3-plans::after,
#nexo-approved-v3 .n3-plans .n3-shell::before,
#nexo-approved-v3 .n3-plans .n3-shell::after{
    content:none!important;
    display:none!important;
    background:none!important;
}

.n3-plan-head{
    display:grid;
    grid-template-columns:1.5fr .7fr;
    align-items:end;
    gap:50px;
    margin-bottom:13px;
}

.n3-plan-head small{
    color:#FFD600!important;
    opacity:1!important;
    font-size:7px;
    font-weight:900;
    letter-spacing:.34em;
}

.n3-plan-head h2{
    margin:5px 0 0;
    color:#fff!important;
    opacity:1!important;
    font-size:37px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.055em;
    text-shadow:none!important;
}

.n3-plan-head p{
    margin:0 0 4px;
    color:#ddd!important;
    opacity:1!important;
    font-size:10px;
    line-height:1.3;
}

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

.n3-plan-grid > a{
    min-height:73px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:13px 18px;
    color:#fff!important;
    background:transparent!important;
    opacity:1!important;
    border:1px solid #bbb!important;
    border-radius:5px;
    box-shadow:none!important;
}

.n3-plan-grid strong{
    margin-bottom:6px;
    color:#fff!important;
    opacity:1!important;
    font-size:19px;
    font-weight:900;
}

.n3-plan-grid span{
    width:max-content;
    padding-bottom:3px;
    color:#fff!important;
    opacity:1!important;
    border-bottom:2px solid #FFD600;
    font-size:10px;
}

/* CTA */

#nexo-approved-v3 .n3-final{
    min-height:74px!important;
    background:#FFD600!important;
}

.n3-final::before,
.n3-final::after{
    content:none!important;
    display:none!important;
}

.n3-final-inner{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;
}

.n3-final h2{
    margin:0;
    color:#0b0b0b!important;
    font-size:38px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.055em;
}

.n3-final .n3-btn{
    min-width:225px;
}

/* FOOTER */

#nexo-approved-v3 .n3-footer{
    min-height:90px!important;
    color:#fff!important;
    background:#0b0b0b!important;
}

.n3-footer::before,
.n3-footer::after{
    content:none!important;
    display:none!important;
}

.n3-footer-inner{
    min-height:90px;
    display:grid;
    grid-template-columns:1fr 1fr auto;
    align-items:center;
    gap:35px;
}

.n3-brand-footer{
    color:#fff!important;
}

.n3-brand-footer > i{
    background:#fff;
}

.n3-footer nav{
    display:flex;
    justify-content:center;
    gap:26px;
    color:#d7d7d7;
    font-size:8px;
}

.n3-meta{
    display:grid;
    justify-items:end;
    gap:4px;
    color:#d7d7d7;
    font-size:8px;
}

/* TABLET */

@media(max-width:1000px){

    .n3-shell{
        width:calc(100% - 52px);
    }

    .n3-header-inner{
        grid-template-columns:260px 1fr auto;
    }

    .n3-header nav{
        gap:22px;
    }

    .n3-hero-grid{
        gap:24px;
    }
}

@media(max-width:850px){

    .n3-header-inner{
        grid-template-columns:1fr auto;
    }

    .n3-header nav{
        display:none;
    }

    .n3-hero-grid{
        grid-template-columns:1fr;
        gap:28px;
    }

    #nexo-approved-v3 .n3-operation{
        height:auto!important;
        grid-template-columns:1fr!important;
    }

    .n3-operation figure{
        height:auto;
        min-height:390px;
    }

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

    .n3-segment-grid{
        grid-template-columns:1fr 1fr;
    }

    .n3-plan-grid{
        grid-template-columns:1fr;
    }

    .n3-footer-inner{
        grid-template-columns:1fr;
        gap:22px;
        padding:27px 0;
    }

    .n3-footer nav{
        justify-content:flex-start;
    }

    .n3-meta{
        justify-items:start;
    }
}

@media(max-width:620px){

    .n3-shell{
        width:calc(100% - 28px);
    }

    .n3-brand > strong{
        font-size:26px;
    }

    .n3-brand > span{
        font-size:11px;
    }

    .n3-brand > span b{
        font-size:17px;
    }

    .n3-header-actions .n3-btn-outline{
        display:none;
    }

    .n3-header-actions .n3-btn{
        padding:0 11px;
        font-size:9px;
    }

    .n3-hero h1{
        font-size:45px;
    }

    .n3-hero-actions{
        align-items:flex-start;
        flex-direction:column;
        gap:15px;
    }

    .n3-preview{
        grid-template-columns:80px 1fr;
    }

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

    .n3-feature-grid article{
        border-right:0!important;
    }

    .n3-operation figure{
        min-height:300px;
    }

    .n3-operation-copy{
        padding:32px 22px;
    }

    .n3-operation h2,
    .n3-section-title h2,
    .n3-segment-head h2,
    .n3-plan-head h2,
    .n3-final h2{
        font-size:32px;
    }

    .n3-segment-head{
        grid-template-columns:1fr;
        gap:12px;
    }

    .n3-segment-head p{
        padding-left:0;
        border-left:0;
    }

    .n3-segment-grid{
        grid-template-columns:1fr;
    }

    .n3-segment-grid img{
        height:180px;
    }

    .n3-plan-head{
        grid-template-columns:1fr;
        gap:11px;
    }

    .n3-final-inner{
        align-items:flex-start;
        flex-direction:column;
        padding:25px 0;
    }

    .n3-final .n3-btn{
        width:100%;
    }
}

/* NEXO-APPROVED-V4-FIDELITY */

/*
 * O modelo aprovado foi construído com imagens próximas de 16:9.
 * Em telas largas, alturas fixas achatavam o enquadramento.
 */

/* HERO */

#nexo-approved-v3 .n3-hero{
    min-height:clamp(350px,27vw,430px)!important;
}

.n3-hero-grid{
    min-height:clamp(304px,23vw,375px)!important;
}

.n3-preview{
    min-height:clamp(299px,21vw,335px)!important;
}

/* RECURSOS */

#nexo-approved-v3 .n3-features{
    min-height:clamp(269px,19vw,310px)!important;
    padding-top:24px!important;
    padding-bottom:14px!important;
}

.n3-feature-grid article{
    min-height:clamp(93px,6.5vw,104px)!important;
}

/* BLOCO OPERAÇÃO */

#nexo-approved-v3 .n3-operation{
    height:clamp(318px,28vw,450px)!important;
    min-height:clamp(318px,28vw,450px)!important;
    grid-template-columns:57.3% 42.7%!important;
}

.n3-operation figure{
    height:100%!important;
    min-height:0!important;
}

.n3-operation figure img{
    width:100%!important;
    height:100%!important;

    object-fit:cover!important;

    /*
     * Mantém rostos, tablet e contexto do balcão
     * sem alongar a fotografia.
     */
    object-position:center 47%!important;

    transform:none!important;

    filter:grayscale(1) contrast(1.035)!important;
}

.n3-operation-copy{
    padding:
        clamp(31px,2.5vw,42px)
        clamp(38px,3vw,52px)!important;
}

.n3-operation-copy > div{
    width:min(100%,520px)!important;
}

.n3-operation h2{
    font-size:clamp(39px,3vw,48px)!important;
}

.n3-operation p{
    font-size:clamp(14px,1.05vw,16px)!important;
}

/* SEGMENTOS */

#nexo-approved-v3 .n3-segments{
    min-height:auto!important;
    padding:20px 0 22px!important;
}

.n3-segment-grid img{
    width:100%!important;

    height:clamp(104px,9vw,145px)!important;

    object-fit:cover!important;

    transform:none!important;

    filter:grayscale(1) contrast(1.035)!important;
}

/* Restaurante: prato centralizado */
.n3-segment-grid article:nth-child(1) img{
    object-position:center 52%!important;
}

/* Padaria: mantém volume dos pães */
.n3-segment-grid article:nth-child(2) img{
    object-position:center 51%!important;
}

/* Loja: não corta excessivamente a arara */
.n3-segment-grid article:nth-child(3) img{
    object-position:center 47%!important;
}

/* Serviços: preserva profissional + cliente */
.n3-segment-grid article:nth-child(4) img{
    object-position:center 30%!important;
}

.n3-segment-grid strong{
    padding:9px 12px 10px!important;
    font-size:11px!important;
}

/* PLANOS — sem círculo, sem verde, sem transparência */

#nexo-approved-v3 .n3-plans{
    min-height:clamp(172px,12vw,195px)!important;

    background:#0B0B0B!important;
    background-image:
        radial-gradient(
            circle at 78% 35%,
            #181818 0,
            #101010 40%,
            #090909 76%
        )!important;

    color:#fff!important;

    opacity:1!important;
    filter:none!important;
}

#nexo-approved-v3 .n3-plans::before,
#nexo-approved-v3 .n3-plans::after,
#nexo-approved-v3 .n3-plans .n3-shell::before,
#nexo-approved-v3 .n3-plans .n3-shell::after,
#nexo-approved-v3 .n3-plan-grid::before,
#nexo-approved-v3 .n3-plan-grid::after{
    content:none!important;
    display:none!important;
    background:none!important;
    box-shadow:none!important;
}

.n3-plan-head small{
    color:#FFD600!important;
    opacity:1!important;
}

.n3-plan-head h2{
    color:#fff!important;
    opacity:1!important;
}

.n3-plan-head p{
    color:#E2E2E2!important;
    opacity:1!important;
}

.n3-plan-grid > a{
    color:#fff!important;
    background:transparent!important;
    border-color:rgba(255,255,255,.72)!important;
    opacity:1!important;
}

.n3-plan-grid strong,
.n3-plan-grid span{
    color:#fff!important;
    opacity:1!important;
}

/* CTA */

#nexo-approved-v3 .n3-final{
    min-height:76px!important;
}

.n3-final-inner{
    min-height:76px!important;
}

/* FOOTER */

#nexo-approved-v3 .n3-footer,
.n3-footer-inner{
    min-height:92px!important;
}

/*
 * Mantém layout compacto em notebooks,
 * mas permite mais altura em desktop largo.
 */
@media (min-width:1200px){

    .n3-shell{
        width:min(1430px,calc(100% - 96px))!important;
    }

    .n3-section-title h2{
        font-size:clamp(37px,2.65vw,43px)!important;
    }

    .n3-segment-head h2{
        font-size:clamp(36px,2.5vw,42px)!important;
    }
}

@media (max-width:850px){

    #nexo-approved-v3 .n3-operation{
        height:auto!important;
        min-height:0!important;
        grid-template-columns:1fr!important;
    }

    .n3-operation figure{
        min-height:390px!important;
    }

    .n3-segment-grid img{
        height:170px!important;
    }
}

@media (max-width:620px){

    .n3-operation figure{
        min-height:300px!important;
    }

    .n3-segment-grid img{
        height:180px!important;
    }
}
