    .algo-how-signal {
        padding: clamp(20px, 2vw, 36px) 0 clamp(70px, 7vw, 110px);
        background: #fff;
        font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        overflow-x: visible;
    }

    @media (max-width: 980px) {
        .algo-how-signal { overflow-x: clip; }
    }

    #how-it-works { padding-left: 0 !important; padding-right: 0 !important; }

    #how-it-works .algo-how-signal__container {
        width: min(1600px, 100%) !important;
        margin: 0 auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    .algo-how-signal__stage { display: flex; justify-content: center; width: 100%; overflow: visible; }

    .algo-how-signal__flow {
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: clamp(14px, 2.2vw, 28px);
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .algo-how-signal__block, .algo-how-signal__block--wide {
        flex: 1 1 0;
        min-width: 0;
        max-width: 540px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .algo-how-signal__connector {
        flex: 0 1 140px;
        min-width: 70px;
        max-width: 190px;
        position: relative;
        display: flex;
        align-items: stretch;
        justify-content: center;
        overflow: hidden;
    }

    .algo-how-signal__label {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0 0 12px;
        text-align: center;
        width: 100%;
    }

    .algo-how-signal__labelStep { display: none; }

    .algo-how-signal__labelTag {
        font-weight: 900;
        font-size: clamp(12px, .8vw, 14px);
        letter-spacing: .12em;
        color: #0eb6d2;
        padding: 10px 18px;
        border-radius: 999px;
        background: rgba(14, 182, 210, .08);
        border: 1px solid rgba(14, 182, 210, .18);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 280px;
        min-height: 40px;
        text-align: center;
        white-space: nowrap;
    }

    .algo-how-signal__card {
        background: #fff;
        border-radius: 24px;
        border: 1px solid rgba(15, 23, 42, .08);
        box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
        padding: clamp(16px, 1.2vw, 22px);
        overflow: hidden;
        text-align: center;
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .algo-how-signal__card:hover {
        transform: translateY(-5px);
        border-color: rgba(14, 182, 210, .22);
        box-shadow: 0 22px 52px rgba(15, 23, 42, .12);
    }

    .algo-how-signal__h3 {
        margin: 0 0 10px;
        font-size: clamp(16.5px, 1.25vw, 22px);
        font-weight: 900;
        line-height: 1.22;
        color: #0f172a;
        letter-spacing: -0.02em;
        text-wrap: balance;
        overflow-wrap: anywhere;
        word-break: normal;
        hyphens: auto;
    }

    .algo-how-signal__p {
        margin: 0;
        color: #475569;
        font-size: clamp(12.2px, .95vw, 14.6px);
        line-height: 1.7;
        text-wrap: pretty;
        overflow-wrap: anywhere;
    }

    .algo-how-signal__media {
        border: 2px dashed rgba(148, 163, 184, .50);
        border-radius: 18px;
        display: grid;
        place-items: center;
        background: rgba(15, 23, 42, .02);
        overflow: hidden;
        margin-top: auto !important;
    }

    #how-it-works .algo-how-signal__media,
    #how-it-works .algo-how-signal__media--sm {
        min-height: unset !important;
        height: auto;
        aspect-ratio: 4/3;
        overflow: hidden;
    }

    #how-it-works .algo-how-signal__media img,
    #how-it-works .algo-how-signal__media--sm img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
        display: block;
    }

    .algo-how-signal__chips {
        margin-top: 14px;
        display: flex;
        flex-direction: row;
        gap: 6px;
        width: 100%;
        box-sizing: border-box;
    }

    .algo-how-signal__pill {
        flex: 1 1 0;
        min-width: 0;
        padding: 8px 4px;
        border-radius: 10px;
        background: rgba(14, 182, 210, .06);
        border: 1px solid rgba(14, 182, 210, .18);
        color: #0f172a;
        font-weight: 700;
        font-size: clamp(9px, .65vw, 11px);
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .algo-how-signal__check {
        display: inline-grid;
        place-items: center;
        flex: 0 0 auto;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #0eb6d2;
        border: none;
        flex-shrink: 0;
    }

    .algo-how-signal__check::before {
        content: "";
        width: 5px;
        height: 3px;
        border-left: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
        transform: rotate(-45deg);
        margin-top: 1px;
    }

    .algo-how-signal__funnel {
        position: absolute;
        inset: 0;
        pointer-events: none;
        overflow: hidden;
        z-index: 1;
    }

    .algo-how-signal__particle {
        position: absolute;
        left: 0;
        top: 0;
        width: 42px;
        height: 42px;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, .08);
        display: grid;
        place-items: center;
        box-shadow: 0 6px 16px rgba(15, 23, 42, .10);
        overflow: hidden;
        z-index: 2;
        transform: translate(-50%, -50%);
        will-change: left, top, opacity, transform;
    }

    .algo-how-signal__particleImg {
        width: 74%;
        height: 74%;
        object-fit: contain;
        display: block;
    }

    .algo-how-signal__particleFallback {
        font-size: 9px;
        font-weight: 950;
        letter-spacing: .06em;
        color: rgba(15, 23, 42, .72);
        display: none;
    }

    .algo-how-signal__particle.is-fallback .algo-how-signal__particleImg { display: none; }
    .algo-how-signal__particle.is-fallback .algo-how-signal__particleFallback { display: block; }

    .algo-how-signal__mArrow { display: none; }

    @media (max-width: 980px) {
        .algo-how-signal__flow {
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            gap: 30px;
            width: 100%;
            max-width: 100%;
        }

        .algo-how-signal__block, .algo-how-signal__block--wide {
            width: min(760px, 100%);
            min-width: 0;
            flex: 0 0 auto;
        }

        .algo-how-signal__connector {
            width: min(760px, 100%);
            height: 86px !important;
            min-height: 86px !important;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 18px;
        }

        .algo-how-signal__funnel { display: block !important; }
        .algo-how-signal__mArrow { display: none !important; }

        .algo-how-signal__media {
            display: grid;
            place-items: center;
            overflow: hidden;
            height: auto;
        }

        .algo-how-signal__media img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain;
            display: block;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .algo-how-signal__particle { display: none !important; }
    }

    #how-it-works img, #how-it-works svg, #how-it-works video, #how-it-works iframe {
        max-width: 100% !important;
    }
/* تجهيز الهاتف والآيباد */
@media (max-width: 980px) {
    /* إعطاء الأنبوب (HTML Widget) ارتفاعاً ثابتاً على الهاتف ليظهر فيه الأيقونات */
    .algo-how-signal__flow > .elementor-widget-html,
    .algo-how-signal__connector {
        width: 100% !important;
        max-width: 400px !important; /* عرض مناسب للهاتف */
        height: 80px !important; /* ارتفاع الأنبوب في الهاتف */
        min-height: 80px !important;
        margin: 10px auto !important;
    }
}