/* =========================================================
   PUZZLE STUDIO — WEB EXPERIENCE
   Premium Digital Studio Service Page
   ========================================================= */

.pz-web-page {
    direction: rtl;
    overflow: hidden;
    background: #f6f9fd;
    color: #101d2d;
}

.pz-web-page * {
    box-sizing: border-box;
}

.pz-web-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.pz-web-hero {
    position: relative;
    min-height: 650px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(circle at 80% 25%,
            rgba(5, 99, 223, .18),
            transparent 28%),
        radial-gradient(circle at 15% 80%,
            rgba(0, 191, 166, .12),
            transparent 25%),
        #07111f;

    color: #fff;
}


/* abstract grid */

.pz-web-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .035) 1px,
            transparent 1px);

    background-size: 55px 55px;

    mask-image: linear-gradient(to bottom,
            black,
            transparent 95%);
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.pz-web-hero-content {
    position: relative;
    z-index: 3;

    max-width: 620px;
}

.pz-web-kicker {
    display: inline-flex;

    align-items: center;
    gap: 9px;

    margin-bottom: 28px;

    padding: 9px 15px;

    border:
        1px solid rgba(255, 255, 255, .12);

    border-radius: 999px;

    background: rgba(255, 255, 255, .05);

    color: #a9d4ff;

    font-size: 11px;
    font-weight: 900;
}

.pz-web-kicker img {
    width: 18px;
    height: 18px;

    object-fit: contain;
}

.pz-web-hero h1 {
    margin: 0 0 25px;

    font-size: clamp(45px, 6vw, 76px);

    line-height: 1.12;

    letter-spacing: -2.5px;

    font-weight: 950;
}

.pz-web-hero h1 span {
    display: block;

    background:
        linear-gradient(90deg,
            #4cb5ff,
            #00c6b2);

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}

.pz-web-hero-description {
    max-width: 570px;

    margin: 0 0 32px;

    color: #aebdcd;

    font-size: 15px;

    line-height: 2.2;
}


/* =========================================================
   HERO BUTTONS
   ========================================================= */

.pz-web-hero-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}

.pz-web-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 0 23px;

    border-radius: 13px;

    font-family: inherit;

    font-size: 12px;

    font-weight: 900;

    text-decoration: none;

    transition: .25s ease;
}

.pz-web-btn-primary {
    background: #0563df;

    color: #fff;

    box-shadow:
        0 14px 35px rgba(5, 99, 223, .25);
}

.pz-web-btn-primary:hover {
    transform: translateY(-3px);

    color: #fff;

    box-shadow:
        0 20px 45px rgba(5, 99, 223, .35);
}

.pz-web-btn-secondary {
    border:
        1px solid rgba(255, 255, 255, .14);

    background: rgba(255, 255, 255, .04);

    color: #fff;
}

.pz-web-btn-secondary:hover {
    background: rgba(255, 255, 255, .09);

    color: #fff;
}


/* =========================================================
   FLOATING BROWSER MOCKUP
   ========================================================= */

.pz-browser-stage {
    position: absolute;

    z-index: 2;

    left: -70px;
    top: 50%;

    width: 620px;

    transform:
        translateY(-50%) perspective(1200px) rotateY(14deg) rotateX(4deg);

    filter:
        drop-shadow(0 35px 55px rgba(0, 0, 0, .38));
}

.pz-browser {
    overflow: hidden;

    border:
        1px solid rgba(255, 255, 255, .16);

    border-radius: 18px;

    background: #fff;
}


/* browser bar */

.pz-browser-top {
    height: 43px;

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 0 15px;

    background: #edf2f7;

    border-bottom:
        1px solid #dce4ed;
}

.pz-browser-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #b6c1ce;
}

.pz-browser-address {
    flex: 1;

    height: 25px;

    margin-right: 10px;

    border-radius: 6px;

    background: #fff;

    border:
        1px solid #e0e6ed;
}


/* website preview */

.pz-browser-content {
    min-height: 390px;

    padding: 30px;

    background:
        linear-gradient(135deg,
            #f8fbff,
            #eef6ff);
}

.pz-preview-nav {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 55px;
}

.pz-preview-logo {
    width: 55px;
    height: 18px;

    border-radius: 4px;

    background: #0563df;
}

.pz-preview-links {
    display: flex;

    gap: 8px;
}

.pz-preview-links span {
    width: 42px;
    height: 5px;

    border-radius: 5px;

    background: #c8d4e1;
}

.pz-preview-main {
    display: grid;

    grid-template-columns: 1fr .65fr;

    gap: 30px;

    align-items: center;
}

.pz-preview-lines {
    display: flex;

    flex-direction: column;

    gap: 12px;
}

.pz-preview-lines strong {
    display: block;

    width: 90%;

    height: 25px;

    border-radius: 7px;

    background: #132438;
}

.pz-preview-lines span {
    display: block;

    width: 75%;
    height: 9px;

    border-radius: 6px;

    background: #b9c8d8;
}

.pz-preview-button {
    width: 100px;
    height: 28px;

    margin-top: 12px;

    border-radius: 7px;

    background: #0563df;
}

.pz-preview-image {
    aspect-ratio: 1;

    border-radius: 25px;

    background:
        linear-gradient(135deg,
            #0563df,
            #4cb5ff,
            #00bfa6);

    transform: rotate(7deg);
}


/* =========================================================
   INTRO STATEMENT
   ========================================================= */

.pz-web-intro {
    padding: 105px 0 90px;

    background: #fff;
}

.pz-web-intro-grid {
    display: grid;

    grid-template-columns: .75fr 1.25fr;

    gap: 70px;

    align-items: center;
}

.pz-section-label {
    color: #0563df;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 1px;
}

.pz-web-intro h2 {
    margin: 15px 0 0;

    color: #091522;

    font-size: clamp(30px, 4vw, 48px);

    line-height: 1.45;
}

.pz-web-intro-copy {
    color: #617184;

    font-size: 14px;

    line-height: 2.2;
}

.pz-web-intro-copy strong {
    color: #17283b;
}


/* =========================================================
   CAPABILITY MATRIX
   ========================================================= */

.pz-capabilities {
    padding: 100px 0;

    background: #f6f9fd;
}

.pz-capabilities-heading {
    display: flex;

    align-items: end;

    justify-content: space-between;

    gap: 30px;

    margin-bottom: 35px;
}

.pz-capabilities-heading h2 {
    margin: 10px 0 0;

    font-size: 35px;
}

.pz-capabilities-heading p {
    max-width: 390px;

    margin: 0;

    color: #718096;

    font-size: 12px;

    line-height: 2;
}


/* capability grid */

.pz-capability-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 14px;
}

.pz-capability {
    position: relative;

    min-height: 205px;

    padding: 27px;

    border:
        1px solid #e1e8f0;

    border-radius: 20px;

    background: #fff;

    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.pz-capability:hover {
    transform: translateY(-6px);

    box-shadow:
        0 20px 45px rgba(7, 17, 31, .08);
}

.pz-capability::after {
    content: "";

    position: absolute;

    left: -35px;
    bottom: -55px;

    width: 130px;
    height: 130px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(5, 99, 223, .08),
            transparent 70%);
}

.pz-capability-icon {
    width: 44px;
    height: 44px;

    margin-bottom: 20px;

    padding: 9px;

    border-radius: 13px;

    background: #edf5ff;

    object-fit: contain;
}

.pz-capability h3 {
    margin: 0 0 9px;

    font-size: 16px;
}

.pz-capability p {
    margin: 0;

    color: #788799;

    font-size: 11px;

    line-height: 1.9;
}


/* =========================================================
   WEBSITE TYPES
   ========================================================= */

.pz-web-types {
    padding: 105px 0;

    background: #07111f;

    color: #fff;
}

.pz-web-types-heading {
    max-width: 680px;

    margin-bottom: 45px;
}

.pz-web-types-heading span {
    color: #4cb5ff;

    font-size: 11px;

    font-weight: 900;
}

.pz-web-types-heading h2 {
    margin: 13px 0;

    font-size: 38px;

    line-height: 1.45;
}

.pz-web-types-heading p {
    margin: 0;

    color: #8fa1b5;

    font-size: 13px;

    line-height: 2;
}


/* types */

.pz-type-list {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 12px;
}

.pz-type {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 23px 25px;

    border:
        1px solid rgba(255, 255, 255, .08);

    border-radius: 15px;

    background:
        rgba(255, 255, 255, .035);

    transition: .25s ease;
}

.pz-type:hover {
    border-color:
        rgba(76, 181, 255, .25);

    background:
        rgba(76, 181, 255, .06);

    transform: translateX(-4px);
}

.pz-type-name {
    font-size: 13px;

    font-weight: 800;
}

.pz-type-detail {
    color: #7f91a5;

    font-size: 10px;

    text-align: left;
}


/* =========================================================
   PROCESS
   ========================================================= */

.pz-web-process {
    padding: 105px 0;

    background: #fff;
}

.pz-process-title {
    text-align: center;

    margin-bottom: 55px;
}

.pz-process-title span {
    color: #0563df;

    font-size: 11px;

    font-weight: 900;
}

.pz-process-title h2 {
    margin: 12px 0 0;

    font-size: 35px;
}


/* process */

.pz-process-grid {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 0;
}

.pz-process-item {
    position: relative;

    padding: 0 22px;

    text-align: center;
}

.pz-process-item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 19px;
    left: -1px;

    width: 1px;
    height: 45px;

    background: #dce4ed;
}

.pz-process-number {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    margin-bottom: 18px;

    border-radius: 50%;

    background: #edf5ff;

    color: #0563df;

    font-size: 11px;

    font-weight: 900;
}

.pz-process-item h3 {
    margin: 0 0 8px;

    font-size: 14px;
}

.pz-process-item p {
    margin: 0;

    color: #7a8898;

    font-size: 10px;

    line-height: 1.9;
}


/* =========================================================
   CTA
   ========================================================= */

.pz-web-cta {
    position: relative;

    padding: 100px 0;

    overflow: hidden;

    background:
        linear-gradient(135deg,
            #0563df,
            #034ba8);

    color: #fff;

    text-align: center;
}

.pz-web-cta::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: -180px;
    top: -250px;

    border:
        1px solid rgba(255, 255, 255, .1);

    border-radius: 50%;
}

.pz-web-cta::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    left: -170px;
    bottom: -220px;

    border:
        1px solid rgba(255, 255, 255, .08);

    border-radius: 50%;
}

.pz-web-cta-inner {
    position: relative;

    z-index: 2;
}

.pz-web-cta img {
    width: 50px;
    height: 50px;

    margin-bottom: 20px;

    object-fit: contain;
}

.pz-web-cta h2 {
    max-width: 750px;

    margin: 0 auto 18px;

    font-size: clamp(28px, 4vw, 44px);

    line-height: 1.5;
}

.pz-web-cta p {
    max-width: 590px;

    margin: 0 auto 30px;

    color: #d4e6ff;

    font-size: 13px;

    line-height: 2;
}

.pz-web-cta .pz-web-btn-primary {
    background: #fff;

    color: #0563df;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .16);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {

    .pz-browser-stage {
        opacity: .32;

        left: -170px;
    }

    .pz-web-hero-content {
        max-width: 700px;
    }

    .pz-capability-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .pz-process-grid {
        grid-template-columns:
            repeat(3, 1fr);

        row-gap: 35px;
    }

    .pz-process-item:nth-child(3)::after {
        display: none;
    }
}


@media (max-width: 760px) {

    .pz-web-container {
        width: min(calc(100% - 28px),
                1180px);
    }

    .pz-web-hero {
        min-height: 620px;

        padding: 90px 0;
    }

    .pz-web-hero h1 {
        font-size: 44px;
    }

    .pz-browser-stage {
        display: none;
    }

    .pz-web-intro-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .pz-capabilities-heading {
        display: block;
    }

    .pz-capabilities-heading p {
        margin-top: 15px;
    }

    .pz-capability-grid {
        grid-template-columns: 1fr;
    }

    .pz-type-list {
        grid-template-columns: 1fr;
    }

    .pz-process-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .pz-process-item:not(:last-child)::after {
        display: none;
    }

}


@media (max-width: 480px) {

    .pz-web-hero-actions {
        flex-direction: column;
    }

    .pz-web-btn {
        width: 100%;
    }

    .pz-process-grid {
        grid-template-columns: 1fr;
    }

}

