/*
|--------------------------------------------------------------------------
| SHENDY TECH
| TECHNOLOGY & ENGINEERING SECTION
|--------------------------------------------------------------------------
|
| Premium Corporate / Enterprise Design
| Desktop + Tablet + Mobile
| RTL + LTR
|
*/


/* ==========================================================================
   ROOT
   ========================================================================== */

body.st-site .stx-tech-section {

    --stx-dark: #021844;
    --stx-blue: #062b66;

    --stx-gold: #f8b400;
    --stx-gold-light: #ffc936;

    --stx-text: #071d47;
    --stx-muted: #6d7d92;

    --stx-white: #ffffff;

    --stx-border:
        rgba(
            6,
            43,
            102,
            .08
        );

    position: relative;

    width: 100%;

    min-height: 0;

    overflow: hidden;

    padding-block:
        82px;

    color:
        var(--stx-text);

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f8fbff 58%,
            #f1f6ff 100%
        );

    isolation: isolate;
}


/* ==========================================================================
   BACKGROUND GRID
   ========================================================================== */

body.st-site
.stx-tech-grid {

    position: absolute;

    inset: 0;

    z-index: -4;

    pointer-events: none;

    background-image:

        linear-gradient(
            rgba(
                6,
                43,
                102,
                .027
            )
            1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(
                6,
                43,
                102,
                .027
            )
            1px,
            transparent 1px
        );

    background-size:
        56px
        56px;
}


/* ==========================================================================
   BACKGROUND GLOW
   ========================================================================== */

body.st-site
.stx-tech-glow {

    position: absolute;

    z-index: -3;

    width: 620px;
    height: 620px;

    inset-inline-end: -390px;
    inset-block-start: 8%;

    border-radius: 50%;

    pointer-events: none;

    background:
        rgba(
            63,
            132,
            235,
            .10
        );

    filter:
        blur(115px);
}


/* ==========================================================================
   TOP BAR
   ========================================================================== */

body.st-site
.stx-tech-top {

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-block-end:
        46px;

    padding-block-end:
        18px;

    border-block-end:
        1px solid
        var(--stx-border);
}


/* ==========================================================================
   TOP LABEL
   ========================================================================== */

body.st-site
.stx-tech-label {

    display: flex;

    align-items: center;

    gap: 12px;
}


body.st-site
.stx-tech-label > span {

    width: 40px;
    height: 2px;

    flex-shrink: 0;

    border-radius: 999px;

    background:
        var(--stx-gold);
}


body.st-site
.stx-tech-label > strong {

    color:
        var(--stx-dark);

    font-size: 14px;

    font-weight: 900;

    line-height: 1.5;
}


/* ==========================================================================
   ENGINEERING INDEX
   ========================================================================== */

body.st-site
.stx-tech-index {

    display: flex;

    align-items: center;

    gap: 10px;

    direction: ltr;

    color:
        rgba(
            2,
            24,
            68,
            .40
        );

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 1.4px;
}


body.st-site
.stx-tech-index i {

    width: 5px;
    height: 5px;

    flex-shrink: 0;

    border-radius: 50%;

    background:
        var(--stx-gold);
}


/* ==========================================================================
   HEADING LAYOUT
   ========================================================================== */

body.st-site
.stx-tech-heading {

    display: grid;

    grid-template-columns:
        minmax(
            0,
            1.25fr
        )
        minmax(
            360px,
            .75fr
        );

    align-items: end;

    gap:
        clamp(
            55px,
            7vw,
            120px
        );

    margin-block-end:
        52px;
}


/* ==========================================================================
   KICKER
   ========================================================================== */

body.st-site
.stx-tech-kicker {

    display: block;

    margin-block-end:
        17px;

    color:
        var(--stx-gold);

    font-size: 14px;

    font-weight: 900;

    line-height: 1.6;
}


/* ==========================================================================
   MAIN TITLE
   ========================================================================== */

body.st-site
.stx-tech-heading h2 {

    max-width:
        870px;

    margin: 0;

    color:
        var(--stx-dark);

    font-size:
        clamp(
            56px,
            4.8vw,
            78px
        );

    font-weight: 900;

    line-height: 1.12;

    letter-spacing: -2.7px;

    text-wrap: balance;
}


html[dir="rtl"]
body.st-site
.stx-tech-heading h2 {

    line-height: 1.34;

    letter-spacing: 0;
}


/* ==========================================================================
   GOLD TITLE
   ========================================================================== */

body.st-site
.stx-tech-heading h2 > span {

    position: relative;

   

    width: fit-content;

    max-width: 100%;

    color:
        var(--stx-gold);
}


html[dir="rtl"]
body.st-site
.stx-tech-heading h2 > span {

    margin-inline-start: auto;
}


body.st-site
.stx-tech-heading h2 > span::after {

    content: "";

    position: absolute;

    inset-inline-start: 0;
    inset-block-end: -6px;

    width: 35%;
    height: 4px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--stx-gold),
            transparent
        );
}


html[dir="rtl"]
body.st-site
.stx-tech-heading h2 > span::after {

    inset-inline-start: auto;
    inset-inline-end: 0;

    background:
        linear-gradient(
            -90deg,
            var(--stx-gold),
            transparent
        );
}


/* ==========================================================================
   HEADING DESCRIPTION
   ========================================================================== */

body.st-site
.stx-tech-heading-copy {

    padding-block-end:
        4px;
}


body.st-site
.stx-tech-heading-copy > p {

    max-width: 590px;

    margin: 0;

    color:
        var(--stx-muted);

    font-size: 17px;

    font-weight: 500;

    line-height: 2;

    text-wrap: pretty;
}


/* ==========================================================================
   PRINCIPLES
   ========================================================================== */

body.st-site
.stx-tech-principles {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap:
        10px
        20px;

    margin-block-start:
        25px;
}


body.st-site
.stx-tech-principles > span {

    display: flex;

    align-items: center;

    gap: 8px;

    color:
        #596b83;

    font-size: 11px;

    font-weight: 800;

    line-height: 1.5;
}


body.st-site
.stx-tech-principles i {

    width: 7px;
    height: 7px;

    flex-shrink: 0;

    border-radius: 50%;

    background:
        #27ca86;

    box-shadow:
        0 0 0 4px
        rgba(
            39,
            202,
            134,
            .08
        );
}


/* ==========================================================================
   BOARD
   ========================================================================== */

body.st-site
.stx-tech-board {

    display: grid;

    grid-template-columns:
        minmax(
            0,
            1.35fr
        )
        minmax(
            350px,
            .65fr
        );

    align-items: stretch;

    gap: 14px;
}


/* ==========================================================================
   STACK PANEL
   ========================================================================== */

body.st-site
.stx-stack-panel {

    position: relative;

    min-width: 0;

    overflow: hidden;

    padding:
        29px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .08
        );

    border-radius:
        27px;

    color:
        #ffffff;

    background:
        linear-gradient(
            145deg,
            #010a21 0%,
            #021844 58%,
            #062e6a 100%
        );

    box-shadow:
        0 30px 72px
        rgba(
            2,
            24,
            68,
            .17
        );
}


/* ==========================================================================
   STACK GRID
   ========================================================================== */

body.st-site
.stx-stack-panel::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: .48;

    background-image:

        linear-gradient(
            rgba(
                255,
                255,
                255,
                .025
            )
            1px,
            transparent
            1px
        ),

        linear-gradient(
            90deg,
            rgba(
                255,
                255,
                255,
                .025
            )
            1px,
            transparent
            1px
        );

    background-size:
        38px
        38px;
}


/* ==========================================================================
   STACK HEADER
   ========================================================================== */

body.st-site
.stx-stack-header {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding-block-end:
        22px;

    border-block-end:
        1px solid
        rgba(
            255,
            255,
            255,
            .08
        );
}


body.st-site
.stx-stack-header
> div:first-child
> span {

    display: block;

    color:
        var(--stx-gold);

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 1.5px;
}


body.st-site
.stx-stack-header
> div:first-child
> strong {

    display: block;

    margin-block-start:
        7px;

    color:
        #ffffff;

    font-size: 24px;

    font-weight: 900;

    line-height: 1.4;
}


/* ==========================================================================
   STACK LIVE
   ========================================================================== */

body.st-site
.stx-stack-live {

    min-height: 32px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    padding-inline:
        12px;

    flex-shrink: 0;

    border-radius: 999px;

    color:
        #6eeab1;

    background:
        rgba(
            47,
            212,
            142,
            .08
        );

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: .6px;
}


body.st-site
.stx-stack-live i {

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background:
        #32dd92;

    box-shadow:
        0 0 0 4px
        rgba(
            50,
            221,
            146,
            .10
        );
}


/* ==========================================================================
   STACK ROWS
   ========================================================================== */

body.st-site
.stx-stack-rows {

    position: relative;

    z-index: 2;
}


/* ==========================================================================
   STACK ROW
   ========================================================================== */

body.st-site
.stx-stack-row {

    display: grid;

    grid-template-columns:
        210px
        minmax(
            0,
            1fr
        );

    align-items: center;

    gap: 28px;

    min-height: 92px;

    padding-block:
        19px;

    border-block-end:
        1px solid
        rgba(
            255,
            255,
            255,
            .07
        );
}


body.st-site
.stx-stack-row:last-child {

    border-block-end: 0;
}


/* ==========================================================================
   ROW TITLE
   ========================================================================== */

body.st-site
.stx-stack-row-title {

    display: flex;

    align-items: center;

    gap: 13px;

    min-width: 0;
}


body.st-site
.stx-stack-row-title > span {

    flex-shrink: 0;

    color:
        var(--stx-gold);

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;

    font-weight: 900;
}


body.st-site
.stx-stack-row-title > strong {

    color:
        rgba(
            255,
            255,
            255,
            .82
        );

    font-size: 13px;

    font-weight: 900;

    line-height: 1.5;
}


/* ==========================================================================
   TECHNOLOGY ITEMS
   ========================================================================== */

body.st-site
.stx-stack-items {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;
}


body.st-site
.stx-stack-items > span {

    min-height: 39px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding-inline:
        15px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .09
        );

    border-radius:
        11px;

    color:
        rgba(
            255,
            255,
            255,
            .76
        );

    background:
        rgba(
            255,
            255,
            255,
            .045
        );

    font-family:
        "Inter",
        "Cairo",
        sans-serif;

    font-size: 10px;

    font-weight: 800;

    line-height: 1;

    white-space: nowrap;

    transition:
        color .2s ease,
        border-color .2s ease,
        background .2s ease,
        transform .2s ease;
}


body.st-site
.stx-stack-items > span:hover {

    transform:
        translateY(-2px);

    color:
        #ffffff;

    border-color:
        rgba(
            248,
            180,
            0,
            .32
        );

    background:
        rgba(
            248,
            180,
            0,
            .085
        );
}


/* ==========================================================================
   STACK FOOTER
   ========================================================================== */

body.st-site
.stx-stack-footer {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-block-start:
        20px;

    padding-block-start:
        20px;

    border-block-start:
        1px solid
        rgba(
            255,
            255,
            255,
            .07
        );

    color:
        rgba(
            255,
            255,
            255,
            .38
        );

    font-family:
        "Inter",
        "Cairo",
        sans-serif;

    font-size: 8px;

    font-weight: 900;

    line-height: 1.6;

    letter-spacing: .7px;
}


/* ==========================================================================
   SIDE
   ========================================================================== */

body.st-site
.stx-tech-side {

    display: grid;

    grid-template-rows:
        1fr
        auto;

    gap: 14px;
}


/* ==========================================================================
   SIDE CARDS
   ========================================================================== */

body.st-site
.stx-architecture-card,

body.st-site
.stx-delivery-card {

    position: relative;

    overflow: hidden;

    border:
        1px solid
        var(--stx-border);

    border-radius:
        24px;

    background:
        rgba(
            255,
            255,
            255,
            .84
        );

    box-shadow:
        0 18px 50px
        rgba(
            2,
            24,
            68,
            .055
        );

    backdrop-filter:
        blur(12px);

    -webkit-backdrop-filter:
        blur(12px);
}


/* ==========================================================================
   ARCHITECTURE CARD
   ========================================================================== */

body.st-site
.stx-architecture-card {

    padding:
        27px;
}


body.st-site
.stx-card-number {

    color:
        #98a6b8;

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;

    font-weight: 900;
}


body.st-site
.stx-card-kicker {

    display: block;

    margin-block-start:
        26px;

    color:
        var(--stx-gold);

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 1.4px;
}


body.st-site
.stx-architecture-card h3 {

    margin:
        10px
        0
        14px;

    color:
        var(--stx-dark);

    font-size:
        clamp(
            28px,
            2.2vw,
            36px
        );

    font-weight: 900;

    line-height: 1.45;

    text-wrap: balance;
}


body.st-site
.stx-architecture-card > p {

    margin: 0;

    color:
        var(--stx-muted);

    font-size: 14px;

    font-weight: 500;

    line-height: 1.9;
}


/* ==========================================================================
   ARCHITECTURE DIAGRAM
   ========================================================================== */

body.st-site
.stx-architecture-diagram {

    display: grid;

    grid-template-columns:
        auto
        1fr
        auto
        1fr
        auto;

    align-items: center;

    gap: 9px;

    margin-block-start:
        28px;
}


body.st-site
.stx-architecture-diagram > div {

    min-width: 68px;
    min-height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding-inline:
        8px;

    border:
        1px solid
        var(--stx-border);

    border-radius:
        11px;

    color:
        #63738a;

    background:
        #f6f9fd;

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;

    font-weight: 900;
}


body.st-site
.stx-architecture-diagram
> div.is-highlighted {

    color:
        var(--stx-dark);

    border-color:
        rgba(
            248,
            180,
            0,
            .30
        );

    background:
        #fff5d3;
}


body.st-site
.stx-architecture-diagram > span {

    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(
                6,
                43,
                102,
                .18
            ),
            rgba(
                6,
                43,
                102,
                .04
            )
        );
}


/* ==========================================================================
   DELIVERY CARD
   ========================================================================== */

body.st-site
.stx-delivery-card {

    padding:
        22px
        24px;
}


/* ==========================================================================
   DELIVERY HEAD
   ========================================================================== */

body.st-site
.stx-delivery-head {

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


body.st-site
.stx-delivery-head span {

    display: block;

    color:
        var(--stx-gold);

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1px;
}


body.st-site
.stx-delivery-head strong {

    display: block;

    margin-block-start:
        6px;

    color:
        var(--stx-dark);

    font-size: 14px;

    font-weight: 900;

    line-height: 1.45;
}


body.st-site
.stx-delivery-head > i {

    width: 10px;
    height: 10px;

    flex-shrink: 0;

    border-radius: 50%;

    background:
        #30ce8b;

    box-shadow:
        0 0 0 5px
        rgba(
            48,
            206,
            139,
            .08
        );
}


/* ==========================================================================
   DELIVERY LIST
   ========================================================================== */

body.st-site
.stx-delivery-list {

    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(
                0,
                1fr
            )
        );

    gap: 7px;

    margin-block-start:
        19px;
}


body.st-site
.stx-delivery-list > div {

    min-height: 63px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 5px;

    border:
        1px solid
        var(--stx-border);

    border-radius:
        12px;

    background:
        #f7faff;
}


body.st-site
.stx-delivery-list span {

    color:
        var(--stx-gold);

    font-family:
        "Inter",
        sans-serif;

    font-size: 7px;

    font-weight: 900;
}


body.st-site
.stx-delivery-list strong {

    color:
        var(--stx-dark);

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;

    font-weight: 900;
}


/* ==========================================================================
   BOTTOM CAPABILITIES
   ========================================================================== */

body.st-site
.stx-tech-bottom {

    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr
        auto
        1fr
        auto
        1fr;

    align-items: center;

    gap: 20px;

    margin-block-start:
        32px;

    padding:
        22px
        27px;

    border:
        1px solid
        var(--stx-border);

    border-radius:
        19px;

    background:
        rgba(
            255,
            255,
            255,
            .72
        );

    backdrop-filter:
        blur(12px);

    -webkit-backdrop-filter:
        blur(12px);
}


/* ==========================================================================
   BOTTOM ITEM
   ========================================================================== */

body.st-site
.stx-tech-bottom > div {

    display: grid;

    grid-template-columns:
        auto
        minmax(
            0,
            1fr
        );

    grid-template-areas:
        "number title"
        "number sub";

    align-items: center;

    column-gap: 11px;

    min-width: 0;
}


body.st-site
.stx-tech-bottom
> div
> span {

    grid-area: number;

    color:
        var(--stx-gold);

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;

    font-weight: 900;
}


body.st-site
.stx-tech-bottom
> div
> strong {

    grid-area: title;

    color:
        var(--stx-dark);

    font-size: 12px;

    font-weight: 900;

    line-height: 1.5;
}


body.st-site
.stx-tech-bottom
> div
> small {

    grid-area: sub;

    margin-block-start:
        4px;

    color:
        #8e9aac;

    font-family:
        "Inter",
        sans-serif;

    font-size: 7px;

    font-weight: 900;
}


body.st-site
.stx-tech-bottom > i {

    width: 1px;
    height: 34px;

    background:
        var(--stx-border);
}


/* ==========================================================================
   LARGE LAPTOP
   ========================================================================== */

@media (max-width: 1280px) {

    body.st-site
    .stx-tech-section {

        padding-block:
            74px;
    }


    body.st-site
    .stx-tech-heading {

        grid-template-columns:
            minmax(
                0,
                1.15fr
            )
            minmax(
                320px,
                .85fr
            );

        gap: 55px;
    }


    body.st-site
    .stx-tech-heading h2 {

        font-size:
            clamp(
                50px,
                4.6vw,
                68px
            );
    }


    body.st-site
    .stx-tech-heading-copy > p {

        font-size:
            15px;
    }


    body.st-site
    .stx-tech-board {

        grid-template-columns:
            minmax(
                0,
                1.2fr
            )
            minmax(
                310px,
                .8fr
            );
    }


    body.st-site
    .stx-stack-row {

        grid-template-columns:
            175px
            minmax(
                0,
                1fr
            );

        gap: 20px;
    }


    body.st-site
    .stx-stack-row-title > strong {

        font-size: 12px;
    }


    body.st-site
    .stx-stack-items > span {

        min-height: 36px;

        padding-inline:
            12px;

        font-size: 9px;
    }


    body.st-site
    .stx-architecture-card h3 {

        font-size:
            28px;
    }


    body.st-site
    .stx-architecture-card > p {

        font-size:
            13px;
    }

}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 980px) {

    body.st-site
    .st-home-technology-slot
    > section.stx-tech-section,

    body.st-site
    section.stx-tech-section {

        height: auto !important;

        min-height: 0 !important;

        padding-block:
            66px !important;
    }


    /* ----------------------------------------------------------------------
       Top
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-top {

        margin-block-end:
            38px;
    }


    body.st-site
    .stx-tech-label > strong {

        font-size: 12px;
    }


    body.st-site
    .stx-tech-index {

        font-size: 8px;
    }


    /* ----------------------------------------------------------------------
       Heading
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-heading {

        grid-template-columns:
            minmax(
                0,
                1fr
            );

        gap: 25px;

        margin-block-end:
            39px;
    }


    body.st-site
    .stx-tech-heading-title {

        text-align: center;
    }


    body.st-site
    .stx-tech-kicker {

        font-size: 12px;

        text-align: center;
    }


    body.st-site
    .stx-tech-heading h2 {

        max-width: 750px;

        margin-inline: auto;

        font-size:
            clamp(
                46px,
                7vw,
                62px
            );

        text-align: center;
    }


    html[dir="rtl"]
    body.st-site
    .stx-tech-heading h2 {

        line-height: 1.38;
    }


    body.st-site
    .stx-tech-heading h2 > span {

        margin-inline: auto;
    }


    body.st-site
    .stx-tech-heading-copy {

        max-width: 640px;

        margin-inline: auto;

        text-align: center;
    }


    body.st-site
    .stx-tech-heading-copy > p {

        max-width: 620px;

        margin-inline: auto;

        font-size: 16px;
    }


    body.st-site
    .stx-tech-principles {

        justify-content: center;
    }


    body.st-site
    .stx-tech-principles > span {

        font-size: 10px;
    }


    /* ----------------------------------------------------------------------
       Board
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-board {

        grid-template-columns:
            minmax(
                0,
                1fr
            );

        gap: 12px;
    }


    /* ----------------------------------------------------------------------
       Side
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-side {

        grid-template-columns:
            repeat(
                2,
                minmax(
                    0,
                    1fr
                )
            );

        grid-template-rows:
            auto;

        gap: 12px;
    }


    body.st-site
    .stx-architecture-card {

        height: 100%;
    }


    /* ----------------------------------------------------------------------
       Stack
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-stack-row {

        grid-template-columns:
            190px
            minmax(
                0,
                1fr
            );
    }

}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 700px) {

    body.st-site
    .st-home-technology-slot
    > section.stx-tech-section,

    body.st-site
    section.stx-tech-section {

        height: auto !important;

        min-height: 0 !important;

        padding-block:
            50px !important;
    }


    /* ----------------------------------------------------------------------
       Top
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-top {

        align-items: flex-start;

        flex-direction: column;

        gap: 10px;

        margin-block-end:
            30px;

        padding-block-end:
            14px;
    }


    body.st-site
    .stx-tech-label > strong {

        font-size: 10px;
    }


    body.st-site
    .stx-tech-label > span {

        width: 29px;
    }


    body.st-site
    .stx-tech-index {

        font-size: 7px;

        letter-spacing: 1px;
    }


    /* ----------------------------------------------------------------------
       Heading
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-heading {

        gap: 18px;

        margin-block-end:
            31px;
    }


    body.st-site
    .stx-tech-kicker {

        margin-block-end:
            11px;

        font-size: 10px;
    }


    body.st-site
    .stx-tech-heading h2 {

        max-width: 350px;

        font-size:
            clamp(
                34px,
                10vw,
                42px
            );

        line-height: 1.2;
    }


    html[dir="rtl"]
    body.st-site
    .stx-tech-heading h2 {

        line-height: 1.42;
    }


    body.st-site
    .stx-tech-heading h2 > span::after {

        height: 3px;

        inset-block-end: -4px;
    }


    /* ----------------------------------------------------------------------
       Description
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-heading-copy > p {

        max-width: 350px;

        margin-inline: auto;

        font-size: 13.5px;

        line-height: 1.9;
    }


    /* ----------------------------------------------------------------------
       Principles
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-principles {

        max-width: 350px;

        margin:
            18px
            auto
            0;

        gap:
            8px
            13px;
    }


    body.st-site
    .stx-tech-principles > span {

        font-size: 8.5px;
    }


    /* ----------------------------------------------------------------------
       Stack Panel
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-stack-panel {

        padding:
            18px
            16px;

        border-radius:
            20px;

        box-shadow:
            0 20px 45px
            rgba(
                2,
                24,
                68,
                .14
            );
    }


    /* ----------------------------------------------------------------------
       Stack Header
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-stack-header {

        padding-block-end:
            16px;
    }


    body.st-site
    .stx-stack-header
    > div:first-child
    > span {

        font-size: 7px;
    }


    body.st-site
    .stx-stack-header
    > div:first-child
    > strong {

        margin-block-start:
            5px;

        font-size: 18px;
    }


    body.st-site
    .stx-stack-live {

        min-height: 29px;

        padding-inline:
            9px;

        font-size: 6px;
    }


    /* ----------------------------------------------------------------------
       Stack Row
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-stack-row {

        grid-template-columns:
            minmax(
                0,
                1fr
            );

        min-height: 0;

        gap: 11px;

        padding-block:
            16px;
    }


    body.st-site
    .stx-stack-row-title {

        gap: 9px;
    }


    body.st-site
    .stx-stack-row-title > span {

        font-size: 8px;
    }


    body.st-site
    .stx-stack-row-title > strong {

        font-size: 11px;
    }


    /* ----------------------------------------------------------------------
       Technologies
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-stack-items {

        gap: 6px;
    }


    body.st-site
    .stx-stack-items > span {

        min-height: 34px;

        padding-inline:
            11px;

        border-radius:
            9px;

        font-size: 8px;
    }


    body.st-site
    .stx-stack-items > span:hover {

        transform: none;
    }


    /* ----------------------------------------------------------------------
       Stack Footer
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-stack-footer {

        align-items: flex-start;

        flex-direction: column;

        gap: 6px;

        margin-block-start:
            14px;

        padding-block-start:
            14px;

        font-size: 6px;
    }


    /* ----------------------------------------------------------------------
       Side
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-side {

        grid-template-columns:
            minmax(
                0,
                1fr
            );

        gap: 10px;
    }


    /* ----------------------------------------------------------------------
       Architecture
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-architecture-card {

        padding:
            20px
            18px;

        border-radius:
            18px;
    }


    body.st-site
    .stx-card-number {

        font-size: 8px;
    }


    body.st-site
    .stx-card-kicker {

        margin-block-start:
            18px;

        font-size: 7px;
    }


    body.st-site
    .stx-architecture-card h3 {

        margin-block:
            8px
            10px;

        font-size: 24px;

        line-height: 1.5;
    }


    body.st-site
    .stx-architecture-card > p {

        font-size: 11.5px;

        line-height: 1.85;
    }


    /* ----------------------------------------------------------------------
       Diagram
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-architecture-diagram {

        gap: 6px;

        margin-block-start:
            20px;
    }


    body.st-site
    .stx-architecture-diagram > div {

        min-width: 50px;
        min-height: 40px;

        font-size: 6px;
    }


    /* ----------------------------------------------------------------------
       Delivery
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-delivery-card {

        padding:
            18px;

        border-radius:
            18px;
    }


    body.st-site
    .stx-delivery-head span {

        font-size: 7px;
    }


    body.st-site
    .stx-delivery-head strong {

        font-size: 12px;
    }


    body.st-site
    .stx-delivery-list {

        gap: 5px;

        margin-block-start:
            15px;
    }


    body.st-site
    .stx-delivery-list > div {

        min-height: 56px;
    }


    body.st-site
    .stx-delivery-list span {

        font-size: 6px;
    }


    body.st-site
    .stx-delivery-list strong {

        font-size: 7px;
    }


    /* ----------------------------------------------------------------------
       Bottom
       ---------------------------------------------------------------------- */

    body.st-site
    .stx-tech-bottom {

        grid-template-columns:
            repeat(
                2,
                minmax(
                    0,
                    1fr
                )
            );

        gap: 7px;

        margin-block-start:
            20px;

        padding: 8px;

        border-radius:
            15px;
    }


    body.st-site
    .stx-tech-bottom > i {

        display: none;
    }


    body.st-site
    .stx-tech-bottom > div {

        min-height: 66px;

        padding:
            10px;

        border:
            1px solid
            var(--stx-border);

        border-radius:
            11px;

        background:
            rgba(
                255,
                255,
                255,
                .72
            );
    }


    body.st-site
    .stx-tech-bottom
    > div
    > span {

        font-size: 7px;
    }


    body.st-site
    .stx-tech-bottom
    > div
    > strong {

        font-size: 9px;
    }


    body.st-site
    .stx-tech-bottom
    > div
    > small {

        font-size: 6px;
    }

}


/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */

@media (max-width: 420px) {

    body.st-site
    .st-home-technology-slot
    > section.stx-tech-section,

    body.st-site
    section.stx-tech-section {

        padding-block:
            45px !important;
    }


    body.st-site
    .stx-tech-heading h2 {

        max-width:
            320px;

        font-size:
            32px;
    }


    html[dir="rtl"]
    body.st-site
    .stx-tech-heading h2 {

        line-height:
            1.43;
    }


    body.st-site
    .stx-tech-heading-copy > p {

        max-width:
            320px;

        font-size:
            13px;
    }


    body.st-site
    .stx-tech-principles {

        max-width:
            320px;
    }


    body.st-site
    .stx-stack-panel {

        padding:
            16px
            14px;
    }


    body.st-site
    .stx-stack-header
    > div:first-child
    > strong {

        font-size:
            17px;
    }


    body.st-site
    .stx-stack-row-title > strong {

        font-size:
            10.5px;
    }


    body.st-site
    .stx-stack-items > span {

        min-height:
            32px;

        padding-inline:
            10px;

        font-size:
            7.5px;
    }


    body.st-site
    .stx-architecture-card h3 {

        font-size:
            22px;
    }


    body.st-site
    .stx-architecture-card > p {

        font-size:
            11px;
    }


    body.st-site
    .stx-architecture-diagram > div {

        min-width:
            45px;

        font-size:
            5.5px;
    }

}


/* ==========================================================================
   VERY SMALL MOBILE
   ========================================================================== */

@media (max-width: 360px) {

    body.st-site
    .stx-tech-heading h2 {

        max-width:
            295px;

        font-size:
            29px;
    }


    body.st-site
    .stx-tech-heading-copy > p {

        max-width:
            295px;

        font-size:
            12px;
    }


    body.st-site
    .stx-tech-principles {

        max-width:
            295px;
    }


    body.st-site
    .stx-tech-principles > span {

        font-size:
            7.5px;
    }


    body.st-site
    .stx-stack-header
    > div:first-child
    > strong {

        font-size:
            15px;
    }


    body.st-site
    .stx-stack-live {

        font-size:
            5px;
    }


    body.st-site
    .stx-delivery-list {

        grid-template-columns:
            repeat(
                2,
                minmax(
                    0,
                    1fr
                )
            );
    }

}


/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */

@media (
    prefers-reduced-motion:
    reduce
) {

    body.st-site
    .stx-stack-items > span {

        transition:
            none !important;
    }

}