.soulvi-software-landing #soluciones,
.soulvi-software-landing #ejemplos,
.soulvi-software-landing #proceso,
.soulvi-software-landing #faq,
.soulvi-software-landing #contacto {
    scroll-margin-top: 96px;
}

.soulvi-software-landing .sal-nav {
    gap: 24px;
}

.sal-software-hero__note {
    margin: 20px 0 0;
    color: #62646c;
    font-size: 13px;
    line-height: 1.65;
}

.sal-software-problems {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sal-software-problems li {
    min-height: 168px;
}

.sal-software-solutions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sal-software-solutions .sal-solution-card {
    min-height: 278px;
}

.sal-software-solutions .sal-card-number {
    margin-bottom: 30px;
}

.sal-software-examples {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 28px;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--sal-line);
    list-style: none;
}

.sal-software-examples li {
    min-height: 92px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 20px 4px;
    border-bottom: 1px solid var(--sal-line);
    color: #3f4148;
    font-size: 14px;
    font-weight: 550;
    line-height: 1.55;
}

.sal-software-examples li span {
    color: var(--sal-purple);
    font-size: 11px;
    font-weight: 750;
}

.sal-software-cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sal-software-cases .sal-case-card__image picture,
.sal-software-cases .sal-case-card__image img {
    width: 100%;
    height: 100%;
    display: block;
}

.sal-software-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sal-software-steps li {
    padding-inline: 22px;
}

.sal-software-steps h3 {
    font-size: 17px;
}

.sal-software-growth__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: 88px;
}

.sal-software-growth .sal-section-heading {
    margin-bottom: 0;
}

.sal-software-growth__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 32px;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--sal-line);
    list-style: none;
}

.sal-software-growth__list li {
    min-height: 62px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid var(--sal-line);
    color: #3e4047;
    font-size: 14px;
    font-weight: 550;
}

.sal-software-growth__list li span {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--sal-green-soft);
    color: var(--sal-green);
    font-size: 12px;
    font-weight: 800;
}

.sal-software-technology {
    border-top: 1px solid var(--sal-line);
    border-bottom: 1px solid var(--sal-line);
}

.sal-software-technology__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 86px;
}

.sal-software-technology h2 {
    margin-bottom: 18px;
    font-size: 40px;
    font-weight: 750;
    line-height: 1.2;
}

.sal-software-technology p:last-child {
    margin-bottom: 0;
    color: #585a62;
    font-size: 16px;
    line-height: 1.75;
}

.sal-software-technology ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sal-software-technology li {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid var(--sal-line);
    border-radius: 4px;
    background: var(--sal-muted);
    color: #3f4148;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
    text-align: center;
}

.sal-software-reasons li:last-child {
    grid-column: 1 / -1;
}

@media (max-width: 1180px) {
    .soulvi-software-landing .sal-home-link__long {
        display: none;
    }

    .soulvi-software-landing .sal-home-link__short {
        display: inline;
    }

    .sal-software-problems {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sal-software-solutions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sal-software-solutions .sal-solution-card {
        min-height: 240px;
    }

    .sal-software-growth__grid,
    .sal-software-technology__grid {
        gap: 54px;
    }
}

@media (max-width: 900px) {
    .sal-software-problems {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sal-software-problems li {
        min-height: 150px;
    }

    .sal-software-cases {
        grid-template-columns: minmax(0, 1fr);
    }

    .sal-software-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 0;
    }

    .sal-software-steps li,
    .sal-software-steps li:first-child,
    .sal-software-steps li:last-child {
        padding-inline: 24px;
    }

    .sal-software-steps li:nth-child(odd) {
        padding-left: 0;
        border-right: 1px solid var(--sal-line);
    }

    .sal-software-steps li:nth-child(even) {
        padding-right: 0;
        border-right: 0;
    }

    .sal-software-steps li:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        padding: 0;
        border-right: 0;
    }

    .sal-software-growth__grid,
    .sal-software-technology__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .sal-software-growth .sal-section-heading {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .sal-software-examples {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sal-software-technology h2 {
        font-size: 32px;
    }

    .sal-software-technology p:last-child {
        font-size: 15px;
    }

    .sal-software-technology ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .sal-software-problems,
    .sal-software-solutions,
    .sal-software-examples,
    .sal-software-steps,
    .sal-software-growth__list,
    .sal-software-technology ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .sal-software-problems li,
    .sal-software-solutions .sal-solution-card {
        min-height: 0;
    }

    .sal-software-examples {
        gap: 0;
    }

    .sal-software-examples li {
        min-height: 78px;
    }

    .sal-software-steps {
        gap: 34px;
    }

    .sal-software-steps li,
    .sal-software-steps li:first-child,
    .sal-software-steps li:nth-child(odd),
    .sal-software-steps li:nth-child(even),
    .sal-software-steps li:last-child {
        grid-column: auto;
        max-width: none;
        padding: 0;
        border-right: 0;
    }

    .sal-software-growth__list {
        gap: 0;
    }

    .sal-software-technology h2 {
        font-size: 29px;
    }

    .sal-software-reasons li:last-child {
        grid-column: auto;
    }
}
