/* Shared About/service ecosystem. Scoped specificity shields it from page styles. */
:is(body, #az-service-reference) .cft-ecosystem {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0;
    padding: 76px 24px 50px;
    background-color: #041016;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
:is(body, #az-service-reference) .cft-ecosystem::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 12, 18, .86);
    pointer-events: none;
}
:is(body, #az-service-reference) .cft-ecosystem *,
:is(body, #az-service-reference) .cft-ecosystem *::after { box-sizing: border-box; }
:is(body, #az-service-reference) .cft-ecosystem__inner { width: 100%; max-width: 1240px; margin: 0 auto; }
:is(body, #az-service-reference) .cft-ecosystem__heading {
    position: relative;
    margin: 0 0 34px;
    padding: 0;
    color: #fff;
    font: 700 30px/1.3 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
:is(body, #az-service-reference) .cft-ecosystem__heading::after {
    content: '';
    display: block;
    width: 58px;
    height: 3px;
    margin: 8px auto 0;
    border-radius: 3px;
    background: #ff8900;
}
:is(body, #az-service-reference) .cft-ecosystem__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(2,12,18,.34);
}
:is(body, #az-service-reference) .cft-ecosystem__card {
    min-width: 0;
    margin: 0;
    padding: 40px 24px 54px;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.18);
    background: transparent;
    box-shadow: none;
    text-align: center;
}
:is(body, #az-service-reference) .cft-ecosystem__card:last-child { border-right: 0; }
:is(body, #az-service-reference) .cft-ecosystem__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 56px;
    margin: 0 auto 24px;
    color: #fff;
}
:is(body, #az-service-reference) .cft-ecosystem__icon .ms { font-size: 48px; line-height: 1; }
:is(body, #az-service-reference) .cft-ecosystem__icon img { display: block; width: 48px; height: 48px; object-fit: contain; margin: 0; }
:is(body, #az-service-reference) .cft-ecosystem__title {
    min-height: 44px;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font: 700 20px/1.25 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
}
:is(body, #az-service-reference) .cft-ecosystem__stats { display: grid; gap: 20px; margin: 0; padding: 0; }
:is(body, #az-service-reference) .cft-ecosystem__stat { display: flex; flex-direction: column; gap: 4px; margin: 0; }
:is(body, #az-service-reference) .cft-ecosystem__number { order: -1; margin: 0; padding: 0; color: #ff8900; font: 700 26px/1.1 Arial, Helvetica, sans-serif; }
:is(body, #az-service-reference) .cft-ecosystem__label { margin: 0; padding: 0; color: #fff; font: 700 14px/1.4 Arial, Helvetica, sans-serif; }
@media (max-width: 640px) {
    :is(body, #az-service-reference) .cft-ecosystem { padding: 48px 16px; }
    :is(body, #az-service-reference) .cft-ecosystem__heading { font-size: 24px; }
    :is(body, #az-service-reference) .cft-ecosystem__grid { grid-template-columns: 1fr; }
    :is(body, #az-service-reference) .cft-ecosystem__card { padding: 32px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    :is(body, #az-service-reference) .cft-ecosystem__card:last-child { border-bottom: 0; }
}