:root {
    --np-navy: #082744;
    --np-blue: #0b6fb8;
    --np-bright-blue: #1e8ee5;
    --np-cyan: #58c4e8;
    --np-text: #14324a;
    --np-muted: #63798c;
    --np-light: #f5f9fc;
    --np-white: #ffffff;
}

.np-homepage,
.np-homepage * {
    box-sizing: border-box;
}

.np-homepage {
    width: 100%;
    overflow: hidden;
    font-family: inherit;
}

.np-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.np-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            118deg,
            #ffffff 0%,
            #f8fbfd 48%,
            #eef8fc 100%
        );
    padding: 100px 0 90px;
}

.np-hero::after {
    content: "";
    position: absolute;
    top: -160px;
    right: -170px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(40, 173, 223, 0.15),
            rgba(40, 173, 223, 0) 70%
        );
}

.np-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.np-glow-one {
    width: 380px;
    height: 380px;
    left: -180px;
    bottom: -190px;
    background: rgba(13, 115, 184, 0.05);
}

.np-glow-two {
    width: 240px;
    height: 240px;
    right: 30%;
    top: -150px;
    background: rgba(94, 200, 230, 0.08);
}

.np-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
    gap: 70px;
}

.np-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--np-blue);
}

.np-eyebrow span {
    color: var(--np-cyan);
}

.np-hero h1 {
    margin: 0;
    max-width: 650px;
    font-size: clamp(46px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -2.7px;
    font-weight: 750;
    color: var(--np-navy);
}

.np-hero h1 span {
    display: block;
    color: var(--np-blue);
}

.np-hero h2 {
    margin: 26px 0 0;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--np-text);
}

.np-hero-description {
    max-width: 610px;
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.7;
    color: var(--np-muted);
}

.np-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

.np-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 25px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .2s ease;
}

.np-button-primary {
    color: var(--np-white) !important;
    background: var(--np-blue);
    box-shadow: 0 10px 28px rgba(11, 111, 184, 0.20);
}

.np-button-primary:hover {
    color: var(--np-white) !important;
    background: #075f9f;
    transform: translateY(-2px);
}

.np-button-secondary {
    color: var(--np-navy) !important;
    border: 1px solid #cbd9e4;
    background: rgba(255,255,255,.72);
}

.np-button-secondary:hover {
    color: var(--np-blue) !important;
    border-color: var(--np-blue);
    background: #ffffff;
}

.np-arrow {
    font-size: 19px;
    line-height: 1;
}

.np-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 11px 31px;
    margin-top: 32px;
    font-size: 14px;
    color: var(--np-text);
}

.np-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
}

.np-check {
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5f5fb;
    color: var(--np-blue);
    font-size: 12px;
    font-weight: 800;
}

.np-hero-visual {
    position: relative;
    padding: 35px 0 25px;
}

.np-app-window {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    min-height: 435px;
    border: 1px solid rgba(190, 209, 221, .8);
    border-radius: 15px;
    background: #ffffff;
    box-shadow:
        0 32px 75px rgba(18, 62, 91, .17),
        0 7px 20px rgba(18, 62, 91, .08);
    transform: perspective(1300px) rotateY(-3deg) rotateX(1deg);
}

.np-app-topbar {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    border-bottom: 1px solid #edf2f5;
    background: #ffffff;
}

.np-logo-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--np-navy);
    font-weight: 750;
    font-size: 14px;
}

.np-logo-mark {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--np-blue);
    color: white;
    font-size: 13px;
}

.np-window-controls {
    display: flex;
    gap: 5px;
}

.np-window-controls span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d5e0e7;
}

.np-app-body {
    min-height: 383px;
    display: grid;
    grid-template-columns: 80px 1fr;
}

.np-app-sidebar {
    padding: 27px 15px;
    border-right: 1px solid #edf2f5;
    background: var(--np-navy);
}

.np-side-line {
    width: 100%;
    height: 7px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(255,255,255,.17);
}

.np-side-line.short {
    width: 63%;
}

.np-side-active {
    background: var(--np-cyan);
}

.np-dashboard {
    padding: 26px 24px;
    background: #f7fafc;
}

.np-dashboard-heading {
    margin-bottom: 19px;
    color: var(--np-navy);
    font-size: 17px;
    font-weight: 750;
}

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

.np-stat-card {
    min-height: 93px;
    padding: 13px;
    border: 1px solid #e6eef3;
    border-radius: 8px;
    background: white;
}

.np-stat-card span,
.np-stat-card small {
    display: block;
}

.np-stat-card span {
    margin-bottom: 5px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #8295a4;
}

.np-stat-card strong {
    display: block;
    margin-bottom: 5px;
    color: var(--np-blue);
    font-size: 13px;
}

.np-stat-card small {
    color: #8b9ba7;
    font-size: 9px;
}

.np-chart-panel {
    margin-top: 15px;
    padding: 18px;
    height: 190px;
    border: 1px solid #e5edf3;
    border-radius: 9px;
    background: #ffffff;
}

.np-chart-title {
    color: var(--np-text);
    font-size: 11px;
    font-weight: 700;
}

.np-chart {
    height: 130px;
    display: flex;
    align-items: flex-end;
    gap: 9px;
    padding-top: 18px;
    border-bottom: 1px solid #e8eef3;
}

.np-chart span {
    flex: 1;
    min-width: 10px;
    border-radius: 4px 4px 0 0;
    background:
        linear-gradient(
            180deg,
            var(--np-cyan),
            var(--np-blue)
        );
    opacity: .82;
}

.np-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 185px;
    padding: 13px 15px;
    border: 1px solid #e2ebf1;
    border-radius: 10px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 16px 35px rgba(22, 64, 94, .14);
}

.np-floating-one {
    left: -37px;
    bottom: 0;
}

.np-floating-two {
    right: -28px;
    top: 0;
}

.np-floating-icon {
    width: 33px;
    height: 33px;
    flex: 0 0 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: white;
    background: var(--np-blue);
    font-weight: 700;
}

.np-floating-card strong,
.np-floating-card small {
    display: block;
}

.np-floating-card strong {
    color: var(--np-navy);
    font-size: 11px;
}

.np-floating-card small {
    margin-top: 2px;
    color: #8193a1;
    font-size: 9px;
}

@media (max-width: 1024px) {
    .np-hero-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .np-hero-content {
        max-width: 700px;
    }

    .np-hero-visual {
        max-width: 700px;
    }
}

@media (max-width: 700px) {
    .np-container {
        width: min(100% - 30px, 1180px);
    }

    .np-hero {
        min-height: auto;
        padding: 65px 0;
    }

    .np-hero h1 {
        font-size: 43px;
        letter-spacing: -1.8px;
    }

    .np-hero h2 {
        font-size: 18px;
    }

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

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

    .np-button {
        width: 100%;
    }

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

    .np-floating-card {
        display: none;
    }

    .np-app-window {
        transform: none;
    }

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

    .np-stat-card:nth-child(3) {
        display: none;
    }
}


/* REAL NEOPEOPLE PRODUCT HERO V2 */

.np-hero-grid {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 52px;
}

.np-product-frame {
    position: relative;
    width: 100%;
    padding: 25px 0;
}

.np-product-browser {
    position: relative;
    overflow: hidden;
    border: 1px solid #dbe7ef;
    border-radius: 16px;
    background: #ffffff;
    box-shadow:
        0 30px 70px rgba(18, 55, 80, 0.18),
        0 8px 22px rgba(18, 55, 80, 0.08);
}

.np-browser-bar {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-bottom: 1px solid #edf2f5;
    background: #fbfdfe;
}

.np-browser-dots {
    display: flex;
    gap: 6px;
}

.np-browser-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c7d4dc;
}

.np-browser-title {
    font-size: 10px;
    font-weight: 700;
    color: #6f8291;
}

.np-product-image-wrap {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    background: #f4f7fa;
}

.np-product-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.np-product-badge {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 215px;
    padding: 13px 15px;
    border: 1px solid #e1e9ef;
    border-radius: 11px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 14px 30px rgba(14, 51, 78, .14);
}

.np-product-badge-top {
    top: 0;
    right: -20px;
}

.np-product-badge-bottom {
    bottom: 0;
    left: -20px;
}

.np-badge-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--np-blue);
    color: #fff;
    font-weight: 800;
}

.np-product-badge strong,
.np-product-badge small {
    display: block;
}

.np-product-badge strong {
    color: var(--np-navy);
    font-size: 11px;
}

.np-product-badge small {
    margin-top: 2px;
    color: #7d909f;
    font-size: 9px;
}

@media (max-width: 1024px) {

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

    .np-product-image-wrap {
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 700px) {

    .np-product-badge {
        display: none;
    }

    .np-product-image-wrap {
        height: 290px;
    }
}


/* NEOPEOPLE HERO V3 */

.np-hero {
    padding-top: 68px;
    padding-bottom: 64px;
}

.np-hero-grid {
    grid-template-columns: .84fr 1.16fr !important;
    gap: 58px !important;
    align-items: center;
}

.np-hero h1 {
    font-size: clamp(50px, 4.4vw, 64px);
    line-height: 1.02;
}

.np-hero h2 {
    font-size: 20px;
    font-weight: 650;
}

.np-product-frame {
    position: relative;
    width: 100%;
    padding: 32px 0;
}

.np-product-browser {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9e6ee;
    border-radius: 17px;
    box-shadow:
        0 32px 75px rgba(12, 46, 73, .18),
        0 10px 25px rgba(12, 46, 73, .08);
}

.np-browser-bar {
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 16px !important;
    background: #fbfdfe !important;
    border-bottom: 1px solid #edf2f5 !important;
}

.np-browser-dots {
    display: flex !important;
    gap: 6px !important;
}

.np-browser-dots span {
    display: block !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #c7d4dc !important;
}

.np-browser-title {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #718493 !important;
}

.np-product-image-wrap {
    width: 100% !important;
    height: 400px !important;
    overflow: hidden !important;
    background: #f4f7fa !important;
}

.np-product-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
}

.np-product-badge {
    position: absolute !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 220px !important;
    padding: 13px 15px !important;
    border: 1px solid #e1e9ef !important;
    border-radius: 11px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 15px 32px rgba(15, 51, 78, .15) !important;
}

.np-product-badge-top {
    top: 5px !important;
    right: -18px !important;
}

.np-product-badge-bottom {
    bottom: 5px !important;
    left: -18px !important;
}

.np-badge-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: var(--np-blue) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
}

.np-product-badge strong {
    display: block !important;
    font-size: 11px !important;
    color: var(--np-navy) !important;
}

.np-product-badge small {
    display: block !important;
    margin-top: 2px !important;
    font-size: 9px !important;
    color: #7b8f9e !important;
}

.np-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 24px;
}

.np-capabilities span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid #dce8ef;
    border-radius: 50px;
    background: rgba(255,255,255,.78);
    color: #37586f;
    font-size: 11px;
    font-weight: 650;
}

@media (max-width: 1024px) {

    .np-hero-grid {
        grid-template-columns: 1fr !important;
    }

    .np-product-frame {
        max-width: 850px;
    }

}

@media (max-width: 700px) {

    .np-product-image-wrap {
        height: 280px !important;
    }

    .np-product-badge {
        display: none !important;
    }

    .np-capabilities {
        gap: 6px;
    }

    .np-capabilities span {
        font-size: 10px;
    }
}


/* NEOPEOPLE NEWDASHBOARD HERO */

.np-hero {
    padding-top: 60px !important;
    padding-bottom: 58px !important;
}

.np-hero-grid {
    grid-template-columns: .78fr 1.22fr !important;
    gap: 46px !important;
    align-items: center !important;
}

.np-hero-visual {
    width: 100% !important;
    padding: 0 !important;
}

.np-product-frame {
    width: 100% !important;
    padding: 0 !important;
}

.np-product-browser {
    width: 100% !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.np-browser-bar {
    display: none !important;
}

.np-product-image-wrap {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    background: transparent !important;
}

.np-product-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 14px !important;
    box-shadow:
        0 30px 70px rgba(15, 49, 76, .15),
        0 8px 20px rgba(15, 49, 76, .07) !important;
}

.np-product-badge {
    display: none !important;
}

@media (min-width: 1200px) {

    .np-container {
        width: min(1320px, calc(100% - 60px)) !important;
    }

    .np-hero-grid {
        grid-template-columns: .76fr 1.24fr !important;
        gap: 42px !important;
    }

}

@media (max-width: 1024px) {

    .np-hero-grid {
        grid-template-columns: 1fr !important;
    }

    .np-product-image {
        width: 100% !important;
    }

}

@media (max-width: 700px) {

    .np-product-image {
        border-radius: 10px !important;
    }

}

/* ==========================================
   HERO DASHBOARD FINAL POSITION FIX
   ========================================== */

.np-hero-grid {
    align-items: start !important;
}

.np-hero-visual {
    position: relative !important;
    width: 100% !important;
    margin-top: -20px !important;
    padding: 0 !important;
    overflow: visible !important;
}

.np-product-frame {
    position: relative !important;
    width: 108% !important;
    margin-left: -3% !important;
    padding: 0 !important;
    overflow: visible !important;
}

.np-product-browser {
    width: 100% !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.np-product-image-wrap {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    aspect-ratio: auto !important;
}

.np-product-image {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;

    object-fit: contain !important;
    object-position: left top !important;

    transform: none !important;

    border-radius: 14px !important;

    box-shadow:
        0 28px 65px rgba(14,48,74,.16),
        0 8px 20px rgba(14,48,74,.07) !important;
}

/* Remove old artificial browser header */

.np-browser-bar {
    display: none !important;
}

/* Remove old floating cards */

.np-product-badge,
.np-floating-card {
    display: none !important;
}

/* Give dashboard more room on desktop */

@media (min-width: 1200px) {

    .np-container {
        width: min(1380px, calc(100% - 50px)) !important;
    }

    .np-hero-grid {
        grid-template-columns: .72fr 1.28fr !important;
        gap: 38px !important;
    }

    .np-hero-visual {
        margin-top: -35px !important;
    }

}

/* Tablet */

@media (max-width: 1024px) {

    .np-product-frame {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .np-hero-visual {
        margin-top: 10px !important;
    }

}

/* Mobile */

@media (max-width: 700px) {

    .np-product-image {
        width: 100% !important;
        height: auto !important;
    }

}

/* ==========================================
   HERO HEADLINE BALANCE FIX
   ========================================== */

@media (min-width: 1200px) {

    .np-hero-grid {
        grid-template-columns: .82fr 1.18fr !important;
        gap: 40px !important;
    }

    .np-hero h1 {
        font-size: 58px !important;
        line-height: 1.02 !important;
        letter-spacing: -2.2px !important;
        max-width: 610px !important;
    }

    .np-hero h1 .np-line-one {
        display: block !important;
        white-space: nowrap !important;
    }

    .np-hero h1 .np-line-two {
        display: block !important;
    }
}


/* ==========================================
   NEOPEOPLE CARIBBEAN STRIP
   ========================================== */

.np-caribbean-strip {
    position: relative;
    padding: 55px 0 58px;
    background: #ffffff;
    border-top: 1px solid #eaf0f4;
    border-bottom: 1px solid #eaf0f4;
}

.np-caribbean-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 35px;
}

.np-caribbean-heading > span {
    display: block;
    margin-bottom: 10px;
    color: var(--np-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.2px;
}

.np-caribbean-heading h2 {
    margin: 0;
    color: var(--np-navy);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.np-caribbean-heading h2 strong {
    color: var(--np-blue);
}

.np-caribbean-heading p {
    margin: 13px auto 0;
    max-width: 600px;
    color: var(--np-muted);
    font-size: 15px;
    line-height: 1.65;
}

.np-country-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 14px;
    flex-wrap: wrap;
}

.np-country {
    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    background: #f8fbfd;
    border: 1px solid #e2ebf1;
    border-radius: 12px;
}

.np-country img {
    width: 34px;
    height: 24px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(19, 55, 78, .12);
}

.np-country span {
    color: var(--np-navy);
    font-size: 13px;
    font-weight: 700;
}

.np-caribbean-more {
    min-width: 235px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 17px;
    border-radius: 12px;
    background: #f1f8fc;
    border: 1px dashed #b9d6e7;
}

.np-caribbean-more > span {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--np-blue);
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.np-caribbean-more strong,
.np-caribbean-more small {
    display: block;
}

.np-caribbean-more strong {
    color: var(--np-navy);
    font-size: 12px;
}

.np-caribbean-more small {
    margin-top: 3px;
    color: var(--np-muted);
    font-size: 10px;
}

@media (max-width: 700px) {

    .np-caribbean-strip {
        padding: 42px 0;
    }

    .np-caribbean-heading h2 {
        font-size: 25px;
    }

    .np-country-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .np-country {
        min-width: 0;
    }

    .np-caribbean-more {
        grid-column: 1 / -1;
        min-width: 0;
    }

}



/* ==========================================================
   NEOPEOPLE HERO - CONSOLIDATED FINAL LAYOUT
   ========================================================== */

.np-hero {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 28px !important;
}

.np-hero-grid {
    align-items: start !important;
    margin-bottom: 0 !important;
}

/* Desktop balance */
@media (min-width: 1200px) {

    .np-container {
        width: min(1380px, calc(100% - 50px)) !important;
    }

    .np-hero-grid {
        grid-template-columns: .82fr 1.18fr !important;
        gap: 40px !important;
    }

    .np-hero h1 {
        font-size: 58px !important;
        line-height: 1.02 !important;
        letter-spacing: -2.2px !important;
        max-width: 610px !important;
    }

    .np-hero h1 .np-line-one {
        display: block !important;
        white-space: nowrap !important;
    }

    .np-hero h1 .np-line-two {
        display: block !important;
    }
}


/* ==========================================================
   DASHBOARD
   ========================================================== */

.np-hero-visual {
    position: relative !important;
    width: 100% !important;
    margin-top: -28px !important;
    padding: 0 !important;
    overflow: visible !important;
}

.np-product-frame {
    position: relative !important;
    width: 108% !important;
    margin-left: -3% !important;
    padding: 0 !important;
    overflow: visible !important;
}

.np-product-browser {
    width: 100% !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.np-product-image-wrap {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    aspect-ratio: auto !important;
}

.np-product-image {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;

    object-fit: contain !important;
    object-position: left top !important;

    transform: none !important;

    border-radius: 14px !important;

    box-shadow:
        0 28px 65px rgba(14,48,74,.16),
        0 8px 20px rgba(14,48,74,.07) !important;
}

.np-browser-bar,
.np-product-badge,
.np-floating-card {
    display: none !important;
}


/* ==========================================================
   TRUST PANEL
   ========================================================== */

.np-hero-visual::after {
    content:
        "Trusted by 100+ organizations across the Caribbean\A"
        "HR  •  Payroll  •  Time & Attendance  •  Workforce Management"
        !important;

    display: block !important;

    width: 92% !important;
    box-sizing: border-box !important;

    margin: 15px auto 0 !important;
    padding: 13px 20px !important;

    white-space: pre-line !important;
    text-align: center !important;

    color: #173d59 !important;

    font-size: 13px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.94),
            rgba(244,250,255,.96)
        ) !important;

    border:
        1px solid rgba(18,126,194,.14) !important;

    border-radius: 11px !important;

    box-shadow:
        0 8px 22px rgba(22,72,105,.05) !important;
}


/* ==========================================================
   INDUSTRIES
   Full width beneath BOTH hero columns
   ========================================================== */

.np-industries-clean {
    position: relative !important;
    z-index: 5 !important;

    clear: both !important;

    width: min(1380px, calc(100% - 50px)) !important;

    margin:
        20px auto 0 !important;
}

.np-industries-clean-label {
    margin: 0 0 11px !important;

    text-align: center !important;

    color: #0877bd !important;

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

    font-weight: 800 !important;

    letter-spacing: 1.7px !important;
    text-transform: uppercase !important;
}

.np-industries-clean-row {
    display: grid !important;

    grid-template-columns:
        repeat(6, minmax(0, 1fr)) !important;

    gap: 10px !important;

    width: 100% !important;
}

.np-industries-clean-card {
    min-width: 0 !important;
    min-height: 64px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 9px !important;

    padding: 9px 10px !important;

    color: #143b58 !important;

    background:
        rgba(255,255,255,.92) !important;

    border:
        1px solid rgba(17,110,170,.12) !important;

    border-radius: 11px !important;

    box-shadow:
        0 5px 16px rgba(13,65,100,.035) !important;

    font-size: 11.5px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.np-ic-icon {
    width: 34px !important;
    height: 34px !important;

    flex: 0 0 34px !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    border-radius: 9px !important;
}

.np-ic-icon svg {
    width: 19px !important;
    height: 19px !important;

    fill: none !important;

    stroke: currentColor !important;
    stroke-width: 1.8 !important;

    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}


/* Industry colors */

.np-ic-hotel .np-ic-icon {
    color: #f28c00 !important;
    background: rgba(242,140,0,.11) !important;
}

.np-ic-bpo .np-ic-icon {
    color: #0097a7 !important;
    background: rgba(0,151,167,.11) !important;
}

.np-ic-gov .np-ic-icon {
    color: #4858bd !important;
    background: rgba(72,88,189,.10) !important;
}

.np-ic-finance .np-ic-icon {
    color: #00897b !important;
    background: rgba(0,137,123,.10) !important;
}

.np-ic-retail .np-ic-icon {
    color: #e34e4a !important;
    background: rgba(227,78,74,.10) !important;
}

.np-ic-pro .np-ic-icon {
    color: #7b3db8 !important;
    background: rgba(123,61,184,.10) !important;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1050px) {

    .np-product-frame {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .np-hero-visual {
        margin-top: 10px !important;
    }

    .np-industries-clean {
        width: min(100% - 32px, 900px) !important;
    }

    .np-industries-clean-row {
        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;
    }
}


@media (max-width: 650px) {

    .np-industries-clean-row {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    .np-industries-clean-card {
        justify-content: flex-start !important;
    }

    .np-hero-visual::after {
        width: 100% !important;
    }
}


@media (max-width: 430px) {

    .np-industries-clean-row {
        grid-template-columns: 1fr !important;
    }
}



/* === NEOPEOPLE 2026 ISOLATED HERO START === */

.np2026-hero {
    width: 100%;
    background:
        radial-gradient(circle at 73% 4%,
            rgba(83,190,235,.12) 0,
            rgba(83,190,235,.06) 190px,
            transparent 360px),
        linear-gradient(
            108deg,
            #ffffff 0%,
            #f8fcff 42%,
            #eaf8ff 100%
        );
    overflow: hidden;
}

.np2026-shell {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 56px 0 28px;
}

.np2026-main {
    display: grid !important;
    grid-template-columns:
        minmax(0, 0.88fr)
        minmax(0, 1.12fr) !important;

    column-gap: 64px !important;
    align-items: center !important;
}


/* COPY */

.np2026-copy {
    min-width: 0;
    position: relative;
    z-index: 2;
}

.np2026-eyebrow {
    margin-bottom: 27px;

    color: #0878bd;

    font-size: 12px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 2.3px;
}

.np2026-eyebrow span {
    padding: 0 5px;
    color: #32a9de;
}

.np2026-copy h1 {
    margin: 0 !important;

    color: #0876bd !important;

    font-family: inherit !important;

    font-size: clamp(48px, 4.1vw, 67px) !important;
    line-height: .99 !important;

    letter-spacing: -3px !important;

    font-weight: 800 !important;
}

.np2026-copy h1 span,
.np2026-copy h1 strong {
    display: block;
}

.np2026-copy h1 span {
    white-space: nowrap;
}

.np2026-copy h1 strong {
    color: #0876bd !important;
    font-weight: 800 !important;
}

.np2026-copy h2 {
    max-width: 610px;

    margin: 28px 0 0 !important;

    color: #102f48 !important;

    font-size: 20px !important;
    line-height: 1.35 !important;

    font-weight: 750 !important;
}

.np2026-description {
    max-width: 580px;

    margin: 18px 0 0 !important;

    color: #627e91 !important;

    font-size: 17px !important;
    line-height: 1.75 !important;
}


/* BUTTONS */

.np2026-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 13px;

    margin-top: 27px;
}

.np2026-btn {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 24px;

    border-radius: 7px;

    text-decoration: none !important;

    font-size: 14px;
    font-weight: 750;

    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.np2026-btn:hover {
    transform: translateY(-1px);
}

.np2026-btn-primary {
    color: #fff !important;
    background: #0878bd;

    box-shadow:
        0 8px 20px rgba(8,120,189,.15);
}

.np2026-btn-primary span {
    margin-left: 22px;
}

.np2026-btn-secondary {
    color: #102f48 !important;

    background: rgba(255,255,255,.72);

    border: 1px solid #cbdde8;
}


/* PILLS */

.np2026-pills {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 23px;
}

.np2026-pills span {
    padding: 7px 12px;

    color: #183e58;

    background: rgba(255,255,255,.78);

    border: 1px solid rgba(63,137,182,.18);
    border-radius: 999px;

    font-size: 11px;
    line-height: 1;

    font-weight: 650;
}


/* PRODUCT */

.np2026-product {
    min-width: 0 !important;
    width: 100% !important;

    position: relative;

    display: flex !important;
    flex-direction: column !important;

    align-items: stretch !important;
    justify-content: center !important;
}

.np2026-dashboard {
    display: block !important;

    width: 100% !important;
    max-width: none !important;
    height: auto !important;

    margin: 0 !important;

    object-fit: contain !important;

    border-radius: 13px !important;

    box-shadow:
        0 28px 70px rgba(23,72,104,.17),
        0 8px 22px rgba(23,72,104,.07) !important;
}


/* TRUST */

.np2026-trust {
    width: 90%;

    margin: 17px auto 0;
    padding: 13px 20px;

    display: flex;
    flex-direction: column;

    gap: 4px;

    box-sizing: border-box;

    text-align: center;

    background: rgba(255,255,255,.90);

    border: 1px solid rgba(20,118,180,.13);
    border-radius: 11px;

    box-shadow:
        0 7px 20px rgba(23,72,104,.05);
}

.np2026-trust strong {
    color: #173e59;

    font-size: 13px;
    line-height: 1.45;

    font-weight: 750;
}

.np2026-trust span {
    color: #587389;

    font-size: 11.5px;
    line-height: 1.5;

    font-weight: 550;
}


/* INDUSTRIES */

.np2026-industries {
    width: 100%;

    margin-top: 34px;
}

.np2026-industries-title {
    margin-bottom: 12px;

    text-align: center;

    color: #0878bd;

    font-size: 11px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.8px;
}

.np2026-industry-grid {
    display: grid !important;

    grid-template-columns:
        repeat(6, minmax(0, 1fr)) !important;

    gap: 10px !important;
}

.np2026-industry {
    min-width: 0;
    min-height: 64px;

    padding: 10px 12px;

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

    gap: 10px;

    box-sizing: border-box;

    color: #163c57;

    background: rgba(255,255,255,.93);

    border: 1px solid rgba(19,111,170,.11);
    border-radius: 11px;

    box-shadow:
        0 5px 18px rgba(20,72,105,.035);

    font-size: 11.5px;
    line-height: 1.2;

    font-weight: 700;
}

.np2026-icon {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;
}

.np2026-icon svg {
    width: 18px;
    height: 18px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.np2026-orange {
    color: #f28c00;
    background: rgba(242,140,0,.11);
}

.np2026-cyan {
    color: #0097a7;
    background: rgba(0,151,167,.11);
}

.np2026-purple {
    color: #4f5fc1;
    background: rgba(79,95,193,.10);
}

.np2026-green {
    color: #00897b;
    background: rgba(0,137,123,.10);
}

.np2026-red {
    color: #e34e4a;
    background: rgba(227,78,74,.10);
}

.np2026-violet {
    color: #7b3db8;
    background: rgba(123,61,184,.10);
}


/* TABLET */

@media (max-width: 1000px) {

    .np2026-shell {
        width: min(900px, calc(100% - 36px));
        padding-top: 42px;
    }

    .np2026-main {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }

    .np2026-copy {
        max-width: 680px;
    }

    .np2026-copy h1 span {
        white-space: normal;
    }

    .np2026-product {
        width: 100% !important;
    }

    .np2026-industry-grid {
        grid-template-columns:
            repeat(3, minmax(0,1fr)) !important;
    }
}


/* MOBILE */

@media (max-width: 620px) {

    .np2026-shell {
        width: calc(100% - 28px);
        padding-top: 34px;
    }

    .np2026-copy h1 {
        font-size: 44px !important;
        letter-spacing: -2px !important;
    }

    .np2026-copy h2 {
        font-size: 18px !important;
    }

    .np2026-description {
        font-size: 15px !important;
    }

    .np2026-actions {
        flex-direction: column;
    }

    .np2026-btn {
        width: 100%;
    }

    .np2026-trust {
        width: 100%;
    }

    .np2026-industry-grid {
        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;
    }
}


@media (max-width: 410px) {

    .np2026-industry-grid {
        grid-template-columns: 1fr !important;
    }
}

/* === NEOPEOPLE 2026 ISOLATED HERO END === */



/* === NEOPEOPLE 2026 HERO POLISH START === */

/* Slightly more breathing room */
.np2026-shell {
    padding-top: 68px !important;
    padding-bottom: 34px !important;
}

/* Give copy more room, while retaining a strong product column */
.np2026-main {
    grid-template-columns:
        minmax(0, .96fr)
        minmax(0, 1.04fr) !important;

    column-gap: 54px !important;
}

/* Headline refinement */
.np2026-copy h1 {
    max-width: 650px !important;

    font-size: clamp(50px, 4vw, 66px) !important;
    line-height: .98 !important;

    letter-spacing: -2.8px !important;
}

.np2026-copy h1 span {
    white-space: nowrap !important;
}

/* Keep second line visually strong */
.np2026-copy h1 strong {
    max-width: 650px !important;
}

/* Supporting text slightly more readable */
.np2026-copy h2 {
    margin-top: 30px !important;

    max-width: 610px !important;

    font-size: 21px !important;
}

.np2026-description {
    max-width: 600px !important;

    font-size: 17px !important;
    line-height: 1.72 !important;
}


/* Stronger primary CTA */
.np2026-actions {
    margin-top: 29px !important;
}

.np2026-btn {
    min-height: 55px !important;

    padding-left: 27px !important;
    padding-right: 27px !important;

    font-size: 14.5px !important;
}

.np2026-btn-primary {
    box-shadow:
        0 11px 24px rgba(8,120,189,.19) !important;
}

.np2026-btn-primary:hover {
    box-shadow:
        0 14px 30px rgba(8,120,189,.23) !important;
}


/* Give pills a little more breathing room */
.np2026-pills {
    margin-top: 24px !important;
    gap: 9px !important;
}

.np2026-pills span {
    padding: 8px 13px !important;

    font-size: 11.5px !important;
}


/* ==========================================================
   DASHBOARD EMPHASIS
   ========================================================== */

.np2026-product {
    transform: scale(1.06);
    transform-origin: center center;
}

.np2026-dashboard {
    border-radius: 14px !important;

    box-shadow:
        0 34px 82px rgba(23,72,104,.19),
        0 10px 26px rgba(23,72,104,.08) !important;
}


/* Trust panel stronger */
.np2026-trust {
    width: 92% !important;

    margin-top: 19px !important;

    padding: 15px 22px !important;
}

.np2026-trust strong {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.np2026-trust span {
    margin-top: 2px !important;

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


/* ==========================================================
   INDUSTRY ROW
   ========================================================== */

.np2026-industries {
    margin-top: 44px !important;
}

.np2026-industries-title {
    margin-bottom: 14px !important;

    font-size: 11.5px !important;
}

.np2026-industry-grid {
    gap: 12px !important;
}

.np2026-industry {
    min-height: 68px !important;

    padding: 11px 13px !important;

    font-size: 12px !important;
}

.np2026-icon {
    width: 36px !important;
    height: 36px !important;

    flex-basis: 36px !important;
}


/* ==========================================================
   HERO TO CARIBBEAN TRANSITION
   ========================================================== */

.np2026-hero {
    border-bottom:
        1px solid rgba(31,113,165,.08) !important;
}

.np-caribbean-strip {
    padding-top: 68px !important;
}


/* ==========================================================
   DESKTOP ONLY
   ========================================================== */

@media (min-width: 1200px) {

    .np2026-shell {
        width: min(1280px, calc(100% - 56px)) !important;
    }

    .np2026-product {
        margin-top: 4px !important;
    }
}


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

@media (max-width: 1000px) {

    .np2026-shell {
        padding-top: 46px !important;
    }

    .np2026-main {
        grid-template-columns: 1fr !important;
        gap: 46px !important;
    }

    .np2026-product {
        transform: none !important;
    }

    .np2026-copy h1 span {
        white-space: normal !important;
    }

    .np2026-industries {
        margin-top: 36px !important;
    }
}


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

@media (max-width: 620px) {

    .np2026-shell {
        padding-top: 36px !important;
    }

    .np2026-copy h1 {
        font-size: 45px !important;
        line-height: 1 !important;

        letter-spacing: -2px !important;
    }

    .np2026-copy h2 {
        font-size: 18px !important;
    }

    .np2026-description {
        font-size: 15px !important;
    }

    .np2026-trust strong {
        font-size: 13px !important;
    }

    .np2026-trust span {
        font-size: 11px !important;
    }

    .np-caribbean-strip {
        padding-top: 52px !important;
    }
}

/* === NEOPEOPLE 2026 HERO POLISH END === */



/* === NEOPEOPLE 2026 SOLUTIONS START === */

.np2026-solutions {
    position: relative;

    width: 100%;

    padding: 92px 0 100px;

    background:
        linear-gradient(
            180deg,
            #f8fcff 0%,
            #ffffff 100%
        );

    border-top:
        1px solid rgba(20,110,170,.06);
}

.np2026-solutions-shell {
    width: min(1240px, calc(100% - 48px));

    margin: 0 auto;
}


/* SECTION HEADING */

.np2026-section-heading {
    max-width: 760px;

    margin: 0 auto 48px;

    text-align: center;
}

.np2026-section-eyebrow {
    margin-bottom: 14px;

    color: #0878bd;

    font-size: 11px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 2px;
}

.np2026-section-heading h2 {
    margin: 0 !important;

    color: #12344d !important;

    font-size: 38px !important;
    line-height: 1.14 !important;

    letter-spacing: -1.2px !important;

    font-weight: 750 !important;
}

.np2026-section-heading h2 span {
    color: #0878bd;
}

.np2026-section-heading p {
    max-width: 680px;

    margin: 18px auto 0 !important;

    color: #698294 !important;

    font-size: 16px !important;
    line-height: 1.7 !important;
}


/* GRID */

.np2026-solutions-grid {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0,1fr)) !important;

    gap: 18px !important;
}


/* CARD */

.np2026-solution-card {
    position: relative;

    min-width: 0;
    min-height: 345px;

    display: flex;
    flex-direction: column;

    padding: 30px 30px 27px;

    box-sizing: border-box;

    background: #ffffff;

    border:
        1px solid rgba(25,111,166,.12);

    border-radius: 15px;

    box-shadow:
        0 10px 32px rgba(25,71,101,.045);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.np2026-solution-card:hover {
    transform: translateY(-3px);

    border-color:
        rgba(8,120,189,.23);

    box-shadow:
        0 18px 42px rgba(25,71,101,.09);
}


/* ICON */

.np2026-solution-icon {
    width: 48px;
    height: 48px;

    display: inline-flex;

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

    margin-bottom: 22px;

    border-radius: 12px;
}

.np2026-solution-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.np2026-solution-blue {
    color: #0878bd;
    background: rgba(8,120,189,.10);
}

.np2026-solution-orange {
    color: #ee8b00;
    background: rgba(238,139,0,.11);
}

.np2026-solution-cyan {
    color: #0097a7;
    background: rgba(0,151,167,.10);
}

.np2026-solution-green {
    color: #00897b;
    background: rgba(0,137,123,.10);
}

.np2026-solution-purple {
    color: #5666c5;
    background: rgba(86,102,197,.10);
}

.np2026-solution-violet {
    color: #7b3db8;
    background: rgba(123,61,184,.10);
}


/* TEXT */

.np2026-solution-name {
    margin-bottom: 8px;

    color: #0878bd;

    font-size: 11px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}

.np2026-solution-card h3 {
    margin: 0 !important;

    color: #15364e !important;

    font-size: 21px !important;
    line-height: 1.25 !important;

    letter-spacing: -.35px !important;

    font-weight: 750 !important;
}

.np2026-solution-card p {
    margin: 15px 0 22px !important;

    color: #698294 !important;

    font-size: 14.5px !important;
    line-height: 1.65 !important;
}


/* LINKS */

.np2026-solution-card a {
    margin-top: auto;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #0878bd !important;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 750;
}

.np2026-solution-card a span {
    transition: transform .18s ease;
}

.np2026-solution-card a:hover span {
    transform: translateX(3px);
}

.np2026-coming-link {
    margin-top: auto;

    color: #7890a0;

    font-size: 12.5px;

    font-weight: 650;
}


/* ==========================================================
   PAYROLL FEATURED CARD
   ========================================================== */

.np2026-solution-featured {
    border:
        1px solid rgba(238,139,0,.30);

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fffaf2 100%
        );

    box-shadow:
        0 14px 38px rgba(192,116,12,.075);
}

.np2026-featured-label {
    position: absolute;

    top: 20px;
    right: 20px;

    padding: 6px 9px;

    color: #c87100;

    background: rgba(238,139,0,.10);

    border:
        1px solid rgba(238,139,0,.15);

    border-radius: 999px;

    font-size: 9px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: .8px;
}


/* TABLET */

@media (max-width: 950px) {

    .np2026-solutions {
        padding:
            74px 0 82px;
    }

    .np2026-solutions-grid {
        grid-template-columns:
            repeat(2, minmax(0,1fr)) !important;
    }
}


/* MOBILE */

@media (max-width: 620px) {

    .np2026-solutions {
        padding:
            60px 0 66px;
    }

    .np2026-solutions-shell {
        width:
            calc(100% - 28px);
    }

    .np2026-section-heading {
        margin-bottom: 34px;
    }

    .np2026-section-heading h2 {
        font-size: 31px !important;
    }

    .np2026-section-heading p {
        font-size: 15px !important;
    }

    .np2026-solutions-grid {
        grid-template-columns:
            1fr !important;
    }

    .np2026-solution-card {
        min-height: 0;

        padding:
            26px 24px;
    }
}

/* === NEOPEOPLE 2026 SOLUTIONS END === */



/* === NEOPEOPLE 2026 PROOF START === */


/* ==========================================================
   WHY NEOPEOPLE
   ========================================================== */

.np2026-why {
    padding: 88px 0 90px;

    background: #ffffff;
}

.np2026-why-shell,
.np2026-stories-shell {
    width: min(1240px, calc(100% - 48px));

    margin: 0 auto;
}

.np2026-why-grid {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0,1fr)) !important;

    gap: 20px !important;
}

.np2026-why-item {
    padding: 30px 28px;

    text-align: center;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #f9fcfe
        );

    border:
        1px solid rgba(19,111,170,.10);

    border-radius: 14px;
}

.np2026-why-icon {
    width: 48px;
    height: 48px;

    margin: 0 auto 19px;

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

    color: #0878bd;

    background:
        rgba(8,120,189,.09);

    border-radius: 12px;
}

.np2026-why-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.np2026-why-item h3 {
    margin: 0 !important;

    color: #15364e !important;

    font-size: 19px !important;
    line-height: 1.25 !important;

    font-weight: 750 !important;
}

.np2026-why-item p {
    margin: 12px auto 0 !important;

    max-width: 320px;

    color: #698294 !important;

    font-size: 14px !important;
    line-height: 1.65 !important;
}


/* ==========================================================
   CUSTOMER STORIES
   ========================================================== */

.np2026-stories {
    padding: 90px 0 96px;

    background:
        linear-gradient(
            180deg,
            #f6fbfe 0%,
            #edf8fd 100%
        );

    border-top:
        1px solid rgba(8,120,189,.06);
}

.np2026-story-grid {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0,1fr)) !important;

    gap: 18px !important;
}

.np2026-story-card {
    position: relative;

    min-width: 0;
    min-height: 300px;

    display: flex;
    flex-direction: column;

    padding: 31px 30px 28px;

    background: #ffffff;

    border:
        1px solid rgba(20,110,170,.12);

    border-radius: 15px;

    box-shadow:
        0 12px 34px rgba(20,70,100,.045);
}

.np2026-story-featured {
    border-color:
        rgba(238,139,0,.28);

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fffaf2
        );
}

.np2026-quote-mark {
    height: 35px;

    color: #0878bd;

    font-family: Georgia, serif;

    font-size: 54px;
    line-height: .9;
}

.np2026-story-featured .np2026-quote-mark {
    color: #ee8b00;
}

.np2026-story-result {
    display: inline-block;

    align-self: flex-start;

    margin: 5px 0 12px;

    padding: 6px 9px;

    color: #c87100;

    background:
        rgba(238,139,0,.09);

    border-radius: 999px;

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

    font-weight: 800;

    letter-spacing: .8px;
}

.np2026-story-card blockquote {
    margin: 10px 0 28px !important;

    padding: 0 !important;

    border: 0 !important;

    color: #17384f !important;

    font-size: 17px !important;
    line-height: 1.55 !important;

    font-weight: 650 !important;
}

.np2026-story-person {
    margin-top: auto;

    padding-top: 19px;

    border-top:
        1px solid rgba(20,110,170,.09);
}

.np2026-story-person strong,
.np2026-story-person span,
.np2026-story-person b {
    display: block;
}

.np2026-story-person strong {
    color: #14364e;

    font-size: 14px;

    font-weight: 750;
}

.np2026-story-person span {
    margin-top: 3px;

    color: #718899;

    font-size: 12px;
}

.np2026-story-person b {
    margin-top: 4px;

    color: #0878bd;

    font-size: 12px;

    font-weight: 700;
}


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

.np2026-final-cta {
    padding: 68px 0;

    background:
        linear-gradient(
            110deg,
            #0878bd 0%,
            #086fae 48%,
            #075f98 100%
        );
}

.np2026-final-cta-shell {
    width: min(1160px, calc(100% - 48px));

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0,1.4fr)
        minmax(260px,.6fr);

    gap: 55px;

    align-items: center;
}

.np2026-final-eyebrow {
    margin-bottom: 13px;

    color: #bde9ff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.8px;
}

.np2026-final-cta h2 {
    margin: 0 !important;

    color: #ffffff !important;

    font-size: 34px !important;
    line-height: 1.15 !important;

    letter-spacing: -.8px !important;

    font-weight: 750 !important;
}

.np2026-final-cta h2 span {
    display: block;

    color: #ffffff;
}

.np2026-final-cta p {
    margin: 15px 0 0 !important;

    color:
        rgba(255,255,255,.78) !important;

    font-size: 15px !important;
}

.np2026-final-action {
    text-align: center;
}

.np2026-final-button {
    min-height: 56px;

    display: flex;

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

    gap: 24px;

    padding: 0 27px;

    color: #14364e !important;

    background: #ffffff;

    border-radius: 8px;

    box-shadow:
        0 12px 28px rgba(0,42,70,.18);

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 800;
}

.np2026-final-button:hover {
    transform: translateY(-1px);

    box-shadow:
        0 15px 32px rgba(0,42,70,.23);
}

.np2026-final-action small {
    display: block;

    margin-top: 11px;

    color:
        rgba(255,255,255,.68);

    font-size: 10.5px;
}


/* TABLET */

@media (max-width: 900px) {

    .np2026-why-grid,
    .np2026-story-grid {
        grid-template-columns:
            1fr !important;
    }

    .np2026-story-card {
        min-height: 0;
    }

    .np2026-final-cta-shell {
        grid-template-columns:
            1fr;

        gap: 30px;

        text-align: center;
    }

    .np2026-final-action {
        width: min(320px, 100%);

        margin: 0 auto;
    }
}


/* MOBILE */

@media (max-width: 620px) {

    .np2026-why,
    .np2026-stories {
        padding:
            62px 0 66px;
    }

    .np2026-why-shell,
    .np2026-stories-shell {
        width:
            calc(100% - 28px);
    }

    .np2026-final-cta {
        padding:
            54px 0;
    }

    .np2026-final-cta-shell {
        width:
            calc(100% - 28px);
    }

    .np2026-final-cta h2 {
        font-size:
            29px !important;
    }
}

/* === NEOPEOPLE 2026 PROOF END === */



/* === NEOPEOPLE 2026 FOOTER START === */

.np2026-footer {
    position: relative;

    width: 100%;

    padding: 72px 0 24px;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(14,132,198,.18),
            transparent 330px
        ),
        linear-gradient(
            115deg,
            #102f48 0%,
            #0c2940 50%,
            #082238 100%
        );
}

.np2026-footer-shell {
    width: min(1240px, calc(100% - 48px));

    margin: 0 auto;
}


/* MAIN GRID */

.np2026-footer-main {
    display: grid !important;

    grid-template-columns:
        minmax(250px,1.45fr)
        repeat(4,minmax(120px,1fr)) !important;

    gap: 46px !important;

    align-items: start;
}


/* BRAND */

.np2026-footer-brand {
    padding-right: 20px;
}

.np2026-footer-logo {
    display: inline-block;

    margin-bottom: 20px;

    text-decoration: none !important;

    font-size: 34px;
    line-height: 1;

    font-weight: 400;

    letter-spacing: 1px;
}

.np2026-logo-neo {
    color: #ffffff;
}

.np2026-logo-people {
    color: #f39a12;
}

.np2026-footer-brand p {
    max-width: 270px;

    margin: 0 !important;

    color:
        rgba(255,255,255,.73) !important;

    font-size: 14px !important;
    line-height: 1.65 !important;
}

.np2026-footer-trust {
    max-width: 270px;

    margin-top: 17px;

    color:
        rgba(255,255,255,.54);

    font-size: 11px;
    line-height: 1.5;

    font-weight: 600;
}

.np2026-footer-demo {
    min-height: 43px;

    display: inline-flex;

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

    gap: 18px;

    margin-top: 22px;

    padding: 0 18px;

    color: #ffffff !important;

    background: #087fc4;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 7px;

    text-decoration: none !important;

    font-size: 12px;

    font-weight: 750;

    transition:
        transform .18s ease,
        background .18s ease;
}

.np2026-footer-demo:hover {
    transform: translateY(-1px);

    background: #0a8bd4;
}


/* COLUMNS */

.np2026-footer-column h3 {
    margin:
        3px 0 20px !important;

    color: #ffffff !important;

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

    font-weight: 750 !important;
}

.np2026-footer-column a,
.np2026-footer-column > span {
    display: block;

    margin-bottom: 12px;

    color:
        rgba(255,255,255,.66) !important;

    text-decoration: none !important;

    font-size: 12px;
    line-height: 1.4;

    font-weight: 500;
}

.np2026-footer-column a {
    transition:
        color .16s ease,
        transform .16s ease;
}

.np2026-footer-column a:hover {
    color: #ffffff !important;

    transform: translateX(2px);
}

.np2026-footer-region {
    display: inline-flex;

    margin-top: 10px;

    padding: 7px 10px;

    color: #8fd9ff;

    background:
        rgba(15,133,196,.11);

    border:
        1px solid rgba(113,204,248,.13);

    border-radius: 6px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .25px;
}


/* DIVIDER */

.np2026-footer-divider {
    width: 100%;

    height: 1px;

    margin: 55px 0 22px;

    background:
        rgba(255,255,255,.10);
}


/* BOTTOM */

.np2026-footer-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    color:
        rgba(255,255,255,.46);

    font-size: 10.5px;
}

.np2026-footer-bottom-links {
    display: flex;

    gap: 22px;
}

.np2026-footer-bottom-links a {
    color:
        rgba(255,255,255,.55) !important;

    text-decoration: none !important;
}

.np2026-footer-bottom-links a:hover {
    color: #ffffff !important;
}


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

@media (max-width: 1050px) {

    .np2026-footer-main {
        grid-template-columns:
            repeat(2,minmax(0,1fr)) !important;

        gap:
            45px 60px !important;
    }

    .np2026-footer-brand {
        grid-column:
            1 / -1;
    }
}


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

@media (max-width: 620px) {

    .np2026-footer {
        padding:
            58px 0 22px;
    }

    .np2026-footer-shell {
        width:
            calc(100% - 32px);
    }

    .np2026-footer-main {
        grid-template-columns:
            repeat(2,minmax(0,1fr)) !important;

        gap:
            38px 24px !important;
    }

    .np2026-footer-brand {
        grid-column:
            1 / -1;

        padding-right: 0;
    }

    .np2026-footer-logo {
        font-size: 31px;
    }

    .np2026-footer-divider {
        margin-top: 42px;
    }

    .np2026-footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 14px;
    }
}


@media (max-width: 390px) {

    .np2026-footer-main {
        grid-template-columns:
            1fr !important;
    }

    .np2026-footer-brand {
        grid-column: auto;
    }
}

/* === NEOPEOPLE 2026 FOOTER END === */


/* ==========================================================
   NEOPEOPLE 2026 HOMEPAGE
   HIDE LEGACY ASTRA / ELEMENTOR FOOTER
   Custom homepage provides its own .np2026-footer
   ========================================================== */

body.page-id-16415 footer.site-footer,
body.page-id-16415 .site-footer,
body.page-id-16415 #colophon,
body.page-id-16415 .ast-footer-overlay,
body.page-id-16415 .site-primary-footer-wrap,
body.page-id-16415 .site-below-footer-wrap {
    display: none !important;
}

/* Never hide our new custom footer */
body.page-id-16415 footer.np2026-footer {
    display: block !important;
}


/* ==========================================================
   PAGE 16415 - HIDE LEGACY WORDPRESS / ELEMENTOR FOOTER
   Keep only NeoPeople 2026 custom footer
   ========================================================== */

body.page-id-16415 .elementor-location-footer,
body.page-id-16415 #colophon,
body.page-id-16415 footer.site-footer,
body.page-id-16415 .site-footer,
body.page-id-16415 .ast-footer-overlay,
body.page-id-16415 .ast-small-footer,
body.page-id-16415 .ast-footer-widget-1-area,
body.page-id-16415 .site-primary-footer-wrap,
body.page-id-16415 .site-above-footer-wrap,
body.page-id-16415 .site-below-footer-wrap,
body.page-id-16415 [data-elementor-type="footer"] {
    display: none !important;
}

/* Explicitly restore the custom NeoPeople footer */
body.page-id-16415 .np2026-footer {
    display: block !important;
}



/* === NEOPEOPLE 2026 HEADER START === */

/* Hide legacy theme header only on redesign page */
body.page-id-16415 header.site-header,
body.page-id-16415 #masthead,
body.page-id-16415 .site-header-primary-section,
body.page-id-16415 .ast-primary-header-bar,
body.page-id-16415 [data-elementor-type="header"] {
    display: none !important;
}

/* Keep our header visible */
body.page-id-16415 .np2026-header {
    display: block !important;
}

.np2026-header {
    position: relative;
    z-index: 500;

    width: 100%;

    background:
        rgba(255,255,255,.97);

    border-bottom:
        1px solid rgba(20,83,124,.08);

    box-shadow:
        0 5px 20px rgba(17,60,90,.035);
}

.np2026-header-shell {
    width: min(1280px, calc(100% - 48px));
    min-height: 76px;

    margin: 0 auto;

    display: flex;
    align-items: center;

    gap: 34px;
}


/* LOGO */

.np2026-header-logo {
    margin-right: auto;

    text-decoration: none !important;

    font-size: 31px;
    line-height: 1;

    letter-spacing: 1px;
}

.np2026-logo-neo {
    color: #6067b6;
}

.np2026-logo-people {
    color: #f39a12;
}


/* NAV */

.np2026-nav {
    display: flex;

    align-items: center;

    gap: 31px;
}

.np2026-nav-item {
    position: relative;
}

.np2026-nav-item > a {
    display: flex;

    align-items: center;

    gap: 5px;

    padding: 27px 0;

    color: #253d6d !important;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 700;
}

.np2026-nav-item > a:hover {
    color: #0878bd !important;
}

.np2026-nav-caret {
    position: relative;
    top: -1px;

    font-size: 11px;

    opacity: .7;
}


/* DROPDOWN */

.np2026-dropdown {
    position: absolute;

    top: calc(100% - 8px);
    left: -24px;

    width: 320px;

    display: none;

    padding: 14px;

    background: #ffffff;

    border:
        1px solid rgba(20,93,139,.11);

    border-radius: 12px;

    box-shadow:
        0 20px 45px rgba(20,60,90,.14);
}

.np2026-has-menu:hover .np2026-dropdown {
    display: block;
}

.np2026-dropdown a,
.np2026-dropdown > span {
    display: block;

    padding: 11px 12px;

    border-radius: 8px;

    text-decoration: none !important;
}

.np2026-dropdown a:hover {
    background: #f4faff;
}

.np2026-dropdown strong {
    display: block;

    color: #15364e;

    font-size: 12.5px;

    font-weight: 750;
}

.np2026-dropdown a span {
    display: block;

    margin-top: 3px;

    color: #7a909f;

    font-size: 10.5px;

    line-height: 1.4;
}

.np2026-dropdown > span {
    color: #173c57;

    font-size: 12px;

    font-weight: 600;
}

.np2026-dropdown-small {
    width: 235px;
}


/* DEMO */

.np2026-header-demo {
    min-height: 42px;

    display: inline-flex;

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

    padding: 0 19px;

    color: #ffffff !important;

    background: #f29100;

    border-radius: 6px;

    text-decoration: none !important;

    font-size: 12px;

    font-weight: 750;

    box-shadow:
        0 5px 16px rgba(242,145,0,.14);
}

.np2026-header-demo:hover {
    background: #df8500;
}


/* MOBILE BUTTON */

.np2026-mobile-menu-button {
    display: none;

    border: 0;

    background: transparent;

    color: #183b55;

    font-size: 24px;

    cursor: pointer;
}


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

@media (max-width: 1050px) {

    .np2026-nav {
        gap: 18px;
    }

    .np2026-header-shell {
        gap: 20px;
    }
}


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

@media (max-width: 850px) {

    .np2026-nav {
        display: none;
    }

    .np2026-header-demo {
        display: none;
    }

    .np2026-mobile-menu-button {
        display: block;
    }

    .np2026-header-shell {
        min-height: 67px;
    }
}

/* === NEOPEOPLE 2026 HEADER END === */



/* === NEOPEOPLE 2026 MOBILE MENU START === */

.np2026-mobile-demo-wrap {
    display: none;
}


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

@media (max-width: 850px) {

    .np2026-header {
        position: relative;
        z-index: 9999;
    }

    .np2026-header-shell {
        position: relative;

        width: calc(100% - 28px) !important;

        min-height: 67px !important;

        gap: 16px !important;
    }

    .np2026-header-logo {
        font-size: 29px !important;
    }

    .np2026-mobile-menu-button {
        width: 42px;
        height: 42px;

        display: flex !important;

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

        margin-left: auto;

        padding: 0;

        color: #17384f;

        background: transparent;

        border: 0;

        border-radius: 7px;

        font-family: Arial, sans-serif;

        font-size: 27px;
        line-height: 1;

        cursor: pointer;
    }

    .np2026-menu-icon {
        display: block;

        width: 30px;

        text-align: center;
    }


    /* NAV PANEL */

    .np2026-nav {
        position: absolute !important;

        top: 100% !important;
        left: -14px !important;
        right: -14px !important;

        width: auto !important;

        display: none !important;

        flex-direction: column !important;

        align-items: stretch !important;

        gap: 0 !important;

        max-height:
            calc(100vh - 67px);

        overflow-y: auto;

        padding:
            10px 14px 18px !important;

        background:
            rgba(255,255,255,.99);

        border-top:
            1px solid rgba(20,93,139,.08);

        border-bottom:
            1px solid rgba(20,93,139,.10);

        box-shadow:
            0 18px 35px rgba(15,55,82,.14);
    }

    .np2026-header.np2026-menu-open
    .np2026-nav {
        display: flex !important;
    }


    /* TOP LEVEL */

    .np2026-nav-item {
        width: 100% !important;

        border-bottom:
            1px solid rgba(20,93,139,.07);
    }

    .np2026-nav-item > a {
        width: 100% !important;

        min-height: 49px;

        display: flex !important;

        align-items: center !important;
        justify-content: space-between !important;

        box-sizing: border-box;

        padding:
            12px 7px !important;

        color:
            #17384f !important;

        font-size:
            14px !important;

        font-weight:
            750 !important;
    }

    .np2026-nav-caret {
        font-size:
            14px !important;
    }


    /* DROPDOWNS */

    .np2026-dropdown,
    .np2026-dropdown-small {
        position: static !important;

        width: 100% !important;

        display: none !important;

        box-sizing: border-box;

        margin:
            0 0 8px !important;

        padding:
            3px 6px 9px !important;

        background:
            #f6fbfe !important;

        border:
            0 !important;

        border-radius:
            8px !important;

        box-shadow:
            none !important;
    }

    .np2026-submenu-open
    > .np2026-dropdown {
        display: block !important;
    }

    .np2026-dropdown a,
    .np2026-dropdown > span {
        padding:
            10px 10px !important;
    }

    .np2026-dropdown strong {
        font-size:
            12.5px !important;
    }

    .np2026-dropdown a span {
        font-size:
            10.5px !important;
    }


    /* MOBILE CTA */

    .np2026-mobile-demo-wrap {
        display: block !important;

        padding-top: 14px;
    }

    .np2026-mobile-demo {
        min-height: 48px;

        display: flex !important;

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

        gap: 20px;

        color:
            #ffffff !important;

        background:
            #0878bd;

        border-radius:
            7px;

        text-decoration:
            none !important;

        font-size:
            13px;

        font-weight:
            750;
    }

}


/* ==========================================================
   SMALL PHONE
   ========================================================== */

@media (max-width: 420px) {

    .np2026-header-logo {
        font-size:
            28px !important;
    }

}

/* === NEOPEOPLE 2026 MOBILE MENU END === */


/* ==========================================================
   NEOPEOPLE REQUEST DEMO 2026 START
   ========================================================== */

.np-request-demo-2026 {
    width: 100%;
    overflow: hidden;
}

.npdemo-page {
    background: #ffffff;
}

.npdemo-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.npdemo-hero {
    padding: 86px 0 90px;
    background:
        radial-gradient(circle at 8% 15%, rgba(10,165,153,.10), transparent 32%),
        linear-gradient(135deg, #f7f9ff 0%, #ffffff 58%, #f7fbfb 100%);
}

.npdemo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
    gap: 72px;
    align-items: center;
}

.npdemo-eyebrow {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .13em;
    color: #0aa599;
}

.npdemo-copy h1 {
    margin: 0 0 16px;
    font-size: clamp(46px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -.045em;
    color: #103d84;
}

.npdemo-copy > h2 {
    max-width: 690px;
    margin: 0 0 22px;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.22;
    letter-spacing: -.025em;
    color: #242b3a;
}

.npdemo-intro {
    max-width: 650px;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #5b6474;
}

.npdemo-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 22px;
    margin-top: 32px;
}

.npdemo-benefits div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 650;
    color: #293247;
}

.npdemo-benefits span {
    display: inline-grid;
    place-items: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(10,165,153,.12);
    color: #0a958b;
    font-size: 14px;
    font-weight: 900;
}

.npdemo-trust {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 38px;
    padding: 18px 20px;
    border-left: 4px solid #ff9800;
    background: rgba(255,255,255,.8);
    box-shadow: 0 8px 30px rgba(16,61,132,.06);
}

.npdemo-trust strong {
    color: #103d84;
    font-size: 16px;
}

.npdemo-trust span {
    color: #687184;
    font-size: 14px;
}

.npdemo-form-card {
    padding: 38px;
    border: 1px solid #e6eaf1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(16,61,132,.13);
}

.npdemo-form-heading {
    margin-bottom: 25px;
}

.npdemo-form-heading > span {
    display: block;
    margin-bottom: 8px;
    color: #ff9800;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.npdemo-form-heading h2 {
    margin: 0 0 8px;
    color: #103d84;
    font-size: 28px;
    line-height: 1.2;
}

.npdemo-form-heading p {
    margin: 0;
    color: #687184;
    line-height: 1.6;
}

.np-demo-form .np-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.np-demo-form .np-form-field {
    margin-bottom: 17px;
}

.np-demo-form label {
    display: block;
    margin-bottom: 7px;
    color: #293247;
    font-size: 14px;
    font-weight: 700;
}

.np-demo-form input[type="text"],
.np-demo-form input[type="email"],
.np-demo-form input[type="tel"],
.np-demo-form select,
.np-demo-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #d9dfe9;
    border-radius: 9px;
    background: #fff;
    color: #252d3c;
    font-size: 15px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.np-demo-form textarea {
    min-height: 100px;
    resize: vertical;
}

.np-demo-form input:focus,
.np-demo-form select:focus,
.np-demo-form textarea:focus {
    border-color: #0aa599;
    box-shadow: 0 0 0 3px rgba(10,165,153,.10);
}

.np-demo-form .wpcf7-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 12px;
}

.np-demo-form .wpcf7-list-item {
    margin: 0;
}

.np-demo-form .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-weight: 500;
}

.np-demo-form input[type="checkbox"] {
    margin-top: 3px;
}

.np-demo-form input[type="submit"] {
    width: 100%;
    min-height: 54px;
    padding: 13px 24px;
    border: 0;
    border-radius: 9px;
    background: #ff9800;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.np-demo-form input[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(255,152,0,.25);
}

.npdemo-privacy {
    margin-top: 13px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #8991a0;
}

.npdemo-schedule {
    padding: 60px 0;
    background: #103d84;
}

.npdemo-schedule-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.npdemo-schedule .npdemo-eyebrow {
    color: #72ded5;
}

.npdemo-schedule h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 36px;
}

.npdemo-schedule p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.6;
}

.npdemo-schedule-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 auto;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 9px;
    background: #ff9800;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.npdemo-region {
    padding: 76px 0 82px;
    background: #f7f9fc;
    text-align: center;
}

.npdemo-region-copy {
    max-width: 760px;
    margin: 0 auto;
}

.npdemo-region h2 {
    margin: 0 0 14px;
    color: #103d84;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.13;
    letter-spacing: -.025em;
}

.npdemo-region p {
    margin: 0;
    color: #687184;
    font-size: 17px;
}

.npdemo-countries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.npdemo-countries span {
    padding: 10px 15px;
    border: 1px solid #e0e5ed;
    border-radius: 999px;
    background: #fff;
    color: #35405a;
    font-size: 14px;
    font-weight: 700;
}

/* Hide legacy theme header/footer on pages containing this template.
   The body class will be added automatically by shortcode filter below. */

body.np-request-demo-page header.site-header,
body.np-request-demo-page #masthead,
body.np-request-demo-page .site-header-primary-section,
body.np-request-demo-page .ast-primary-header-bar,
body.np-request-demo-page [data-elementor-type="header"],
body.np-request-demo-page #colophon,
body.np-request-demo-page footer.site-footer,
body.np-request-demo-page .site-footer,
body.np-request-demo-page .ast-footer-overlay,
body.np-request-demo-page .ast-small-footer,
body.np-request-demo-page .ast-footer-widget-1-area,
body.np-request-demo-page .site-primary-footer-wrap,
body.np-request-demo-page .site-above-footer-wrap,
body.np-request-demo-page .site-below-footer-wrap,
body.np-request-demo-page [data-elementor-type="footer"] {
    display: none !important;
}

body.np-request-demo-page .np2026-header,
body.np-request-demo-page .np2026-footer {
    display: block !important;
}

@media (max-width: 900px) {

    .npdemo-hero {
        padding: 58px 0 65px;
    }

    .npdemo-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .npdemo-copy {
        text-align: center;
    }

    .npdemo-intro {
        margin-left: auto;
        margin-right: auto;
    }

    .npdemo-benefits {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .npdemo-trust {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .npdemo-form-card {
        max-width: 680px;
        width: 100%;
        margin: 0 auto;
    }

    .npdemo-schedule-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 600px) {

    .npdemo-shell {
        width: min(100% - 30px, 1180px);
    }

    .npdemo-hero {
        padding: 42px 0 50px;
    }

    .npdemo-copy h1 {
        font-size: 43px;
    }

    .npdemo-copy > h2 {
        font-size: 23px;
    }

    .npdemo-intro {
        font-size: 16px;
    }

    .npdemo-benefits {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .npdemo-form-card {
        padding: 25px 19px;
        border-radius: 16px;
    }

    .np-demo-form .np-form-row,
    .np-demo-form .wpcf7-checkbox {
        grid-template-columns: 1fr;
    }

    .npdemo-schedule {
        padding: 48px 0;
    }

    .npdemo-schedule h2 {
        font-size: 30px;
    }

    .npdemo-schedule-button {
        width: 100%;
    }

    .npdemo-region {
        padding: 55px 0 60px;
    }
}

/* ==========================================================
   NEOPEOPLE REQUEST DEMO 2026 END
   ========================================================== */


/* ==========================================================
   NEOPEOPLE REQUEST DEMO 2026 - MOBILE / LEGACY FIX
   ========================================================== */

/*
 * Remove Astra / Elementor legacy site chrome ONLY
 * from the new Request Demo page.
 */
body.np-request-demo-page > #page > header,
body.np-request-demo-page #masthead,
body.np-request-demo-page header#masthead,
body.np-request-demo-page .site-header,
body.np-request-demo-page .ast-mobile-header-wrap,
body.np-request-demo-page .ast-desktop-header,
body.np-request-demo-page .ast-primary-header-bar,
body.np-request-demo-page .site-header-primary-section,
body.np-request-demo-page [data-elementor-type="header"] {
    display: none !important;
}

body.np-request-demo-page #colophon,
body.np-request-demo-page footer#colophon,
body.np-request-demo-page footer.site-footer,
body.np-request-demo-page .site-footer:not(.np2026-footer),
body.np-request-demo-page .site-primary-footer-wrap,
body.np-request-demo-page .site-above-footer-wrap,
body.np-request-demo-page .site-below-footer-wrap,
body.np-request-demo-page .ast-footer-overlay,
body.np-request-demo-page [data-elementor-type="footer"] {
    display: none !important;
}

/* Always preserve our new chrome */
body.np-request-demo-page .np2026-header {
    display: block !important;
}

body.np-request-demo-page footer.np2026-footer {
    display: block !important;
}


/* MOBILE DEMO PAGE */
@media (max-width: 600px) {

    .npdemo-shell {
        width: calc(100% - 36px);
    }

    .npdemo-hero {
        padding: 48px 0 54px;
    }

    .npdemo-copy {
        text-align: left;
    }

    .npdemo-eyebrow {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: .11em;
    }

    .npdemo-copy h1 {
        margin-bottom: 16px;
        font-size: 42px;
        line-height: 1.05;
        letter-spacing: -.035em;
    }

    .npdemo-copy > h2 {
        margin-bottom: 18px;
        font-size: 23px;
        line-height: 1.3;
    }

    .npdemo-intro {
        font-size: 16px;
        line-height: 1.65;
    }

    .npdemo-benefits {
        margin-top: 27px;
        gap: 13px;
    }

    .npdemo-benefits div {
        font-size: 15px;
        line-height: 1.4;
    }

    .npdemo-trust {
        margin-top: 30px;
        padding: 17px 18px;
    }

    .npdemo-trust strong {
        font-size: 15px;
        line-height: 1.45;
    }

    .npdemo-trust span {
        margin-top: 3px;
        font-size: 13px;
        line-height: 1.5;
    }


    /* FORM */

    .npdemo-form-card {
        padding: 27px 20px;
        border-radius: 16px;
    }

    .npdemo-form-heading {
        margin-bottom: 25px;
    }

    .npdemo-form-heading > span {
        font-size: 11px;
    }

    .npdemo-form-heading h2 {
        font-size: 27px;
        line-height: 1.2;
    }

    .npdemo-form-heading p {
        font-size: 14px;
        line-height: 1.55;
    }

    .np-demo-form .np-form-row {
        display: block;
    }

    .np-demo-form .np-form-field {
        margin-bottom: 19px;
    }

    .np-demo-form label {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 1.35;
    }

    .np-demo-form input[type="text"],
    .np-demo-form input[type="email"],
    .np-demo-form input[type="tel"],
    .np-demo-form select {
        min-height: 50px;
        padding: 12px 13px;
        font-size: 16px;
    }

    .np-demo-form textarea {
        min-height: 125px;
        padding: 12px 13px;
        font-size: 16px;
    }

    .np-demo-form .wpcf7-checkbox {
        display: block;
    }

    .np-demo-form .wpcf7-list-item {
        display: block;
        margin: 0 0 9px;
    }

    .np-demo-form .wpcf7-list-item label {
        font-size: 14px;
    }

    .np-demo-form input[type="submit"] {
        min-height: 54px;
        font-size: 16px;
    }

    .npdemo-privacy {
        margin-top: 14px;
        font-size: 12px;
        line-height: 1.5;
    }


    /* SCHEDULE SECTION */

    .npdemo-schedule {
        padding: 50px 0;
    }

    .npdemo-schedule-inner {
        gap: 25px;
        text-align: left;
        align-items: stretch;
    }

    .npdemo-schedule h2 {
        font-size: 31px;
        line-height: 1.15;
    }

    .npdemo-schedule p {
        font-size: 16px;
        line-height: 1.6;
    }

    .npdemo-schedule-button {
        width: 100%;
        min-height: 55px;
    }


    /* CARIBBEAN SECTION */

    .npdemo-region {
        padding: 56px 0 62px;
        text-align: left;
    }

    .npdemo-region-copy {
        margin: 0;
    }

    .npdemo-region h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .npdemo-region p {
        font-size: 16px;
        line-height: 1.6;
    }

    .npdemo-countries {
        justify-content: flex-start;
        margin-top: 25px;
    }

    .npdemo-countries span {
        font-size: 13px;
    }
}

/* ==========================================================
   END REQUEST DEMO MOBILE / LEGACY FIX
   ========================================================== */


/* ==========================================================
   REQUEST DEMO 2026 - DESKTOP FINAL POLISH
   ========================================================== */

@media (min-width: 901px) {

    /* More compact hero */
    .npdemo-hero {
        padding-top: 68px;
        padding-bottom: 72px;
    }

    /*
     * Don't vertically center the sales message against
     * the entire form. Start both columns together.
     */
    .npdemo-grid {
        align-items: start;
    }

    .npdemo-copy {
        padding-top: 70px;
    }

    /* Keep form visually compact */
    .npdemo-form-card {
        padding: 34px 38px;
    }

    .npdemo-form-heading {
        margin-bottom: 22px;
    }

    .np-demo-form .np-form-field {
        margin-bottom: 15px;
    }

    /*
     * Critical fix:
     * override any theme/CF7 textarea height.
     */
    .npdemo-form-card .np-demo-form textarea,
    .npdemo-form-card textarea.wpcf7-textarea {
        height: 125px !important;
        min-height: 125px !important;
        max-height: 200px;
    }

    .np-demo-form input[type="text"],
    .np-demo-form input[type="email"],
    .np-demo-form input[type="tel"],
    .np-demo-form select {
        min-height: 46px;
    }

    .npdemo-trust {
        margin-top: 30px;
    }
}


/* Tablet */
@media (min-width: 601px) and (max-width: 900px) {

    .npdemo-form-card .np-demo-form textarea,
    .npdemo-form-card textarea.wpcf7-textarea {
        height: 130px !important;
        min-height: 130px !important;
    }
}


/* Mobile */
@media (max-width: 600px) {

    .npdemo-form-card .np-demo-form textarea,
    .npdemo-form-card textarea.wpcf7-textarea {
        height: 120px !important;
        min-height: 120px !important;
        max-height: 180px;
    }
}

/* ==========================================================
   END REQUEST DEMO DESKTOP FINAL POLISH
   ========================================================== */


/* === NEOPEOPLE DEMO FORM SUCCESS START === */
.np-demo-success-message {
    display: none;
    margin: 0 0 24px;
    padding: 18px 20px;
    border: 1px solid #b8dfc5;
    border-radius: 10px;
    background: #f0faf3;
    color: #173f26;
    font-size: 15px;
    line-height: 1.5;
}

.np-demo-success-message.is-visible {
    display: block;
}

.np-demo-success-message strong {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
}

.np-demo-success-message span {
    display: block;
}

body.np-request-demo-page .wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
/* === NEOPEOPLE DEMO FORM SUCCESS END === */


/* =========================================================
   NEOPEOPLE NATIVE REQUEST DEMO FORM
   ========================================================= */

.np-native-demo-wrap {
    width: 100%;
}

.np-demo-native-form {
    width: 100%;
}

.np-demo-native-form .np-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.np-demo-native-form .np-form-field {
    margin-bottom: 20px;
}

.np-demo-native-form label {
    display: block;
    margin-bottom: 9px;
    font-weight: 700;
    color: #102f5e;
}

.np-demo-native-form input[type="text"],
.np-demo-native-form input[type="email"],
.np-demo-native-form select,
.np-demo-native-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d7e0eb;
    border-radius: 10px;
    background: #fff;
    padding: 12px 14px;
    font-size: 15px;
    color: #172b4d;
    outline: none;
}

.np-demo-native-form input[type="text"],
.np-demo-native-form input[type="email"],
.np-demo-native-form select {
    min-height: 48px;
}

.np-demo-native-form textarea {
    min-height: 120px;
    resize: vertical;
}

.np-demo-native-form input:focus,
.np-demo-native-form select:focus,
.np-demo-native-form textarea:focus {
    border-color: #174a91;
    box-shadow: 0 0 0 3px rgba(23,74,145,.08);
}

.np-demo-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 18px;
    margin-top: 12px;
}

.np-demo-native-form .np-demo-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    font-weight: 500;
    line-height: 1.35;
}

.np-demo-check input {
    margin-top: 3px;
}

.np-demo-submit {
    display: block;
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: #ff9700;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
}

.np-demo-submit:hover {
    filter: brightness(.96);
}

.np-demo-privacy {
    margin: 22px 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #7b8796;
}

.np-native-demo-alert {
    margin: 0 0 24px;
    padding: 18px 20px;
    border-radius: 10px;
    line-height: 1.5;
}

.np-native-demo-alert strong,
.np-native-demo-alert span {
    display: block;
}

.np-native-demo-alert strong {
    margin-bottom: 4px;
    font-size: 17px;
}

.np-native-demo-success {
    border: 1px solid #abd8b8;
    background: #eef9f1;
    color: #174b28;
}

.np-native-demo-error {
    border: 1px solid #e5bcbc;
    background: #fff3f3;
    color: #7d2424;
}

.np-demo-hp {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 650px) {

    .np-demo-native-form .np-form-row,
    .np-demo-check-grid {
        grid-template-columns: 1fr;
    }
}

