/* Actualizare 98 — layout elegant și responsive pentru oferte, proiecte și articole. */

.company-profile-modern .company-products-showcase,
.company-profile-modern .company-projects-showcase,
.company-profile-modern .company-articles-showcase {
    overflow: hidden;
}

.company-profile-modern .company-products-showcase .company-showcase-heading,
.company-profile-modern .company-projects-showcase .company-showcase-heading,
.company-profile-modern .company-articles-showcase .company-showcase-heading {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7edf3;
}

.company-profile-modern .company-showcase-count {
    min-height: 32px;
    padding: 5px 11px;
    background: #f8fafc;
    font-weight: 650;
}

.company-profile-modern .company-showcase-track.is-single {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: minmax(0, 1fr);
    overflow: visible;
    scroll-snap-type: none;
}

.company-profile-modern .company-showcase-track.is-pair {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
}

.company-profile-modern .company-product-card,
.company-profile-modern .company-project-card,
.company-profile-modern .company-article-modern-card {
    border-color: #dde6ee;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(8, 37, 77, .035);
}

.company-profile-modern .company-product-card:hover,
.company-profile-modern .company-project-card:hover,
.company-profile-modern .company-article-modern-card:hover {
    border-color: #cbd9e5;
}

.company-profile-modern .company-showcase-track.is-single .company-product-card,
.company-profile-modern .company-showcase-track.is-single .company-project-card {
    display: grid;
    grid-template-columns: minmax(290px, 40%) minmax(0, 1fr);
    min-height: 330px;
}

.company-profile-modern .company-showcase-track.is-single .company-product-card__media,
.company-profile-modern .company-showcase-track.is-single .company-project-card__media {
    height: auto;
    min-height: 330px;
}

.company-profile-modern .company-showcase-track.is-single .company-product-card__body,
.company-profile-modern .company-showcase-track.is-single .company-project-card__body {
    min-height: 330px;
    padding: 28px 30px;
}

.company-profile-modern .company-showcase-track.is-single .company-product-card h3,
.company-profile-modern .company-showcase-track.is-single .company-project-card h3 {
    max-width: 760px;
    font-size: 23px;
    line-height: 1.25;
}

.company-profile-modern .company-showcase-track.is-single .company-product-card__excerpt,
.company-profile-modern .company-showcase-track.is-single .company-project-card__excerpt {
    max-width: 760px;
    font-size: 15px;
    line-height: 1.65;
}

.company-profile-modern .company-showcase-track.is-single .company-product-card__details,
.company-profile-modern .company-showcase-track.is-single .company-project-card__details {
    max-width: 780px;
}

.company-profile-modern .company-product-card__media,
.company-profile-modern .company-project-card__media {
    background: #eef5f8;
}

.company-profile-modern .company-product-card__price {
    right: 16px;
    bottom: 16px;
    padding: 9px 13px;
    background: #16375f;
    box-shadow: none;
}

.company-profile-modern .company-product-card__badges span,
.company-profile-modern .company-article-modern-card__image > span,
.company-profile-modern .company-project-card__meta span {
    box-shadow: none;
}

.company-profile-modern .company-offer-meta,
.company-profile-modern .company-project-facts {
    max-width: 720px;
}

.company-profile-modern .company-product-card footer,
.company-profile-modern .company-project-card footer {
    margin-top: auto;
}

.company-profile-modern .company-showcase-track.is-single .company-article-modern-card {
    grid-template-columns: minmax(310px, 39%) minmax(0, 1fr);
    min-height: 310px;
}

.company-profile-modern .company-showcase-track.is-single .company-article-modern-card__image {
    min-height: 310px;
    max-height: none;
}

.company-profile-modern .company-showcase-track.is-single .company-article-modern-card__body {
    min-height: 310px;
    padding: 30px;
}

.company-profile-modern .company-showcase-track.is-single .company-article-modern-card h3 {
    max-width: 760px;
    font-size: 23px;
    line-height: 1.28;
}

.company-profile-modern .company-showcase-track.is-single .company-article-modern-card__body > p {
    max-width: 760px;
    font-size: 15px;
    line-height: 1.7;
}

.company-profile-modern .company-article-modern-card__link {
    width: fit-content;
    border-bottom: 1px solid rgba(7, 142, 162, .25);
    padding-bottom: 3px;
}

@media (max-width: 900px) {
    .company-profile-modern .company-showcase-track.is-single .company-product-card,
    .company-profile-modern .company-showcase-track.is-single .company-project-card,
    .company-profile-modern .company-showcase-track.is-single .company-article-modern-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .company-profile-modern .company-showcase-track.is-single .company-product-card__media,
    .company-profile-modern .company-showcase-track.is-single .company-project-card__media,
    .company-profile-modern .company-showcase-track.is-single .company-article-modern-card__image {
        min-height: 235px;
        max-height: 235px;
    }

    .company-profile-modern .company-showcase-track.is-single .company-product-card__body,
    .company-profile-modern .company-showcase-track.is-single .company-project-card__body,
    .company-profile-modern .company-showcase-track.is-single .company-article-modern-card__body {
        min-height: 0;
        padding: 23px;
    }
}

@media (max-width: 700px) {
    .company-profile-modern .company-products-showcase .company-showcase-heading,
    .company-profile-modern .company-projects-showcase .company-showcase-heading,
    .company-profile-modern .company-articles-showcase .company-showcase-heading {
        margin-bottom: 16px;
        padding-bottom: 14px;
    }

    .company-profile-modern .company-showcase-track,
    .company-profile-modern .company-showcase-track.is-pair,
    .company-profile-modern .company-showcase-track.is-multiple {
        grid-auto-flow: column;
        grid-auto-columns: 100%;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .company-profile-modern .company-showcase-track.is-single {
        grid-auto-flow: row;
        grid-auto-columns: auto;
        grid-template-columns: minmax(0, 1fr);
        overflow: visible;
    }

    .company-profile-modern .company-showcase-track.is-single .company-product-card__media,
    .company-profile-modern .company-showcase-track.is-single .company-project-card__media,
    .company-profile-modern .company-showcase-track.is-single .company-article-modern-card__image,
    .company-profile-modern .company-product-card__media,
    .company-profile-modern .company-project-card__media,
    .company-profile-modern .company-article-modern-card__image {
        min-height: 205px;
        height: 205px;
        max-height: 205px;
    }

    .company-profile-modern .company-showcase-track.is-single .company-product-card__body,
    .company-profile-modern .company-showcase-track.is-single .company-project-card__body,
    .company-profile-modern .company-showcase-track.is-single .company-article-modern-card__body,
    .company-profile-modern .company-product-card__body,
    .company-profile-modern .company-project-card__body,
    .company-profile-modern .company-article-modern-card__body {
        min-height: 0;
        padding: 18px;
    }

    .company-profile-modern .company-showcase-track.is-single .company-product-card h3,
    .company-profile-modern .company-showcase-track.is-single .company-project-card h3,
    .company-profile-modern .company-showcase-track.is-single .company-article-modern-card h3,
    .company-profile-modern .company-product-card h3,
    .company-profile-modern .company-project-card h3,
    .company-profile-modern .company-article-modern-card h3 {
        font-size: 19px;
        line-height: 1.3;
    }

    .company-profile-modern .company-product-card__excerpt,
    .company-profile-modern .company-project-card__excerpt,
    .company-profile-modern .company-article-modern-card__body > p {
        font-size: 14px;
        line-height: 1.6;
    }

    .company-profile-modern .company-product-card footer,
    .company-profile-modern .company-project-card footer {
        gap: 8px;
        padding-top: 14px;
    }
}

@media (max-width: 420px) {
    .company-profile-modern .company-product-card__badges {
        top: 10px;
        left: 10px;
    }

    .company-profile-modern .company-product-card__price {
        right: 10px;
        bottom: 10px;
        font-size: 12px;
    }

    .company-profile-modern .company-project-card__meta {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}

/* Actualizare 99 — concept modern, editorial și distinct pentru oferte, proiecte și articole. */
.company-profile-modern .company-products-showcase,
.company-profile-modern .company-projects-showcase,
.company-profile-modern .company-articles-showcase {
    position: relative;
    border: 1px solid #e1e9f0;
    border-radius: 24px;
    padding: 26px;
    background: #fff;
    box-shadow: none;
}

.company-profile-modern .company-products-showcase::before,
.company-profile-modern .company-projects-showcase::before,
.company-profile-modern .company-articles-showcase::before {
    position: absolute;
    top: 0;
    left: 26px;
    width: 52px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: #078ea2;
    content: '';
}

.company-profile-modern .company-products-showcase .company-showcase-heading,
.company-profile-modern .company-projects-showcase .company-showcase-heading,
.company-profile-modern .company-articles-showcase .company-showcase-heading {
    align-items: flex-start;
    margin-bottom: 20px;
    border: 0;
    padding: 0;
}

.company-profile-modern .company-showcase-heading__copy {
    min-width: 0;
    max-width: 720px;
}

.company-profile-modern .company-showcase-heading__copy .ho-section-heading {
    margin: 0;
}

.company-profile-modern .company-showcase-intro {
    margin: 7px 0 0;
    color: #66778f;
    font-size: 13px;
    line-height: 1.6;
}

.company-profile-modern .company-showcase-actions {
    align-items: center;
    gap: 9px;
}

.company-profile-modern .company-showcase-count {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #d7e4eb;
    border-radius: 999px;
    padding: 6px 12px;
    background: #f8fbfc;
    color: #526a83;
    font-size: 11px;
    font-weight: 750;
}

.company-profile-modern .company-carousel-controls button {
    width: 36px;
    height: 36px;
    border-color: #d7e4eb;
    background: #fff;
    box-shadow: none;
}

.company-profile-modern .company-product-card,
.company-profile-modern .company-project-card,
.company-profile-modern .company-article-modern-card {
    border: 1px solid #dce6ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s ease, background .2s ease;
}

.company-profile-modern .company-product-card:hover,
.company-profile-modern .company-project-card:hover,
.company-profile-modern .company-article-modern-card:hover {
    border-color: rgba(7, 142, 162, .38);
}

.company-profile-modern .company-showcase-track.is-single .company-product-card,
.company-profile-modern .company-showcase-track.is-single .company-project-card {
    grid-template-columns: minmax(300px, 38%) minmax(0, 1fr);
    min-height: 350px;
}

.company-profile-modern .company-showcase-track.is-single .company-product-card__media,
.company-profile-modern .company-showcase-track.is-single .company-project-card__media {
    min-height: 350px;
}

.company-profile-modern .company-product-card__media,
.company-profile-modern .company-project-card__media,
.company-profile-modern .company-article-modern-card__image {
    background: #edf5f7;
}

.company-profile-modern .company-product-card__media::after,
.company-profile-modern .company-project-card__media::after,
.company-profile-modern .company-article-modern-card__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 62%, rgba(8, 37, 77, .2));
    content: '';
    pointer-events: none;
}

.company-profile-modern .company-product-card__badges,
.company-profile-modern .company-project-card__meta {
    z-index: 2;
}

.company-profile-modern .company-product-card__badges span,
.company-profile-modern .company-project-card__meta span,
.company-profile-modern .company-article-modern-card__image > span {
    border: 0;
    background: rgba(255, 255, 255, .94);
    color: #08254d;
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.company-profile-modern .company-product-card__badges span:first-child,
.company-profile-modern .company-article-modern-card__image > span {
    background: #078ea2;
    color: #fff;
}

.company-profile-modern .company-product-card__body,
.company-profile-modern .company-project-card__body {
    min-height: 350px;
    padding: 28px 30px 0;
    background: #fff;
}

.company-profile-modern .company-product-card__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.company-profile-modern .company-product-card__price-block {
    display: grid;
    justify-items: end;
    flex: 0 0 auto;
    color: #08254d;
    line-height: 1.05;
}

.company-profile-modern .company-product-card__price-block small {
    color: #708197;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.company-profile-modern .company-product-card__price-block strong {
    margin-top: 3px;
    color: #078ea2;
    font-size: 22px;
    font-weight: 850;
    letter-spacing: -.03em;
}

.company-profile-modern .company-product-card__price-block em {
    margin-top: 3px;
    color: #7a899b;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.company-profile-modern .company-showcase-track.is-single .company-product-card h3,
.company-profile-modern .company-showcase-track.is-single .company-project-card h3,
.company-profile-modern .company-showcase-track.is-single .company-article-modern-card h3 {
    font-size: 22px;
    line-height: 1.25;
}

.company-profile-modern .company-product-card__excerpt,
.company-profile-modern .company-project-card__excerpt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
}

.company-profile-modern .company-product-card__details,
.company-profile-modern .company-project-card__details,
.company-profile-modern .company-article-modern-card__body > p {
    color: #63758b;
    font-size: 13px;
    line-height: 1.65;
}

.company-profile-modern .company-offer-meta,
.company-profile-modern .company-project-facts {
    gap: 8px;
    margin-top: 16px;
}

.company-profile-modern .company-offer-meta > span,
.company-profile-modern .company-project-facts > div {
    border-color: #e2eaef;
    border-radius: 12px;
    background: #f8fbfc;
}

.company-profile-modern .company-product-card footer,
.company-profile-modern .company-project-card footer {
    margin: auto -30px 0;
    border-top: 1px solid #e7edf2;
    padding: 15px 20px;
    background: #f8fafc;
}

.company-profile-modern .company-product-card footer > a,
.company-profile-modern .company-project-card footer > a {
    min-height: 38px;
    border-radius: 10px;
    padding: 8px 13px;
    background: #078ea2;
    color: #fff;
    text-decoration: none;
}

.company-profile-modern .company-project-card__result {
    border-left: 0;
    border-radius: 12px;
    background: #edf8f8;
}

.company-profile-modern .company-showcase-track.is-single .company-article-modern-card {
    grid-template-columns: minmax(330px, 42%) minmax(0, 1fr);
    min-height: 310px;
}

.company-profile-modern .company-showcase-track.is-single .company-article-modern-card__image {
    min-height: 310px;
}

.company-profile-modern .company-article-modern-card__body {
    min-height: 310px;
    padding: 28px 30px;
    background: #fff;
}

.company-profile-modern .company-article-modern-card__meta {
    justify-content: flex-start;
    gap: 10px 16px;
}

.company-profile-modern .company-article-modern-card__meta > div {
    justify-content: flex-start;
}

.company-profile-modern .company-article-modern-card__link {
    width: fit-content;
    margin-top: auto;
    border: 0;
    border-radius: 10px;
    padding: 10px 13px;
    background: #edf8f8;
    color: #078ea2;
    text-decoration: none;
}

@media (max-width: 900px) {
    .company-profile-modern .company-products-showcase,
    .company-profile-modern .company-projects-showcase,
    .company-profile-modern .company-articles-showcase {
        padding: 22px;
    }

    .company-profile-modern .company-showcase-track.is-single .company-product-card,
    .company-profile-modern .company-showcase-track.is-single .company-project-card,
    .company-profile-modern .company-showcase-track.is-single .company-article-modern-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .company-profile-modern .company-showcase-track.is-single .company-product-card__media,
    .company-profile-modern .company-showcase-track.is-single .company-project-card__media,
    .company-profile-modern .company-showcase-track.is-single .company-article-modern-card__image {
        min-height: 240px;
        max-height: 240px;
    }

    .company-profile-modern .company-product-card__body,
    .company-profile-modern .company-project-card__body,
    .company-profile-modern .company-article-modern-card__body {
        min-height: 0;
    }
}

@media (max-width: 700px) {
    .company-profile-modern .company-products-showcase,
    .company-profile-modern .company-projects-showcase,
    .company-profile-modern .company-articles-showcase {
        border-radius: 18px;
        padding: 17px;
    }

    .company-profile-modern .company-products-showcase::before,
    .company-profile-modern .company-projects-showcase::before,
    .company-profile-modern .company-articles-showcase::before {
        left: 17px;
        width: 42px;
    }

    .company-profile-modern .company-showcase-heading {
        gap: 12px;
    }

    .company-profile-modern .company-showcase-intro {
        font-size: 12px;
    }

    .company-profile-modern .company-showcase-actions {
        flex-direction: row;
        align-items: center;
    }

    .company-profile-modern .company-showcase-count {
        display: none;
    }

    .company-profile-modern .company-showcase-track.is-single .company-product-card__media,
    .company-profile-modern .company-showcase-track.is-single .company-project-card__media,
    .company-profile-modern .company-showcase-track.is-single .company-article-modern-card__image,
    .company-profile-modern .company-product-card__media,
    .company-profile-modern .company-project-card__media,
    .company-profile-modern .company-article-modern-card__image {
        min-height: 205px;
        height: 205px;
        max-height: 205px;
    }

    .company-profile-modern .company-product-card__body,
    .company-profile-modern .company-project-card__body,
    .company-profile-modern .company-article-modern-card__body {
        padding: 18px 17px 0;
    }

    .company-profile-modern .company-product-card__topline {
        gap: 12px;
    }

    .company-profile-modern .company-product-card__price-block strong {
        font-size: 18px;
    }

    .company-profile-modern .company-product-card footer,
    .company-profile-modern .company-project-card footer {
        margin-right: -17px;
        margin-left: -17px;
        padding: 13px 17px;
    }

    .company-profile-modern .company-product-card footer > span,
    .company-profile-modern .company-project-card footer > span {
        max-width: 58%;
        font-size: 10px;
    }

    .company-profile-modern .company-product-card footer > a,
    .company-profile-modern .company-project-card footer > a {
        min-height: 36px;
        padding: 7px 10px;
        font-size: 11px;
    }

    .company-profile-modern .company-article-modern-card__body {
        padding-bottom: 17px;
    }
}

@media (max-width: 430px) {
    .company-profile-modern .company-showcase-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .company-profile-modern .company-showcase-actions {
        align-self: stretch;
        justify-content: flex-end;
    }

    .company-profile-modern .company-product-card__topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .company-profile-modern .company-product-card__price-block {
        justify-items: start;
    }

    .company-profile-modern .company-product-card footer,
    .company-profile-modern .company-project-card footer {
        align-items: stretch;
        flex-direction: column;
    }

    .company-profile-modern .company-product-card footer > span,
    .company-profile-modern .company-project-card footer > span {
        max-width: none;
    }

    .company-profile-modern .company-product-card footer > a,
    .company-profile-modern .company-project-card footer > a {
        justify-content: center;
    }
}
