/*
|--------------------------------------------------------------------------
| SHENDY TECH — PREMIUM SERVICES SECTION
|--------------------------------------------------------------------------
*/


/* ==========================================================================
   ROOT
   ========================================================================== */

body.st-site .st-svc {

    --svc-dark: #010b25;
    --svc-dark-soft: #021844;

    --svc-blue: #062b66;

    --svc-gold: #f8b400;
    --svc-gold-light: #ffc936;

    --svc-white: #ffffff;

    --svc-text-soft:
        rgba(
            255,
            255,
            255,
            .63
        );

    --svc-border:
        rgba(
            255,
            255,
            255,
            .08
        );

    position: relative;

    width: 100%;

    overflow: hidden;

    padding-block:
        clamp(
            95px,
            9vw,
            150px
        );

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #01091f 0%,
            #021844 46%,
            #03245a 100%
        );

    isolation: isolate;
}


/* ==========================================================================
   BACKGROUND GRID
   ========================================================================== */

body.st-site
.st-svc-grid-bg {

    position: absolute;

    inset: 0;

    z-index: -5;

    opacity: .52;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(
                255,
                255,
                255,
                .026
            )
            1px,
            transparent
            1px
        ),
        linear-gradient(
            90deg,
            rgba(
                255,
                255,
                255,
                .026
            )
            1px,
            transparent
            1px
        );

    background-size:
        62px
        62px;
}


/* ==========================================================================
   NOISE / TEXTURE
   ========================================================================== */

body.st-site
.st-svc-noise {

    position: absolute;

    inset: 0;

    z-index: -4;

    pointer-events: none;

    opacity: .18;

    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(
                255,
                255,
                255,
                .035
            ),
            transparent 42%
        );
}


/* ==========================================================================
   GLOWS
   ========================================================================== */

body.st-site
.st-svc-glow {

    position: absolute;

    z-index: -3;

    border-radius: 50%;

    pointer-events: none;

    filter:
        blur(120px);
}


body.st-site
.st-svc-glow-one {

    width: 600px;
    height: 600px;

    inset-block-start: -370px;
    inset-inline-end: -150px;

    background:
        rgba(
            248,
            180,
            0,
            .14
        );
}


body.st-site
.st-svc-glow-two {

    width: 700px;
    height: 700px;

    inset-block-end: -520px;
    inset-inline-start: -260px;

    background:
        rgba(
            42,
            102,
            203,
            .22
        );
}


/* ==========================================================================
   WATERMARK
   ========================================================================== */

body.st-site
.st-svc-watermark {

    position: absolute;

    inset-block-start:
        42px;

    inset-inline-end:
        -25px;

    z-index: -1;

    user-select: none;

    pointer-events: none;

    color:
        rgba(
            255,
            255,
            255,
            .018
        );

    font-family:
        "Inter",
        sans-serif;

    font-size:
        clamp(
            120px,
            17vw,
            300px
        );

    font-weight: 900;

    line-height: .8;

    letter-spacing: -10px;

    white-space: nowrap;
}


/* ==========================================================================
   TOP LINE
   ========================================================================== */

body.st-site
.st-svc-top {

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-block-end:
        clamp(
            55px,
            6vw,
            90px
        );

    padding-block-end: 23px;

    border-block-end:
        1px solid
        rgba(
            255,
            255,
            255,
            .075
        );
}


body.st-site
.st-svc-top-label {

    display: flex;

    align-items: center;

    gap: 12px;

    color:
        rgba(
            255,
            255,
            255,
            .58
        );

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .4px;
}


body.st-site
.st-svc-kicker-line {

    width: 38px;
    height: 1px;

    background:
        var(--svc-gold);
}


body.st-site
.st-svc-top-meta {

    display: flex;

    align-items: center;

    gap: 10px;

    direction: ltr;

    color:
        rgba(
            255,
            255,
            255,
            .26
        );

    font-family:
        "Inter",
        sans-serif;

    font-size: 7px;

    font-weight: 800;

    letter-spacing: 1.3px;
}


body.st-site
.st-svc-top-meta i {

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background:
        var(--svc-gold);
}


/* ==========================================================================
   MAIN LAYOUT
   ========================================================================== */

body.st-site
.st-svc-layout {

    display: grid;

    grid-template-columns:
        minmax(
            340px,
            .8fr
        )
        minmax(
            0,
            1.2fr
        );

    align-items: start;

    gap:
        clamp(
            60px,
            7vw,
            120px
        );
}


/* ==========================================================================
   COPY
   ========================================================================== */

body.st-site
.st-svc-copy {

    min-width: 0;
}


body.st-site
.st-svc-copy-inner {

    position: sticky;

    inset-block-start:
        120px;
}


/* ==========================================================================
   EYEBROW
   ========================================================================== */

body.st-site
.st-svc-eyebrow {

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    max-width: 530px;

    margin-block-end: 25px;
}


body.st-site
.st-svc-eyebrow > span {

    color:
        var(--svc-gold);

    font-size: 11px;

    font-weight: 900;

    letter-spacing: .3px;
}


body.st-site
.st-svc-eyebrow > strong {

    color:
        rgba(
            255,
            255,
            255,
            .24
        );

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1px;
}


/* ==========================================================================
   TITLE
   ========================================================================== */

body.st-site
.st-svc-title {

    max-width: 600px;

    margin:
        0
        0
        28px;

    color: #ffffff;

    font-size:
        clamp(
            46px,
            4.5vw,
            75px
        );

    font-weight: 900;

    line-height: 1.18;

    letter-spacing: -2.6px;

    text-wrap: balance;
}


html[dir="rtl"]
body.st-site
.st-svc-title {

    line-height: 1.35;

    letter-spacing: 0;
}


body.st-site
.st-svc-title > span {

   

    width: fit-content;

    color:
        var(--svc-gold);

    position: relative;
}


html[dir="rtl"]
body.st-site
.st-svc-title > span {

    margin-inline-start: auto;
}


body.st-site
.st-svc-title > span::after {

    content: "";

    position: absolute;

    inset-inline-start: 0;
    inset-block-end: -7px;

    width: 37%;
    height: 4px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--svc-gold),
            transparent
        );
}


html[dir="rtl"]
body.st-site
.st-svc-title > span::after {

    inset-inline-start: auto;
    inset-inline-end: 0;

    background:
        linear-gradient(
            -90deg,
            var(--svc-gold),
            transparent
        );
}


/* ==========================================================================
   DESCRIPTION
   ========================================================================== */

body.st-site
.st-svc-description {

    max-width: 565px;

    margin: 0;

    color:
        var(--svc-text-soft);

    font-size:
        clamp(
            14px,
            1.15vw,
            17px
        );

    font-weight: 500;

    line-height: 2.05;

    text-wrap: pretty;
}


/* ==========================================================================
   MAIN BUTTON
   ========================================================================== */

body.st-site
.st-svc-main-btn {

    min-height: 57px;

    width: fit-content;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    margin-block-start: 35px;

    padding:
        0
        12px
        0
        22px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .13
        );

    border-radius: 16px;

    color:
        #ffffff !important;

    background:
        rgba(
            255,
            255,
            255,
            .055
        );

    backdrop-filter:
        blur(12px);

    -webkit-backdrop-filter:
        blur(12px);

    font-size: 12px;

    font-weight: 900;

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}


html[dir="rtl"]
body.st-site
.st-svc-main-btn {

    padding:
        0
        22px
        0
        12px;
}


body.st-site
.st-svc-main-btn:hover {

    transform:
        translateY(-3px);

    border-color:
        rgba(
            248,
            180,
            0,
            .38
        );

    background:
        rgba(
            255,
            255,
            255,
            .08
        );
}


body.st-site
.st-svc-main-btn i {

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    color:
        var(--svc-dark);

    background:
        var(--svc-gold);
}


body.st-site
.st-svc-main-btn svg {

    width: 16px;
    height: 16px;

    fill: none;

    stroke: currentColor;

    stroke-width: 2;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform .25s ease;
}


body.st-site
.st-svc-main-btn:hover svg {

    transform:
        translate(
            2px,
            -2px
        );
}


/* ==========================================================================
   PROCESS
   ========================================================================== */

body.st-site
.st-svc-process {

    max-width: 520px;

    display: grid;

    grid-template-columns:
        auto
        1fr
        auto
        1fr
        auto;

    align-items: center;

    gap: 14px;

    margin-block-start: 55px;

    padding-block-start: 24px;

    border-block-start:
        1px solid
        rgba(
            255,
            255,
            255,
            .075
        );
}


body.st-site
.st-svc-process > div {

    display: flex;

    flex-direction: column;

    gap: 5px;
}


body.st-site
.st-svc-process > div > span {

    color:
        var(--svc-gold);

    font-family:
        "Inter",
        sans-serif;

    font-size: 7px;

    font-weight: 900;
}


body.st-site
.st-svc-process > div > strong {

    color:
        rgba(
            255,
            255,
            255,
            .68
        );

    font-size: 10px;

    font-weight: 800;
}


body.st-site
.st-svc-process > i {

    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(
                255,
                255,
                255,
                .16
            ),
            rgba(
                255,
                255,
                255,
                .03
            )
        );
}


/* ==========================================================================
   SERVICE LIST
   ========================================================================== */

body.st-site
.st-svc-list {

    display: grid;

    gap: 14px;

    min-width: 0;
}


/* ==========================================================================
   SERVICE CARD
   ========================================================================== */

body.st-site
.st-svc-card {

    position: relative;

    width: 100%;

    min-width: 0;
}


body.st-site
.st-svc-card-link {

    position: relative;

    min-height: 160px;

    display: grid;

    grid-template-columns:
        75px
        minmax(
            0,
            1fr
        )
        52px;

    align-items: center;

    gap: 22px;

    overflow: hidden;

    padding:
        28px
        30px;

    border:
        1px solid
        var(--svc-border);

    border-radius: 23px;

    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            rgba(
                255,
                255,
                255,
                .055
            ),
            rgba(
                255,
                255,
                255,
                .025
            )
        );

    backdrop-filter:
        blur(16px);

    -webkit-backdrop-filter:
        blur(16px);

    transition:
        transform .35s
        cubic-bezier(
            .2,
            .8,
            .2,
            1
        ),
        border-color .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}


body.st-site
.st-svc-card-link:hover {

    transform:
        translateY(-4px);

    border-color:
        rgba(
            248,
            180,
            0,
            .24
        );

    background:
        linear-gradient(
            135deg,
            rgba(
                255,
                255,
                255,
                .075
            ),
            rgba(
                255,
                255,
                255,
                .035
            )
        );

    box-shadow:
        0 28px 55px
        rgba(
            0,
            0,
            0,
            .13
        );
}


/* ==========================================================================
   CARD GLOW
   ========================================================================== */

body.st-site
.st-svc-card-glow {

    position: absolute;

    z-index: 0;

    width: 250px;
    height: 250px;

    inset-inline-start:
        var(
            --mouse-x,
            50%
        );

    inset-block-start:
        var(
            --mouse-y,
            50%
        );

    opacity: 0;

    pointer-events: none;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(
                248,
                180,
                0,
                .15
            ),
            transparent 66%
        );

    transform:
        translate(
            -50%,
            -50%
        );

    transition:
        opacity .3s ease;
}


body.st-site
.st-svc-card-link:hover
.st-svc-card-glow {

    opacity: 1;
}


/* ==========================================================================
   CARD NUMBER
   ========================================================================== */

body.st-site
.st-svc-card-number {

    position: relative;

    z-index: 2;

    align-self: stretch;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
    justify-content: space-between;

    padding-block:
        4px;
}


body.st-site
.st-svc-card-number > span {

    color:
        var(--svc-gold);

    font-family:
        "Inter",
        sans-serif;

    font-size: 12px;

    font-weight: 900;

    letter-spacing: 1px;
}


body.st-site
.st-svc-card-number > i {

    width: 1px;
    height: 42px;

    background:
        linear-gradient(
            to bottom,
            rgba(
                248,
                180,
                0,
                .9
            ),
            rgba(
                248,
                180,
                0,
                0
            )
        );
}


/* ==========================================================================
   CARD CONTENT
   ========================================================================== */

body.st-site
.st-svc-card-content {

    position: relative;

    z-index: 2;

    min-width: 0;
}


body.st-site
.st-svc-card-label {

    display: block;

    margin-block-end: 9px;

    color:
        rgba(
            255,
            255,
            255,
            .35
        );

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .4px;
}


body.st-site
.st-svc-card-content h3 {

    margin:
        0
        0
        10px;

    color: #ffffff;

    font-size:
        clamp(
            21px,
            2vw,
            29px
        );

    font-weight: 850;

    line-height: 1.35;

    transition:
        color .25s ease;
}


body.st-site
.st-svc-card-link:hover
.st-svc-card-content h3 {

    color:
        #ffffff;
}


body.st-site
.st-svc-card-content p {

    max-width: 610px;

    margin: 0;

    color:
        rgba(
            255,
            255,
            255,
            .47
        );

    font-size: 11px;

    font-weight: 500;

    line-height: 1.85;

    text-wrap: pretty;
}


/* ==========================================================================
   CARD ARROW
   ========================================================================== */

body.st-site
.st-svc-card-arrow {

    position: relative;

    z-index: 2;

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .09
        );

    border-radius: 15px;

    color:
        rgba(
            255,
            255,
            255,
            .72
        );

    background:
        rgba(
            255,
            255,
            255,
            .04
        );

    transition:
        color .25s ease,
        background .25s ease,
        border-color .25s ease,
        transform .3s ease;
}


body.st-site
.st-svc-card-arrow svg {

    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


body.st-site
.st-svc-card-link:hover
.st-svc-card-arrow {

    color:
        var(--svc-dark);

    border-color:
        var(--svc-gold);

    background:
        var(--svc-gold);

    transform:
        rotate(6deg);
}


/* ==========================================================================
   CARD BOTTOM LINE
   ========================================================================== */

body.st-site
.st-svc-card-line {

    position: absolute;

    inset-inline-start: 0;
    inset-block-end: 0;

    width: 0;
    height: 2px;

    z-index: 3;

    background:
        linear-gradient(
            90deg,
            var(--svc-gold),
            transparent
        );

    transition:
        width .45s
        cubic-bezier(
            .2,
            .8,
            .2,
            1
        );
}


html[dir="rtl"]
body.st-site
.st-svc-card-line {

    inset-inline-start: auto;
    inset-inline-end: 0;

    background:
        linear-gradient(
            -90deg,
            var(--svc-gold),
            transparent
        );
}


body.st-site
.st-svc-card-link:hover
.st-svc-card-line {

    width: 55%;
}


/* ==========================================================================
   FEATURED CARD
   ========================================================================== */

body.st-site
.st-svc-card:first-child
.st-svc-card-link {

    border-color:
        rgba(
            248,
            180,
            0,
            .16
        );

    background:
        linear-gradient(
            135deg,
            rgba(
                248,
                180,
                0,
                .08
            ),
            rgba(
                255,
                255,
                255,
                .035
            )
        );
}


/* ==========================================================================
   EMPTY
   ========================================================================== */

body.st-site
.st-svc-empty {

    min-height: 160px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        var(--svc-border);

    border-radius: 22px;

    color:
        rgba(
            255,
            255,
            255,
            .5
        );

    background:
        rgba(
            255,
            255,
            255,
            .035
        );
}


/* ==========================================================================
   RESPONSIVE — LAPTOP
   ========================================================================== */

@media (
    max-width: 1280px
) {

    body.st-site
    .st-svc-layout {

        grid-template-columns:
            minmax(
                310px,
                .8fr
            )
            minmax(
                0,
                1.2fr
            );

        gap: 55px;
    }


    body.st-site
    .st-svc-title {

        font-size:
            clamp(
                43px,
                4vw,
                61px
            );
    }


    body.st-site
    .st-svc-card-link {

        min-height: 145px;

        grid-template-columns:
            60px
            minmax(
                0,
                1fr
            )
            48px;

        padding:
            24px;

        gap: 18px;
    }

}


/* ==========================================================================
   RESPONSIVE — TABLET
   ========================================================================== */

@media (
    max-width: 980px
) {

    body.st-site
    .st-svc {

        padding-block:
            85px;
    }


    body.st-site
    .st-svc-top {

        margin-block-end: 55px;
    }


    body.st-site
    .st-svc-layout {

        grid-template-columns:
            minmax(
                0,
                1fr
            );

        gap: 55px;
    }


    body.st-site
    .st-svc-copy-inner {

        position: relative;

        inset-block-start: auto;

        max-width: 750px;

        margin-inline: auto;

        text-align: center;
    }


    body.st-site
    .st-svc-eyebrow {

        max-width: 600px;

        margin-inline: auto;
    }


    body.st-site
    .st-svc-title {

        max-width: 720px;

        margin-inline: auto;

        text-align: center;

        font-size:
            clamp(
                42px,
                7vw,
                58px
            );
    }


    body.st-site
    .st-svc-title > span {

        margin-inline: auto;
    }


    body.st-site
    .st-svc-description {

        max-width: 640px;

        margin-inline: auto;

        text-align: center;
    }


    body.st-site
    .st-svc-main-btn {

        margin-inline: auto;
    }


    body.st-site
    .st-svc-process {

        max-width: 500px;

        margin-inline: auto;
    }


    body.st-site
    .st-svc-list {

        max-width: 760px;

        width: 100%;

        margin-inline: auto;
    }

}


/* ==========================================================================
   RESPONSIVE — MOBILE
   ========================================================================== */

@media (
    max-width: 700px
) {

    body.st-site
    .st-svc {

        padding-block:
            65px;

        overflow: hidden;
    }


    body.st-site
    .st-svc-watermark {

        inset-block-start: 28px;

        font-size: 100px;

        letter-spacing: -5px;
    }


    /* ----------------------------------------------------------------------
       Top
       ---------------------------------------------------------------------- */

    body.st-site
    .st-svc-top {

        align-items: flex-start;

        flex-direction: column;

        gap: 14px;

        margin-block-end: 42px;

        padding-block-end: 18px;
    }


    body.st-site
    .st-svc-top-meta {

        font-size: 6px;

        gap: 7px;
    }


    /* ----------------------------------------------------------------------
       Copy
       ---------------------------------------------------------------------- */

    body.st-site
    .st-svc-copy-inner {

        width: 100%;

        max-width: 100%;
    }


    body.st-site
    .st-svc-eyebrow {

        max-width: 100%;

        margin-block-end: 18px;
    }


    body.st-site
    .st-svc-eyebrow > span {

        font-size: 9px;
    }


    body.st-site
    .st-svc-title {

        max-width: 350px;

        margin:
            0
            auto
            20px;

        font-size:
            clamp(
                35px,
                10vw,
                44px
            );

        line-height: 1.23;
    }


    html[dir="rtl"]
    body.st-site
    .st-svc-title {

        line-height: 1.4;
    }


    body.st-site
    .st-svc-description {

        max-width: 350px;

        font-size: 13px;

        line-height: 1.9;
    }


    /* ----------------------------------------------------------------------
       Button
       ---------------------------------------------------------------------- */

    body.st-site
    .st-svc-main-btn {

        width: 100%;

        max-width: 350px;

        min-height: 53px;

        justify-content: space-between;

        margin-block-start: 25px;
    }


    /* ----------------------------------------------------------------------
       Process
       ---------------------------------------------------------------------- */

    body.st-site
    .st-svc-process {

        max-width: 350px;

        gap: 8px;

        margin-block-start: 38px;

        padding-block-start: 19px;
    }


    body.st-site
    .st-svc-process > div > strong {

        font-size: 8px;
    }


    /* ----------------------------------------------------------------------
       Services List
       ---------------------------------------------------------------------- */

    body.st-site
    .st-svc-list {

        gap: 10px;
    }


    /* ----------------------------------------------------------------------
       Card
       ---------------------------------------------------------------------- */

    body.st-site
    .st-svc-card-link {

        min-height: 0;

        grid-template-columns:
            34px
            minmax(
                0,
                1fr
            )
            40px;

        align-items: start;

        gap: 12px;

        padding:
            20px
            17px;

        border-radius: 18px;
    }


    body.st-site
    .st-svc-card-number {

        min-height: 80px;

        padding-block: 2px;
    }


    body.st-site
    .st-svc-card-number > span {

        font-size: 9px;
    }


    body.st-site
    .st-svc-card-number > i {

        height: 30px;
    }


    body.st-site
    .st-svc-card-label {

        margin-block-end: 6px;

        font-size: 6.5px;
    }


    body.st-site
    .st-svc-card-content h3 {

        margin-block-end: 7px;

        font-size: 19px;

        line-height: 1.4;
    }


    body.st-site
    .st-svc-card-content p {

        display:
            -webkit-box;

        overflow: hidden;

        font-size: 9.5px;

        line-height: 1.75;

        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    body.st-site
    .st-svc-card-arrow {

        width: 38px;
        height: 38px;

        border-radius: 12px;
    }


    body.st-site
    .st-svc-card-arrow svg {

        width: 16px;
        height: 16px;
    }


    body.st-site
    .st-svc-card-link:hover {

        transform: none;
    }

}


/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */

@media (
    max-width: 420px
) {

    body.st-site
    .st-svc {

        padding-block:
            56px;
    }


    body.st-site
    .st-svc-title {

        max-width: 320px;

        font-size:
            clamp(
                32px,
                9.5vw,
                39px
            );
    }


    body.st-site
    .st-svc-description {

        max-width: 320px;

        font-size: 12.5px;
    }


    body.st-site
    .st-svc-main-btn {

        max-width: 320px;
    }


    body.st-site
    .st-svc-process {

        max-width: 320px;
    }


    body.st-site
    .st-svc-card-link {

        grid-template-columns:
            29px
            minmax(
                0,
                1fr
            )
            36px;

        gap: 9px;

        padding:
            18px
            14px;
    }


    body.st-site
    .st-svc-card-arrow {

        width: 35px;
        height: 35px;
    }


    body.st-site
    .st-svc-card-content h3 {

        font-size: 17px;
    }


    body.st-site
    .st-svc-card-content p {

        font-size: 9px;
    }

}


/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */

@media (
    prefers-reduced-motion:
    reduce
) {

    body.st-site
    .st-svc-card-link,

    body.st-site
    .st-svc-card-arrow,

    body.st-site
    .st-svc-main-btn svg {

        transition: none !important;
    }

}