.text-title {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 6px;
}

.mb-clients-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 1.5px solid #e5e5e5;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    color: #555;
}

.mb-showcase-header {
    text-align: center;
    margin-bottom: 14px;
    padding: 0 16px;
}

.text-title span {
    background: linear-gradient(93.74deg, #6dc4c6, #293d3e, #3DBA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mb-tab {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 7px 10px;
    background: #fff;
    border: 1.5px solid #e5e5e5;
    border-radius: 50px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mb-tab.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

.mb-tabs {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.mb-tabs-container {
    margin-bottom: 12px;
    padding: 0 16px;
}

.mb-product-card {
    flex: 0 0 260px;
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    transition: all 0.2s ease;
    border: 1.5px solid #e5e5e5;
    scroll-snap-align: start;
    text-decoration: none;
    user-select: none;
    margin: 5px;
}

.mb-products-network {
    display: none;
}

.mb-products-network.active {
    display: flex;
    gap: 14px;
    justify-content: center;
}

.mb-card-image {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.mb-card-badges {
    display: flex;
    gap: 5px;
    margin-bottom: 8px;
}

.mb-card-content {
    text-align: center;
}

.mb-card-image img {
    max-width: 70%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.25s ease;
    pointer-events: none;
}

.mb-product-card:first-child {
    margin-left: 24px;
}

.mb-card-title {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.mb-card-price-from {
    font-size: 10px;
    color: #999;
    display: block;
}

.mb-card-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.mb-card-price {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.mb-badge-card.bestseller {
    background: linear-gradient(93.74deg, #FF9D86, #FF6EF8, #3DBAFF);
    color: #000;
}

.mb-badge-card {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.mb-product-card.bestseller {
    border-color: #6d5f1f;
    box-shadow: #6d5f1f 0px 0px 10px -1px;
}

.mb-product-card.bestseller .mb-card-cta {
    background: linear-gradient(93.74deg, #2b4e45, #447679, #3DBAFF);
    color: #000;
}

.mb-card-cta {
    width: 100%;
    padding: 11px 16px;
    background: #000;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.mb-trust-bar {
    margin: 6px 16px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    background: #fff;
    border: 1.5px solid #e5e5e5;
    border-radius: 12px;
}

.mb-hero {
    --mb-gradient: linear-gradient(94.78deg, #FF9D86 4.54%, #FF6EF8 51.75%, #3DBAFF 94.63%);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
}

h1 {
    font-family: 'M-Heading-Font', 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

.mb-hero * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.mb-hero__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.mb-hero__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mb-hero__title {
    /* font-size: clamp(32px, 5vw, 52px); */
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #000;
}

.mb-hero__title-gradient {
    background: var(--mb-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mb-hero__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #6B7280;
    max-width: 460px;
}

.mb-hero__cta-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mb-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    padding: 14px 28px;
    background: #000;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mb-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.mb-hero__cta-gradient {
    background: var(--mb-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mb-hero__trust {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.mb-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #6B7280;
}

.mb-hero__trust-icon {
    font-size: 14px;
}

.mb-hero__trust-number {
    font-weight: 800;
    color: #000;
}

.mb-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mb-hero__image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-hero__image-wrap::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 110, 248, 0.12) 0%, rgba(61, 186, 255, 0.08) 40%, transparent 70%);
    border-radius: 30px;
    pointer-events: none;
    z-index: 0;
}

.mb-hero__image {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.mb-hero__badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #000;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    z-index: 10;
    white-space: nowrap;
}

.mb-hero__badge-dot {
    width: 8px;
    height: 8px;
    background: #22C55E;
    border-radius: 50%;
    animation: mb-hero-pulse 2s ease-in-out infinite;
}

@keyframes mb-hero-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.mb-hero__badge-text {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
}

.mb-hero__badge-highlight {
    background: var(--mb-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

@media (max-width: 900px) {
    .mb-hero__container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        padding: 0 20px;
    }

    .mb-hero__content {
        align-items: center;
    }

    .mb-hero__subtitle {
        max-width: 100%;
    }

    .mb-hero__cta {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .mb-hero__trust {
        width: 100%;
        justify-content: center;
    }

    .mb-hero__visual {
        order: -1;
    }

    .mb-hero__image-wrap::before {
        width: 350px;
        height: 350px;
    }

    .mb-hero__image {
        max-width: 380px;
    }

    .mb-hero__badge {
        padding: 10px 20px;
    }

    .mb-hero__badge-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .mb-hero__container {
        gap: 24px;
        padding: 0 16px;
    }

    .mb-hero__title {
        font-size: 28px;
    }

    .mb-hero__subtitle {
        font-size: 14px;
    }

    .mb-hero__image-wrap::before {
        width: 280px;
        height: 280px;
    }

    .mb-hero__image {
        max-width: 300px;
    }

    .mb-hero__badge {
        padding: 8px 16px;
        bottom: 15px;
    }

    .mb-hero__badge-text {
        font-size: 12px;
    }

    .mb-hero__badge-dot {
        width: 6px;
        height: 6px;
    }

    .mb-hero__trust {
        gap: 10px;
    }

    .mb-hero__trust-item {
        font-size: 11px;
    }
}