﻿/* =========================================================
   PXM SOFTWARE SOLUTIONS
   Solutions Page

   File:
   pxm-solutions.css

   Prefix:
   pxm-solutions-
   ========================================================= */


/* =========================================================
   Hero
   ========================================================= */

.pxm-solutions-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-solutions-hero-content {
    position: relative;
    z-index: 5;
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}


.pxm-solutions-hero .pxm-eyebrow {
    margin-bottom: 1.5rem;
    color: #5b96ff;
}


.pxm-solutions-hero-title {
    max-width: 1000px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp( 3rem, 5vw, 5rem );
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
}


.pxm-solutions-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;
}


.pxm-solutions-hero-actions {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}


/* =========================================================
   Hero Background Graphics
   ========================================================= */

.pxm-solutions-hero-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}


.pxm-solutions-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-solutions-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-solutions-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(90, 150, 255, 0.18);
    border-radius: 50%;
}


.pxm-solutions-orbit-one {
    width: 610px;
    height: 610px;
}


.pxm-solutions-orbit-two {
    width: 900px;
    height: 420px;
    transform: translate(-50%, -50%) rotate(-7deg);
}


.pxm-solutions-node {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #659eff;
    box-shadow: 0 0 20px rgba(101, 158, 255, 0.9);
}


.pxm-solutions-node-one {
    left: 22%;
    top: 36%;
}


.pxm-solutions-node-two {
    right: 21%;
    top: 32%;
}


.pxm-solutions-node-three {
    left: 31%;
    bottom: 24%;
}


.pxm-solutions-node-four {
    right: 30%;
    bottom: 22%;
}


/* =========================================================
   Philosophy
   ========================================================= */

.pxm-solutions-philosophy {
    padding: 7rem 0;
    background: #ffffff;
}


.pxm-solutions-philosophy-copy {
    max-width: 650px;
}


    .pxm-solutions-philosophy-copy h2 {
        margin-bottom: 1.5rem;
    }


.pxm-solutions-lead {
    color: var(--pxm-text-primary);
    font-size: 1.1rem;
    line-height: 1.75;
}


/* =========================================================
   Principle Block
   ========================================================= */

.pxm-solutions-principle {
    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);
}


/* =========================================================
   Principle Label
   ========================================================= */

.pxm-solutions-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;
    text-transform: uppercase;
}


/* =========================================================
   Principle Quote
   ========================================================= */

.pxm-solutions-principle blockquote {
    position: relative;
    z-index: 3;
    max-width: 540px;
    margin: 0;
    color: var(--pxm-text-primary);
    font-size: clamp( 1.6rem, 2.5vw, 2.3rem );
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.035em;
}


/* =========================================================
   Principle Graphic
   ========================================================= */

.pxm-solutions-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;
}


    /* =========================================================
   Inner Principle Rings
   ========================================================= */

    .pxm-solutions-principle-graphic::before,
    .pxm-solutions-principle-graphic::after {
        content: "";
        position: absolute;
        inset: 40px;
        border: 1px solid rgba(37, 99, 235, 0.10);
        border-radius: 50%;
    }


    .pxm-solutions-principle-graphic::after {
        inset: 85px;
    }


    /* =========================================================
   Principle Nodes
   ========================================================= */

    .pxm-solutions-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-solutions-principle-graphic span:nth-child(1) {
            left: 30px;
            top: 85px;
        }


        .pxm-solutions-principle-graphic span:nth-child(2) {
            right: 45px;
            top: 45px;
        }


        .pxm-solutions-principle-graphic span:nth-child(3) {
            right: 20px;
            bottom: 80px;
        }


        .pxm-solutions-principle-graphic span:nth-child(4) {
            left: 75px;
            bottom: 20px;
        }

/* =========================================================
   Section Header
   ========================================================= */

.pxm-solutions-section-header {
    max-width: 800px;
    margin-bottom: 3.5rem;
}


    .pxm-solutions-section-header h2 {
        margin-bottom: 1.25rem;
    }


    .pxm-solutions-section-header p {
        max-width: 720px;
        margin-bottom: 0;
        line-height: 1.8;
    }


/* =========================================================
   Solution Areas
   ========================================================= */

.pxm-solutions-areas {
    padding: 7rem 0;
    background: linear-gradient( 180deg, #eef6ff, #f7faff );
}


.pxm-solutions-area-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    overflow: hidden;
    padding: 2.25rem;
    border: 1px solid rgba(15, 45, 85, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 45, 85, 0.06);
    transition: transform var(--pxm-transition), box-shadow var(--pxm-transition);
}


    .pxm-solutions-area-card::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -120px;
        width: 260px;
        height: 260px;
        border: 1px solid rgba(37, 99, 235, 0.09);
        border-radius: 50%;
        box-shadow: 0 0 0 42px rgba(37, 99, 235, 0.025);
    }


    .pxm-solutions-area-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 55px rgba(15, 45, 85, 0.12);
    }


.pxm-solutions-area-card-dark {
    color: #ffffff;
    background: linear-gradient( 145deg, #07172f, #0e376b );
}


    .pxm-solutions-area-card-dark::after {
        border-color: rgba(255, 255, 255, 0.10);
        box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.025);
    }


.pxm-solutions-area-number {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    z-index: 2;
    color: rgba(15, 45, 85, 0.28);
    font-size: 0.7rem;
    font-weight: 800;
}


.pxm-solutions-area-card-dark
.pxm-solutions-area-number {
    color: rgba(255, 255, 255, 0.40);
}


.pxm-solutions-area-symbol {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 2rem;
    border-radius: 15px;
    color: var(--pxm-blue);
    font-size: 1.25rem;
    font-weight: 800;
    background: rgba(37, 99, 235, 0.08);
}


.pxm-solutions-area-card-dark
.pxm-solutions-area-symbol {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
}


.pxm-solutions-area-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}


.pxm-solutions-area-card-dark h3 {
    color: #ffffff;
}


.pxm-solutions-area-card p {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
    line-height: 1.75;
}


.pxm-solutions-area-card-dark p {
    color: rgba(237, 243, 252, 0.76);
}


.pxm-solutions-area-card a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    margin-top: auto;
    color: var(--pxm-blue);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}


.pxm-solutions-area-card-dark a {
    color: #80adff;
}


/* =========================================================
   Symptoms
   ========================================================= */

.pxm-solutions-symptoms {
    padding: 7rem 0;
    background: #ffffff;
}


.pxm-solutions-symptom-list {
    border-top: 1px solid var(--pxm-border);
}


.pxm-solutions-symptom {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 50px;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 1rem;
    border-bottom: 1px solid var(--pxm-border);
    transition: background-color var(--pxm-transition), padding var(--pxm-transition);
}


    .pxm-solutions-symptom:hover {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background: #f5f9ff;
    }


.pxm-solutions-symptom-index {
    color: var(--pxm-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}


.pxm-solutions-symptom h3 {
    margin-bottom: 0.45rem;
    font-size: clamp( 1.15rem, 2vw, 1.5rem );
}


.pxm-solutions-symptom p {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.7;
}


.pxm-solutions-symptom-arrow {
    color: var(--pxm-blue);
    font-size: 1.4rem;
    text-align: right;
}


/* =========================================================
   Integrated Solutions
   ========================================================= */

.pxm-solutions-integrated {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient( 145deg, #eef6ff, #e5f0ff );
}


.pxm-solutions-integrated-copy {
    max-width: 580px;
}


/* =========================================================
   Integrated Technology Stack
   ========================================================= */

.pxm-solutions-stack {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .pxm-solutions-stack::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 440px;
        height: 440px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: radial-gradient( circle, rgba(37, 99, 235, 0.15), transparent 68% );
    }


.pxm-solutions-stack-core {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    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-solutions-stack-core span {
        margin-bottom: 0.5rem;
        color: #82afff;
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 0.12em;
    }


    .pxm-solutions-stack-core strong {
        font-size: 1.05rem;
        line-height: 1.4;
    }


.pxm-solutions-stack-item {
    position: absolute;
    z-index: 3;
    min-width: 150px;
    padding: 0.9rem 1.1rem;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 12px;
    color: var(--pxm-text-primary);
    text-align: center;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 12px 28px rgba(15, 45, 85, 0.10);
    font-size: 0.78rem;
    font-weight: 800;
}


.pxm-solutions-stack-software {
    left: 6%;
    top: 15%;
}


.pxm-solutions-stack-automation {
    right: 5%;
    top: 18%;
}


.pxm-solutions-stack-ai {
    right: 4%;
    bottom: 20%;
}


.pxm-solutions-stack-data {
    left: 4%;
    bottom: 22%;
}


.pxm-solutions-stack-web {
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
}


/* =========================================================
   Approach
   ========================================================= */

.pxm-solutions-approach {
    padding: 7rem 0;
    background: #ffffff;
}


    .pxm-solutions-approach
    .pxm-solutions-section-header {
        max-width: 760px;
    }


.pxm-solutions-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
}


.pxm-solutions-process-step {
    position: relative;
    min-height: 260px;
    padding: 2rem;
    border-top: 3px solid var(--pxm-blue);
    background: linear-gradient( 180deg, #f6f9fe, #ffffff );
}


    .pxm-solutions-process-step span {
        display: block;
        margin-bottom: 2rem;
        color: var(--pxm-blue);
        font-size: 0.72rem;
        font-weight: 800;
    }


    .pxm-solutions-process-step h3 {
        margin-bottom: 0.8rem;
        font-size: 1.2rem;
    }


    .pxm-solutions-process-step p {
        margin-bottom: 0;
        font-size: 0.86rem;
        line-height: 1.7;
    }


/* =========================================================
   CTA
   ========================================================= */

.pxm-solutions-cta {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    color: #ffffff;
    background: linear-gradient( 145deg, #031226, #0a2e60 );
}


.pxm-solutions-cta-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}


.pxm-solutions-cta h2 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: clamp( 2.4rem, 4vw, 4rem );
}


.pxm-solutions-cta p {
    max-width: 690px;
    margin: 0 auto 2rem;
    color: rgba(235, 242, 252, 0.76);
    line-height: 1.8;
}


.pxm-solutions-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-solutions-hero {
        min-height: 460px;
        padding: 5rem 0;
    }


    .pxm-solutions-philosophy,
    .pxm-solutions-areas,
    .pxm-solutions-symptoms,
    .pxm-solutions-integrated,
    .pxm-solutions-approach,
    .pxm-solutions-cta {
        padding: 5rem 0;
    }


    .pxm-solutions-process {
        grid-template-columns: repeat(2, 1fr);
    }


    .pxm-solutions-stack {
        margin-top: 1rem;
    }
}


@media (max-width: 767.98px) {

    .pxm-solutions-symptom {
        grid-template-columns: 42px minmax(0, 1fr);
    }


    .pxm-solutions-symptom-arrow {
        display: none;
    }


    .pxm-solutions-process {
        grid-template-columns: 1fr;
    }


    .pxm-solutions-stack {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding-top: 1rem;
    }


        .pxm-solutions-stack::before {
            display: none;
        }


    .pxm-solutions-stack-core {
        position: relative;
        width: 170px;
        height: 170px;
        margin: 0 auto 1rem;
    }


    .pxm-solutions-stack-item {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
        text-align: left;
    }
}


@media (max-width: 575.98px) {

    .pxm-solutions-hero-title {
        font-size: clamp( 2.65rem, 12vw, 4rem );
    }


    .pxm-solutions-area-card {
        min-height: 330px;
        padding: 2rem;
    }


    .pxm-solutions-principle {
        min-height: 340px;
        padding: 2.25rem;
    }
}
