@font-face {
    font-family: 'PSParastoo';
    src: url('../font/parastoo-font-v1.0.0-alpha5/web/Parastoo.eot');
    src: url('../font/parastoo-font-v1.0.0-alpha5/web/Parastoo.eot?#iefix') format('embedded-opentype'),
        url('../font/parastoo-font-v1.0.0-alpha5/web/Parastoo.woff') format('woff'),
        url('../font/parastoo-font-v1.0.0-alpha5/web/Parastoo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



:root {
    --p-blue: #0563df;
    --p-blue-2: #1477f2;
    --p-cyan: #4cb5ff;
    --p-teal: #00bfa6;
    --p-ink: #07111f;
    --p-ink-2: #0d1c30;
    --p-text: #172536;
    --p-muted: #6d7b8c;
    --p-soft: #f4f8fc;
    --p-line: #e4ebf3;
    --p-white: #fff;
    --p-radius: 26px;
    --p-shadow: 0 24px 70px rgba(7, 17, 31, .10);
}

/*
     * PAGE ISOLATION
     * Nothing in this page should alter the site's global header/footer/theme.
     */
.ps-page {
    direction: rtl;
    font-family: 'PSParastoo', Tahoma, sans-serif !important;
    color: var(--p-text);
    background: #fff;
    overflow: hidden;
    isolation: isolate;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.ps-page,
.ps-page *,
.ps-page *::before,
.ps-page *::after {
    box-sizing: border-box;
}

.ps-page img {
    max-width: 100%;
}

.ps-page button,
.ps-page input,
.ps-page textarea,
.ps-page select {
    font-family: inherit;
}

.ps-container {
    width: min(1220px, calc(100% - 44px));
    margin: auto
}

.ps-section {
    padding: 112px 0
}

.ps-soft {
    background: var(--p-soft)
}

.ps-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--p-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    margin-bottom: 14px
}

.ps-label:before {
    content: "";
    width: 27px;
    height: 2px;
    background: linear-gradient(90deg, var(--p-blue), var(--p-teal));
    border-radius: 99px
}

.ps-heading {
    max-width: 760px;
    margin-bottom: 54px
}

.ps-heading.center {
    margin-inline: auto;
    text-align: center
}

.ps-heading h2 {
    margin: 0 0 15px;
    font-size: clamp(32px, 4.3vw, 54px);
    line-height: 1.3;
    font-weight: 900;
    color: var(--p-ink);
    letter-spacing: -1px
}

.ps-heading p {
    margin: 0;
    color: var(--p-muted);
    line-height: 2.05;
    font-size: 16px
}

/* HERO */
.ps-hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(76, 181, 255, .22), transparent 28%),
        radial-gradient(circle at 86% 82%, rgba(0, 191, 166, .16), transparent 28%),
        linear-gradient(135deg, #06101e 0%, #091a2d 58%, #06101e 100%);
}

.ps-hero:before {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    left: -260px;
    top: -190px
}

.ps-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 78px;
    align-items: center;
    position: relative;
    z-index: 2
}

.ps-hero-copy {
    max-width: 670px
}

.ps-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    color: #b8dcff;
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(12px)
}

.ps-kicker img {
    width: 18px;
    height: 18px;
    object-fit: contain
}

.ps-hero h1 {
    margin: 25px 0 22px;
    font-size: clamp(46px, 6.2vw, 82px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -3px
}

.ps-hero h1 span {
    display: block;
    background: linear-gradient(90deg, #67c2ff, #00d3b5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.ps-hero-lead {
    max-width: 620px;
    margin: 0 0 31px;
    color: #b8c7d7;
    font-size: 18px;
    line-height: 2.05
}

.ps-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.ps-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 15px;
    text-decoration: none !important;
    font-weight: 900;
    transition: .25s ease;
    cursor: pointer
}

.ps-btn-primary {
    color: #fff !important;
    background: var(--p-blue);
    box-shadow: 0 14px 34px rgba(5, 99, 223, .32)
}

.ps-btn-primary:hover {
    transform: translateY(-3px);
    background: #1977ed
}

.ps-btn-ghost {
    color: #fff !important;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .15)
}

.ps-btn-ghost:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-3px)
}

.ps-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 38px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, .10)
}

.ps-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #b6c6d6;
    font-size: 12px;
    font-weight: 700
}

.ps-trust-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #27d7bb;
    box-shadow: 0 0 0 5px rgba(39, 215, 187, .09)
}

.ps-hero-stage {
    position: relative;
    min-height: 545px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ps-hero-frame {
    position: relative;
    width: min(520px, 100%);
    aspect-ratio: 4/5;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 34px;
    overflow: hidden;
    background: #0c1b2d;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .35);
    transform: rotate(1.5deg)
}

.ps-hero-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9
}

.ps-hero-frame:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(145deg, rgba(5, 99, 223, .12), transparent 40%),
        linear-gradient(0deg, rgba(3, 10, 18, .86), transparent 55%)
}

.ps-hero-note {
    position: absolute;
    z-index: 3;
    right: -32px;
    bottom: 36px;
    width: 250px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    background: rgba(7, 18, 32, .82);
    backdrop-filter: blur(18px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .25)
}

.ps-hero-note small {
    display: block;
    color: #7fcaff;
    font-weight: 900;
    font-size: 11px;
    margin-bottom: 7px
}

.ps-hero-note strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.55
}

.ps-hero-note p {
    margin: 7px 0 0;
    color: #9fb0c2;
    font-size: 11px;
    line-height: 1.8
}

.ps-floating-word {
    position: absolute;
    left: -14px;
    top: 80px;
    z-index: 3;
    color: rgba(255, 255, 255, .12);
    font-size: 70px;
    font-weight: 900;
    writing-mode: vertical-rl;
    transform: rotate(180deg)
}

/* POSITIONING */
.ps-manifesto {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 70px;
    align-items: start
}

.ps-manifesto-title {
    position: sticky;
    top: 35px
}

.ps-manifesto-title h2 {
    margin: 0;
    color: var(--p-ink);
    font-size: clamp(32px, 4vw, 51px);
    line-height: 1.35;
    font-weight: 900
}

.ps-manifesto-title h2 span {
    color: var(--p-blue)
}

.ps-manifesto-copy p {
    margin: 0 0 18px;
    color: var(--p-muted);
    font-size: 16px;
    line-height: 2.15
}

.ps-manifesto-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 30px
}

.ps-point {
    padding: 17px;
    border: 1px solid var(--p-line);
    border-radius: 17px;
    background: #fff;
    transition: .25s
}

.ps-point:hover {
    transform: translateY(-4px);
    box-shadow: var(--p-shadow);
    border-color: #cbdcf1
}

.ps-point b {
    display: block;
    color: var(--p-ink);
    font-size: 14px;
    margin-bottom: 5px
}

.ps-point span {
    color: var(--p-muted);
    font-size: 11px;
    line-height: 1.8
}

/* PROOF */
.ps-proof {
    position: relative;
    color: #fff;
    background: var(--p-ink);
    overflow: hidden
}

.ps-proof:before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    right: -350px;
    top: -230px
}

.ps-proof-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 65px;
    align-items: center;
    position: relative;
    z-index: 1
}

.ps-proof-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1.25;
    font-weight: 900
}

.ps-proof-copy p {
    margin: 0;
    color: #9fb0c2;
    line-height: 2.1
}

.ps-proof-list {
    display: grid;
    gap: 12px
}

.ps-proof-card {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 17px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 20px;
    background: rgba(255, 255, 255, .035);
    transition: .25s
}

.ps-proof-card:hover {
    transform: translateX(-5px);
    background: rgba(255, 255, 255, .06)
}

.ps-proof-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(5, 99, 223, .18)
}

.ps-proof-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.ps-proof-card strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px
}

.ps-proof-card span {
    color: #93a5b8;
    font-size: 12px;
    line-height: 1.8
}

/* SERVICES */
.ps-services-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px
}

.ps-services-top .ps-heading {
    margin-bottom: 42px
}

.ps-service-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 38px
}

.ps-filter-btn {
    border: 1px solid var(--p-line);
    background: #fff;
    color: var(--p-muted);
    border-radius: 999px;
    padding: 10px 16px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: .2s
}

.ps-filter-btn:hover,
.ps-filter-btn.active {
    background: var(--p-blue);
    border-color: var(--p-blue);
    color: #fff
}

.ps-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.ps-service-card {
    position: relative;
    min-height: 300px;
    padding: 27px;
    border: 1px solid var(--p-line);
    border-radius: var(--p-radius);
    background: #fff;
    overflow: hidden;
    transition: .3s
}

.ps-service-card:before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: linear-gradient(90deg, var(--p-blue), var(--p-teal));
    transform: scaleX(0);
    transform-origin: right;
    transition: .3s
}

.ps-service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--p-shadow);
    border-color: transparent
}

.ps-service-card:hover:before {
    transform: scaleX(1)
}

.ps-service-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

.ps-service-icon {
    width: 54px;
    height: 54px;
    padding: 11px;
    border-radius: 16px;
    background: #edf5ff;
    object-fit: contain
}

.ps-service-number {
    font-size: 12px;
    color: #c2ccd7;
    font-weight: 900
}

.ps-service-card h3 {
    margin: 0 0 10px;
    color: var(--p-ink);
    font-size: 21px
}

.ps-service-card>p {
    margin: 0 0 19px;
    color: var(--p-muted);
    font-size: 12px;
    line-height: 2;
    min-height: 74px
}

.ps-service-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none
}

.ps-service-items li {
    padding: 5px 8px;
    background: #f5f7fa;
    color: #536274;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 800
}

.ps-service-more {
    display: inline-flex;
    margin-top: 17px;
    color: var(--p-blue);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none
}

/* WORK */
.ps-work {
    background: #07111f;
    color: #fff
}

.ps-work .ps-heading h2 {
    color: #fff
}

.ps-work .ps-heading p {
    color: #93a6ba
}

.ps-work-grid {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    grid-template-rows: 280px 280px;
    gap: 16px
}

.ps-work-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background: #102035
}

.ps-work-card:first-child {
    grid-row: span 2
}

.ps-work-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .65s
}

.ps-work-card:hover img {
    transform: scale(1.065)
}

.ps-work-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .88), transparent 60%)
}

.ps-work-info {
    position: absolute;
    z-index: 2;
    right: 25px;
    left: 25px;
    bottom: 22px
}

.ps-work-info small {
    display: block;
    color: #74c8ff;
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 6px
}

.ps-work-info h3 {
    margin: 0;
    font-size: 21px
}

.ps-work-link {
    display: inline-flex;
    margin-top: 10px;
    color: #d9ecff;
    text-decoration: none;
    font-size: 11px;
    opacity: .85
}

/* INDUSTRIES */
.ps-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.ps-industry {
    position: relative;
    min-height: 315px;
    border-radius: 24px;
    overflow: hidden
}

.ps-industry img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: .55s
}

.ps-industry:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4, 12, 22, .9), rgba(4, 12, 22, .05) 70%)
}

.ps-industry:hover img {
    transform: scale(1.07)
}

.ps-industry-content {
    position: absolute;
    z-index: 2;
    right: 22px;
    left: 22px;
    bottom: 22px;
    color: #fff
}

.ps-industry-content h3 {
    margin: 0 0 7px;
    font-size: 20px
}

.ps-industry-content p {
    margin: 0;
    color: #d5e1ed;
    font-size: 11px;
    line-height: 1.9
}

/* PROCESS */
.ps-process-wrap {
    position: relative
}

.ps-process-line {
    position: absolute;
    top: 34px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9d7e6, transparent)
}

.ps-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 13px;
    position: relative
}

.ps-step {
    padding: 26px 20px 23px;
    border: 1px solid var(--p-line);
    border-radius: 20px;
    background: #fff;
    transition: .25s
}

.ps-step:hover {
    transform: translateY(-5px);
    box-shadow: var(--p-shadow)
}

.ps-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.ps-step img {
    width: 36px;
    height: 36px;
    object-fit: contain
}

.ps-step-num {
    font-size: 10px;
    font-weight: 900;
    color: var(--p-blue)
}

.ps-step h3 {
    margin: 0 0 7px;
    color: var(--p-ink);
    font-size: 17px
}

.ps-step p {
    margin: 0;
    color: var(--p-muted);
    font-size: 11px;
    line-height: 1.9
}

/* CTA */
.ps-final {
    position: relative;
    padding: 105px 0;
    color: #fff;
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 191, 166, .20), transparent 25%),
        radial-gradient(circle at 88% 75%, rgba(76, 181, 255, .24), transparent 30%),
        var(--p-blue);
    overflow: hidden
}

.ps-final:after {
    content: "PUZZLE";
    position: absolute;
    left: -40px;
    bottom: -75px;
    color: rgba(255, 255, 255, .055);
    font-size: 180px;
    font-weight: 900;
    pointer-events: none
}

.ps-final-inner {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px
}

.ps-final h2 {
    margin: 0 0 12px;
    font-size: clamp(34px, 4.5vw, 58px);
    line-height: 1.25
}

.ps-final p {
    margin: 0;
    color: #d9ebff;
    line-height: 2;
    max-width: 650px
}

.ps-final .ps-btn {
    background: #fff;
    color: var(--p-blue) !important
}

/* REVEAL */
.ps-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: .65s ease
}

.ps-reveal.is-visible {
    opacity: 1;
    transform: none
}

/* RESPONSIVE */
@media(max-width:1050px) {

    .ps-hero-grid,
    .ps-manifesto,
    .ps-proof-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .ps-hero {
        padding: 85px 0
    }

    .ps-hero-stage {
        min-height: 460px
    }

    .ps-hero-frame {
        width: min(470px, 100%)
    }

    .ps-manifesto-title {
        position: static
    }

    .ps-services-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ps-process {
        grid-template-columns: repeat(2, 1fr)
    }

    .ps-process-line {
        display: none
    }
}

@media(max-width:700px) {
    .ps-container {
        width: min(100% - 28px, 1220px)
    }

    .ps-section {
        padding: 76px 0
    }

    .ps-hero {
        min-height: auto;
        padding: 70px 0 75px
    }

    .ps-hero h1 {
        font-size: 44px;
        letter-spacing: -1.5px
    }

    .ps-hero-lead {
        font-size: 15px
    }

    .ps-hero-stage {
        min-height: 380px;
        margin-top: 5px
    }

    .ps-hero-note {
        right: 8px;
        bottom: 12px;
        width: 225px
    }

    .ps-floating-word {
        display: none
    }

    .ps-manifesto-points {
        grid-template-columns: 1fr
    }

    .ps-services-top {
        display: block
    }

    .ps-services-grid,
    .ps-industries-grid,
    .ps-process {
        grid-template-columns: 1fr
    }

    .ps-work-grid {
        display: block
    }

    .ps-work-card {
        height: 300px;
        margin-bottom: 14px
    }

    .ps-final-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .ps-final {
        padding: 78px 0
    }

    .ps-final:after {
        font-size: 110px
    }

    .ps-proof-card {
        grid-template-columns: 48px 1fr
    }

    .ps-proof-icon {
        width: 48px;
        height: 48px
    }
}

