.clarke-cases-industry {
    background: #f7f9f8;
    color: var(--home-ink, #0f172a);
    padding: 56px 0 64px;
}

.clarke-cases-industry__container {
    width: min(100% - 40px, 1280px);
    margin: 0 auto;
}

.clarke-cases-industry__header {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
}

.clarke-cases-industry__eyebrow {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
    color: var(--home-green, #00bf6a);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.clarke-cases-industry__eyebrow::after {
    content: "";
    width: 58px;
    height: 2px;
    border-radius: 2px;
    background: var(--home-green, #00bf6a);
}

.clarke-cases-industry__title {
    margin: 0;
    color: var(--home-ink, #0f172a);
    font-size: var(--home-type-h2, clamp(28px, 2.15vw, 32px));
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
}

.clarke-cases-industry__highlight {
    color: var(--home-green, #00bf6a);
}

.clarke-cases-industry__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.clarke-cases-industry__card {
    display: flex;
    min-height: 292px;
    flex-direction: column;
    padding: 22px 20px 20px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .07);
}

.clarke-cases-industry__logo-wrap {
    display: flex;
    height: 84px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.clarke-cases-industry__logo {
    display: block;
    width: auto;
    max-width: min(100%, 146px);
    max-height: 76px;
    object-fit: contain;
}

.clarke-cases-industry__name {
    margin: 0 0 10px;
    color: #19212d;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.clarke-cases-industry__summary {
    display: -webkit-box;
    min-height: 72px;
    margin: 0 0 18px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #303846;
    font-size: 14px;
    line-height: 1.55;
}

.clarke-cases-industry__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, .09);
    color: #00a65f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.clarke-cases-industry__arrow {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 999px;
    background: #00a65f;
    color: #fff;
    transition: transform .2s ease;
}

.clarke-cases-industry__link:hover,
.clarke-cases-industry__link:focus {
    color: #007f49;
    text-decoration: none;
}

.clarke-cases-industry__link:hover .clarke-cases-industry__arrow,
.clarke-cases-industry__link:focus .clarke-cases-industry__arrow {
    transform: translateX(3px);
}

.clarke-cases-industry__cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    width: min(100%, 880px);
    margin: 32px auto 0;
    padding: 18px 22px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .08);
}

.clarke-cases-industry__cta-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(0, 191, 106, .12);
    color: #00a65f;
}

.clarke-cases-industry__cta p {
    margin: 0;
    color: #303846;
    font-size: 15px;
    line-height: 1.5;
}

.clarke-cases-industry__cta-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 25px;
    background: linear-gradient(135deg, #007f49 0%, #006b3d 100%);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(0, 111, 64, .26);
}

.clarke-cases-industry__cta-button:hover,
.clarke-cases-industry__cta-button:focus {
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.clarke-cases-industry__cta-button span,
.clarke-cases-industry__cta-button svg {
    color: #fff !important;
}

.clarke-cases-industry__more {
    display: none;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0 0;
    border: 1px solid rgba(0, 166, 95, .24);
    border-radius: 25px;
    background: #fff;
    color: #007f49;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.clarke-cases-industry__more:not([hidden]) {
    display: inline-flex;
}

.clarke-cases-industry__more:hover,
.clarke-cases-industry__more:focus {
    border-color: #007f49;
    color: #006b3d;
}

@media (max-width: 1180px) {
    .clarke-cases-industry__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .clarke-cases-industry {
        padding: 48px 0 56px;
    }

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

    .clarke-cases-industry__cta {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

@media (max-width: 560px) {
    .clarke-cases-industry__container {
        width: min(100% - 32px, 1400px);
    }

    .clarke-cases-industry__header {
        margin-bottom: 24px;
    }

    .clarke-cases-industry__eyebrow {
        font-size: 12px;
        letter-spacing: .14em;
    }

    .clarke-cases-industry__title {
        font-size: var(--home-type-h2-mobile, 26px);
    }

    .clarke-cases-industry__grid {
        grid-template-columns: 1fr;
    }

    .clarke-cases-industry__card {
        min-height: 0;
        padding: 20px;
    }

    .clarke-cases-industry__logo-wrap {
        height: 72px;
        margin-bottom: 16px;
    }

    .clarke-cases-industry__summary {
        min-height: 0;
    }

    .clarke-cases-industry__cta-button {
        width: 100%;
    }
}
