.bst-smart-section{
    position:relative;
    padding:28px 0 34px;
}

.bst-smart-section *,
.bst-smart-section *::before,
.bst-smart-section *::after{
    box-sizing:border-box;
}

.bst-smart-box{
    position:relative;
    display:grid;
    grid-template-columns:72px minmax(0,1fr) auto;
    align-items:center;
    gap:24px;
    overflow:hidden;
    padding:30px 32px;
    border:1px solid rgba(107,70,193,.14);
    border-radius:26px;
    background:
        radial-gradient(circle at 8% 20%, rgba(154,72,245,.12), transparent 31%),
        radial-gradient(circle at 92% 85%, rgba(92,126,255,.09), transparent 28%),
        #fff;
    box-shadow:0 16px 46px rgba(31,29,53,.07);
}

.bst-smart-icon{
    position:relative;
    z-index:1;
    width:68px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    background:linear-gradient(145deg,#f4ebff,#eee9ff);
    color:#7540c8;
    font-size:27px;
}

.bst-smart-content{
    position:relative;
    z-index:1;
}

.bst-smart-eyebrow{
    display:inline-flex;
    margin-bottom:8px;
    color:#7750b6;
    font-size:13px;
    font-weight:800;
}

.bst-smart-content h2{
    margin:0 0 9px;
    color:#262238;
    font-size:clamp(20px,2vw,27px);
    font-weight:900;
    line-height:1.65;
}

.bst-smart-content p{
    max-width:720px;
    margin:0;
    color:#676276;
    font-size:14px;
    line-height:2;
}

.bst-smart-points{
    display:flex;
    flex-wrap:wrap;
    gap:7px 16px;
    margin-top:12px;
}

.bst-smart-points span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#656071;
    font-size:12px;
    font-weight:700;
}

.bst-smart-points i{
    color:#7650bd;
    font-size:10px;
}

.bst-smart-action{
    position:relative;
    z-index:1;
    display:flex;
    min-width:205px;
    flex-direction:column;
    align-items:center;
    gap:8px;
}

.bst-smart-btn{
    width:100%;
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:12px 20px;
    border-radius:14px;
    background:#7540c8;
    color:#fff !important;
    text-decoration:none !important;
    font-size:14px;
    font-weight:800;
    box-shadow:0 10px 25px rgba(117,64,200,.20);
}

.bst-smart-action small{
    color:#8a8493;
    font-size:11px;
    line-height:1.7;
    text-align:center;
}

@media (max-width:991px){
    .bst-smart-box{
        grid-template-columns:60px minmax(0,1fr);
        gap:18px;
        padding:25px;
    }

    .bst-smart-action{
        grid-column:1 / -1;
        width:100%;
        min-width:0;
        padding-right:78px;
    }
}

@media (max-width:575px){
    .bst-smart-section{
        padding:20px 0 26px;
    }

    .bst-smart-box{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:14px;
        padding:22px 18px;
        border-radius:22px;
    }

    .bst-smart-content h2{
        font-size:20px;
    }

    .bst-smart-action{
        width:100%;
        padding-right:0;
    }

    .bst-smart-btn{
        width:100%;
    }
}

/* ==========================================================
   BORNA SMART TOOL BOX — COMPACT V2
   Smaller vertical footprint + clearer helper text
   ========================================================== */

.bst-smart-section{
    padding:20px 0 24px;
}

.bst-smart-box{
    grid-template-columns:64px minmax(0,1fr) auto;
    gap:21px;
    padding:24px 28px;
    border-radius:24px;
}

.bst-smart-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    font-size:24px;
}

.bst-smart-eyebrow{
    margin-bottom:5px;
}

.bst-smart-content h2{
    margin-bottom:6px;
    font-size:clamp(20px,1.75vw,25px);
}

.bst-smart-content p{
    line-height:1.9;
}

.bst-smart-points{
    margin-top:9px;
}

.bst-smart-action{
    min-width:200px;
    gap:7px;
}

.bst-smart-btn{
    min-height:46px;
    padding:10px 18px;
}

.bst-smart-action small{
    color:#766f82;
    font-size:12px;
    font-weight:500;
    line-height:1.65;
}

@media (max-width:991px){

    .bst-smart-box{
        grid-template-columns:56px minmax(0,1fr);
        gap:16px;
        padding:22px;
    }

    .bst-smart-icon{
        width:54px;
        height:54px;
        border-radius:16px;
        font-size:22px;
    }

    .bst-smart-action{
        padding-right:70px;
    }
}

@media (max-width:575px){

    .bst-smart-section{
        padding:17px 0 21px;
    }

    .bst-smart-box{
        gap:12px;
        padding:19px 17px;
        border-radius:20px;
    }

    .bst-smart-icon{
        width:48px;
        height:48px;
        font-size:20px;
    }

    .bst-smart-content h2{
        margin-bottom:5px;
        font-size:19px;
    }

    .bst-smart-points{
        margin-top:8px;
    }

    .bst-smart-action{
        padding-right:0;
    }

    .bst-smart-action small{
        font-size:11.5px;
    }
}

/* ==========================================================
   BORNA SMART TOOL BOX — SHABNAM FONT
   Keep typography consistent across all service pages
   ========================================================== */

.bst-smart-section,
.bst-smart-section a,
.bst-smart-section button,
.bst-smart-section span,
.bst-smart-section small,
.bst-smart-section h2,
.bst-smart-section p{
    font-family:Shabnam,var(--firstFont),Tahoma,sans-serif !important;
}
