.tools-showcase {
    padding: 80px 0;
}

.tools-showcase .tools-showcase__promo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 47%;
    gap: 0;
    margin-bottom: 48px;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
}

.tools-showcase .tools-showcase__promo-content {
    padding: 32px;
    background: rgba(255, 255, 255, 0.7);
}

.tools-showcase .tools-showcase__promo-top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.tools-showcase .tools-showcase__promo-icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #EAF4FF;
    flex-shrink: 0;
}

.tools-showcase .tools-showcase__promo-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.tools-showcase .tools-showcase__promo-head {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tools-showcase .tools-showcase__promo-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tools-showcase .tools-showcase__promo-title {
    color: #474766;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
}

.tools-showcase .tools-showcase__promo-text {
    color: #8787AB;
    font-size: 18px;
    line-height: 150%;
    max-width: 520px;
}

.tools-showcase .tools-showcase__promo-benefits {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #DDE8F5;
}

.tools-showcase .tools-showcase__promo-benefits-title {
    color: #8FA1BC;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
}

.tools-showcase .tools-showcase__promo-list {
    --tools-showcase-promo-check-color: #2563FF;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.tools-showcase .tools-showcase__promo-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.tools-showcase .tools-showcase__promo-item-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tools-showcase-promo-check-color);
    flex-shrink: 0;
}

.tools-showcase .tools-showcase__promo-item-text {
    color: #7D7DAB;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    margin-top: 1px;
}

.tools-showcase .tools-showcase__promo-media {
    min-width: 0;
    display: flex;
    padding: 25px 40px;
    background-color: #F1F7FF;
}

.tools-showcase .tools-showcase__promo-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tools-showcase .tools-showcase__head {
    max-width: 860px;
    margin: 0 auto 40px;
    text-align: center;
}

.tools-showcase .tools-showcase__title {
    color: #474766;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
}

.tools-showcase .tools-showcase__description {
    margin-top: 16px;
    color: #8787AB;
    font-size: 18px;
    line-height: 150%;
}

.tools-showcase .tools-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tools-showcase .tools-showcase__card {
    height: 100%;
    min-height: 255px;
}

.tools-showcase .tools-showcase__register {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 40px;
}

@media screen and (max-width: 1180px) {
    .tools-showcase {
        padding: 60px 0;
    }

    .tools-showcase .tools-showcase__promo {
        grid-template-columns: 100%;
        margin-bottom: 40px;
    }

    .tools-showcase .tools-showcase__promo-media {
        min-height: 320px;
    }

    .tools-showcase .tools-showcase__title {
        font-size: 34px;
    }

    .tools-showcase .tools-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tools-showcase .tools-showcase__card .feature-card__description {
        min-height: 96px;
    }
}

@media screen and (max-width: 750px) {
    .tools-showcase {
        padding: 40px 0;
    }

    .tools-showcase .tools-showcase__promo {
        margin-bottom: 32px;
        border-radius: 24px;
    }

    .tools-showcase .tools-showcase__promo-content {
        padding: 20px;
    }

    .tools-showcase .tools-showcase__promo-top {
        gap: 10px;
    }

    .tools-showcase .tools-showcase__promo-icon-wrapper {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .tools-showcase .tools-showcase__promo-title {
        font-size: 22px;
    }

    .tools-showcase .tools-showcase__promo-text {
        font-size: 16px;
    }

    .tools-showcase .tools-showcase__promo-benefits {
        margin-top: 24px;
        padding-top: 16px;
    }

    .tools-showcase .tools-showcase__promo-benefits-title {
        font-size: 16px;
    }

    .tools-showcase .tools-showcase__promo-media {
        min-height: 220px;
    }

    .tools-showcase .tools-showcase__promo-item-text {
        font-size: 13px;
    }

    .tools-showcase .tools-showcase__head {
        margin-bottom: 24px;
        text-align: left;
    }

    .tools-showcase .tools-showcase__title {
        font-size: 24px;
    }

    .tools-showcase .tools-showcase__description {
        margin-top: 12px;
        font-size: 16px;
    }

    .tools-showcase .tools-showcase__grid {
        grid-template-columns: 100%;
        gap: 12px;
    }

    .tools-showcase .tools-showcase__card {
        min-height: 0;
    }

    .tools-showcase .tools-showcase__card .feature-card__description {
        min-height: 0;
    }

    .tools-showcase .tools-showcase__register {
        max-width: unset;
        width: 100%;
    }
}
