.industry-cards {
    padding: 90px 0;
    background: #f4f4f4;
}

.industry-cards__intro {
    max-width: 980px;
    margin: 0 auto 56px;
    text-align: center;
}

.industry-cards__intro h2 {
    font-family: "UniversLTStd Cn" !important;
    font-weight: 700 !important;
    font-size: 50px !important;
    line-height: 1.2 !important;
    color: #0C2340;
    margin-bottom: 20px;
}

.industry-cards__intro p {
    font-family: "Univers LT Std Pro 55" !important;
    font-size: 18px;
    line-height: 1.7;
    color: #31445c;
    margin: 0;
}

.industry-cards__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.industry-card {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(12, 35, 64, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.industry-card__accent {
    height: 8px;
    width: 100%;
}

.industry-card--pharma .industry-card__accent {
    background: linear-gradient(90deg, #006d77 0%, #52ccba 100%);
}

.industry-card--medtech .industry-card__accent {
    background: linear-gradient(90deg, #c4920a 0%, #ffd100 100%);
}

.industry-card__body {
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.industry-card__title {
    font-family: "UniversLTStd Cn" !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    color: #0c2340;
    margin: 0 0 10px;
}

.industry-card__subtitle {
    font-family: "Univers LT Std Pro 55" !important;
    font-size: 16px;
    line-height: 1.5;
    color: #0C2340;
    margin: 0 0 15px;
}

.industry-card__list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.industry-card__list li {
    position: relative;
    padding-left: 30px;
    margin-left: 0;
    font-family: "Univers LT Std" !important;
    font-size: 16px;
    line-height: 1.5;
    color: #31445c;
}

.industry-card__list li:last-child {
    margin-bottom: 0;
}

.industry-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    background-position: 56% 65%;
    background-image: url("/wp-content/themes/modeln/product/images/checkmark-white.png");
}

.industry-card--pharma .industry-card__list li::before {
    background-color: #006D68;
    

}

.industry-card--medtech .industry-card__list li::before {
    background-color: #CC8A00;
}

.industry-card__footer {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid #C2C8CF;
}

.industry-card__footer .arrow-link {
    margin-top: 0;
    color: #004EA8;
    font-size: 16px;
    letter-spacing: 0.04em;
}

/* .industry-card__footer .arrow-link::after {
    background-image: url("/wp-content/themes/modeln/product/images/arrow-read-more-sky.svg");
} */

.industry-card__footer .product-btn {
    background: transparent;
    border: none;
    color: #0069aa;
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: none;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .industry-cards {
        padding: 60px 0;
    }

    .industry-cards__intro h2 {
        font-size: 32px !important;
    }

    .industry-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 595px) {
    .industry-cards__intro {
        margin-bottom: 40px;
    }

    .industry-cards__intro h2 {
        font-size: 26px !important;
    }

    .industry-cards__intro p {
        font-size: 16px;
    }

    .industry-card__body {
        padding: 28px 24px 24px;
    }

    .industry-card__title {
        font-size: 24px !important;
    }
}
