:root {
    --np-wine: #360c16;
    --np-wine-dark: #180309;
    --np-wine-mid: #5a1627;
    --np-gold: #d4a054;
    --np-gold-dark: #a66b1f;
    --np-ink: #21171a;
    --np-muted: #6d6568;
    --np-rule: #e8e0dc;
    --np-soft: #f7f5f3;
    --np-green: #08783f;
}

.np-intel-section {
    padding: 96px 0;
    color: var(--np-ink);
}

.np-intel-section h2,
.np-safeguards-section h2 {
    margin: 0;
    color: var(--np-wine);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 4vw, 4.15rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.03;
}

.np-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: var(--np-gold-dark);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.np-section-label-light {
    color: #f0bd67;
}

.np-section-intro-split {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(280px, .8fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 44px;
}

.np-section-intro-split > div > p {
    max-width: 790px;
    margin: 20px 0 18px;
    color: var(--np-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.np-updated-line {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--np-wine);
    font-size: .9rem;
    font-weight: 800;
}

.np-updated-line i {
    color: var(--np-gold-dark);
}

.np-source-integrity {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    padding: 8px 0 8px 30px;
    border-left: 1px solid var(--np-gold);
}

.np-source-integrity > i {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 50%;
    background: #fbf5ec;
    color: var(--np-gold-dark);
    font-size: 1.35rem;
}

.np-source-integrity strong {
    display: block;
    margin-bottom: 7px;
    color: var(--np-wine);
}

.np-source-integrity p {
    margin: 0;
    color: var(--np-muted);
    font-size: .88rem;
    line-height: 1.65;
}

.np-monitor-section {
    background: #fff;
}

.np-monitor-table {
    overflow: hidden;
    border: 1px solid var(--np-rule);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(40, 13, 20, .07);
}

.np-monitor-row {
    display: grid;
    grid-template-columns: 1.35fr .9fr 2fr .75fr;
    align-items: center;
    min-height: 92px;
    border-bottom: 1px solid var(--np-rule);
}

.np-monitor-row:last-child {
    border-bottom: 0;
}

.np-monitor-row > * {
    min-width: 0;
    padding: 19px 24px;
}

.np-monitor-head {
    min-height: 50px;
    background: var(--np-wine);
    color: #fff;
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.np-monitor-head > * {
    padding-top: 16px;
    padding-bottom: 16px;
}

.np-monitor-featured {
    background: #fffaf3;
    box-shadow: inset 3px 0 var(--np-gold);
}

.np-route-cell {
    display: flex;
    align-items: center;
    gap: 15px;
}

.np-route-cell .np-flag {
    display: grid;
    width: 48px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--np-rule);
    border-radius: 5px;
    background: #fff;
    font-size: 1.55rem;
    box-shadow: 0 4px 14px rgba(25, 5, 11, .07);
}

.np-monitor-row strong,
.np-monitor-row small {
    display: block;
}

.np-monitor-row strong {
    color: #31262a;
    font-size: .93rem;
}

.np-monitor-row small {
    margin-top: 4px;
    color: var(--np-muted);
    font-size: .78rem;
    line-height: 1.45;
}

.np-monitor-row > a {
    color: var(--np-gold-dark);
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.np-monitor-row > a:hover {
    color: var(--np-wine);
}

.np-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--np-green);
    font-size: .84rem;
    font-weight: 800;
}

.np-status::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px rgba(8, 120, 63, .09);
    content: "";
}

.np-status-active {
    color: #b2761d;
}

.np-status-active::before {
    box-shadow: 0 0 0 4px rgba(178, 118, 29, .1);
}

.np-status-digital {
    color: #0284c7;
}

.np-status-digital::before {
    box-shadow: 0 0 0 4px rgba(2, 132, 199, .12);
}

.np-status-fasttrack {
    color: #059669;
}

.np-status-fasttrack::before {
    box-shadow: 0 0 0 4px rgba(5, 150, 105, .15);
}

.np-status-quota {
    color: #d97706;
}

.np-status-quota::before {
    box-shadow: 0 0 0 4px rgba(217, 119, 6, .12);
}

.np-status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.np-status-dot-open {
    color: var(--np-green);
}

.np-status-dot-active {
    color: #b2761d;
}

.np-status-dot-fasttrack {
    color: #059669;
}

.np-monitor-filters {
    display: inline-flex;
    flex-wrap: wrap;
    border: 1px solid var(--np-rule);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(40, 13, 20, .04);
}

.np-monitor-filters button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 16px;
    border: 0;
    border-right: 1px solid var(--np-rule);
    background: transparent;
    color: var(--np-muted);
    font-size: .78rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}

.np-monitor-filters button:last-child {
    border-right: 0;
}

.np-monitor-filters button:hover {
    background: var(--np-soft);
    color: var(--np-wine);
}

.np-monitor-filters button.active {
    background: var(--np-wine);
    color: #fff;
}

.np-monitor-filters button .np-filter-badge {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .07);
    font-size: .7rem;
    font-weight: 800;
}

.np-monitor-filters button.active .np-filter-badge {
    background: rgba(212, 160, 84, .3);
    color: var(--np-gold-light);
}

.np-monitor-search-box {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 260px;
    max-width: 360px;
    flex: 1;
}

.np-monitor-search-box i.bi-search {
    position: absolute;
    left: 12px;
    color: var(--np-muted);
    font-size: .85rem;
    pointer-events: none;
}

.np-monitor-search-box input {
    width: 100%;
    height: 40px;
    padding: 8px 32px 8px 34px;
    border: 1px solid var(--np-rule);
    border-radius: 6px;
    background: #fff;
    color: #31262a;
    font-size: .82rem;
    outline: none;
    box-shadow: 0 2px 8px rgba(40, 13, 20, .04);
    transition: border-color .2s, box-shadow .2s;
}

.np-monitor-search-box input:focus {
    border-color: var(--np-gold);
    box-shadow: 0 0 0 3px rgba(212, 160, 84, .18);
}

.np-monitor-search-box .np-search-clear {
    position: absolute;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .07);
    color: var(--np-muted);
    cursor: pointer;
    font-size: 1rem;
    transition: background .2s;
}

.np-monitor-search-box .np-search-clear:hover {
    background: rgba(0, 0, 0, .14);
    color: var(--np-wine);
}

.np-legal-note,
.np-outcome-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 18px 0 0;
    padding: 18px 22px;
    background: var(--np-soft);
    color: var(--np-muted);
    font-size: .78rem;
    line-height: 1.6;
}

.np-legal-note i,
.np-outcome-note i {
    color: var(--np-gold-dark);
    font-size: 1rem;
}

.np-legal-note strong {
    color: var(--np-wine);
}

.np-approval-section {
    overflow: hidden;
    border-top: 1px solid var(--np-rule);
    border-bottom: 1px solid var(--np-rule);
    background: #fbfaf9;
}

.np-approval-layout {
    display: grid;
    grid-template-columns: 365px minmax(0, 1fr);
    gap: 52px;
    align-items: start;
}

.np-approval-copy h2 {
    font-size: clamp(2.35rem, 3vw, 2.85rem);
}

.np-approval-copy > p {
    margin: 22px 0 30px;
    color: var(--np-muted);
    font-size: .92rem;
    line-height: 1.75;
}

.np-approval-stat {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 12px;
    align-items: center;
    margin: -8px 0 28px;
    padding: 14px 16px;
    border: 1px solid rgba(212, 160, 84, .36);
    border-radius: 6px;
    background: #fffaf2;
}

.np-approval-stat strong {
    grid-row: 1 / span 2;
    color: var(--np-gold-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.85rem;
    line-height: 1;
}

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

.np-approval-stat span {
    color: var(--np-ink);
    font-size: .75rem;
    font-weight: 800;
}

.np-approval-stat small {
    margin-top: 3px;
    color: var(--np-muted);
    font-size: .65rem;
}

.np-carousel-filter-pills {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.np-carousel-filter-pills .np-filter-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    width: auto !important;
    padding: 7px 15px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    color: #475467 !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    user-select: none !important;
}

.np-carousel-filter-pills .np-filter-pill:hover {
    background: #ffffff !important;
    border-color: rgba(212, 160, 84, 0.7) !important;
    color: var(--np-wine) !important;
    transform: translateY(-1px) !important;
}

.np-carousel-filter-pills .np-filter-pill.active {
    background: var(--np-wine) !important;
    border-color: var(--np-wine) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(34, 6, 13, 0.2) !important;
}

.np-carousel-filter-pills .np-filter-pill.active .badge {
    background: #d4a054 !important;
    color: #22060d !important;
}

.np-consent-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 26px !important;
    font-size: .76rem !important;
}

.np-consent-note i {
    color: var(--np-gold-dark);
}

.np-approval-gallery-wrap {
    min-width: 0;
}

/* ==========================================================================
   Verified Case Approvals & Success Stories Carousel Slider
   ========================================================================== */
.np-approval-filter-bar {
    margin-bottom: 18px;
}

.np-filter-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475467;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.np-filter-pill:hover {
    background: #ffffff;
    border-color: rgba(212, 160, 84, 0.6);
    color: var(--np-wine);
    transform: translateY(-1px);
}

.np-filter-pill.active {
    background: var(--np-wine);
    border-color: var(--np-wine);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(34, 6, 13, 0.18);
}

.np-filter-pill.active .badge {
    background: #d4a054 !important;
    color: #22060d !important;
}

.np-carousel-status-badge {
    background: rgba(212, 160, 84, 0.12);
    border: 1px solid rgba(212, 160, 84, 0.35);
    color: #784e12;
    font-size: 0.73rem;
    user-select: none;
    transition: all 0.2s ease;
}

.np-carousel-status-badge.is-paused {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475467;
}

.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    display: inline-block;
}

.status-dot.pulse-gold {
    background: #d4a054;
    box-shadow: 0 0 0 0 rgba(212, 160, 84, 0.7);
    animation: pulseGold 2s infinite;
}

.status-dot.dot-paused {
    background: #94a3b8;
    animation: none;
    box-shadow: none;
}

@keyframes pulseGold {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(212, 160, 84, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(212, 160, 84, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(212, 160, 84, 0); }
}

.np-carousel-progress-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    overflow: hidden;
}

.np-carousel-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #d4a054 0%, #b38234 100%);
    border-radius: 999px;
    transition: width 0.08s linear;
}

.np-approval-gallery-wrap {
    min-width: 0;
    position: relative;
}

.np-carousel-nav-btn {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    z-index: 12;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 160, 84, 0.45);
    color: var(--np-wine);
    box-shadow: 0 6px 20px rgba(34, 6, 13, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.15rem;
    transition: all 0.22s ease;
}

.np-carousel-nav-btn:hover {
    background: var(--np-wine);
    color: #f7e7ce;
    border-color: var(--np-gold);
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 8px 24px rgba(34, 6, 13, 0.26);
}

.np-carousel-nav-btn.prev {
    left: -16px;
}

.np-carousel-nav-btn.next {
    right: -16px;
}

@media (max-width: 991px) {
    .np-carousel-nav-btn {
        display: none;
    }
}

.np-approval-gallery {
    display: grid;
    grid-auto-columns: minmax(280px, 31.5%);
    grid-auto-flow: column;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 4px 22px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(90, 22, 39, .25) transparent;
    cursor: grab;
}

.np-approval-gallery.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
    user-select: none;
}

.np-approval-card {
    overflow: hidden;
    border: 1px solid #e2dcd8;
    border-radius: 12px;
    background: #fff;
    scroll-snap-align: start;
    box-shadow: 0 8px 24px rgba(31, 9, 15, .06), 0 2px 6px rgba(0, 0, 0, .03);
    transition: transform .28s cubic-bezier(.16, 1, .3, 1), box-shadow .28s ease, border-color .25s ease;
    display: flex;
    flex-direction: column;
}

.np-approval-card:hover {
    transform: translateY(-7px);
    border-color: rgba(212, 160, 84, 0.55);
    box-shadow: 0 16px 36px rgba(34, 6, 13, .12), 0 4px 10px rgba(212, 160, 84, .1);
}

.np-approval-card[hidden] {
    display: none !important;
}

.np-card-top-bar {
    background: #fbf9f8;
}

.np-approval-image {
    position: relative;
    display: block;
    height: 330px;
    overflow: hidden;
    background: #f4f0ee;
}

.np-watermark-seal {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(24, 3, 9, 0.76);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 3.5px 8px;
    border-radius: 4px;
    border: 1px solid rgba(212, 160, 84, 0.4);
    pointer-events: none;
    z-index: 2;
}

.np-approval-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .32s ease;
}

.np-approval-open {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #f4f0ee;
    color: inherit;
    cursor: zoom-in;
    font: inherit;
    text-align: left;
}

.np-approval-open:hover .np-approval-image img,
.np-approval-open:focus-visible .np-approval-image img {
    transform: scale(1.025);
}

.np-approval-open:focus-visible {
    outline: 3px solid var(--np-gold);
    outline-offset: -3px;
}

.np-open-proof {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 6px;
    background: rgba(55, 8, 20, .92);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .02em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    z-index: 2;
}

.np-approval-open:hover .np-open-proof {
    background: var(--np-gold);
    color: #22060d;
}

.np-approval-meta {
    display: flex;
    flex-direction: column;
    padding: 14px 16px 15px;
    background: #ffffff;
    flex: 1;
}

.np-carousel-dots {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
}

.np-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.np-carousel-dot.active {
    width: 24px;
    border-radius: 999px;
    background: var(--np-wine);
}

.np-gallery-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 12px 0 18px;
}

.np-gallery-controls button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #d9cfca;
    border-radius: 50%;
    background: #fff;
    color: var(--np-wine);
}

.np-gallery-controls button:hover {
    border-color: var(--np-gold);
    background: var(--np-wine);
    color: #fff;
}

.np-gallery-controls span {
    min-width: 120px;
    color: var(--np-muted);
    font-size: .72rem;
    text-align: center;
}

.np-outcome-note {
    margin: 0;
    border: 1px solid var(--np-rule);
    background: #fff;
}

body.np-proof-open {
    overflow: hidden;
}

.np-proof-modal[hidden] {
    display: none !important;
}

.np-proof-modal {
    position: fixed;
    z-index: 10050;
    inset: 0;
    display: grid;
    padding: 28px;
    place-items: center;
    opacity: 0;
    transition: opacity .18s ease;
}

.np-proof-modal.is-open {
    opacity: 1;
}

.np-proof-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(21, 5, 10, .86);
}

.np-proof-panel {
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(1060px, 94vw);
    height: min(880px, 92vh);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: #f7f3f0;
    box-shadow: 0 32px 100px rgba(0, 0, 0, .42);
    transform: translateY(12px) scale(.99);
    transition: transform .18s ease;
}

.np-proof-modal.is-open .np-proof-panel {
    transform: translateY(0) scale(1);
}

.np-proof-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 18px;
    background: var(--np-wine);
    color: #fff;
}

.np-proof-toolbar span,
.np-proof-toolbar strong {
    display: block;
}

.np-proof-toolbar span {
    color: var(--np-gold-light);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.np-proof-toolbar strong {
    margin-top: 3px;
    font-size: .84rem;
}

.np-proof-toolbar button {
    display: grid;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    background: transparent;
    color: #fff;
}

.np-proof-canvas {
    min-height: 0;
    overflow: auto;
    padding: 24px;
    background: #302b2c;
}

.np-proof-canvas img {
    display: block;
    width: auto;
    max-width: 100%;
    min-height: 100%;
    max-height: none;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 12px 42px rgba(0, 0, 0, .32);
}

.np-proof-panel > p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 11px 18px;
    border-top: 1px solid var(--np-rule);
    color: var(--np-muted);
    font-size: .68rem;
}

.np-calculator-section {
    background: #fff;
}

/* --------------------------------------------------------------------------
   Compact single-card eligibility assessment (replaces the 3-column shell)
   -------------------------------------------------------------------------- */
.np-fitcard {
    background: #fff;
    border: 1px solid rgba(212, 160, 84, .25);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(49, 11, 22, .14), 0 0 0 1px rgba(212, 160, 84, .12);
}

.np-fitcard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 24px 34px;
    background: radial-gradient(circle at 100% 0%, #4a1020 0, var(--np-wine) 55%, var(--np-wine-dark) 100%);
    color: #fff;
}

.np-fitcard-intro {
    min-width: 0;
}

.np-fitcard-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 13px;
    border-radius: 99px;
    background: rgba(212, 160, 84, .14);
    border: 1px solid rgba(212, 160, 84, .4);
    color: #f0bd67;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.np-fitcard-intro h2 {
    margin: 0 0 6px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    line-height: 1.15;
}

.np-fitcard-intro h2 span {
    color: #f0bd67;
    background: linear-gradient(135deg, #f5d499, #d4a054);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.np-fitcard-intro p {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, .72);
    font-size: .84rem;
    line-height: 1.5;
}

.np-fitcard-result {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex-shrink: 0;
    max-width: 340px;
}

.np-fit-orb {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    border: 2px solid rgba(240, 189, 103, .5);
    color: #f0bd67;
    font-size: 1.15rem;
    transition: all .35s ease;
}

.np-fit-orb.is-strong { border-color: #34d399; color: #34d399; background: rgba(16, 185, 129, .14); }
.np-fit-orb.is-promising { border-color: #f0bd67; color: #f0bd67; background: rgba(212, 160, 84, .14); }
.np-fit-orb.is-borderline { border-color: #fbbf24; color: #fbbf24; background: rgba(245, 158, 11, .14); }
.np-fit-orb.is-review { border-color: #f87171; color: #f87171; background: rgba(239, 68, 68, .14); }

.np-fitcard-result-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.np-fit-caption {
    color: rgba(255, 255, 255, .6);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.np-fit-band {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
}

.np-fit-reasons {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.np-fit-reasons li {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .82);
    font-size: .72rem;
    line-height: 1.3;
}

.np-fit-reasons li.is-good i { color: #34d399; }
.np-fit-reasons li.is-gap i { color: #fbbf24; }

.np-fitcard-form {
    display: block;
    background: #fff;
}

.np-fitcard-form .np-calculator-fields {
    padding: 30px 34px 34px;
}

@media (max-width: 768px) {
    .np-fitcard-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 22px;
    }
    .np-fitcard-result {
        width: 100%;
        max-width: none;
    }
    .np-fitcard-form .np-calculator-fields {
        padding: 22px 20px 26px;
    }
}


.np-calculator-shell {
    display: grid;
    grid-template-columns: 32% 68%;
    overflow: hidden;
    border: 1px solid rgba(212, 160, 84, .25);
    border-radius: 14px;
    box-shadow: 0 32px 90px rgba(49, 11, 22, .14), 0 0 0 1px rgba(212, 160, 84, .15);
    background: #fff;
}

.np-calculator-aside {
    position: relative;
    overflow: hidden;
    padding: 50px 38px 40px;
    background: radial-gradient(circle at 100% 20%, #4a1020 0, var(--np-wine) 55%, var(--np-wine-dark) 100%);
    color: #fff;
}

.np-calculator-aside::after {
    position: absolute;
    width: 380px;
    height: 380px;
    right: -230px;
    top: 30px;
    border: 1px dotted rgba(212, 160, 84, .32);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(212, 160, 84, .04), 0 0 0 100px rgba(212, 160, 84, .02);
    content: "";
    pointer-events: none;
}

.np-aside-badge {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.np-calculator-logo {
    position: relative;
    z-index: 1;
    width: 170px;
    height: auto;
    margin-bottom: 35px;
}

.np-calculator-aside h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 2.6vw, 3rem);
    line-height: 1.18;
    margin-bottom: 16px;
}

.np-calculator-aside h2 span {
    color: #f0bd67;
    background: linear-gradient(135deg, #f5d499, #d4a054);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.np-calculator-aside > p {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .78);
    font-size: .9rem;
    line-height: 1.65;
}

.np-calculator-disclaimer {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 12px;
    margin-bottom: 26px;
    padding: 14px 16px;
    border: 1px solid rgba(212, 160, 84, .3);
    border-radius: 8px;
    background: rgba(0, 0, 0, .22);
    color: rgba(255, 255, 255, .86);
    font-size: .75rem;
    line-height: 1.5;
}

.np-calculator-disclaimer i {
    color: #f0bd67;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.np-calculator-benefits {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.np-calculator-benefits li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
}

.np-calculator-benefits li > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(212, 160, 84, .4);
    border-radius: 50%;
    background: rgba(212, 160, 84, .08);
    color: #f0bd67;
    font-size: .95rem;
}

.np-calculator-benefits strong,
.np-calculator-benefits small {
    display: block;
}

.np-calculator-benefits strong {
    font-size: .8rem;
    color: #fff;
}

.np-calculator-benefits small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .64);
    font-size: .68rem;
}

.np-calc-steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.np-calc-steps span {
    position: relative;
    color: rgba(255, 255, 255, .45);
    font-size: .82rem;
    font-weight: 800;
    transition: color .3s ease;
}

.np-calc-steps span::before {
    position: absolute;
    top: -27px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid var(--np-wine);
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
    content: "";
    transition: background .3s ease, box-shadow .3s ease;
}

.np-calc-steps span.active {
    color: #f0bd67;
}

.np-calc-steps span.active::before {
    background: #f0bd67;
    box-shadow: 0 0 0 4px rgba(240, 189, 103, .25);
}

.np-calc-steps small {
    display: block;
    margin-top: 4px;
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .02em;
}

.np-calculator-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    min-width: 0;
    background: #fff;
}

.np-calculator-fields {
    padding: 44px 38px;
}

.np-calc-heading {
    margin-bottom: 24px;
}

.np-calc-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 8px;
}

.np-calc-title-row h3 {
    margin: 0;
    color: var(--np-wine);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.22;
}

.np-category-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    border-radius: 99px;
    background: #fbf7f4;
    border: 1.5px solid rgba(212, 160, 84, .38);
    color: #4a1020 !important;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .02em;
    box-shadow: 0 2px 8px rgba(49, 11, 22, .04);
}

.np-category-pill i {
    color: #9c6c28;
    font-size: .85rem;
}

.np-calc-heading p {
    margin: 0;
    color: var(--np-muted);
    font-size: .84rem;
    line-height: 1.55;
}

.np-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.np-dynamic-pathways {
    margin-top: 2px;
}

.np-pathway-fields {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    animation: npPathwayFadeIn .28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.np-pathway-fields.is-active {
    display: grid;
}

@keyframes npPathwayFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.np-field-grid label,
.np-pathway-fields label {
    display: flex;
    flex-direction: column;
}

.np-field-grid label > span,
.np-pathway-fields label > span {
    display: block;
    margin-bottom: 7px;
    color: #38252c;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .01em;
}

.np-select-wrapper,
.np-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.np-select-wrapper .np-field-icon,
.np-input-wrapper > i {
    position: absolute;
    left: 14px;
    color: #9c6c28;
    font-size: .92rem;
    pointer-events: none;
    z-index: 2;
}

.np-select-wrapper select,
.np-input-wrapper input {
    width: 100%;
    min-height: 48px;
    padding: 0 34px 0 40px;
    border: 1.5px solid #ded5d1;
    border-radius: 7px;
    background-color: #faf7f5;
    color: #2b2024;
    font-family: inherit;
    font-size: .81rem;
    transition: all .2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.np-select-wrapper::after {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #9c6c28;
    border-bottom: 2px solid #9c6c28;
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg);
    transition: transform .2s ease;
}

.np-select-wrapper select:hover,
.np-input-wrapper input:hover {
    border-color: #c49652;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(212, 160, 84, .08);
}

.np-select-wrapper select:focus,
.np-input-wrapper input:focus {
    border-color: var(--np-wine);
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3.5px rgba(102, 27, 47, .12);
}

/* Step 3: Contact & Lead Capture Card */
.np-calc-contact-card {
    margin-top: 24px;
    padding: 20px 22px;
    border: 1.5px solid rgba(212, 160, 84, .32);
    border-radius: 10px;
    background: linear-gradient(145deg, #fdfbf9 0%, #f5eee8 100%);
    box-shadow: 0 6px 20px rgba(49, 11, 22, .03);
}

.np-contact-card-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(212, 160, 84, .2);
}

.np-contact-badge-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 8px;
    background: rgba(212, 160, 84, .16);
    color: #9c6c28;
    font-size: 1.1rem;
}

.np-contact-card-header h4 {
    margin: 0 0 2px;
    color: var(--np-wine);
    font-size: .88rem;
    font-weight: 800;
}

.np-contact-card-header p {
    margin: 0;
    color: var(--np-muted);
    font-size: .72rem;
    line-height: 1.45;
}

.np-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.np-contact-grid-full {
    grid-column: 1 / -1;
}

.np-contact-grid label > span {
    display: block;
    margin-bottom: 5px;
    color: #38252c;
    font-size: .73rem;
    font-weight: 800;
}

.np-calc-alert {
    margin-top: 18px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: .78rem;
    line-height: 1.5;
}

.np-calc-alert.alert-success {
    border: 1px solid #c3e6cb;
    background-color: #d4edda;
    color: #155724;
}

.np-calc-alert.alert-danger {
    border: 1px solid #f5c6cb;
    background-color: #f8d7da;
    color: #721c24;
}

.np-calc-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

/* Progressive disclosure: pathway questions, contact card and submit actions stay
   collapsed until a target program is chosen (JS toggles .is-collapsed). This keeps
   the initial homepage section short instead of showing every field at once. */
.np-dynamic-pathways.is-collapsed,
.np-calc-contact-card.is-collapsed,
.np-calc-actions.is-collapsed {
    display: none;
}

.np-calc-contact-card:not(.is-collapsed),
.np-calc-actions:not(.is-collapsed) {
    animation: npCalcReveal .3s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes npCalcReveal {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Compact left-column benefits: one short line each, no supporting copy. */
.np-calculator-benefits.np-calc-benefits-compact {
    gap: 8px;
    margin-top: 14px;
}

.np-calculator-benefits.np-calc-benefits-compact li {
    grid-template-columns: 26px 1fr;
    gap: 9px;
}

.np-calculator-benefits.np-calc-benefits-compact li > i {
    width: 26px;
    height: 26px;
    font-size: .72rem;
}

.np-calculator-benefits.np-calc-benefits-compact strong {
    font-size: .76rem;
}


.np-gold-action,
.np-reset-action {
    border: 0;
    font-family: inherit;
    font-size: .83rem;
    font-weight: 800;
    cursor: pointer;
    transition: all .2s ease;
}

.np-gold-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2c779 0%, #caa16a 50%, #9c6c28 100%);
    color: #1a080d;
    box-shadow: 0 10px 24px rgba(196, 129, 42, .26);
}

.np-gold-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(196, 129, 42, .35);
    filter: brightness(1.04);
}

.np-gold-action:active {
    transform: translateY(0);
}

.np-reset-action {
    background: none;
    color: var(--np-wine);
    padding: 8px 12px;
    border-radius: 6px;
}

.np-reset-action:hover {
    background: rgba(102, 27, 47, .06);
    text-decoration: none;
}

.np-privacy-trust-bar {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #eae3e0;
    color: #746368;
    font-size: .7rem;
    font-weight: 600;
}

/* Right Result Gauge Card */
.np-calculator-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 38px 24px;
    border-left: 1px solid rgba(212, 160, 84, .2);
    background: linear-gradient(180deg, #fcfbfa 0%, #f8f3ef 100%);
    text-align: center;
}

.np-result-caption {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 99px;
    background: rgba(102, 27, 47, .08);
    color: var(--np-wine);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.np-score-ring {
    --score: 0;
    position: relative;
    display: grid;
    width: 145px;
    height: 145px;
    margin: 22px auto 18px;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(#198754 calc(var(--score) * 1%), #ded7d2 0);
    transition: background .4s ease;
}

.np-score-ring.is-awaiting {
    background: conic-gradient(#caa16a calc(var(--score) * 1%), #e4ddd8 0);
}

.np-score-ring::before {
    position: absolute;
    inset: 11px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, .04);
    content: "";
}

.np-score-ring strong,
.np-score-ring small {
    position: absolute;
    z-index: 1;
}

.np-score-ring strong {
    transform: translateY(-8px);
    color: #1e1920;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3rem;
    line-height: 1;
}

.np-score-ring small {
    transform: translateY(26px);
    color: var(--np-muted);
    font-size: .72rem;
    font-weight: 700;
}

.np-calculator-result h3 {
    margin: 0 0 6px;
    color: var(--np-wine);
    font-size: 1.05rem;
    font-weight: 800;
}

.np-calculator-result > p {
    margin: 0;
    color: var(--np-muted);
    font-size: .71rem;
    line-height: 1.55;
}

.np-signal-list {
    display: grid;
    gap: 10px;
    width: 100%;
    margin: 18px 0;
    padding: 16px 0;
    border-top: 1px solid rgba(212, 160, 84, .18);
    border-bottom: 1px solid rgba(212, 160, 84, .18);
}

.np-signal-list > div {
    display: grid;
    grid-template-columns: 102px 1fr 24px;
    gap: 8px;
    align-items: center;
    text-align: left;
}

.np-signal-list span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #64565b;
    font-size: .67rem;
    font-weight: 700;
    white-space: nowrap;
}

.np-signal-list span i {
    color: #9c6c28;
    font-size: .76rem;
}

.np-signal-list b {
    height: 6px;
    overflow: hidden;
    border-radius: 99px;
    background: #e8e2de;
}

.np-signal-list b i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #198754, #20c997);
    transition: width .4s ease;
}

.np-signal-list em {
    color: #198754;
    font-size: .65rem;
    font-style: normal;
    font-weight: 800;
    text-align: right;
}

.np-result-cta-wrap {
    margin-top: 4px;
}

.np-result-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 6px;
    background: var(--np-wine);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.np-result-action:hover {
    background: var(--np-wine-dark);
    color: #f0bd67;
    transform: translateY(-1px);
}

#npLegalFootnote {
    display: block;
    margin-top: 14px;
    color: #8c7f84;
    font-size: .62rem;
    line-height: 1.4;
}

.np-safeguards-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 0;
    background: radial-gradient(circle at 50% -30%, #5f1a2c 0, var(--np-wine) 45%, var(--np-wine-dark) 100%);
    color: #fff;
}

.np-safeguards-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.np-safeguards-heading h2 {
    max-width: 600px;
    color: #fff;
}

.np-safeguards-heading h2 span {
    display: block;
    color: #edba62;
}

.np-safeguards-heading p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .68);
}

.np-safeguards-heading > a {
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #edba62;
    color: #edba62;
    font-size: .83rem;
    font-weight: 700;
    text-decoration: none;
}

.np-safeguard-rail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 44px 0 40px;
}

.np-safeguard-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

.np-safeguard-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
    border-color: rgba(212, 160, 84, 0.6) !important;
}

.np-safeguard-rail article > span,
.np-safeguard-card span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background: #edba62;
    color: var(--np-wine-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .75rem;
    font-weight: 800;
}

.np-safeguard-rail h3 {
    margin: 10px 0 8px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
}

.np-safeguard-rail p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    line-height: 1.55;
}

.np-safeguard-foot {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 24px 0;
    border-top: 1px solid rgba(237, 186, 98, .6);
    color: rgba(255, 255, 255, .72);
    font-size: .8rem;
}

.np-safeguard-foot i {
    color: #edba62;
    font-size: 1.25rem;
}

.np-team-section {
    background: #fff;
}

.np-team-heading {
    max-width: 930px;
    margin: 0 auto 55px;
    text-align: center;
}

.np-team-heading p {
    margin: 17px 0 0;
    color: var(--np-muted);
}

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

.np-team-section article {
    transition: transform .28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .28s cubic-bezier(0.16, 1, 0.3, 1), border-color .28s ease;
}

.np-team-section article:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(49, 11, 22, 0.14) !important;
    border-color: rgba(212, 160, 84, 0.6) !important;
}

.np-team-section article:hover img {
    transform: scale(1.05);
}

.np-desk-medallion {
    position: relative;
    display: grid;
    width: 132px;
    height: 132px;
    margin: 0 auto 18px;
    place-items: center;
    border: 2px solid var(--np-gold);
    border-radius: 50%;
    background: radial-gradient(circle, #5d182a, var(--np-wine-dark));
    box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 7px rgba(212, 160, 84, .65), 0 12px 28px rgba(49, 11, 22, .14);
    color: #edba62;
    font-size: 2.45rem;
}

.np-desk-medallion span {
    position: absolute;
    right: 13px;
    bottom: 13px;
    display: grid;
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--np-gold);
    color: var(--np-wine);
    font-size: .58rem;
    font-weight: 900;
}

.np-team-desks h3 {
    margin: 0;
    color: var(--np-wine);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: 700;
}

.np-team-desks article > strong {
    display: block;
    margin: 6px 0 22px;
    color: var(--np-gold-dark);
    font-size: .7rem;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.np-team-desks dl {
    display: grid;
    gap: 17px;
    margin: 0;
    text-align: left;
}

.np-team-desks dt {
    color: #31272a;
    font-size: .73rem;
    font-weight: 800;
}

.np-team-desks dt i {
    margin-right: 6px;
    color: var(--np-gold-dark);
}

.np-team-desks dd {
    margin: 5px 0 0 21px;
    color: var(--np-muted);
    font-size: .72rem;
    line-height: 1.55;
}

.np-team-desks article > small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 22px;
    padding: 7px 10px;
    border-radius: 99px;
    background: var(--np-soft);
    color: var(--np-wine);
    font-size: .61rem;
    font-weight: 700;
}

.np-shared-file {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 34px;
    padding-top: 42px;
}

.np-shared-file::before {
    position: absolute;
    top: 0;
    left: 16%;
    right: 16%;
    height: 30px;
    border: solid var(--np-gold);
    border-width: 0 1px 1px;
    border-radius: 0 0 24px 24px;
    content: "";
}

.np-shared-file > span {
    position: relative;
    z-index: 1;
    min-width: 340px;
    padding: 12px 24px;
    border-radius: 99px;
    background: var(--np-wine);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    text-align: center;
}

.np-shared-file > span i {
    margin-right: 7px;
    color: #edba62;
}

.np-shared-file > a {
    display: inline-flex;
    gap: 22px;
    align-items: center;
    margin-top: 20px;
    padding: 13px 24px;
    border-radius: 6px;
    background: linear-gradient(135deg, #efbd5e, #c7862f);
    color: #1a0c10;
    font-size: .77rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(196, 129, 42, .2);
}

.np-shared-file > small {
    margin-top: 15px;
    color: var(--np-muted);
    font-size: .68rem;
}

.np-news-section {
    border-top: 1px solid var(--np-rule);
    background: #f8f6f4;
}

.np-news-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 36px;
}

.np-news-heading > div {
    max-width: 870px;
}

.np-news-heading p {
    max-width: 680px;
    margin: 19px 0 0;
    color: var(--np-muted);
    line-height: 1.65;
}

.np-news-heading > a {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    margin-top: 20px;
    padding: 12px 18px;
    border: 1px solid #d7b57d;
    border-radius: 5px;
    color: var(--np-wine);
    font-size: .73rem;
    font-weight: 800;
    text-decoration: none;
}

.np-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, .9fr);
    gap: 30px;
}

.np-news-grid.is-briefings-only {
    grid-template-columns: 1fr;
}

.np-news-grid.is-briefings-only .np-briefings {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding: 0;
    border-left: 0;
}

.np-news-grid.is-briefings-only .np-briefings > h3 {
    grid-column: 1 / -1;
}

.np-featured-news {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(210px, .75fr);
    min-height: 410px;
    overflow: hidden;
    padding: 40px;
    border-radius: 8px;
    background: radial-gradient(circle at 85% 10%, #682038, var(--np-wine) 45%, var(--np-wine-dark));
    color: #fff;
}

.np-featured-news[hidden],
.np-briefings article[hidden] {
    display: none;
}

.np-feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 38px;
    color: #edba62;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.np-featured-news small {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: .68rem;
}

.np-featured-news h3 {
    margin: 15px 0 18px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 700;
    line-height: 1.1;
}

.np-featured-news p {
    margin: 0 0 26px;
    color: rgba(255, 255, 255, .72);
    font-size: .82rem;
    line-height: 1.7;
}

.np-featured-news a,
.np-briefings a {
    color: #edba62;
    font-size: .73rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.np-canada-line-art {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(237, 186, 98, .48);
}

.np-canada-line-art i {
    font-size: 10rem;
    line-height: 1;
}

.np-canada-line-art span {
    margin-top: 10px;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .25em;
}

.np-briefings {
    padding-left: 28px;
    border-left: 1px solid #d9d0cb;
}

.np-briefings > h3 {
    margin: 0 0 12px;
    color: var(--np-gold-dark);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.np-briefings article {
    padding: 19px 0;
    border-bottom: 1px solid #ded6d2;
}

.np-briefings article small {
    color: var(--np-muted);
    font-size: .63rem;
    font-weight: 700;
    text-transform: uppercase;
}

.np-briefings h4 {
    margin: 7px 0 6px;
    color: var(--np-wine);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.18rem;
    font-weight: 700;
}

.np-briefings p {
    margin: 0 0 7px;
    color: var(--np-muted);
    font-size: .73rem;
    line-height: 1.5;
}

.np-briefings a {
    color: var(--np-wine);
    font-size: .65rem;
}

.np-news-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 10px;
    border: 1px solid #ddd4cf;
    border-radius: 6px;
    background: #fff;
}

.np-news-filters button {
    padding: 9px 15px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #5d5356;
    font-family: inherit;
    font-size: .71rem;
    font-weight: 800;
}

.np-news-filters button.active,
.np-news-filters button:hover {
    background: var(--np-wine);
    color: #fff;
}

.np-newsletter-strip {
    display: grid;
    grid-template-columns: 1fr minmax(380px, .85fr);
    gap: 36px;
    align-items: center;
    margin-top: 24px;
    padding: 25px 30px;
    border-radius: 7px;
    background: var(--np-wine);
    color: #fff;
}

.np-newsletter-strip > div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.np-newsletter-strip > div > i {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid rgba(237, 186, 98, .45);
    border-radius: 50%;
    color: #edba62;
}

.np-newsletter-strip strong,
.np-newsletter-strip small {
    display: block;
}

.np-newsletter-strip strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
}

.np-newsletter-strip small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .65);
    font-size: .7rem;
}

.np-newsletter-strip form {
    display: flex;
}

.np-newsletter-strip input {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 5px 0 0 5px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-family: inherit;
    font-size: .75rem;
}

.np-newsletter-strip input::placeholder {
    color: rgba(255, 255, 255, .55);
}

.np-newsletter-strip button {
    min-width: 115px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: linear-gradient(135deg, #efbd5e, #c7862f);
    color: #1a0c10;
    font-family: inherit;
    font-size: .75rem;
    font-weight: 900;
}

@media (max-width: 1199.98px) {
    .np-intel-section {
        padding: 78px 0;
    }

    .np-monitor-row {
        grid-template-columns: 1.25fr .9fr 1.7fr .7fr;
    }

    .np-monitor-row > * {
        padding: 17px 16px;
    }

    .np-approval-layout {
        grid-template-columns: 310px minmax(0, 1fr);
        gap: 35px;
    }

    .np-approval-gallery {
        grid-auto-columns: minmax(250px, 41%);
    }

    .np-calculator-shell {
        grid-template-columns: 31% 69%;
    }

    .np-calculator-aside {
        padding: 40px 28px 32px;
    }

    .np-calculator-form {
        grid-template-columns: minmax(0, 1fr) 245px;
    }

    .np-calculator-fields {
        padding: 46px 30px;
    }
}

@media (max-width: 991.98px) {
    .np-section-intro-split,
    .np-approval-layout,
    .np-news-grid {
        grid-template-columns: 1fr;
    }

    .np-source-integrity {
        max-width: 620px;
    }

    .np-monitor-table {
        overflow-x: auto;
    }

    .np-monitor-row {
        min-width: 910px;
    }

    .np-approval-copy {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 30px;
    }

    .np-approval-copy .np-section-label,
    .np-approval-copy h2,
    .np-approval-copy > p,
    .np-approval-stat,
    .np-consent-note {
        grid-column: 1;
    }

    .np-approval-filters {
        grid-column: 2;
        grid-row: 1 / span 5;
    }

    .np-approval-gallery {
        grid-auto-columns: minmax(250px, 38%);
    }

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

    .np-calculator-aside {
        display: grid;
        grid-template-columns: 1.1fr .9fr;
        gap: 0 30px;
    }

    .np-calculator-logo,
    .np-calculator-aside h2,
    .np-calculator-aside > p,
    .np-calculator-disclaimer {
        grid-column: 1;
    }

    .np-calculator-benefits {
        grid-column: 2;
        grid-row: 1 / span 4;
        align-content: center;
    }

    .np-calc-steps {
        grid-column: 1 / -1;
    }

    .np-safeguard-rail {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 48px;
    }

    .np-safeguard-rail::before {
        display: none;
    }

    .np-team-desks {
        gap: 12px;
    }

    .np-team-desks article {
        padding-right: 12px;
        padding-left: 12px;
    }

    .np-desk-medallion {
        width: 112px;
        height: 112px;
    }

    .np-featured-news {
        min-height: 360px;
    }

    .np-briefings {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 22px 0 0;
        border-top: 1px solid #d9d0cb;
        border-left: 0;
    }

    .np-news-grid.is-briefings-only .np-briefings {
        grid-template-columns: repeat(2, 1fr);
    }

    .np-briefings > h3 {
        grid-column: 1 / -1;
    }

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

@media (max-width: 767.98px) {
    .np-intel-section {
        padding: 64px 0;
    }

    .np-intel-section h2,
    .np-safeguards-section h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .np-section-intro-split {
        gap: 28px;
        margin-bottom: 30px;
    }

    .np-source-integrity {
        grid-template-columns: 40px 1fr;
        gap: 14px;
        padding-left: 18px;
    }

    .np-source-integrity > i {
        width: 40px;
        height: 40px;
    }

    .np-monitor-filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .np-monitor-filters button {
        min-height: 44px;
        padding: 8px 10px;
        font-size: .72rem;
        border-bottom: 1px solid var(--np-rule);
    }

    .np-monitor-search-box {
        max-width: 100%;
        width: 100%;
    }

    .np-monitor-table {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .np-monitor-head {
        display: none;
    }

    .np-monitor-row:not(.np-monitor-head) {
        grid-template-columns: 1fr;
        min-width: 0;
        margin-bottom: 13px;
        padding: 10px 0;
        border: 1px solid var(--np-rule);
        border-radius: 7px;
        background: #fff;
        box-shadow: 0 10px 26px rgba(40, 13, 20, .06);
    }

    .np-monitor-row:not(.np-monitor-head) > * {
        padding: 8px 16px;
    }

    .np-monitor-row:not(.np-monitor-head) > a {
        padding-top: 12px;
        border-top: 1px solid var(--np-rule);
    }

    .np-monitor-featured {
        box-shadow: inset 3px 0 var(--np-gold), 0 10px 26px rgba(40, 13, 20, .06) !important;
    }

    .np-approval-copy {
        display: block;
    }

    .np-approval-filters {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border: 1px solid var(--np-rule);
    }

    .np-approval-filters button {
        min-height: 50px;
        padding: 10px;
        border-right: 1px solid var(--np-rule);
        font-size: .71rem;
    }

    .np-approval-gallery {
        grid-auto-columns: minmax(210px, 72%);
    }

    .np-approval-image {
        height: 315px;
    }

    .np-proof-modal {
        padding: 10px;
    }

    .np-proof-panel {
        width: 100%;
        height: 96vh;
    }

    .np-proof-canvas {
        padding: 12px;
    }

    .np-calculator-aside {
        display: block;
        padding: 36px 24px;
    }

    .np-calculator-logo {
        width: 155px;
        margin-bottom: 32px;
    }

    .np-calculator-benefits {
        margin-top: 25px;
    }

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

    .np-calculator-fields {
        padding: 36px 22px;
    }

    .np-field-grid,
    .np-pathway-fields,
    .np-contact-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .np-calc-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .np-calculator-result {
        border-top: 1px solid var(--np-rule);
        border-left: 0;
    }

    .np-safeguards-section {
        padding-top: 64px;
    }

    .np-safeguards-heading,
    .np-news-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .np-safeguards-heading > a,
    .np-news-heading > a {
        margin-top: 0;
    }

    .np-safeguard-rail,
    .np-team-desks {
        grid-template-columns: 1fr;
    }

    .np-safeguard-rail article {
        padding-bottom: 14px;
    }

    .np-team-desks {
        gap: 38px;
    }

    .np-team-desks article + article::before {
        top: -19px;
        right: 20%;
        bottom: auto;
        left: 20%;
        width: auto;
        height: 1px;
    }

    .np-shared-file::before {
        left: 8%;
        right: 8%;
    }

    .np-shared-file > span {
        min-width: 0;
        width: 100%;
    }

    .np-featured-news {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 30px 24px;
    }

    .np-canada-line-art {
        display: none;
    }

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

    .np-news-grid.is-briefings-only .np-briefings {
        grid-template-columns: 1fr;
    }

    .np-news-filters {
        overflow-x: auto;
        justify-content: flex-start;
    }

    .np-news-filters button {
        flex: 0 0 auto;
    }

    .np-newsletter-strip {
        padding: 24px 20px;
    }

    .np-newsletter-strip form {
        flex-direction: column;
        gap: 10px;
    }

    .np-newsletter-strip input,
    .np-newsletter-strip button {
        width: 100%;
        min-height: 46px;
        border-radius: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .np-approval-gallery,
    .np-approval-card,
    .np-signal-list b i {
        scroll-behavior: auto;
        transition: none;
    }
}

/* ==========================================================================
   Responsive Sovereign Processing Monitor Scroll Container & Apply Styling
   ========================================================================== */
.np-monitor-scroll-container {
    border: 1px solid var(--np-rule, #E2D9D3);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(40, 13, 20, .07);
    max-height: 540px;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}

.np-monitor-scroll-container::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.np-monitor-scroll-container::-webkit-scrollbar-track {
    background: #F8F5F2;
    border-radius: 4px;
}
.np-monitor-scroll-container::-webkit-scrollbar-thumb {
    background: #D4A054;
    border-radius: 4px;
}
.np-monitor-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #360C16;
}

.np-monitor-table {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    width: 100%;
}

.np-monitor-head {
    position: sticky;
    top: 0;
    z-index: 15;
    background: #20060C !important;
    color: #FFFFFF !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.np-monitor-row {
    grid-template-columns: 1.3fr 0.85fr 1.7fr 1.15fr !important;
}

.np-action-cell .btn-gold {
    background: linear-gradient(135deg, #D4A054 0%, #E8BA75 100%);
    color: #20060C !important;
    border: none;
    transition: all 0.2s ease;
}

.np-action-cell .btn-gold:hover {
    background: #20060C;
    color: #D4A054 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212,160,84,0.3);
}

@media (max-width: 991.98px) {
    .np-monitor-scroll-container {
        max-height: 480px;
    }
    .np-monitor-row {
        min-width: 860px;
    }
}

@media (max-width: 767.98px) {
    .np-monitor-scroll-container {
        max-height: 520px;
        border: 0;
        box-shadow: none;
        background: transparent;
        padding: 2px;
    }
    .np-monitor-row {
        min-width: 0 !important;
    }
    .np-action-cell {
        text-align: start !important;
        padding-top: 10px !important;
        border-top: 1px dashed var(--np-rule, #E2D9D3) !important;
    }
    .np-action-cell .btn {
        width: 100%;
        justify-content: center;
        padding: 8px 16px !important;
    }
}
