
.object-remover-seo{
    padding:55px 20px;
    background:#fff;
    color:#202238;
}

.object-remover-seo .seo-container{
    width:min(1100px,100%);
    margin:auto;
}

.object-remover-seo section{
    margin:0 0 55px;
}

.object-remover-seo h2{
    margin:0 0 14px;
    font-size:clamp(24px,3vw,34px);
    line-height:1.35;
    color:#17182d;
}

.object-remover-seo p,
.object-remover-seo li{
    color:#666b7e;
    line-height:1.9;
    font-size:15px;
}

.seo-kicker,
.seo-section-heading > span{
    display:inline-flex;
    margin-bottom:10px;
    padding:5px 10px;
    border-radius:999px;
    background:#eee9ff;
    color:#6345cc;
    font-size:11px;
    font-weight:900;
}

.seo-cards,
.seo-steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.seo-cards article,
.seo-steps article{
    padding:20px;
    border:1px solid #ebe8f4;
    border-radius:16px;
    background:#faf9fd;
}

.seo-cards strong,
.seo-steps strong{
    display:block;
    margin-bottom:7px;
    color:#24263c;
}

.seo-steps article > span{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
    border-radius:10px;
    background:#704cff;
    color:#fff;
    font-weight:900;
}

.seo-tips ul{
    padding-inline-start:24px;
}

.seo-faq details{
    border-bottom:1px solid #ece9f3;
    padding:15px 0;
}

.seo-faq summary{
    cursor:pointer;
    color:#24263c;
    font-weight:800;
}

.nujiz-before-after{
    margin-top:22px;
    border:1px solid #e6e2f1;
    border-radius:20px;
    overflow:hidden;
    background:#f8f7fb;
}

.nujiz-ba-placeholder{
    min-height:300px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    text-align:center;
    color:#777b8d;
}

.nujiz-ba-placeholder div{
    font-size:34px;
}

.nujiz-ba-stage{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    cursor:ew-resize;
    background:#eee;
    touch-action:none;
}

.nujiz-ba-stage img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
    background:#eee;
}

.nujiz-ba-after-wrap{
    position:absolute;
    inset:0;
}

.nujiz-ba-slider{
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:2px;
    background:#fff;
    box-shadow:0 0 0 1px rgba(0,0,0,.15);
    transform:translateX(-50%);
}

.nujiz-ba-slider span{
    position:absolute;
    top:50%;
    left:50%;
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:#fff;
    color:#5f43ca;
    box-shadow:0 5px 18px rgba(0,0,0,.18);
    font-weight:900;
}

.nujiz-ba-label{
    position:absolute;
    top:14px;
    z-index:4;
    padding:5px 10px;
    border-radius:999px;
    background:rgba(20,20,35,.70);
    color:#fff;
    font-size:11px;
    font-weight:800;
}

.nujiz-ba-label.before{
    left:14px;
}

.nujiz-ba-label.after{
    right:14px;
}

@media(max-width:850px){

    .seo-cards,
    .seo-steps{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:560px){

    .object-remover-seo{
        padding:38px 15px;
    }

    .seo-cards,
    .seo-steps{
        grid-template-columns:1fr;
    }

    .nujiz-ba-placeholder{
        min-height:220px;
    }
}


/* =========================================
   STATIC BEFORE / AFTER SEO COMPARISON
========================================= */

.nujiz-static-comparison{
    width:100%;
    margin:24px auto 0;
    overflow:hidden;
    border-radius:20px;
    border:1px solid #e5e0f5;
    background:#fff;
    box-shadow:0 12px 35px rgba(40,32,80,.08);
}

.nujiz-static-comparison img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
}

@media(max-width:600px){

    .nujiz-static-comparison{
        border-radius:14px;
    }

}

