.home-commercial {
    padding: 72px 0 34px;
    background: #fff;
}

.home-commercial__inner {
    width: min(1420px, calc(100% - 48px));
    margin: 0 auto;
}

.home-commercial__head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr);
    gap: 32px;
    align-items: end;
    margin-bottom: 26px;
}

.home-commercial__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #5ca41e;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-commercial h2,
.home-commercial h3 {
    margin: 0;
    color: #202b2a;
    font-weight: 900;
    letter-spacing: 0;
}

.home-commercial h2 {
    max-width: 720px;
    font-size: 34px;
    line-height: 1.18;
}

.home-commercial h3 {
    font-size: 24px;
    line-height: 1.25;
}

.home-commercial p {
    margin: 0;
    color: #667271;
    font-size: 16px;
    line-height: 1.65;
}

.home-commercial__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.home-commercial-card,
.home-commercial-panel,
.home-commercial__trust {
    border: 1px solid #e4ece5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(31, 42, 42, .06);
}

.home-commercial-card {
    position: relative;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    min-height: 178px;
    padding: 24px;
    color: #202b2a;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-commercial-card:hover,
.home-commercial-card:focus {
    transform: translateY(-3px);
    border-color: #9dd26b;
    color: #202b2a;
    text-decoration: none;
    box-shadow: 0 22px 52px rgba(93, 156, 43, .13);
}

.home-commercial-card--accent {
    background: linear-gradient(135deg, #f8fff1 0%, #fff 66%);
}

.home-commercial-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 8px;
    background: #eff8e8;
    color: #77bf3f;
}

.home-commercial-card__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.home-commercial-card__label,
.home-commercial-card strong,
.home-commercial-card span:last-child {
    grid-column: 2;
}

.home-commercial-card__label {
    align-self: end;
    color: #5ca41e;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-commercial-card strong {
    display: block;
    margin-top: -6px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
}

.home-commercial-card span:last-child {
    color: #667271;
    font-size: 14px;
    line-height: 1.55;
}

.home-commercial__split {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 18px;
    margin-bottom: 18px;
}

.home-commercial-panel {
    padding: 28px;
}

.home-commercial-panel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.home-commercial-panel__top .home-commercial__eyebrow {
    margin-bottom: 0;
}

.home-commercial-panel__top a {
    color: #5ca41e;
    font-weight: 800;
    text-decoration: none;
}

.home-commercial-panel__top a:hover {
    color: #417e11;
    text-decoration: none;
}

.home-brand-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.home-brand-cloud a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #dce8dc;
    border-radius: 7px;
    background: #f8fbf7;
    color: #202b2a;
    font-weight: 850;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.home-brand-cloud a:hover,
.home-brand-cloud a:focus {
    border-color: #8cce49;
    background: #eef8e8;
    color: #3e7f11;
    text-decoration: none;
}

.home-link-list {
    display: grid;
    gap: 0;
    margin-top: 18px;
}

.home-link-list a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid #e5ece7;
    color: #202b2a;
    text-decoration: none;
}

.home-link-list a::after {
    content: ">";
    align-self: center;
    color: #8cce49;
    font-size: 19px;
    font-weight: 900;
}

.home-link-list span {
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.home-link-list small {
    display: block;
    margin-top: 4px;
    color: #667271;
    font-size: 13px;
    line-height: 1.45;
}

.home-commercial__trust {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 30px;
    background: #f5faf2;
}

.home-commercial__trust p {
    max-width: 720px;
    margin-top: 10px;
}

.home-commercial__trust-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.home-commercial__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid #8cce49;
    border-radius: 7px;
    background: #8cce49;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.home-commercial__button:hover,
.home-commercial__button:focus {
    border-color: #78bc37;
    background: #78bc37;
    color: #fff;
    text-decoration: none;
}

.home-commercial__button--ghost {
    background: #fff;
    color: #5ca41e;
}

.home-commercial__button--ghost:hover,
.home-commercial__button--ghost:focus {
    background: #eef8e8;
    color: #417e11;
}

@media (prefers-reduced-motion: no-preference) {
    .home-commercial-card,
    .home-commercial-panel,
    .home-commercial__trust {
        animation: homeCommercialReveal .45s ease both;
    }

    .home-commercial__split {
        animation: homeCommercialReveal .55s ease both;
    }

    @keyframes homeCommercialReveal {
        from {
            opacity: 0;
            transform: translateY(14px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 991px) {
    .home-commercial {
        padding: 42px 0 24px;
    }

    .home-commercial__inner {
        width: min(100% - 28px, 720px);
    }

    .home-commercial__head,
    .home-commercial__grid,
    .home-commercial__split,
    .home-commercial__trust {
        grid-template-columns: 1fr;
    }

    .home-commercial h2 {
        font-size: 27px;
    }

    .home-commercial__trust-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .home-commercial__inner {
        width: calc(100% - 24px);
    }

    .home-commercial h2 {
        font-size: 24px;
    }

    .home-commercial h3 {
        font-size: 21px;
    }

    .home-commercial-card {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        padding: 18px;
    }

    .home-commercial-card__icon {
        width: 52px;
        height: 52px;
    }

    .home-commercial-card__icon svg {
        width: 29px;
        height: 29px;
    }

    .home-commercial-card strong {
        font-size: 18px;
    }

    .home-commercial-panel,
    .home-commercial__trust {
        padding: 20px;
    }

    .home-commercial__button {
        width: 100%;
    }

    .home-commercial__trust-actions {
        display: grid;
        width: 100%;
    }
}
