.sarie-ecosystem{
    padding:82px 0;
    background:linear-gradient(135deg,#f6fbfa 0%,#edf6f5 100%);
    border-top:1px solid rgba(12,186,164,.12);
}
.sarie-ecosystem-heading{
    max-width:690px;
    margin:0 auto 30px;
    text-align:center;
}
.sarie-ecosystem-kicker{
    display:inline-flex;
    padding:7px 13px;
    border-radius:99px;
    background:#e3f8f2;
    color:#087b6c;
    font-size:12px;
    font-weight:900;
}
.sarie-ecosystem-heading h2{
    margin:13px 0 9px;
    color:#123645;
    font-size:clamp(25px,3vw,36px);
}
.sarie-ecosystem-heading p{
    margin:0;
    color:#607a80;
    line-height:1.9;
    font-size:14px;
}
.sarie-ecosystem-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.sarie-company-card{
    display:flex;
    min-height:245px;
    flex-direction:column;
    overflow:hidden;
    border:1px solid #dcebe8;
    border-radius:22px;
    background:#fff;
    color:inherit;
    text-decoration:none;
    box-shadow:0 10px 28px rgba(22,61,67,.07);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.sarie-company-card:hover{
    transform:translateY(-6px);
    border-color:#8bd9cd;
    box-shadow:0 18px 40px rgba(9,100,88,.15);
}
.sarie-company-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    height:128px;
    padding:18px;
    border-bottom:1px solid #e8f1ef;
    background:linear-gradient(145deg,#ffffff,#f5fbfa);
}
.sarie-company-logo img{
    display:block;
    width:100%;
    max-width:178px;
    height:88px;
    object-fit:contain;
}
.sarie-company-logo-host img{
    max-width:196px;
    height:96px;
}
.sarie-company-info{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:17px 18px 18px;
}
.sarie-company-info h3{
    margin:0 0 7px;
    color:#153a48;
    font-size:18px;
}
.sarie-company-info p{
    margin:0;
    color:#71878c;
    font-size:12px;
    line-height:1.8;
}
.sarie-company-info span{
    margin-top:auto;
    padding-top:14px;
    color:var(--brand,#0cbaa4);
    font-size:12px;
    font-weight:900;
}
@media(max-width:1050px){
    .sarie-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
    .sarie-ecosystem{padding:60px 0}
    .sarie-ecosystem-grid{grid-template-columns:1fr}
    .sarie-company-card{min-height:220px}
}


/* SARIE-SERVICES-CARD-LOGO-START */
.sarie-ecosystem a[href="https://khadamat.sarie-iq.com/"] .sarie-company-logo {
    background: linear-gradient(145deg, #ffffff, #eaf8f5) !important;
}

.sarie-ecosystem a[href="https://khadamat.sarie-iq.com/"] .sarie-company-logo img {
    display: block !important;
    width: 100% !important;
    max-width: 185px !important;
    height: 92px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* SARIE-SERVICES-CARD-LOGO-END */


/* SARIE-SERVICES-REAL-LOGO-START */
.sarie-company-card[href*="khadamat.sarie-iq.com"] .sarie-company-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(145deg, #ffffff, #edf8f6) !important;
}

.sarie-company-card[href*="khadamat.sarie-iq.com"] .sarie-company-logo img {
    display: block !important;
    width: 100% !important;
    max-width: 190px !important;
    height: 94px !important;
    max-height: 94px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
}
/* SARIE-SERVICES-REAL-LOGO-END */
