﻿:root {
    --pc-blue: #073b78;
    --pc-blue2: #0b5cad;
    --pc-orange: #ff7a18;
    --pc-ink: #10233f;
    --pc-muted: #66758a;
    --pc-soft: #f4f8fc;
    --pc-border: #dfe8f2;
    --pc-white: #fff;
    --pc-shadow: 0 24px 70px rgba(20,55,95,.12)
}

.pc-hero, .pc-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 100px;
    background: linear-gradient(120deg,#eef6ff 0%,#fff 52%,#fff3e8 100%)
}

    .pc-hero:before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        background: rgba(17,102,190,.08);
        right: -170px;
        top: -220px
    }

.pc-project-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(9,63,120,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(9,63,120,.045) 1px,transparent 1px);
    background-size: 42px 42px;
    pointer-events: none
}

.pc-index-image-hero {
    background: #061d37;
    color: #fff
}

.pc-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.pc-index-image-hero .pc-hero-image {
    object-fit: contain;
    object-position: center;
    background: #061a2e;
}

.pc-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg,rgba(4,25,49,.94) 0%,rgba(5,46,88,.82) 52%,rgba(4,24,45,.38) 100%)
}

.pc-index-image-hero .pc-crumb a,
.pc-index-image-hero .pc-crumb b {
    color: #fff
}

.pc-index-image-hero .pc-crumb span {
    color: rgba(255,255,255,.62)
}

.pc-hero.pc-index-image-hero h1 {
    color: #fff;
    text-shadow: 0 8px 32px rgba(0,0,0,.25)
}

.pc-hero.pc-index-image-hero h1 em {
    color: #ff9b43
}

.pc-hero.pc-index-image-hero p {
    color: rgba(255,255,255,.86)
}

.pc-index-image-hero .pc-btn {
    background: linear-gradient(135deg,#ff8a2a,#e9670a);
    box-shadow: 0 14px 32px rgba(0,0,0,.26)
}

.pc-hero .container, .pc-detail-hero .container {
    position: relative;
    z-index: 2
}

.pc-crumb {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    margin-bottom: 28px
}

    .pc-crumb a {
        color: var(--pc-blue);
        text-decoration: none
    }

    .pc-crumb span {
        color: #9badc2
    }

.pc-kicker, .pc-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--pc-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase
}

.pc-hero h1, .pc-detail-hero h1 {
    max-width: 900px;
    margin: 18px 0;
    font-size: clamp(42px,6vw,78px);
    line-height: 1.02;
    color: var(--pc-ink);
    font-weight: 850;
    letter-spacing: -.045em
}

    .pc-hero h1 em {
        font-style: normal;
        color: var(--pc-blue2)
    }

.pc-hero p, .pc-detail-hero p {
    max-width: 760px;
    color: var(--pc-muted);
    font-size: 18px;
    line-height: 1.8
}

.pc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    padding: 15px 23px;
    border-radius: 12px;
    background: linear-gradient(135deg,var(--pc-blue2),var(--pc-blue));
    color: #fff !important;
    text-decoration: none;
    font-weight: 750;
    box-shadow: 0 14px 30px rgba(7,59,120,.22);
    transition: .25s
}

    .pc-btn:hover {
        transform: translateY(-3px)
    }

.pc-section {
    padding: 92px 0
}

.pc-soft {
    background: var(--pc-soft)
}

.pc-heading {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    margin-bottom: 42px
}

    .pc-heading > div > span {
        color: var(--pc-orange);
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .14em
    }

    .pc-heading h2 {
        max-width: 700px;
        margin: 8px 0 0;
        color: var(--pc-ink);
        font-size: clamp(30px,4vw,48px);
        font-weight: 800;
        letter-spacing: -.035em
    }

    .pc-heading > p {
        max-width: 450px;
        color: var(--pc-muted);
        line-height: 1.7
    }

.pc-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 26px
}

.pc-card, .pc-project-card {
    background: #fff;
    border: 1px solid var(--pc-border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 38px rgba(20,55,95,.07);
    transition: .3s
}

    .pc-card:hover, .pc-project-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--pc-shadow)
    }

.pc-card-media, .pc-project-media {
    height: 245px;
    display: block;
    position: relative;
    overflow: hidden
}

    .pc-card-media img, .pc-project-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s
    }

.pc-card:hover img, .pc-project-card:hover img {
    transform: scale(1.06)
}

.pc-card-shade, .pc-project-media > span {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,transparent 35%,rgba(4,30,60,.72))
}

.pc-card-media > b, .pc-project-media > b {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--pc-orange);
    color: #fff;
    padding: 7px 11px;
    border-radius: 99px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.pc-card-media > i {
    position: absolute;
    left: 22px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--pc-blue);
    font-size: 22px
}

.pc-card-body, .pc-project-body {
    padding: 25px
}

    .pc-card-body small, .pc-project-body small {
        color: var(--pc-orange);
        font-weight: 750;
        text-transform: uppercase;
        letter-spacing: .1em
    }

    .pc-card-body h3, .pc-project-body h3 {
        font-size: 23px;
        margin: 9px 0
    }

        .pc-card-body h3 a, .pc-project-body h3 a {
            color: var(--pc-ink);
            text-decoration: none
        }

    .pc-card-body p, .pc-project-body p {
        color: var(--pc-muted);
        line-height: 1.7
    }

.pc-link, .pc-mini-card a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--pc-blue2);
    font-weight: 750;
    text-decoration: none
}

.pc-project-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px
}

.pc-project-media {
    height: 330px
}

.pc-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px
}

    .pc-filter a {
        padding: 10px 16px;
        border: 1px solid var(--pc-border);
        border-radius: 999px;
        text-decoration: none;
        color: var(--pc-ink);
        font-weight: 700;
        background: #fff
    }

        .pc-filter a.active, .pc-filter a:hover {
            background: var(--pc-blue);
            color: #fff;
            border-color: var(--pc-blue)
        }

.pc-cta {
    padding: 70px 0;
    background: linear-gradient(120deg,var(--pc-blue),#052b58);
    color: #fff
}

    .pc-cta .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px
    }

    .pc-cta span {
        color: #ffb26f;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .12em;
        font-size: 12px
    }

    .pc-cta h2 {
        margin: 8px 0 0;
        font-size: clamp(28px,4vw,44px);
        max-width: 700px
    }

    .pc-cta .pc-btn {
        background: linear-gradient(135deg,var(--pc-orange),#ff9b42);
        white-space: nowrap
    }

.pc-empty {
    text-align: center;
    padding: 70px;
    border: 1px dashed #bbcada;
    border-radius: 22px;
    background: var(--pc-soft)
}

    .pc-empty i {
        font-size: 50px;
        color: var(--pc-blue2)
    }

.pc-detail-hero {
    min-height: 600px;
    display: flex;
    align-items: end;
    background-image: linear-gradient(90deg,rgba(3,25,54,.94),rgba(3,25,54,.64),rgba(3,25,54,.15)),var(--hero);
    background-size: cover;
    background-position: center
}

    .pc-detail-hero h1, .pc-detail-hero p {
        color: #fff
    }

    .pc-detail-hero p {
        color: #dce8f6
    }

.pc-crumb-light a, .pc-crumb-light b {
    color: #fff
}

.pc-detail-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 340px;
    gap: 38px;
    align-items: start
}

.pc-content-card {
    padding: 42px;
    border: 1px solid var(--pc-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--pc-shadow)
}

    .pc-content-card h2 {
        color: var(--pc-ink);
        font-size: 40px;
        margin: 12px 0 22px
    }

.pc-rich, .pc-lead {
    color: var(--pc-muted);
    font-size: 17px;
    line-height: 1.9
}

.pc-feature-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin-top: 24px
}

    .pc-feature-grid article, .pc-mini-card {
        padding: 25px;
        border: 1px solid var(--pc-border);
        border-radius: 18px;
        background: #fff
    }

        .pc-feature-grid i, .pc-mini-card > i {
            font-size: 25px;
            color: var(--pc-orange)
        }

        .pc-feature-grid h3, .pc-mini-card h3 {
            color: var(--pc-ink);
            margin: 13px 0 8px
        }

        .pc-feature-grid p, .pc-mini-card p {
            color: var(--pc-muted);
            line-height: 1.65
        }

.pc-side-card {
    position: sticky;
    top: 110px;
    padding: 30px;
    border-radius: 22px;
    background: linear-gradient(150deg,#eef6ff,#fff);
    border: 1px solid #d8e7f6
}

    .pc-side-card > span {
        color: var(--pc-orange);
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .12em
    }

    .pc-side-card h3 {
        font-size: 28px;
        color: var(--pc-ink);
        margin: 12px 0
    }

    .pc-side-card p {
        color: var(--pc-muted);
        line-height: 1.7
    }

.pc-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: var(--pc-blue);
    font-weight: 800;
    text-decoration: none
}

.pc-grid-3 {
    grid-template-columns: repeat(3,1fr)
}

.pc-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px
}

    .pc-hero-tags span {
        padding: 10px 14px;
        border: 1px solid rgba(255,255,255,.28);
        border-radius: 99px;
        color: #fff;
        background: rgba(255,255,255,.1)
    }

.pc-facts {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1px;
    background: var(--pc-border);
    border: 1px solid var(--pc-border);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 28px
}

    .pc-facts div {
        padding: 20px;
        background: #fff
    }

    .pc-facts small {
        display: block;
        color: var(--pc-muted);
        margin-bottom: 6px
    }

    .pc-facts strong {
        color: var(--pc-ink)
    }

.pc-gallery {
    margin-top: 55px
}

.pc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px
}

.pc-gallery-item {
    height: 260px;
    padding: 0;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

    .pc-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .pc-gallery-item span {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        background: rgba(4,34,70,.45);
        color: #fff;
        font-size: 26px;
        opacity: 0;
        transition: .25s
    }

    .pc-gallery-item:hover span {
        opacity: 1
    }

.pc-lightbox {
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(2,16,34,.94);
    display: grid;
    place-items: center;
    padding: 40px
}

    .pc-lightbox[hidden] {
        display: none
    }

    .pc-lightbox img {
        max-width: 92vw;
        max-height: 88vh;
        object-fit: contain
    }

    .pc-lightbox button {
        position: absolute;
        right: 25px;
        top: 20px;
        background: transparent;
        border: 0;
        color: #fff;
        font-size: 32px
    }

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: .65s
}

    .reveal.visible {
        opacity: 1;
        transform: none
    }

@media(max-width:991px) {
    .pc-grid, .pc-grid-3 {
        grid-template-columns: repeat(2,1fr)
    }

    .pc-detail-layout {
        grid-template-columns: 1fr
    }

    .pc-side-card {
        position: static
    }

    .pc-heading, .pc-cta .container {
        align-items: flex-start;
        flex-direction: column
    }

    .pc-detail-hero {
        min-height: 520px
    }

    .pc-project-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:640px) {
    .pc-hero, .pc-detail-hero {
        padding: 125px 0 75px
    }

    .pc-section {
        padding: 65px 0
    }

    .pc-grid, .pc-grid-3, .pc-feature-grid, .pc-gallery-grid, .pc-facts {
        grid-template-columns: 1fr
    }

    .pc-card-media, .pc-project-media {
        height: 230px
    }

    .pc-content-card {
        padding: 25px
    }

        .pc-content-card h2 {
            font-size: 31px
        }

    .pc-gallery-item {
        height: 220px
    }
}
