.ksse-trust-strip {
    padding: 34px 28px 48px;
    background: transparent;
}

.ksse-trust-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid #d8e6f5;
    border-radius: 18px;
    background: rgba(255, 255, 255, .76);
}

.ksse-trust-inner article {
    min-height: 132px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
    padding: 24px 28px;
    border-right: 1px solid #d8e6f5;
    text-align: center;
}

.ksse-trust-inner article:last-child {
    border-right: 0;
}

.ksse-trust-inner i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #0b62d6;
    background: #e8f1ff;
    font-size: 18px;
}

.ksse-trust-inner span {
    color: #64748b;
    font-size: 14px;
    font-weight: 800;
}

.ksse-trust-inner strong {
    color: #08284d;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: 0;
}

.ksse-enterprise-edu {
    padding: 34px 28px 28px;
    background: transparent;
}

.ksse-enterprise-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.ksse-enterprise-card {
    position: relative;
    min-height: 306px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 22px 20px;
    border: 1px solid #edf1f6;
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    color: #111827;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(20, 35, 60, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ksse-enterprise-card:hover {
    transform: translateY(-4px);
    border-color: #cfe1f7;
    box-shadow: 0 20px 42px rgba(20, 35, 60, .1);
}

.ksse-enterprise-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    color: #059669;
    background: #dcfce7;
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
}

.ksse-enterprise-card strong {
    display: block;
    min-height: 58px;
    margin-top: 14px;
    color: #111827;
    font-size: 23px;
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: 0;
    word-break: keep-all;
}

.ksse-enterprise-card p {
    min-height: 72px;
    margin: 14px 0 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.62;
    font-weight: 600;
    word-break: keep-all;
}

.ksse-enterprise-icon {
    align-self: center;
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    margin: auto 0 24px;
    border-radius: 24px;
    color: #2563eb;
    background: #e8f1ff;
    font-size: 42px;
    box-shadow: 0 16px 28px rgba(20, 35, 60, .08);
}

.ksse-enterprise-btn,
.ksse-enterprise-actions a {
    width: 100%;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    color: #fff;
    background: #24262c;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
}

.ksse-enterprise-btn i,
.ksse-enterprise-actions i {
    font-size: 13px;
}

.ksse-enterprise-actions {
    width: 100%;
    display: grid;
    gap: 8px;
    margin-top: auto;
}

.ksse-enterprise-actions a {
    min-height: 43px;
    font-size: 14px;
}

.ksse-enterprise-card.is-group .ksse-enterprise-icon {
    color: #059669;
    background: #dcfce7;
}

.ksse-enterprise-card.is-estimate .ksse-enterprise-no {
    color: #2563eb;
    background: #dbeafe;
}

.ksse-enterprise-card.is-estimate .ksse-enterprise-icon {
    color: #2563eb;
    background: #dbeafe;
}

.ksse-enterprise-card.is-risk .ksse-enterprise-no {
    color: #dc2626;
    background: #fee2e2;
}

.ksse-enterprise-card.is-risk .ksse-enterprise-icon {
    color: #dc2626;
    background: #fee2e2;
}

.ksse-enterprise-card.is-workplace .ksse-enterprise-no {
    color: #0f766e;
    background: #ccfbf1;
}

.ksse-enterprise-card.is-workplace .ksse-enterprise-icon {
    color: #0f766e;
    background: #ccfbf1;
}

@media (max-width: 980px) {
    .ksse-trust-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ksse-trust-inner article:nth-child(2n) {
        border-right: 0;
    }

    .ksse-trust-inner article:nth-child(-n+2) {
        border-bottom: 1px solid #d8e6f5;
    }

    .ksse-enterprise-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ksse-trust-strip,
    .ksse-enterprise-edu {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ksse-trust-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .ksse-trust-inner article {
        min-height: 126px;
        padding: 20px 16px;
    }

    .ksse-trust-inner strong {
        font-size: 22px;
    }

    .ksse-enterprise-edu {
        padding-top: 26px;
        padding-bottom: 24px;
    }

    .ksse-enterprise-inner {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ksse-enterprise-card {
        min-height: 0;
        padding: 22px 18px 18px;
    }

    .ksse-enterprise-card strong {
        min-height: 0;
        font-size: 21px;
    }

    .ksse-enterprise-card p {
        min-height: 0;
        font-size: 15px;
    }

    .ksse-enterprise-icon {
        width: 74px;
        height: 74px;
        margin: 18px auto;
        border-radius: 19px;
        font-size: 34px;
    }
}
