/* =========================================================
   NEOPEOPLE OUR CLIENTS
   2026 Customer Proof Redesign
========================================================= */

.np-clients {
    --purple: #6667ab;
    --orange: #ff9800;
    --teal: #0aa599;
    --navy: #103d84;
    --navy-dark: #082f61;
    --text: #173b5f;
    --muted: #60758a;
    --line: #dfe6ee;
    --soft: #f6f8fc;

    color: var(--text);
    background: #fff;
}

.np-clients *,
.np-clients *::before,
.np-clients *::after {
    box-sizing: border-box;
}

.np-clients-shell {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
}

.np-clients h1,
.np-clients h2,
.np-clients h3,
.np-clients p,
.np-clients blockquote {
    margin-top: 0;
}

.np-clients h1,
.np-clients h2,
.np-clients h3 {
    color: var(--navy);
}

.np-clients p {
    color: var(--muted);
    line-height: 1.7;
}


/* =========================================================
   COMMON
========================================================= */

.np-clients-kicker,
.np-clients-heading > span,
.np-clients-final > .np-clients-shell > span {
    display: block;
    margin-bottom: 12px;
    color: var(--purple);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.np-clients-heading {
    max-width: 780px;
    margin: 0 auto 44px;
    text-align: center;
}

.np-clients-heading h2 {
    margin: 0 0 15px;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -.7px;
}

.np-clients-heading p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
}

.np-clients-heading-compact {
    margin-bottom: 32px;
}

.np-clients-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 23px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.np-clients-btn:hover {
    transform: translateY(-2px);
}

.np-clients-btn.primary {
    color: #fff !important;
    background: var(--orange);
    box-shadow: 0 9px 22px rgba(255,152,0,.22);
}

.np-clients-btn.primary:hover {
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(255,152,0,.30);
}

.np-clients-btn.secondary {
    color: var(--purple) !important;
    background: #fff;
    border: 1px solid rgba(102,103,171,.5);
}

.np-clients-btn.secondary:hover {
    background: #f8f8fd;
}


/* =========================================================
   HERO
========================================================= */

.np-clients-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 92px;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(102,103,171,.14),
            transparent 29%
        ),
        radial-gradient(
            circle at 92% 18%,
            rgba(10,165,153,.11),
            transparent 28%
        ),
        linear-gradient(135deg,#f8faff 0%,#f7fbfb 100%);
}

.np-clients-hero-grid {
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 72px;
    align-items: center;
}

.np-clients-hero-copy {
    max-width: 610px;
}

.np-clients-hero h1 {
    margin: 14px 0 23px;
    font-size: 52px;
    line-height: 1.055;
    letter-spacing: -1.7px;
}

.np-clients-hero h1 span {
    color: var(--purple);
}

.np-clients-hero-lead {
    max-width: 590px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.72 !important;
}

.np-clients-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
}

.np-clients-hero-proof {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 27px;
}

.np-clients-hero-proof > span {
    width: 28px;
    height: 3px;
    flex: 0 0 auto;
    border-radius: 10px;
    background: var(--teal);
}

.np-clients-hero-proof p {
    margin: 0;
    color: #536d82;
    font-size: 12px;
    font-weight: 700;
}


/* Hero map */

.np-clients-mapcard {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 1px solid #dfe6ee;
    border-radius: 20px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 24px 60px rgba(16,61,132,.13);
}

.np-clients-map-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 5px 14px;
}

.np-clients-map-top span {
    color: var(--purple);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.np-clients-map-top b {
    color: var(--navy);
    font-size: 12px;
}

.np-clients-mapcard > img {
    display: block;
    width: 100%;
    height: 320px;
    border-radius: 13px;
    object-fit: cover;
}

.np-clients-map-bottom {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 5px;
    padding-top: 14px;
}

.np-clients-map-bottom span {
    color: #536d82;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
}


/* =========================================================
   CLIENT LOGOS
========================================================= */

.np-clients-trusted {
    padding: 72px 0 80px;
    background: #fff;
}

.np-clients-logo-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 16px;
}

.np-clients-logo-card {
    display: flex;
    height: 156px;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16,61,132,.045);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.np-clients-logo-card:hover {
    transform: translateY(-3px);
    border-color: #cdd8e5;
    box-shadow: 0 14px 32px rgba(16,61,132,.08);
}

.np-clients-logo-card img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


/* =========================================================
   CUSTOMER RESULTS
========================================================= */

.np-clients-results {
    padding: 84px 0 90px;
    background:
        linear-gradient(180deg,#f7f8fc 0%,#fbfcfe 100%);
}

.np-clients-result-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    align-items: stretch;
}

.np-clients-result-card {
    position: relative;
    display: flex;
    min-height: 430px;
    flex-direction: column;
    overflow: hidden;
    padding: 34px 30px 28px;
    border: 1px solid #dfe6ee;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(16,61,132,.065);
}

.np-clients-result-card.featured {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(16,61,132,.11);
}

.np-clients-result-accent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
}

.np-clients-result-accent.purple {
    background: var(--purple);
}

.np-clients-result-accent.teal {
    background: var(--teal);
}

.np-clients-result-accent.orange {
    background: var(--orange);
}

.np-clients-result-label {
    margin-bottom: 17px;
    color: var(--purple);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.35px;
}

.np-clients-result-card h3 {
    margin: 0 0 19px;
    font-size: 24px;
    line-height: 1.23;
    letter-spacing: -.35px;
}

.np-clients-result-stat {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: -2px 0 18px;
}

.np-clients-result-stat strong {
    color: var(--navy);
    font-size: 18px;
}

.np-clients-result-stat strong:last-child {
    color: var(--teal);
}

.np-clients-result-stat i {
    color: #94a4b4;
    font-style: normal;
    font-weight: 800;
}

.np-clients-result-card blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    color: #36546e;
    font-size: 15px;
    line-height: 1.78;
    font-weight: 500;
}

.np-clients-result-person {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: auto;
    padding-top: 28px;
}

.np-clients-result-person img {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    padding: 4px;
    border: 1px solid #e7edf3;
    border-radius: 10px;
    background: #fff;
    object-fit: contain;
}

.np-clients-result-person strong,
.np-clients-result-person span {
    display: block;
}

.np-clients-result-person strong {
    margin-bottom: 3px;
    color: var(--navy);
    font-size: 12px;
}

.np-clients-result-person span {
    color: #73879a;
    font-size: 9px;
    line-height: 1.45;
}


/* =========================================================
   INDUSTRIES
========================================================= */

.np-clients-industries {
    padding: 84px 0;
    background: #f2f9f8;
}

.np-clients-industry-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.np-clients-industry-grid > div {
    position: relative;
    min-height: 132px;
    padding: 25px 23px;
    border: 1px solid rgba(10,165,153,.12);
    border-radius: 14px;
    background: #fff;
}

.np-clients-industry-grid i {
    position: absolute;
    top: 18px;
    right: 19px;
    color: #c5d1da;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.np-clients-industry-grid b,
.np-clients-industry-grid span {
    display: block;
}

.np-clients-industry-grid b {
    margin-bottom: 7px;
    color: var(--navy);
    font-size: 15px;
}

.np-clients-industry-grid span {
    max-width: 90%;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
}

.np-clients-industry-grid > div:nth-child(1) {
    border-left: 4px solid var(--teal);
}

.np-clients-industry-grid > div:nth-child(2) {
    border-left: 4px solid var(--purple);
}

.np-clients-industry-grid > div:nth-child(3) {
    border-left: 4px solid var(--navy);
}

.np-clients-industry-grid > div:nth-child(4) {
    border-left: 4px solid var(--orange);
}

.np-clients-industry-grid > div:nth-child(5) {
    border-left: 4px solid #9c9cc8;
}

.np-clients-industry-grid > div:nth-child(6) {
    border-left: 4px solid #f2bd35;
}

.np-clients-center-link {
    margin-top: 31px;
    text-align: center;
}

.np-clients-center-link a,
.np-clients-text-link {
    color: var(--purple) !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
}

.np-clients-center-link a span {
    display: inline-block;
    margin-left: 4px;
    transition: transform .2s ease;
}

.np-clients-center-link a:hover span {
    transform: translateX(4px);
}


/* =========================================================
   REGIONAL
========================================================= */

.np-clients-regional {
    padding: 90px 0;
    background: #fff;
}

.np-clients-regional-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 70px;
    align-items: center;
}

.np-clients-regional-copy h2 {
    margin: 12px 0 18px;
    font-size: 39px;
    line-height: 1.14;
    letter-spacing: -.8px;
}

.np-clients-regional-copy p {
    margin-bottom: 23px;
    font-size: 15px;
}

.np-clients-country-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.np-clients-country-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16,61,132,.05);
}

.np-clients-country-card a,
.np-clients-country-static {
    display: grid;
    grid-template-columns: 92px 1fr;
    min-height: 86px;
    align-items: center;
    color: inherit !important;
    text-decoration: none !important;
}

.np-clients-country-card img {
    display: block;
    width: 92px;
    height: 86px;
    object-fit: cover;
}

.np-clients-country-card div > div,
.np-clients-country-card a > div {
    padding: 13px 15px;
}

.np-clients-country-card strong,
.np-clients-country-card span {
    display: block;
}

.np-clients-country-card strong {
    margin-bottom: 4px;
    color: var(--navy);
    font-size: 13px;
}

.np-clients-country-card span {
    color: #7a8c9c;
    font-size: 9px;
}

.np-clients-country-card a:hover {
    background: #fafbfe;
}


/* =========================================================
   FINAL CTA
========================================================= */

.np-clients-final {
    position: relative;
    overflow: hidden;
    padding: 78px 20px;
    text-align: center;
    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(10,165,153,.18),
            transparent 30%
        ),
        linear-gradient(135deg,#103d84,#6667ab);
}

.np-clients-final > .np-clients-shell > span {
    color: #cbd6ff;
}

.np-clients-final h2 {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #fff;
    font-size: 39px;
    line-height: 1.15;
}

.np-clients-final p {
    max-width: 700px;
    margin: 0 auto 26px;
    color: #edf1ff;
    font-size: 15px;
}


/* =========================================================
   ASTRA PAGE RESET
========================================================= */

body.page-id-13687 .site-header,
body.page-id-13687 header.site-header,
body.page-id-13687 #masthead,
body.page-id-13687 .main-header-bar,
body.page-id-13687 .ast-primary-header-bar,
body.page-id-13687 .elementor-location-header,
body.page-id-13687 .site-footer,
body.page-id-13687 footer.site-footer,
body.page-id-13687 #colophon,
body.page-id-13687 .elementor-location-footer,
body.page-id-13687 .entry-header,
body.page-id-13687 .page-header,
body.page-id-13687 .entry-title {
    display: none !important;
}

body.page-id-13687 #page,
body.page-id-13687 #content,
body.page-id-13687 .site-content,
body.page-id-13687 .content-area,
body.page-id-13687 .site-main,
body.page-id-13687 article,
body.page-id-13687 .entry-content,
body.page-id-13687 .ast-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .np-clients-hero-grid,
    .np-clients-regional-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .np-clients-hero-copy {
        max-width: 720px;
    }

    .np-clients-hero h1 {
        font-size: 46px;
    }

    .np-clients-mapcard {
        max-width: 650px;
    }

    .np-clients-logo-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .np-clients-result-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .np-clients-result-card {
        min-height: 0;
    }

    .np-clients-result-card.featured {
        transform: none;
    }

    .np-clients-industry-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .np-clients-shell {
        padding: 0 20px;
    }

    .np-clients-hero {
        padding: 60px 0 66px;
    }

    .np-clients-hero-grid {
        gap: 35px;
    }

    .np-clients-hero h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .np-clients-hero-lead {
        font-size: 16px;
    }

    .np-clients-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .np-clients-btn {
        width: 100%;
    }

    .np-clients-mapcard > img {
        height: 240px;
    }

    .np-clients-map-bottom {
        grid-template-columns: repeat(2,1fr);
        row-gap: 9px;
    }

    .np-clients-heading h2,
    .np-clients-regional-copy h2,
    .np-clients-final h2 {
        font-size: 31px;
    }

    .np-clients-trusted,
    .np-clients-results,
    .np-clients-industries,
    .np-clients-regional {
        padding: 64px 0;
    }

    .np-clients-logo-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
    }

    .np-clients-logo-card {
        height: 125px;
        padding: 17px;
    }

    .np-clients-result-card {
        padding: 30px 23px 25px;
    }

    .np-clients-result-card h3 {
        font-size: 22px;
    }

    .np-clients-result-stat {
        flex-wrap: wrap;
    }

    .np-clients-industry-grid {
        grid-template-columns: 1fr;
    }

    .np-clients-country-grid {
        grid-template-columns: 1fr;
    }

    .np-clients-regional-grid {
        gap: 35px;
    }

    .np-clients-final {
        padding: 65px 0;
    }

}


/* =========================================================
   CUSTOMER RESULTS — REFINED CARD DESIGN
========================================================= */

.np-clients-results {
    padding: 82px 0 88px;
}

.np-clients-results .np-clients-heading {
    margin-bottom: 48px;
}


/* Cards */

.np-clients-result-grid {
    gap: 22px;
    align-items: stretch;
}

.np-clients-result-card {
    min-height: 0;
    padding: 32px 30px 27px;
    border: 1px solid #dce4ed;
    border-radius: 17px;
    box-shadow:
        0 8px 22px rgba(16,61,132,.045),
        0 20px 45px rgba(16,61,132,.035);
}


/* Remove raised middle card so all three align */

.np-clients-result-card.featured {
    transform: none;
    box-shadow:
        0 8px 22px rgba(16,61,132,.045),
        0 20px 45px rgba(16,61,132,.035);
}


/* Top category */

.np-clients-result-label {
    margin-bottom: 20px;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 1.45px;
}


/* Headlines */

.np-clients-result-card h3 {
    min-height: 60px;
    margin: 0 0 17px;
    font-size: 23px;
    line-height: 1.28;
    letter-spacing: -.35px;
}


/* 4 hours -> 15 minutes */

.np-clients-result-stat {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;

    margin:
        -3px 0
        17px;

    padding: 8px 12px;

    border-radius: 8px;

    background: #f1f9f8;
}

.np-clients-result-stat strong {
    font-size: 17px;
    line-height: 1;
}

.np-clients-result-stat strong:first-child {
    color: var(--navy);
}

.np-clients-result-stat strong:last-child {
    color: var(--teal);
}

.np-clients-result-stat i {
    color: #7c92a5;
}


/* Quote */

.np-clients-result-card blockquote {
    position: relative;

    margin: 0;

    padding: 19px 0 20px;

    border-top: 1px solid #edf1f5;
    border-bottom: 1px solid #edf1f5;

    color: #36546e;

    font-size: 14px;
    line-height: 1.72;
    font-weight: 500;
}


/* Customer identity */

.np-clients-result-person {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-top: 22px;
    padding-top: 0;
}

.np-clients-result-person img {
    width: 48px;
    height: 48px;

    padding: 4px;

    border: 1px solid #e4eaf0;
    border-radius: 9px;

    background: #fff;

    object-fit: contain;
}

.np-clients-result-person strong {
    margin-bottom: 4px;

    color: var(--navy);

    font-size: 12px;
    line-height: 1.25;
}

.np-clients-result-person span {
    color: #71869a;

    font-size: 9px;
    line-height: 1.45;
}


/* Subtle hover — no excessive movement */

.np-clients-result-card {
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.np-clients-result-card:hover {
    transform: translateY(-3px);

    border-color: #ccd8e4;

    box-shadow:
        0 12px 28px rgba(16,61,132,.07),
        0 24px 50px rgba(16,61,132,.05);
}


/* Mobile */

@media (max-width: 950px) {

    .np-clients-result-card h3 {
        min-height: 0;
    }

}

@media (max-width: 600px) {

    .np-clients-results {
        padding: 64px 0;
    }

    .np-clients-results .np-clients-heading {
        margin-bottom: 34px;
    }

    .np-clients-result-grid {
        gap: 16px;
    }

    .np-clients-result-card {
        padding: 27px 22px 23px;
    }

    .np-clients-result-card h3 {
        font-size: 21px;
    }

    .np-clients-result-stat {
        padding: 8px 10px;
    }

    .np-clients-result-stat strong {
        font-size: 15px;
    }

    .np-clients-result-card blockquote {
        font-size: 14px;
    }

}



/* =========================================================
   CUSTOMER RESULTS V2
   Clean, compact customer-proof cards
========================================================= */

.np-clients-results {
    padding: 78px 0 84px;
    background: #f7f8fc;
}

.np-clients-results .np-clients-heading {
    margin-bottom: 42px;
}


/* ---------------------------------------------------------
   Grid
--------------------------------------------------------- */

.np-clients-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
    align-items: start;
}


/* ---------------------------------------------------------
   Card
--------------------------------------------------------- */

.np-clients-result-card,
.np-clients-result-card.featured {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 31px 30px 27px !important;

    overflow: visible;

    border: 1px solid #dfe6ee;
    border-radius: 16px;

    background: #fff;

    transform: none !important;

    box-shadow:
        0 8px 25px rgba(16,61,132,.055) !important;
}


/* Colored top line */

.np-clients-result-accent {
    position: absolute;

    top: -1px;
    left: 24px;
    right: 24px;

    width: auto;
    height: 3px;

    border-radius: 0 0 4px 4px;
}


/* ---------------------------------------------------------
   Category
--------------------------------------------------------- */

.np-clients-result-label {
    display: inline-flex;

    width: fit-content;

    margin: 0 0 17px !important;
    padding: 6px 9px;

    border-radius: 6px;

    background: #f3f3fa;

    color: var(--purple);

    font-size: 9px !important;
    line-height: 1 !important;

    font-weight: 800;
    letter-spacing: 1.25px;
}


/* Different subtle tag backgrounds */

.np-clients-result-card:nth-child(2)
.np-clients-result-label {
    color: #087e75;
    background: #eef9f7;
}

.np-clients-result-card:nth-child(3)
.np-clients-result-label {
    color: #b46b00;
    background: #fff7e9;
}


/* ---------------------------------------------------------
   Result badge
--------------------------------------------------------- */

.np-clients-result-stat {
    display: flex;

    width: 100%;

    align-items: center;
    justify-content: flex-start;

    gap: 10px;

    margin: 0 0 18px !important;
    padding: 0 !important;

    background: transparent !important;
}

.np-clients-result-stat strong {
    font-size: 19px !important;
    line-height: 1.2;
}

.np-clients-result-stat strong:first-child {
    color: var(--navy);
}

.np-clients-result-stat strong:last-child {
    color: var(--teal);
}

.np-clients-result-stat i {
    color: #8ca0b1;
    font-size: 15px;
}


/* ---------------------------------------------------------
   Headline
--------------------------------------------------------- */

.np-clients-result-card h3 {
    min-height: 0 !important;

    margin: 0 0 18px !important;

    color: var(--navy);

    font-size: 22px !important;
    line-height: 1.27 !important;

    letter-spacing: -.35px;
}


/* ---------------------------------------------------------
   Quote
--------------------------------------------------------- */

.np-clients-result-card blockquote {
    position: relative;

    margin: 0 !important;
    padding: 0 0 0 17px !important;

    border: 0 !important;
    border-left: 2px solid #dfe4f2 !important;

    color: #3d5870 !important;

    font-size: 14px !important;
    line-height: 1.72 !important;

    font-style: normal !important;
    font-weight: 400 !important;
}

.np-clients-result-card:nth-child(2) blockquote {
    border-left-color: #c9ebe7 !important;
}

.np-clients-result-card:nth-child(3) blockquote {
    border-left-color: #ffe0ad !important;
}


/* ---------------------------------------------------------
   Customer
--------------------------------------------------------- */

.np-clients-result-person {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 25px 0 0 !important;
    padding: 20px 0 0 !important;

    border-top: 1px solid #edf1f5;
}

.np-clients-result-person img {
    width: 46px !important;
    height: 46px !important;

    flex: 0 0 46px;

    margin: 0;
    padding: 4px;

    border: 1px solid #e5eaf0;
    border-radius: 9px;

    background: #fff;

    object-fit: contain;
}

.np-clients-result-person > div {
    min-width: 0;
}

.np-clients-result-person strong {
    display: block;

    margin: 0 0 3px !important;

    color: var(--navy);

    font-size: 12px !important;
    line-height: 1.3;
}

.np-clients-result-person span {
    display: block;

    margin: 0 !important;

    color: #71869a;

    font-size: 9px !important;
    line-height: 1.45;
}


/* ---------------------------------------------------------
   Hover
--------------------------------------------------------- */

.np-clients-result-card:hover,
.np-clients-result-card.featured:hover {
    transform: translateY(-3px) !important;

    border-color: #ccd7e3;

    box-shadow:
        0 14px 34px rgba(16,61,132,.085) !important;
}


/* ---------------------------------------------------------
   Tablet
--------------------------------------------------------- */

@media (max-width: 950px) {

    .np-clients-result-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }

}


/* ---------------------------------------------------------
   Mobile
--------------------------------------------------------- */

@media (max-width: 600px) {

    .np-clients-results {
        padding: 62px 0 66px;
    }

    .np-clients-results .np-clients-heading {
        margin-bottom: 32px;
    }

    .np-clients-result-grid {
        gap: 16px;
    }

    .np-clients-result-card,
    .np-clients-result-card.featured {
        padding: 27px 22px 23px !important;
    }

    .np-clients-result-card h3 {
        font-size: 20px !important;
    }

    .np-clients-result-stat strong {
        font-size: 17px !important;
    }

}



/* =========================================================
   CUSTOMER RESULTS V3 — FINAL ALIGNMENT
========================================================= */

.np-clients-results {
    padding-top: 76px;
    padding-bottom: 76px;
}

.np-clients-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
    align-items: stretch !important;
}


/* Equal cards */

.np-clients-result-card,
.np-clients-result-card.featured {
    display: flex !important;
    flex-direction: column !important;

    width: 100%;
    min-height: 380px !important;
    height: 100% !important;

    padding: 30px 28px 25px !important;
}


/* Category tag */

.np-clients-result-label {
    align-self: flex-start;

    margin-bottom: 18px !important;
}


/* Middle result number */

.np-clients-result-stat {
    min-height: 27px;

    margin-bottom: 17px !important;
}


/*
 * First and third cards don't have the numerical result.
 * Give their headline area enough structure so all three
 * cards maintain a consistent visual rhythm.
 */

.np-clients-result-card h3 {
    min-height: 56px !important;

    margin-bottom: 18px !important;
}


/* Middle headline does not need artificial extra height */

.np-clients-result-card:nth-child(2) h3 {
    min-height: 56px !important;
}


/* Quote */

.np-clients-result-card blockquote {
    margin-bottom: 0 !important;
}


/*
 * Push customer identity to the bottom of every card.
 * This gives us one clean horizontal baseline.
 */

.np-clients-result-person {
    margin-top: auto !important;
    padding-top: 20px !important;

    border-top: 1px solid #edf1f5;
}


/* Give quote/customer breathing room */

.np-clients-result-card blockquote +
.np-clients-result-person {
    margin-top: auto !important;
}


/* Cleaner card shadow */

.np-clients-result-card,
.np-clients-result-card.featured {
    box-shadow:
        0 10px 28px rgba(16,61,132,.055) !important;
}


/* Keep colored line contained */

.np-clients-result-accent {
    top: -1px;
    left: 24px;
    right: 24px;

    height: 3px;
}


/* Desktop section should not create unnecessary dead space */

@media (min-width: 951px) {

    .np-clients-results .np-clients-shell {
        padding-bottom: 0;
    }

}


/* Tablet */

@media (max-width: 950px) {

    .np-clients-result-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .np-clients-result-card,
    .np-clients-result-card.featured {
        min-height: 0 !important;
        height: auto !important;
    }

    .np-clients-result-card h3,
    .np-clients-result-card:nth-child(2) h3 {
        min-height: 0 !important;
    }

    .np-clients-result-person {
        margin-top: 24px !important;
    }

}


/* Mobile */

@media (max-width: 600px) {

    .np-clients-results {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .np-clients-result-card,
    .np-clients-result-card.featured {
        padding: 26px 22px 22px !important;
    }

}


/* Customer Results final section spacing */
@media (min-width: 951px) {
    .np-clients-results {
        padding-bottom: 52px !important;
    }
}

