/* Small pill highlight */
.mp-pill{
    display:inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(32, 72, 255, 0.08);
}

/* Horizontal features */
.mp-feature{
    display:flex;
    gap: 10px;
    align-items:flex-start;
    padding: 12px 12px;
    border-radius: 12px;
    background: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

.mp-check{
    display:inline-flex;
    width: 22px;
    height: 22px;
    align-items:center;
    justify-content:center;
    border-radius: 999px;
    background: rgba(32, 72, 255, 0.10);
    font-weight: 800;
    line-height: 1;
    flex: 0 0 22px;
    margin-top: 2px;
}

.mp-feature-text{
    font-size: 15px;
    line-height: 1.4;
    color: #2b2b2b;
}

/* Logos wrap (оставляем “как было”: без карточки, просто красиво) */
.mp-logos-wrap{
    padding-top: 10px;
}

/* Make logos bigger like original design */
.mp-logos .item{
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 6px 0;
}

.mp-logos img{
    max-height: 48px;   /* ключевой параметр “крупные” */
    width: auto;
    opacity: 1;
    filter: none;
    transition: transform .15s ease-in-out;
}

.mp-logos a:hover img{
    transform: translateY(-2px);
}

.mp-logos-note{
    font-size: 13px;
    color: #6b7280;
}

.utp-subtitle{
    max-width: 860px;
    margin: 0 auto;
    font-size: 16px;     /* меньше, чем у h3 */
    line-height: 1.6;
    opacity: 0.95;
}


/* =========================
       Make section look tighter
       ========================= */
.marketplaces-block .section-title{
    margin-bottom: 6px;
}

/* Keep content narrower (looks more premium) */
.mp-features-grid,
.mp-why,
.mp-logos-wrap{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

/* =========================
   Features grid (unlimited)
   ========================= */
.mp-features-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.mp-feature{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    background: #fff;
}

.mp-check{
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef2ff;
    font-weight: 700;
    flex: 0 0 22px;
}

.mp-feature-text{
    line-height: 1.35;
}

/* =========================
   WHY block (reference-like)
   ========================= */
.mp-why{
    position: relative;
}

.mp-why-label{
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 18px;
    padding: 10px 18px;
    border-radius: 10px;
    background: #ffcc33;
    color: #111;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(0,0,0,.06);
    z-index: 2;
}

.mp-why-card{
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 18px;
    background: #fff;
    padding: 34px 28px 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.mp-why-title{
    font-size: 30px;
    line-height: 1.15;
    margin: 0 0 18px 0;
    color: #1b1f2a;
}

.mp-why-subtitle{
    font-size: 15px;
    margin: 18px 0 10px;
    color: #1b1f2a;
    font-weight: 700;
}

.mp-why-text{
    font-size: 14px;
    line-height: 1.7;
    color: rgba(0,0,0,.72);
    margin-bottom: 12px;
}

.mp-why-list{
    padding-left: 18px;
    margin: 0;
    color: rgba(0,0,0,.72);
    font-size: 14px;
    line-height: 1.7;
}

.mp-why-side{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 16px 16px;
    background: rgba(0,0,0,.02);
}

.mp-why-links{
    font-size: 14px;
    line-height: 1.6;
    margin: 8px 0 0;
}

.mp-why-note{
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f7f7fb;
    font-size: 13px;
    color: rgba(0,0,0,.62);
}

/* Expandable long SEO */
.mp-why-more{
    margin-top: 16px;
    border-top: 1px solid rgba(0,0,0,.08);
    padding-top: 14px;
}

.mp-why-more summary{
    cursor: pointer;
    font-weight: 700;
    color: rgba(0,0,0,.70);
    font-size: 13px;
}

.mp-why-more-body{
    margin-top: 12px;
}

/* =========================
   Logos area (minor helpers)
   ========================= */
.mp-logos-wrap{
    position: relative;
}

.mp-logos-note{
    color: rgba(0,0,0,.65);
    font-size: 14px;
}

/* Mobile tweaks */
@media (max-width: 576px){
    .mp-why-card{ padding: 28px 18px 18px; }
    .mp-why-title{ font-size: 22px; }
    .mp-why-label{ left: 12px; }
    .mp-feature{ padding: 12px 14px; }
}

.marketplaces-block{
    margin-top: 80px !important;
}
