/*
|--------------------------------------------------------------------------
| SHENDY TECH
| PRODUCTS INDEX
|--------------------------------------------------------------------------
*/


/* ==========================================================================
   HERO
   ========================================================================== */

body.st-site .stp-products-hero {

    --stp-dark: #021844;
    --stp-blue: #062b66;
    --stp-gold: #f8b400;

    position: relative;

    width: 100%;

    overflow: hidden;

    /*
    | مهم بسبب الـ Fixed Header
    */

    padding-block:
        115px
        68px;

    color:
        var(--stp-dark);

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f6faff 58%,
            #edf5ff 100%
        );

    isolation: isolate;
}


/* ==========================================================================
   HERO GRID
   ========================================================================== */

body.st-site
.stp-products-hero-grid {

    position: absolute;

    inset: 0;

    z-index: -4;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(6,43,102,.03)
            1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(6,43,102,.03)
            1px,
            transparent 1px
        );

    background-size:
        56px
        56px;
}


/* ==========================================================================
   HERO GLOW
   ========================================================================== */

body.st-site
.stp-products-hero-glow {

    position: absolute;

    z-index: -3;

    width: 620px;
    height: 620px;

    inset-inline-end: -400px;
    inset-block-start: -250px;

    border-radius: 50%;

    background:
        rgba(61,131,235,.10);

    filter:
        blur(110px);

    pointer-events: none;
}


/* ==========================================================================
   TOP
   ========================================================================== */

body.st-site
.stp-products-top {

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding-block-end:
        18px;

    margin-block-end:
        45px;

    border-block-end:
        1px solid
        rgba(6,43,102,.08);
}


body.st-site
.stp-products-top-label {

    display: flex;

    align-items: center;

    gap: 11px;
}


body.st-site
.stp-products-top-label > span {

    width: 38px;
    height: 2px;

    border-radius: 999px;

    background:
        var(--stp-gold);
}


body.st-site
.stp-products-top-label > strong {

    color:
        var(--stp-dark);

    font-size: 12px;

    font-weight: 900;
}


body.st-site
.stp-products-top-meta {

    display: flex;

    align-items: center;

    gap: 10px;

    direction: ltr;

    color:
        rgba(2,24,68,.34);

    font-family:
        "Inter",
        sans-serif;

    font-size: 7px;

    font-weight: 900;

    letter-spacing: 1.2px;
}


body.st-site
.stp-products-top-meta i {

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background:
        var(--stp-gold);
}


/* ==========================================================================
   HERO LAYOUT
   ========================================================================== */

body.st-site
.stp-products-hero-layout {

    display: grid;

    grid-template-columns:
        minmax(0,1.25fr)
        minmax(360px,.75fr);

    align-items: end;

    gap:
        clamp(
            60px,
            8vw,
            130px
        );
}


/* ==========================================================================
   KICKER
   ========================================================================== */

body.st-site
.stp-products-kicker {

    display: block;

    margin-block-end:
        15px;

    color:
        var(--stp-gold);

    font-size: 13px;

    font-weight: 900;
}


/* ==========================================================================
   HERO H1
   ========================================================================== */

body.st-site
.stp-products-hero h1 {

    max-width: 900px;

    margin: 0;

    color:
        var(--stp-dark);

    font-size:
        clamp(
            54px,
            5vw,
            80px
        );

    font-weight: 900;

    line-height: 1.1;

    letter-spacing: -2.7px;

    text-wrap: balance;
}


html[dir="rtl"]
body.st-site
.stp-products-hero h1 {

    line-height: 1.32;

    letter-spacing: 0;
}


body.st-site
.stp-products-hero h1 > span {

    position: relative;

   

    width: fit-content;

    color:
        var(--stp-gold);
}


html[dir="rtl"]
body.st-site
.stp-products-hero h1 > span {

    margin-inline-start: auto;
}


body.st-site
.stp-products-hero h1 > span::after {

    content: "";

    position: absolute;

    inset-inline-start: 0;
    inset-block-end: -5px;

    width: 34%;
    height: 4px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--stp-gold),
            transparent
        );
}


html[dir="rtl"]
body.st-site
.stp-products-hero h1 > span::after {

    inset-inline-start: auto;
    inset-inline-end: 0;

    background:
        linear-gradient(
            -90deg,
            var(--stp-gold),
            transparent
        );
}


/* ==========================================================================
   HERO DESCRIPTION
   ========================================================================== */

body.st-site
.stp-products-hero-copy > p {

    max-width: 760px;

    margin:
        25px
        0
        0;

    color:
        #687990;

    font-size: 16px;

    font-weight: 500;

    line-height: 2;

    text-wrap: pretty;
}


/* ==========================================================================
   HERO STATS
   ========================================================================== */

body.st-site
.stp-products-hero-stats {

    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr
        auto
        1fr;

    align-items: center;

    gap: 16px;

    padding:
        20px;

    border:
        1px solid
        rgba(6,43,102,.08);

    border-radius:
        20px;

    background:
        rgba(255,255,255,.75);

    box-shadow:
        0 18px 40px
        rgba(2,24,68,.045);

    backdrop-filter:
        blur(12px);
}


body.st-site
.stp-products-hero-stats > div {

    text-align: center;
}


body.st-site
.stp-products-hero-stats strong {

    display: block;

    color:
        var(--stp-dark);

    font-family:
        "Inter",
        sans-serif;

    font-size: 26px;

    font-weight: 900;
}


body.st-site
.stp-products-hero-stats span {

    display: block;

    margin-block-start:
        6px;

    color:
        #7a899d;

    font-size: 8px;

    font-weight: 800;
}


body.st-site
.stp-products-hero-stats > i {

    width: 1px;
    height: 36px;

    background:
        rgba(6,43,102,.08);
}


/* ==========================================================================
   PRODUCTS SECTION
   ========================================================================== */

body.st-site
.stp-products-section {

    padding-block:
        75px
        85px;

    background:
        #ffffff;
}


/* ==========================================================================
   SECTION HEAD
   ========================================================================== */

body.st-site
.stp-products-section-head {

    display: grid;

    grid-template-columns:
        minmax(0,1fr)
        minmax(320px,.65fr);

    align-items: end;

    gap: 60px;

    margin-block-end:
        36px;
}


body.st-site
.stp-products-section-head
> div
> span {

    display: block;

    margin-block-end:
        9px;

    color:
        var(--stp-gold);

    font-size: 11px;

    font-weight: 900;
}


body.st-site
.stp-products-section-head h2 {

    max-width: 780px;

    margin: 0;

    color:
        var(--stp-dark);

    font-size:
        clamp(
            34px,
            3vw,
            48px
        );

    font-weight: 900;

    line-height: 1.25;
}


html[dir="rtl"]
body.st-site
.stp-products-section-head h2 {

    line-height: 1.45;
}


body.st-site
.stp-products-section-head > p {

    max-width: 470px;

    margin: 0;

    color:
        #77869a;

    font-size: 13px;

    line-height: 1.9;
}


/* ==========================================================================
   PRODUCTS GRID
   ========================================================================== */

body.st-site
.stp-products-grid {

    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0,1fr)
        );

    gap: 16px;
}


/* ==========================================================================
   PRODUCT CARD
   ========================================================================== */

body.st-site
.stp-product-card {

    position: relative;

    min-width: 0;

    overflow: hidden;

    padding:
        11px;

    border:
        1px solid
        rgba(6,43,102,.08);

    border-radius:
        22px;

    background:
        #ffffff;

    box-shadow:
        0 13px 35px
        rgba(2,24,68,.035);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


body.st-site
.stp-product-card:hover {

    transform:
        translateY(-6px);

    border-color:
        rgba(248,180,0,.28);

    box-shadow:
        0 24px 55px
        rgba(2,24,68,.075);
}


/* ==========================================================================
   CARD TOP
   ========================================================================== */

body.st-site
.stp-product-card-top {

    min-height: 29px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 10px;

    padding-inline:
        6px;
}


body.st-site
.stp-product-card-top > span {

    color:
        #9ca8b7;

    font-family:
        "Inter",
        sans-serif;

    font-size: 6px;

    font-weight: 900;

    letter-spacing: 1px;
}


body.st-site
.stp-product-card-top > i {

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background:
        var(--stp-gold);
}


/* ==========================================================================
   COVER
   ========================================================================== */

body.st-site
.stp-product-cover {

    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    /*
    |--------------------------------------------------------------------------
    | أهم تعديل:
    | الصورة لا تتقص نهائيًا
    |--------------------------------------------------------------------------
    */

    aspect-ratio:
        1 / 1.08;

    overflow: hidden;

    border:
        1px solid
        rgba(6,43,102,.055);

    border-radius:
        16px;

    background:
        #f8faff;
}


/* ==========================================================================
   COVER GRID
   ========================================================================== */

body.st-site
.stp-product-cover-grid {

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: .65;

    background-image:
        linear-gradient(
            rgba(6,43,102,.025)
            1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(6,43,102,.025)
            1px,
            transparent 1px
        );

    background-size:
        35px
        35px;
}


/* ==========================================================================
   COVER IMAGE
   ========================================================================== */

body.st-site
.stp-product-cover img {

    position: relative;

    z-index: 2;

    display: block;

    width: 100%;
    height: 100%;

    /*
    |--------------------------------------------------------------------------
    | لا Cover
    |--------------------------------------------------------------------------
    */

    object-fit: contain;

    object-position: center;

    transition:
        transform .45s
        cubic-bezier(
            .2,
            .8,
            .2,
            1
        );
}


body.st-site
.stp-product-card:hover
.stp-product-cover img {

    transform:
        scale(1.025);
}


/* ==========================================================================
   VIEW BUTTON
   ========================================================================== */

body.st-site
.stp-product-view {

    position: absolute;

    z-index: 4;

    inset-inline-end: 13px;
    inset-block-end: 13px;

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 13px;

    color:
        #ffffff;

    background:
        var(--stp-dark);

    box-shadow:
        0 11px 25px
        rgba(2,24,68,.17);

    opacity: 0;

    transform:
        translateY(8px);

    transition:
        opacity .25s ease,
        transform .25s ease,
        background .25s ease;
}


body.st-site
.stp-product-view svg {

    width: 18px;
    height: 18px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.9;

    stroke-linecap: round;
    stroke-linejoin: round;
}


body.st-site
.stp-product-card:hover
.stp-product-view {

    opacity: 1;

    transform: none;

    background:
        var(--stp-gold);

    color:
        var(--stp-dark);
}


/* ==========================================================================
   CONTENT
   ========================================================================== */

body.st-site
.stp-product-content {

    padding:
        18px
        8px
        8px;
}


/* ==========================================================================
   NAME
   ========================================================================== */

body.st-site
.stp-product-name-row {

    display: grid;

    grid-template-columns:
        42px
        minmax(0,1fr);

    align-items: center;

    gap: 11px;
}


/* ==========================================================================
   ICON
   ========================================================================== */

body.st-site
.stp-product-icon {

    width: 41px;
    height: 41px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(248,180,0,.18);

    border-radius:
        12px;

    color:
        var(--stp-gold);

    background:
        #fff8df;
}


body.st-site
.stp-product-icon svg {

    max-width: 22px;
    max-height: 22px;
}


/* ==========================================================================
   TITLE
   ========================================================================== */

body.st-site
.stp-product-name-row h3 {

    margin: 0;

    color:
        var(--stp-dark);

    font-size: 20px;

    font-weight: 900;

    line-height: 1.35;
}


body.st-site
.stp-product-name-row
> div:last-child
> span {

    display: block;

    margin-block-start:
        3px;

    color:
        #a1acba;

    font-family:
        "Inter",
        sans-serif;

    font-size: 6px;

    font-weight: 900;

    letter-spacing: .8px;
}


/* ==========================================================================
   TAGLINE
   ========================================================================== */

body.st-site
.stp-product-content > p {

    min-height: 52px;

    margin:
        14px
        0
        0;

    color:
        #728197;

    font-size: 11px;

    font-weight: 500;

    line-height: 1.8;

    display:
        -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* ==========================================================================
   ACTIONS
   ========================================================================== */

body.st-site
.stp-product-actions {

    display: grid;

    grid-template-columns:
        1fr
        auto;

    align-items: center;

    gap: 8px;

    margin-block-start:
        17px;

    padding-block-start:
        13px;

    border-block-start:
        1px solid
        rgba(6,43,102,.06);
}


/* ==========================================================================
   DETAILS
   ========================================================================== */

body.st-site
.stp-product-details {

    display: flex;

    align-items: center;

    gap: 9px;

    width: fit-content;

    color:
        var(--stp-dark) !important;

    font-size: 10px;

    font-weight: 900;
}


body.st-site
.stp-product-details > i {

    color:
        var(--stp-gold);

    font-style: normal;
}


/* ==========================================================================
   DEMO
   ========================================================================== */

body.st-site
.stp-product-demo {

    min-height: 37px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding-inline:
        12px
        7px;

    border-radius:
        11px;

    color:
        #ffffff !important;

    background:
        var(--stp-dark);

    font-size: 8px;

    font-weight: 900;
}


html[dir="rtl"]
body.st-site
.stp-product-demo {

    padding-inline:
        12px
        7px;
}


body.st-site
.stp-product-demo > i {

    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    color:
        var(--stp-dark);

    background:
        var(--stp-gold);
}


body.st-site
.stp-product-demo svg {

    width: 12px;
    height: 12px;

    fill: none;

    stroke: currentColor;

    stroke-width: 2;
}


/* ==========================================================================
   BOTTOM CTA
   ========================================================================== */

body.st-site
.stp-products-bottom {

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 35px;

    margin-block-start:
        34px;

    padding:
        21px
        24px;

    border:
        1px solid
        rgba(6,43,102,.08);

    border-radius:
        18px;

    background:
        #f7faff;
}


body.st-site
.stp-products-bottom
> div
> span {

    display: block;

    color:
        var(--stp-gold);

    font-size: 8px;

    font-weight: 900;
}


body.st-site
.stp-products-bottom
> div
> strong {

    display: block;

    margin-block-start:
        5px;

    color:
        var(--stp-dark);

    font-size: 15px;

    font-weight: 900;
}


body.st-site
.stp-products-bottom > a {

    min-height: 47px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    flex-shrink: 0;

    padding-inline:
        18px;

    border-radius:
        13px;

    color:
        #ffffff !important;

    background:
        var(--stp-dark);

    font-size: 10px;

    font-weight: 900;
}


body.st-site
.stp-products-bottom > a > i {

    color:
        var(--stp-gold);

    font-style: normal;
}


/* ==========================================================================
   LAPTOP
   ========================================================================== */

@media (max-width: 1280px) {

    body.st-site
    .stp-products-hero {

        padding-block:
            105px
            60px;
    }


    body.st-site
    .stp-products-hero h1 {

        font-size:
            clamp(
                48px,
                5vw,
                68px
            );
    }


    body.st-site
    .stp-products-grid {

        gap: 13px;
    }


    body.st-site
    .stp-product-name-row h3 {

        font-size: 18px;
    }

}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 980px) {

    body.st-site
    .stp-products-hero {

        padding-block:
            100px
            55px;
    }


    body.st-site
    .stp-products-hero-layout {

        grid-template-columns:
            1fr;

        gap: 35px;
    }


    body.st-site
    .stp-products-hero-copy {

        text-align: center;
    }


    body.st-site
    .stp-products-kicker {

        text-align: center;
    }


    body.st-site
    .stp-products-hero h1 {

        max-width: 700px;

        margin-inline: auto;

        text-align: center;
    }


    body.st-site
    .stp-products-hero h1 > span {

        margin-inline: auto;
    }


    body.st-site
    .stp-products-hero-copy > p {

        max-width: 650px;

        margin-inline: auto;

        text-align: center;
    }


    body.st-site
    .stp-products-hero-stats {

        width: 100%;

        max-width: 600px;

        margin-inline: auto;
    }


    body.st-site
    .stp-products-section-head {

        grid-template-columns:
            1fr;

        gap: 18px;

        text-align: center;
    }


    body.st-site
    .stp-products-section-head h2,

    body.st-site
    .stp-products-section-head > p {

        margin-inline: auto;
    }


    body.st-site
    .stp-products-grid {

        grid-template-columns:
            repeat(
                2,
                minmax(0,1fr)
            );
    }

}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 700px) {

    body.st-site
    .stp-products-hero {

        padding-block:
            88px
            44px;
    }


    /* ----------------------------------------------------------------------
       Top
       ---------------------------------------------------------------------- */

    body.st-site
    .stp-products-top {

        align-items: flex-start;

        flex-direction: column;

        gap: 10px;

        margin-block-end:
            29px;

        padding-block-end:
            14px;
    }


    body.st-site
    .stp-products-top-label > strong {

        font-size: 10px;
    }


    body.st-site
    .stp-products-top-meta {

        flex-wrap: wrap;

        font-size: 5.5px;
    }


    /* ----------------------------------------------------------------------
       Hero
       ---------------------------------------------------------------------- */

    body.st-site
    .stp-products-kicker {

        font-size: 9px;
    }


    body.st-site
    .stp-products-hero h1 {

        max-width: 345px;

        font-size:
            clamp(
                34px,
                10vw,
                42px
            );
    }


    html[dir="rtl"]
    body.st-site
    .stp-products-hero h1 {

        line-height: 1.43;
    }


    body.st-site
    .stp-products-hero-copy > p {

        max-width: 340px;

        margin-block-start:
            18px;

        font-size: 12.5px;

        line-height: 1.9;
    }


    /* ----------------------------------------------------------------------
       Stats
       ---------------------------------------------------------------------- */

    body.st-site
    .stp-products-hero-stats {

        gap: 6px;

        padding:
            13px
            8px;

        border-radius:
            15px;
    }


    body.st-site
    .stp-products-hero-stats strong {

        font-size: 20px;
    }


    body.st-site
    .stp-products-hero-stats span {

        font-size: 6px;
    }


    /* ----------------------------------------------------------------------
       Products
       ---------------------------------------------------------------------- */

    body.st-site
    .stp-products-section {

        padding-block:
            47px
            55px;
    }


    body.st-site
    .stp-products-section-head {

        margin-block-end:
            25px;
    }


    body.st-site
    .stp-products-section-head h2 {

        max-width: 340px;

        font-size: 30px;
    }


    body.st-site
    .stp-products-section-head > p {

        max-width: 335px;

        font-size: 11.5px;
    }


    /* ----------------------------------------------------------------------
       Grid
       ---------------------------------------------------------------------- */

    body.st-site
    .stp-products-grid {

        grid-template-columns:
            1fr;

        gap: 12px;

        max-width: 390px;

        margin-inline: auto;
    }


    /* ----------------------------------------------------------------------
       Card
       ---------------------------------------------------------------------- */

    body.st-site
    .stp-product-card {

        padding: 9px;

        border-radius: 19px;
    }


    body.st-site
    .stp-product-card:hover {

        transform: none;
    }


    body.st-site
    .stp-product-cover {

        aspect-ratio:
            1 / 1.04;

        border-radius: 14px;
    }


    body.st-site
    .stp-product-cover img {

        object-fit: contain;
    }


    body.st-site
    .stp-product-view {

        width: 38px;
        height: 38px;

        opacity: 1;

        transform: none;
    }


    /* ----------------------------------------------------------------------
       Content
       ---------------------------------------------------------------------- */

    body.st-site
    .stp-product-content {

        padding:
            15px
            6px
            6px;
    }


    body.st-site
    .stp-product-name-row {

        grid-template-columns:
            38px
            1fr;
    }


    body.st-site
    .stp-product-icon {

        width: 37px;
        height: 37px;
    }


    body.st-site
    .stp-product-name-row h3 {

        font-size: 17px;
    }


    body.st-site
    .stp-product-content > p {

        min-height: 0;

        font-size: 10.5px;
    }


    /* ----------------------------------------------------------------------
       Actions
       ---------------------------------------------------------------------- */

    body.st-site
    .stp-product-actions {

        grid-template-columns:
            1fr
            auto;
    }


    /* ----------------------------------------------------------------------
       Bottom
       ---------------------------------------------------------------------- */

    body.st-site
    .stp-products-bottom {

        align-items: stretch;

        flex-direction: column;

        gap: 16px;

        padding: 17px;

        text-align: center;
    }


    body.st-site
    .stp-products-bottom > a {

        width: 100%;

        min-height: 48px;
    }

}


/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */

@media (max-width: 420px) {

    body.st-site
    .stp-products-hero {

        padding-block-start:
            82px;
    }


    body.st-site
    .stp-products-hero h1 {

        max-width: 315px;

        font-size: 31px;
    }


    body.st-site
    .stp-products-hero-copy > p {

        max-width: 315px;

        font-size: 12px;
    }


    body.st-site
    .stp-products-grid {

        max-width: 350px;
    }


    body.st-site
    .stp-product-demo {

        font-size: 7px;
    }

}


/* ==========================================================================
   EXTRA SMALL
   ========================================================================== */

@media (max-width: 360px) {

    body.st-site
    .stp-products-hero h1 {

        max-width: 290px;

        font-size: 29px;
    }


    body.st-site
    .stp-products-hero-stats {

        grid-template-columns:
            repeat(
                3,
                minmax(0,1fr)
            );
    }


    body.st-site
    .stp-products-hero-stats > i {

        display: none;
    }


    body.st-site
    .stp-products-grid {

        max-width: 320px;
    }


    body.st-site
    .stp-product-actions {

        grid-template-columns:
            1fr;
    }


    body.st-site
    .stp-product-demo {

        width: 100%;

        justify-content: space-between;

        padding-inline: 12px 7px;
    }

}


/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */

@media (
    prefers-reduced-motion:
    reduce
) {

    body.st-site
    .stp-product-card,

    body.st-site
    .stp-product-cover img,

    body.st-site
    .stp-product-view {

        transition:
            none !important;
    }

}