/* =========================================================
   BIZNIS MARKET - SEO OPTIMIZACIJA
   ========================================================= */

.bm-seo-page{
    --seo-dark:#0d171d;
    --seo-blue:#12aee8;
    --seo-blue-dark:#078fc3;
    --seo-text:#15191c;
    --seo-muted:#68737b;
    --seo-line:#e3e9ed;
    --seo-soft:#f4f8fa;

    width:100%;
    color:var(--seo-text);
    overflow:visible;
}

.bm-seo-page,
.bm-seo-page *,
.bm-seo-page *::before,
.bm-seo-page *::after{
    box-sizing:border-box !important;
}

.bm-seo-inner{
    width:min(1500px,94vw);
    max-width:1500px;
    margin:0 auto;
    padding-left:28px;
    padding-right:28px;
}

.bm-seo-page h2{
    margin:0;
    color:var(--seo-text);
    font-size:clamp(32px,3vw,46px);
    line-height:1.08;
    letter-spacing:-1.3px;
    font-weight:800;
}

.bm-seo-page h3{
    margin:0;
    color:var(--seo-text);
    font-size:20px;
    line-height:1.25;
    font-weight:700;
}

.bm-seo-page p{
    margin:0;
    color:var(--seo-muted);
    font-size:16px;
    line-height:1.72;
}

.bm-seo-kicker{
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:14px;
    color:var(--seo-blue);
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.bm-seo-kicker::before{
    content:"";
    width:26px;
    height:2px;
    border-radius:10px;
    background:currentColor;
}

.bm-seo-lead{
    max-width:1100px;
    font-size:17px !important;
    line-height:1.76 !important;
}


/* INTRO */

.bm-seo-intro{
    padding:62px 0 74px;
}

.bm-seo-intro-grid{
    display:grid;
    grid-template-columns:minmax(0,1.42fr) minmax(330px,.58fr);
    gap:68px;
    align-items:start;
}

.bm-seo-intro-copy h2{
    max-width:920px;
    margin-bottom:22px;
}

.bm-seo-intro-copy p{
    max-width:980px;
    margin-bottom:17px;
}

.bm-seo-intro-copy p:last-child{
    margin-bottom:0;
}

.bm-seo-intro-copy strong{
    color:var(--seo-text);
}

.bm-seo-pill-list{
    display:grid;
    gap:10px;
}

.bm-seo-pill{
    position:relative;
    padding:21px 20px 21px 65px;
    border:1px solid var(--seo-line);
    border-radius:14px;
    background:var(--seo-soft);
}

.bm-seo-pill-num{
    position:absolute;
    left:19px;
    top:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    width:29px;
    height:29px;

    border-radius:8px;
    background:var(--seo-dark);
    color:#fff;

    font-size:10px;
    font-weight:800;
}

.bm-seo-pill h3{
    margin-bottom:6px;
    font-size:17px;
}

.bm-seo-pill p{
    font-size:13px;
    line-height:1.55;
}


/* FULL WIDTH COLORED SECTIONS */

.bm-seo-dark,
.bm-seo-priority,
.bm-seo-process,
.bm-seo-measure{
    position:relative;
    width:auto;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}


/* DARK */

.bm-seo-dark{
    padding:76px 0;

    background:
        radial-gradient(circle at 88% 12%,rgba(18,174,232,.23),transparent 28%),
        linear-gradient(135deg,#0b141a,#122731);

    color:#fff;
}

.bm-seo-dark .bm-seo-kicker{
    color:#4ccafa;
}

.bm-seo-dark h2{
    max-width:1180px;
    color:#fff;
}

.bm-seo-dark > .bm-seo-inner > p{
    max-width:1240px;
    margin-top:20px;
    color:rgba(255,255,255,.72);
    font-size:17px;
}

.bm-seo-dark-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:42px;
}

.bm-seo-dark-card{
    min-height:205px;
    padding:28px;

    border:1px solid rgba(255,255,255,.12);
    border-radius:17px;

    background:rgba(255,255,255,.055);
}

.bm-seo-dark-card > span{
    display:block;
    margin-bottom:20px;
    color:#51cffb;
    font-size:11px;
    font-weight:800;
}

.bm-seo-dark-card h3{
    margin-bottom:10px;
    color:#fff;
}

.bm-seo-dark-card p{
    color:rgba(255,255,255,.67);
    font-size:14px;
}


/* SERVICES */

.bm-seo-services{
    padding:78px 0;
    background:#fff;
}

.bm-seo-section-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(500px,.82fr);
    gap:70px;
    align-items:end;
    margin-bottom:40px;
}

.bm-seo-section-head > p{
    max-width:760px;
    justify-self:end;
    font-size:17px;
}

.bm-seo-service-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.bm-seo-service-card{
    min-height:270px;
    padding:28px;

    border:1px solid var(--seo-line);
    border-radius:16px;

    background:#fff;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.bm-seo-service-card:hover{
    transform:translateY(-4px);
    border-color:rgba(18,174,232,.32);
    box-shadow:0 16px 38px rgba(13,25,33,.07);
}

.bm-seo-service-icon{
    display:flex;
    align-items:center;
    justify-content:center;

    width:44px;
    height:44px;

    margin-bottom:24px;

    border-radius:11px;
    background:#e9f7fc;
    color:var(--seo-blue-dark);

    font-size:0;
}

.bm-seo-service-icon::before{
    content:"";
    display:block;

    width:23px;
    height:23px;

    background:currentColor;

    -webkit-mask-position:center;
    mask-position:center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-size:23px 23px;
    mask-size:23px 23px;
}

.bm-seo-service-card h3{
    margin-bottom:10px;
}

.bm-seo-service-card p{
    font-size:14px;
    line-height:1.65;
}


/* ICONS */

.icon-audit::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='M15.5 15.5L21 21M8 10l2 2 4-4'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='M15.5 15.5L21 21M8 10l2 2 4-4'/%3E%3C/svg%3E");
}

.icon-keyword::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='8' cy='12' r='4'/%3E%3Cpath d='M12 12h9M17 12v3M20 12v2'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='8' cy='12' r='4'/%3E%3Cpath d='M12 12h9M17 12v3M20 12v2'/%3E%3C/svg%3E");
}

.icon-tech::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M8 3 4 7l4 4M16 3l4 4-4 4M14 2l-4 11'/%3E%3Cpath d='M5 18h14'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M8 3 4 7l4 4M16 3l4 4-4 4M14 2l-4 11'/%3E%3Cpath d='M5 18h14'/%3E%3C/svg%3E");
}

.icon-page::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Cpath d='M8 8h8M8 12h6M8 16h5'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='2'/%3E%3Cpath d='M8 8h8M8 12h6M8 16h5'/%3E%3C/svg%3E");
}

.icon-local::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.icon-content::before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 20h4L19 9a2.8 2.8 0 0 0-4-4L4 16v4Z'/%3E%3Cpath d='m13.5 6.5 4 4'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 20h4L19 9a2.8 2.8 0 0 0-4-4L4 16v4Z'/%3E%3Cpath d='m13.5 6.5 4 4'/%3E%3C/svg%3E");
}


/* PRIORITY */

.bm-seo-priority{
    padding:74px 0;
    background:var(--seo-soft);
}

.bm-seo-priority-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);
    gap:74px;
    align-items:center;
}

.bm-seo-priority-grid h2{
    max-width:900px;
    margin-bottom:20px;
}

.bm-seo-priority-list{
    display:grid;
}

.bm-seo-priority-item{
    padding:17px 0;
    border-bottom:1px solid #dce4e8;
}

.bm-seo-priority-item:last-child{
    border-bottom:0;
}

.bm-seo-priority-item strong{
    display:block;
    margin-bottom:4px;
    color:var(--seo-text);
    font-size:16px;
}

.bm-seo-priority-item p{
    font-size:13px;
}


/* WEB CROSS-LINK */

.bm-seo-web{
    padding:72px 0;
    background:#fff;
}

.bm-seo-web-box{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
    gap:50px;
    align-items:end;

    padding:46px;

    border-radius:19px;

    background:
        radial-gradient(circle at 90% 0%,rgba(18,174,232,.24),transparent 31%),
        var(--seo-dark);

    color:#fff;
}

.bm-seo-web-box .bm-seo-kicker{
    color:#4ccafa;
}

.bm-seo-web-box h2{
    max-width:900px;
    margin-bottom:17px;
    color:#fff;
}

.bm-seo-web-box p{
    max-width:950px;
    color:rgba(255,255,255,.70);
}

.bm-seo-web-side{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.bm-seo-web-side > span{
    margin-bottom:12px;
    color:rgba(255,255,255,.52);
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.bm-seo-web-side a{
    display:inline-flex;
    align-items:center;

    min-height:46px;
    padding:12px 18px;

    border-radius:8px;

    background:var(--seo-blue);
    color:#fff;

    text-decoration:none;
    font-size:13px;
    font-weight:700;
}


/* PROCESS */

.bm-seo-process{
    padding:76px 0;

    background:
        radial-gradient(circle at 15% 100%,rgba(18,174,232,.12),transparent 30%),
        var(--seo-dark);
}

.bm-seo-process .bm-seo-kicker{
    color:#4ccafa;
}

.bm-seo-process h2{
    color:#fff;
}

.bm-seo-process > .bm-seo-inner > p{
    max-width:950px;
    margin-top:18px;
    color:rgba(255,255,255,.68);
}

.bm-seo-process-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:0;

    margin-top:42px;

    border-top:1px solid rgba(255,255,255,.13);
}

.bm-seo-step{
    padding:28px 24px 0 0;
}

.bm-seo-step + .bm-seo-step{
    padding-left:20px;
}

.bm-seo-step > span{
    display:block;
    margin-bottom:16px;
    color:#4ccafa;
    font-size:11px;
    font-weight:800;
}

.bm-seo-step h3{
    margin-bottom:9px;
    color:#fff;
    font-size:17px;
}

.bm-seo-step p{
    color:rgba(255,255,255,.62);
    font-size:13px;
    line-height:1.6;
}


/* MEASURE */

.bm-seo-measure{
    padding:74px 0;
    background:var(--seo-soft);
}

.bm-seo-measure-grid{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
    gap:72px;
    align-items:center;
}

.bm-seo-measure-grid h2{
    max-width:900px;
    margin-bottom:20px;
}

.bm-seo-measure-card{
    padding:30px;

    border:1px solid var(--seo-line);
    border-radius:17px;

    background:#fff;
}

.bm-seo-measure-card strong{
    display:block;
    margin-bottom:9px;
    color:var(--seo-text);
    font-size:19px;
}

.bm-seo-measure-card p{
    margin-bottom:16px;
    font-size:14px;
}

.bm-seo-measure-card a{
    color:var(--seo-blue-dark);
    text-decoration:none;
    font-size:14px;
    font-weight:700;
}


/* FAQ */

.bm-seo-faq{
    padding:70px 0 54px;
    background:#fff;
}

.bm-seo-faq h2{
    max-width:1100px;
    margin-bottom:10px;
}

.bm-seo-faq-intro{
    max-width:1100px;
    font-size:17px !important;
}

.bm-seo-page .bm-service-faq-list{
    display:grid;
    gap:11px;
    margin-top:34px;
}

.bm-seo-page .bm-service-faq-item{
    overflow:hidden;
    border:1px solid var(--seo-line);
    border-radius:14px;
    background:#fff;
    box-shadow:0 7px 22px rgba(13,25,33,.035);
}

.bm-seo-page .bm-service-faq-question{
    position:relative;

    display:flex;
    align-items:center;

    min-height:69px;
    padding:18px 68px 18px 24px;

    color:var(--seo-text);

    font-size:16px;
    line-height:1.4;
    font-weight:700;

    cursor:pointer;
}

.bm-seo-page .bm-service-faq-question:hover{
    background:#f8fbfc;
}

.bm-seo-page .bm-service-faq-item.is-open .bm-service-faq-question{
    color:#087fa9;
    background:#f5fafc;
}

.bm-seo-page .bm-service-faq-icon{
    position:absolute;
    right:21px;
    top:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    width:34px;
    height:34px;

    transform:translateY(-50%);

    border-radius:50%;
    background:#eaf8fd;
    color:var(--seo-blue-dark);

    font-size:21px;
}

.bm-seo-page .bm-service-faq-item.is-open .bm-service-faq-icon{
    background:var(--seo-blue);
    color:#fff;
}

.bm-seo-page .bm-service-faq-answer{
    display:none;
    padding:0 24px 22px;
    background:#f5fafc;
}

.bm-seo-page .bm-service-faq-item.is-open .bm-service-faq-answer{
    display:block;
}

.bm-seo-page .bm-service-faq-answer p{
    max-width:1200px;
    padding-top:18px;
    border-top:1px solid rgba(18,174,232,.13);
    font-size:15px;
}


/* FINAL */

.bm-seo-final{
    padding:0 0 12px;
}

.bm-seo-final-box{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:30px;
    align-items:center;

    padding:42px 46px;

    border-radius:18px;

    background:
        radial-gradient(circle at 90% 15%,rgba(18,174,232,.20),transparent 31%),
        var(--seo-dark);
}

.bm-seo-final-box h2{
    max-width:1000px;
    margin-bottom:9px;
    color:#fff;
    font-size:34px;
}

.bm-seo-final-box p{
    max-width:970px;
    color:rgba(255,255,255,.68);
    font-size:15px;
}

.bm-seo-final-box > a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:48px;
    padding:13px 21px;

    border-radius:9px;

    background:var(--seo-blue);
    color:#fff;

    text-decoration:none;

    font-size:14px;
    font-weight:700;
    white-space:nowrap;
}


/* OVERFLOW SAFETY */

html,
body{
    max-width:100%;
    overflow-x:hidden;
}

@supports (overflow:clip){
    html,
    body{
        overflow-x:clip;
    }
}


/* RESPONSIVE */

@media(max-width:1100px){

    .bm-seo-service-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media(max-width:991px){

    .bm-seo-intro-grid,
    .bm-seo-section-head,
    .bm-seo-priority-grid,
    .bm-seo-web-box,
    .bm-seo-measure-grid{
        grid-template-columns:1fr;
    }

    .bm-seo-dark-grid{
        grid-template-columns:1fr;
    }

    .bm-seo-process-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .bm-seo-section-head > p{
        justify-self:start;
        max-width:900px;
    }

    .bm-seo-final-box{
        grid-template-columns:1fr;
    }

}

@media(max-width:700px){

    .bm-seo-inner{
        width:min(100%,94vw);
        padding-left:10px;
        padding-right:10px;
    }

    .bm-seo-intro,
    .bm-seo-dark,
    .bm-seo-services,
    .bm-seo-priority,
    .bm-seo-web,
    .bm-seo-process,
    .bm-seo-measure,
    .bm-seo-faq{
        padding-top:50px;
        padding-bottom:50px;
    }

    .bm-seo-service-grid,
    .bm-seo-process-grid{
        grid-template-columns:1fr;
    }

    .bm-seo-step,
    .bm-seo-step + .bm-seo-step{
        padding:21px 0;
        border-bottom:1px solid rgba(255,255,255,.12);
    }

    .bm-seo-web-box,
    .bm-seo-final-box{
        padding:29px 24px;
    }

    .bm-seo-web-side a,
    .bm-seo-final-box > a{
        width:100%;
    }

    .bm-seo-page .bm-service-faq-question{
        min-height:64px;
        padding:16px 57px 16px 17px;
        font-size:15px;
    }

    .bm-seo-page .bm-service-faq-icon{
        right:15px;
        width:30px;
        height:30px;
    }

    .bm-seo-page .bm-service-faq-answer{
        padding:0 17px 18px;
    }

}