﻿/* =========================================================
   PXM SOFTWARE SOLUTIONS
   About Page

   File:
   pxm-about.css

   Prefix:
   pxm-about-
   ========================================================= */


/* =========================================================
   Hero
   ========================================================= */

.pxm-about-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    overflow: hidden;
    padding: 8rem 0 5.5rem;
    color: #ffffff;
    background: linear-gradient( 145deg, #031226 0%, #071b39 50%, #0c315f 100% );
}


.pxm-about-hero-content {
    position: relative;
    z-index: 5;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}


.pxm-about-hero .pxm-eyebrow {
    margin-bottom: 1.5rem;
    color: #5b96ff;
}


.pxm-about-hero-title {
    max-width: 960px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp( 3rem, 5vw, 5rem );
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
}


.pxm-about-hero-description {
    max-width: 780px;
    margin: 2rem auto 0;
    color: rgba(235, 242, 252, 0.80);
    font-size: clamp( 1rem, 1.4vw, 1.16rem );
    line-height: 1.8;
}


/* =========================================================
   Hero Graphics
   ========================================================= */

.pxm-about-hero-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}


.pxm-about-hero-grid {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 550px;
    transform: translate(-50%, -50%) perspective(900px) rotateX(65deg);
    opacity: 0.16;
    background-image: linear-gradient( rgba(95, 155, 255, 0.22) 1px, transparent 1px ), linear-gradient( 90deg, rgba(95, 155, 255, 0.22) 1px, transparent 1px );
    background-size: 50px 50px;
}


.pxm-about-hero-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 760px;
    height: 400px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient( ellipse at center, rgba(52, 120, 255, 0.28), rgba(52, 120, 255, 0.08) 45%, transparent 72% );
    filter: blur(20px);
}


.pxm-about-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(90, 150, 255, 0.18);
    border-radius: 50%;
}


.pxm-about-orbit-one {
    width: 610px;
    height: 610px;
}


.pxm-about-orbit-two {
    width: 900px;
    height: 420px;
    transform: translate(-50%, -50%) rotate(7deg);
}


.pxm-about-node {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #659eff;
    box-shadow: 0 0 20px rgba(101, 158, 255, 0.90);
}


.pxm-about-node-one {
    left: 22%;
    top: 36%;
}


.pxm-about-node-two {
    right: 21%;
    top: 32%;
}


.pxm-about-node-three {
    left: 31%;
    bottom: 24%;
}


.pxm-about-node-four {
    right: 30%;
    bottom: 22%;
}


/* =========================================================
   Introduction
   ========================================================= */

.pxm-about-intro {
    padding: 7rem 0;
    background: #ffffff;
}


.pxm-about-intro-copy {
    max-width: 650px;
}


.pxm-about-lead {
    color: var(--pxm-text-primary);
    font-size: 1.1rem;
    line-height: 1.75;
}


/* =========================================================
   Principle Panel
   ========================================================= */

.pxm-about-principle-panel {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 3rem;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 26px;
    color: var(--pxm-text-primary);
    background: linear-gradient( 145deg, #f5f9ff 0%, #eaf3ff 100% );
    box-shadow: 0 24px 55px rgba(15, 45, 85, 0.10);
}


.pxm-about-principle-label {
    position: relative;
    z-index: 3;
    margin-bottom: 1.5rem;
    color: var(--pxm-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}


.pxm-about-principle-panel blockquote {
    position: relative;
    z-index: 3;
    max-width: 540px;
    margin: 0;
    color: var(--pxm-text-primary);
    font-size: clamp( 1.7rem, 2.5vw, 2.4rem );
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.035em;
}


.pxm-about-principle-graphic {
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 50%;
    pointer-events: none;
}


    .pxm-about-principle-graphic::before,
    .pxm-about-principle-graphic::after {
        content: "";
        position: absolute;
        inset: 40px;
        border: 1px solid rgba(37, 99, 235, 0.10);
        border-radius: 50%;
    }


    .pxm-about-principle-graphic::after {
        inset: 85px;
    }


    .pxm-about-principle-graphic span {
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--pxm-blue);
        box-shadow: 0 0 16px rgba(37, 99, 235, 0.38);
    }


        .pxm-about-principle-graphic span:nth-child(1) {
            left: 30px;
            top: 85px;
        }


        .pxm-about-principle-graphic span:nth-child(2) {
            right: 45px;
            top: 45px;
        }


        .pxm-about-principle-graphic span:nth-child(3) {
            right: 20px;
            bottom: 80px;
        }


        .pxm-about-principle-graphic span:nth-child(4) {
            left: 75px;
            bottom: 20px;
        }


/* =========================================================
   Experience
   ========================================================= */

.pxm-about-experience {
    padding: 7rem 0;
    background: linear-gradient( 145deg, #eef6ff, #e7f1ff );
}


.pxm-about-experience-heading {
    max-width: 500px;
}


.pxm-about-experience-content {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 2.5rem;
    align-items: start;
}


.pxm-about-experience-stat {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.70);
    text-align: center;
}


    .pxm-about-experience-stat strong {
        display: block;
        margin-bottom: 0.5rem;
        color: var(--pxm-blue);
        font-size: 3.4rem;
        font-weight: 800;
        line-height: 1;
    }


    .pxm-about-experience-stat span {
        color: var(--pxm-text-secondary);
        font-size: 0.74rem;
        line-height: 1.5;
    }


.pxm-about-experience-copy p {
    line-height: 1.8;
}


/* =========================================================
   Values
   ========================================================= */

.pxm-about-values {
    padding: 7rem 0;
    background: #ffffff;
}


.pxm-about-section-header {
    max-width: 780px;
    margin-bottom: 3.5rem;
}


    .pxm-about-section-header h2 {
        margin-bottom: 1.25rem;
    }


    .pxm-about-section-header p {
        max-width: 720px;
        margin-bottom: 0;
        line-height: 1.8;
    }


.pxm-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}


.pxm-about-value {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    padding: 2rem;
    border-top: 3px solid var(--pxm-blue);
    background: linear-gradient( 180deg, #f7faff, #ffffff );
    box-shadow: 0 12px 30px rgba(15, 45, 85, 0.05);
}


.pxm-about-value-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: rgba(37, 99, 235, 0.32);
    font-size: 0.68rem;
    font-weight: 800;
}


.pxm-about-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 2rem;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 14px;
    color: var(--pxm-blue);
    background: rgba(37, 99, 235, 0.06);
    font-size: 1.2rem;
}


.pxm-about-value h3 {
    margin-bottom: 0.9rem;
    font-size: 1.2rem;
}


.pxm-about-value p {
    margin-bottom: 0;
    color: var(--pxm-text-secondary);
    font-size: 0.88rem;
    line-height: 1.75;
}


/* =========================================================
   Capabilities
   ========================================================= */

.pxm-about-capabilities {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient( 145deg, #eef6ff, #e7f1ff );
}


.pxm-about-capabilities-copy {
    max-width: 560px;
}


/* =========================================================
   Capability Map
   ========================================================= */

.pxm-about-capabilities-map {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .pxm-about-capabilities-map::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 430px;
        height: 430px;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(37, 99, 235, 0.09);
        border-radius: 50%;
        box-shadow: 0 0 0 55px rgba(37, 99, 235, 0.025);
    }


.pxm-about-capability-core {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    padding: 1.5rem;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    background: linear-gradient( 145deg, #071b3b, #1354a4 );
    box-shadow: 0 25px 55px rgba(19, 84, 164, 0.25);
}


    .pxm-about-capability-core span {
        margin-bottom: 0.5rem;
        color: #82afff;
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 0.12em;
    }


    .pxm-about-capability-core strong {
        font-size: 1rem;
        line-height: 1.4;
    }


.pxm-about-capability-item {
    position: absolute;
    z-index: 3;
    min-width: 150px;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 12px;
    color: var(--pxm-text-primary);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 12px 28px rgba(15, 45, 85, 0.10);
    font-size: 0.76rem;
    font-weight: 800;
    text-align: center;
}


.pxm-about-capability-software {
    left: 4%;
    top: 15%;
}


.pxm-about-capability-automation {
    right: 4%;
    top: 16%;
}


.pxm-about-capability-ai {
    right: 2%;
    bottom: 24%;
}


.pxm-about-capability-web {
    left: 2%;
    bottom: 24%;
}


.pxm-about-capability-support {
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
}


.pxm-about-capability-consulting {
    left: 50%;
    top: 2%;
    transform: translateX(-50%);
}


/* =========================================================
   CTA
   ========================================================= */

.pxm-about-cta {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    color: #ffffff;
    background: linear-gradient( 145deg, #031226, #0a2e60 );
}


.pxm-about-cta-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}


.pxm-about-cta h2 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: clamp( 2.4rem, 4vw, 4rem );
}


.pxm-about-cta p {
    max-width: 690px;
    margin: 0 auto 2rem;
    color: rgba(235, 242, 252, 0.76);
    line-height: 1.8;
}


.pxm-about-cta-graphic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 780px;
    height: 380px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(89, 149, 255, 0.10);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(89, 149, 255, 0.025), 0 0 0 140px rgba(89, 149, 255, 0.015);
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991.98px) {

    .pxm-about-hero {
        min-height: 460px;
        padding: 6rem 0 5rem;
    }


    .pxm-about-intro,
    .pxm-about-experience,
    .pxm-about-values,
    .pxm-about-capabilities,
    .pxm-about-cta {
        padding: 5rem 0;
    }


    .pxm-about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .pxm-about-experience-content {
        grid-template-columns: 150px 1fr;
    }
}


@media (max-width: 767.98px) {

    .pxm-about-experience-content {
        grid-template-columns: 1fr;
    }


    .pxm-about-experience-stat {
        width: 180px;
    }


    .pxm-about-capabilities-map {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-top: 2rem;
    }


        .pxm-about-capabilities-map::before {
            display: none;
        }


    .pxm-about-capability-core {
        margin: 0 auto 1rem;
    }


    .pxm-about-capability-item {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
        text-align: left;
    }
}


@media (max-width: 575.98px) {

    .pxm-about-hero-title {
        font-size: clamp( 2.5rem, 11vw, 3.7rem );
    }


    .pxm-about-principle-panel {
        min-height: 340px;
        padding: 2.25rem;
    }


    .pxm-about-values-grid {
        grid-template-columns: 1fr;
    }
}
