/*
|--------------------------------------------------------------------------
| Broker Manager Pro
|--------------------------------------------------------------------------
*/

.bmp-single{
    direction:rtl;
    margin:40px 0;
}

.bmp-container{
    max-width:1280px;
    margin:0 auto;
    padding:0 20px;
}

/*
|--------------------------------------------------------------------------
| Breadcrumb
|--------------------------------------------------------------------------
*/

.bmp-breadcrumb{
    margin-bottom:30px;
    font-size:14px;
}

.bmp-breadcrumb a{
    text-decoration:none;
}

.bmp-breadcrumb span{
    margin:0 8px;
}

/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/

.bmp-hero{

    display:grid;

    grid-template-columns:280px 1fr;

    gap:30px;

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 10px 35px rgba(0,0,0,.06);

    margin-bottom:25px;
}

.bmp-logo{

    background:#fff;

    border-radius:16px;

    padding:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    min-height:220px;
}

.bmp-logo img{

    max-width:100%;

    height:auto;
}

.bmp-title{

    margin:0 0 15px;

    font-size:34px;

    line-height:1.4;
}

.bmp-updated{

    margin-bottom:20px;

    color:#777;
}

.bmp-main-score{

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:25px;
}

.bmp-score-number{

    width:90px;

    height:90px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    font-weight:700;

    background:#16a34a;

    color:#fff;
}

.bmp-score-text{

    font-size:18px;

    font-weight:600;
}

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/

.bmp-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 26px;

    border-radius:12px;

    text-decoration:none;

    font-weight:700;

    transition:.25s;

    border:1px solid #ddd;

    margin-left:10px;
}

.bmp-btn:hover{
    transform:translateY(-2px);
}

.bmp-btn-primary{

    background:#16a34a;

    border-color:#16a34a;

    color:#fff;
}

.bmp-btn-large{

    padding:18px 40px;

    font-size:18px;
}

/*
|--------------------------------------------------------------------------
| Trust Bar
|--------------------------------------------------------------------------
*/

.bmp-trust-bar{

    background:#fff;

    border-radius:18px;

    padding:20px;

    margin-bottom:25px;

    box-shadow:0 5px 20px rgba(0,0,0,.04);
}

/*
|--------------------------------------------------------------------------
| Badges
|--------------------------------------------------------------------------
*/

.bmp-badges{

    display:flex;

    flex-wrap:wrap;

    gap:10px;
}

.bmp-badge{

    background:#f3f4f6;

    padding:10px 15px;

    border-radius:999px;

    font-size:14px;

    font-weight:600;
}

/*
|--------------------------------------------------------------------------
| Facts Grid
|--------------------------------------------------------------------------
*/

.bmp-facts-grid{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:15px;

    margin-bottom:35px;
}

.bmp-fact{

    background:#fff;

    border-radius:16px;

    padding:20px;

    text-align:center;

    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.bmp-fact span{

    display:block;

    color:#777;

    margin-bottom:10px;
}

.bmp-fact strong{

    font-size:20px;
}

/*
|--------------------------------------------------------------------------
| Sections
|--------------------------------------------------------------------------
*/

.bmp-section{

    background:#fff;

    border-radius:20px;

    padding:30px;

    margin-bottom:30px;

    box-shadow:0 5px 25px rgba(0,0,0,.05);
}

.bmp-section-header{

    margin-bottom:25px;
}

.bmp-section-header h2{

    margin:0;

    font-size:26px;
}

/*
|--------------------------------------------------------------------------
| Score Grid
|--------------------------------------------------------------------------
*/

.bmp-score-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;
}

.bmp-score-item{
    margin-bottom:15px;
}

.bmp-score-header{

    display:flex;

    justify-content:space-between;

    margin-bottom:10px;

    font-weight:600;
}

.bmp-score-track{

    background:#ececec;

    border-radius:999px;

    overflow:hidden;

    height:12px;
}

.bmp-score-fill{

    height:100%;

    background:#16a34a;
}

/*
|--------------------------------------------------------------------------
| Pros Cons
|--------------------------------------------------------------------------
*/

.bmp-pros-cons{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:25px;
}

.bmp-pros,
.bmp-cons{

    border-radius:16px;

    padding:25px;
}

.bmp-pros{

    background:#ecfdf5;
}

.bmp-cons{

    background:#fef2f2;
}

.bmp-pros ul,
.bmp-cons ul{

    margin:0;

    padding-right:18px;
}

.bmp-pros li,
.bmp-cons li{

    margin-bottom:12px;
}

/*
|--------------------------------------------------------------------------
| Table
|--------------------------------------------------------------------------
*/

.bmp-table-wrapper{

    overflow-x:auto;
}

.bmp-table{

    width:100%;

    border-collapse:collapse;
}

.bmp-table th{

    background:#f8fafc;

    padding:16px;

    text-align:center;
}

.bmp-table td{

    padding:16px;

    text-align:center;

    border-top:1px solid #eee;
}

/*
|--------------------------------------------------------------------------
| Content
|--------------------------------------------------------------------------
*/

.bmp-content-body{

    line-height:2.2;

    font-size:17px;
}

.bmp-content-body h2,
.bmp-content-body h3{

    margin-top:35px;
}

/*
|--------------------------------------------------------------------------
| Verdict
|--------------------------------------------------------------------------
*/

.bmp-verdict-box{

    background:#eff6ff;

    border-right:5px solid #2563eb;

    padding:25px;

    border-radius:14px;
}

/*
|--------------------------------------------------------------------------
| Editor Note
|--------------------------------------------------------------------------
*/

.bmp-editor-note{

    background:#fff8e7;

    border-right:5px solid #f59e0b;

    padding:20px;

    border-radius:12px;
}

/*
|--------------------------------------------------------------------------
| FAQ
|--------------------------------------------------------------------------
*/

.bmp-faq-item{

    border:1px solid #eee;

    border-radius:12px;

    margin-bottom:12px;

    overflow:hidden;
}

.bmp-faq-question{

    width:100%;

    background:#fff;

    border:none;

    padding:18px;

    text-align:right;

    font-weight:700;

    cursor:pointer;
}

.bmp-faq-answer{

    display:none;

    padding:20px;

    border-top:1px solid #eee;
}

.bmp-faq-item.active .bmp-faq-answer{
    display:block;
}

/*
|--------------------------------------------------------------------------
| TOC
|--------------------------------------------------------------------------
*/

.bmp-toc{

    background:#fff;

    padding:25px;

    border-radius:16px;

    margin-bottom:30px;
}

.bmp-toc ul{

    margin:0;

    padding-right:18px;
}

.bmp-toc li{

    margin-bottom:10px;
}

/*
|--------------------------------------------------------------------------
| CTA
|--------------------------------------------------------------------------
*/

.bmp-bottom-cta{

    background:#111827;

    color:#fff;

    padding:50px;

    border-radius:20px;

    text-align:center;

    margin-top:40px;
}

.bmp-bottom-cta h2{

    color:#fff;

    margin-bottom:15px;
}

.bmp-bottom-cta p{

    margin-bottom:25px;
}

/*
|--------------------------------------------------------------------------
| Sticky CTA
|--------------------------------------------------------------------------
*/

.bmp-sticky-cta{

    display:none;
}

/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media(max-width:992px){

    .bmp-hero{

        grid-template-columns:1fr;
    }

    .bmp-facts-grid{

        grid-template-columns:repeat(2,1fr);
    }

    .bmp-score-grid{

        grid-template-columns:1fr;
    }

    .bmp-pros-cons{

        grid-template-columns:1fr;
    }
}

@media(max-width:768px){

    .bmp-title{

        font-size:26px;
    }

    .bmp-facts-grid{

        grid-template-columns:1fr;
    }

    .bmp-section{

        padding:20px;
    }

    .bmp-bottom-cta{

        padding:30px 20px;
    }

    .bmp-sticky-cta{

        display:block;

        position:fixed;

        bottom:0;

        right:0;

        left:0;

        z-index:9999;
    }

    .bmp-sticky-cta a{

        display:block;

        background:#16a34a;

        color:#fff;

        text-align:center;

        padding:16px;

        font-weight:700;

        text-decoration:none;
    }

    body{
        padding-bottom:70px;
    }
}
.bmp-excerpt{
    margin-top:15px;
    font-size:14px;
    line-height:1.8;
    color:#555;
    text-align:right;
}