/* Marketplace landing / compare / cases / partners
 * VERSION: 2026.09.06.3
 */
.mpl-breadcrumb {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 12px;
}
.mpl-breadcrumb a {
    color: inherit;
    text-decoration: underline;
}
.jumbotron.jumbotron-compact {
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 0;
}
.jumbotron.jumbotron-compact h1 {
    margin-top: 0;
}
.jumbotron.jumbotron-compact .lead {
    margin-bottom: 16px;
}
.jumbotron.jumbotron-compact .hero-actions {
    margin-top: 8px;
    margin-bottom: 0;
}
.mpl-from-price-note {
    font-size: 13px;
    opacity: 0.85;
    margin: 8px 0 0;
}
.mpl-page {
    padding-top: 8px;
    padding-bottom: 40px;
}
.mpl-page .mpl-section {
    margin-top: 28px;
    margin-bottom: 28px;
}
.mpl-page .marketplace-box {
    padding: 24px 22px;
}
.mpl-page .page-header {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.mpl-list {
    list-style: none;
    padding-left: 0;
}
.mpl-list li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
}
.mpl-feature {
    font-size: 16px;
    margin-bottom: 12px;
}
.mpl-faq-item {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mpl-faq-item h3 {
    font-size: 18px;
    margin-top: 0;
}
.mpl-compare-table th,
.mpl-compare-table td {
    vertical-align: middle;
}
.mpl-case-card h2 {
    font-size: 20px;
    margin-top: 0;
}
.mpl-case-card-full {
    margin-bottom: 28px;
    padding: 28px 26px;
}
.mpl-case-topline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 16px;
    margin-bottom: 10px;
}
.mpl-case-industry {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-accent, #3d4a5c);
}
.mpl-case-num {
    font-size: 12px;
    color: #888;
}
.mpl-case-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    color: #666;
    font-size: 13px;
    margin-bottom: 14px;
}
.mpl-case-block {
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 12px;
    min-height: 140px;
}
.mpl-case-before {
    background: #faf6f4;
    border: 1px solid #f0e4dc;
}
.mpl-case-after {
    background: #f3f8f4;
    border: 1px solid #dcefe1;
}
.mpl-case-block h3 {
    margin: 0 0 8px;
    font-size: 15px;
}
.mpl-case-block p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #444;
}
.mpl-case-subh {
    font-size: 16px;
    margin: 8px 0 10px;
}
.mpl-case-result {
    margin: 12px 0 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}
.mpl-review {
    font-size: 15px;
    line-height: 1.65;
    border-left: 3px solid var(--color-accent, #5b8def);
    padding-left: 14px;
    margin: 0 0 14px;
}
.mpl-review footer {
    margin-top: 10px;
    color: #777;
    font-size: 13px;
}
.mpl-review-card {
    height: auto;
    padding: 22px 20px;
}
.mpl-reviews-grid {
    column-count: 2;
    column-gap: 20px;
}
.mpl-reviews-grid .mpl-review-card-wrap.is-hidden {
    display: none;
}
.mpl-reviews-more-wrap {
    text-align: center;
    margin: 8px 0 20px;
}
.mpl-review-stars .fa-star-o {
    opacity: 0.35;
}
.mpl-review-stars {
    color: #e6a700;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.mpl-review-author {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    color: #666;
}
.mpl-review-author strong {
    color: #333;
    font-size: 14px;
}
.mpl-review-mp {
    margin-top: 6px;
    color: #555;
}
.mpl-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}
.mpl-trust-item {
    background: #f6f8fb;
    border: 1px solid #e6ebf2;
    border-radius: 10px;
    padding: 16px 12px;
    text-align: center;
}
.mpl-trust-item strong {
    display: block;
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 4px;
}
.mpl-trust-item span {
    font-size: 12px;
    color: #666;
}
@media (max-width: 991px) {
    .mpl-trust-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .mpl-case-block {
        min-height: 0;
    }
    .mpl-trust-strip {
        grid-template-columns: 1fr 1fr;
    }
    .mpl-reviews-grid {
        column-count: 1;
    }
}
.mpl-steps {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 22px;
}
.mpl-steps li {
    margin-bottom: 10px;
}
.home-product-section,
.home-also-section {
    margin-top: 10px;
}
.home-section-lead {
    color: #666;
    font-size: 16px;
    margin-top: -6px;
}
.hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    opacity: 0.85;
    margin-bottom: 8px;
}
.feature-box-product {
    min-height: 200px;
}
.feature-box-compact {
    min-height: 160px;
    padding: 20px 16px;
}
.feature-box-compact h3 {
    font-size: 18px;
}
.home-mp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
}
.home-mp-chip {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    background: #f3f5f8;
    color: #333;
    text-decoration: none;
    border: 1px solid #e2e6ec;
    font-weight: 600;
    font-size: 14px;
}
.home-mp-chip:hover,
.home-mp-chip:focus {
    text-decoration: none;
    background: #e8eef8;
    border-color: #c5d4ea;
    color: #1a3a6b;
}
.home-mp-chip-more {
    background: transparent;
    border-style: dashed;
}
.home-trust-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.home-trust-stat {
    background: #f6f8fb;
    border: 1px solid #e6ebf2;
    border-radius: 10px;
    padding: 18px 14px;
    text-align: center;
}
.home-trust-stat strong {
    display: block;
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 4px;
}
.home-trust-stat span {
    font-size: 13px;
    color: #666;
}
.soft-cta-mp {
    margin: 28px 0;
    padding: 20px 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(61, 74, 92, 0.06), rgba(91, 141, 239, 0.12));
    border: 1px solid rgba(61, 74, 92, 0.12);
}
.soft-cta-mp h3 {
    margin-top: 0;
    font-size: 18px;
}
.mp-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 8px;
}
.mp-hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    font-size: 13px;
}
.guide-card h3 {
    margin-top: 0;
    font-size: 20px;
}
.guide-card .guide-meta {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .home-trust-stats {
        margin-top: 20px;
    }
    .feature-box-product,
    .feature-box-compact {
        min-height: 0;
        margin-bottom: 16px;
    }
}
