.np-page {
    --np-radius: 26px;
}

/* Partner-page section layouts from the approved design references. */
.np-story-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 28px;
}

.np-text-link {
    color: var(--nh-navy);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.np-text-link i,
.np-model a i {
    margin-left: 7px;
    color: var(--nh-green);
}

.np-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 80px;
    align-items: start;
    margin-bottom: 52px;
}

.np-section-heading h2 {
    max-width: 690px;
    margin: 12px 0 0;
}

.np-section-heading > p {
    max-width: 620px;
    margin: 20px 0 0;
    color: var(--nh-muted);
    font-size: 17px;
    line-height: 1.72;
}

.np-audience-grid {
    gap: 16px;
    margin-top: 0;
}

.np-audience-card {
    position: relative;
    min-height: 365px;
    padding: 34px 28px;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background: #100d66;
    box-shadow: 0 18px 36px rgba(11, 8, 77, .12);
}

.np-audience-card:nth-child(2),
.np-audience-card:hover {
    background: var(--nh-green);
    transform: translateY(-14px);
}

.np-audience-number {
    position: absolute;
    right: 14px;
    bottom: -30px;
    color: rgba(255, 255, 255, .12);
    font: 800 132px/.8 Exo, sans-serif;
}

.np-audience-card .np-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.np-audience-card h3,
.np-audience-card p {
    position: relative;
    z-index: 1;
    color: #fff;
}

.np-audience-card h3 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.18;
}

.np-audience-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
}

.np-models {
    overflow: hidden;
    background: #f5f6fa;
}

.np-model-slider {
    padding: 36px 8vw 56px;
    margin: 0 -8vw;
    overflow-x: auto;
    scrollbar-width: none;
}

.np-model-slider::-webkit-scrollbar {
    display: none;
}

.np-model-list {
    display: flex;
    gap: 20px;
    width: max-content;
    margin: 0;
    border: 0;
}

.np-model {
    position: relative;
    width: min(360px, 78vw);
    min-height: 420px;
    padding: 30px;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    color: #fff;
    background: #100d66;
    box-shadow: 0 16px 38px rgba(11, 8, 77, .16);
    transform: scale(.91);
    transform-origin: center;
    transition: transform .35s ease, background-color .35s ease;
    scroll-snap-align: center;
}

.np-model.is-active {
    z-index: 1;
    background: var(--nh-green);
    transform: scale(1.07);
}

.np-model-number {
    position: absolute;
    right: 18px;
    bottom: -26px;
    color: rgba(255, 255, 255, .13);
    font: 800 130px/.8 Exo, sans-serif;
}

.np-model h3,
.np-model h4,
.np-model p,
.np-model small,
.np-model small strong,
.np-model a {
    position: relative;
    z-index: 1;
    color: #fff;
}

.np-model h3 {
    margin: 18px 0 15px;
    font-size: 24px;
}

.np-model h4 {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 700;
}

.np-model p,
.np-model small {
    font-size: 14px;
    line-height: 1.62;
}

.np-model a {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.np-value {
    color: var(--nh-navy);
    background: #f5f6fa;
}

.np-value-copy h2,
.np-value-copy p {
    color: var(--nh-navy);
}

.np-value-copy > p {
    max-width: 570px;
    color: var(--nh-muted);
}

.np-benefits {
    gap: 0;
    border: 1px solid #dedfeb;
}

.np-benefits article {
    display: flex;
    min-height: 190px;
    padding: 28px;
    border: 0;
    border-right: 1px solid #dedfeb;
    border-bottom: 1px solid #dedfeb;
    border-radius: 0;
    background: transparent;
}

.np-benefits article:nth-child(2n) {
    border-right: 0;
}

.np-benefits article:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.np-benefits h3,
.np-benefits p {
    color: var(--nh-navy);
}

.np-benefits p {
    color: var(--nh-muted);
}

.np-stat-grid {
    margin-top: 48px;
    border-color: #dedfeb;
}

.np-stat-grid strong {
    font-size: 40px;
}

.np-stat-grid span {
    color: var(--nh-muted);
}

.np-process {
    background: #fff;
}

.np-process-layout {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
    gap: 72px;
    align-items: stretch;
}

.np-process-image {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    border-radius: 28px;
    background: #0b084d;
}

.np-process-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(11, 8, 77, .04) 25%, rgba(11, 8, 77, .94) 100%);
}

.np-process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.np-process-image .nh-btn {
    position: absolute;
    z-index: 1;
    bottom: 32px;
    left: 32px;
    border-color: var(--nh-green);
    color: var(--nh-green);
}

.np-process-list {
    display: flex;
    flex-direction: column;
}

.np-process-list article {
    display: flex;
    gap: 26px;
    padding: 28px 0;
    border-bottom: 1px solid #dedfeb;
}

.np-process-list article:first-child {
    padding-top: 12px;
}

.np-process-list article > span {
    display: grid;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    place-items: center;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    background: #0b084d;
    font: 800 17px/1 Exo, sans-serif;
}

.np-process-list h3 {
    margin: 0 0 8px;
    font-size: 25px;
}

.np-process-list p {
    margin: 0;
    color: var(--nh-muted);
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .np-section-heading,
    .np-process-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

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

    .np-process-image {
        min-height: 460px;
    }
}

@media (max-width: 575px) {
    .np-story-actions,
    .np-story-actions .nh-btn {
        width: 100%;
    }

    .np-audience-grid,
    .np-benefits {
        grid-template-columns: 1fr;
    }

    .np-audience-card {
        min-height: 290px;
    }

    .np-benefits article,
    .np-benefits article:nth-child(2n),
    .np-benefits article:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #dedfeb;
    }

    .np-benefits article:last-child {
        border-bottom: 0;
    }

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

    .np-process-image {
        min-height: 370px;
    }

    .np-process-list article {
        gap: 16px;
    }
}

.np-hero {
    position: relative;
    width: min(calc(100% - 40px), 1840px);
    min-height: 460px;
    margin: 18px auto 0;
    overflow: hidden;
    border-radius: 34px 34px 0 34px;
    background: linear-gradient(rgba(11, 9, 77, 0.26) 0%, rgb(11, 9, 77) 112%), url('https://res.cloudinary.com/dwipwekrg/image/upload/v1786122964/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped.jpg_11zon_eaqwe1.webp') center / cover;
}

.np-hero .row {
    min-height: 460px;
    align-items: center;
    padding: 58px 0 88px;
}

.np-hero h1 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
}

.np-hero h1 span,
.np-value h2 span,
.np-proof h2 span {
    color: var(--nh-green);
}

.np-hero p {
    max-width: 750px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, .85);
    font-size: 17px;
    line-height: 1.65;
}

.np-hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.np-hero-breadcrumb {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 215px;
    min-height: 58px;
    padding: 16px 28px 15px 35px;
    border-radius: 26px 0 0;
    background: #fff;
    color: var(--nh-green);
    font-size: 14px;
    font-weight: 700;
}

.np-hero-breadcrumb::before,
.np-hero-breadcrumb::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    border-bottom-right-radius: 24px;
    background: transparent;
    box-shadow: 12px 12px 0 12px #fff;
}

.np-hero-breadcrumb::before {
    bottom: 0;
    left: -30px;
}

.np-hero-breadcrumb::after {
    right: 0;
    bottom: 58px;
}

.np-hero-breadcrumb a {
    color: var(--nh-muted);
    text-decoration: none;
}

.np-hero-breadcrumb i {
    font-size: 9px;
}

.np-audience-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.np-audience-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 26px 20px;
    border: 1px solid #e8eaf1;
    border-radius: 18px;
    background: #fff;
    transition: transform .25s, box-shadow .25s;
}

.np-audience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(11, 8, 77, .12);
}

.np-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-bottom: 19px;
    border-radius: 12px;
    color: var(--nh-green);
    background: rgba(8, 211, 54, .1);
    font-size: 18px;
}

.np-audience-card h3,
.np-benefits h3,
.np-process h3 {
    font-size: 19px;
}

.np-audience-card p {
    color: var(--nh-muted);
    font-size: 14px;
    line-height: 1.58;
}

.np-audience-card a {
    margin-top: auto;
    color: var(--nh-navy);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.np-audience-card a i {
    margin-left: 5px;
    color: var(--nh-green);
}

.np-value {
    color: #fff;
    background: #0b084d;
}

.np-value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.np-value-copy > p {
    max-width: 590px;
    color: #d9d8e8;
}

.np-value-copy .nh-btn {
    margin-top: 18px;
}

.np-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.np-benefits article {
    min-height: 185px;
    padding: 23px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
}

.np-benefits .np-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    font-size: 15px;
    background: rgba(8, 211, 54, .16);
}

.np-benefits h3 {
    margin-bottom: 7px;
    color: #fff;
}

.np-benefits p {
    margin: 0;
    color: #d9d8e8;
    font-size: 13px;
    line-height: 1.55;
}

.np-model-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
    border-top: 1px solid #dfe2e9;
}

.np-model {
    min-height: 360px;
    padding: 26px 20px;
    border-right: 1px solid #dfe2e9;
    border-bottom: 1px solid #dfe2e9;
}

.np-model:first-child {
    border-left: 1px solid #dfe2e9;
}

.np-model:nth-child(4) {
    border-left: 1px solid #dfe2e9;
}

.np-model-number {
    color: var(--nh-green);
    font: 800 32px/1 Exo, sans-serif;
}

.np-model h3 {
    margin: 30px 0 14px;
    font-size: 19px;
}

.np-model h4 {
    color: var(--nh-navy);
    font-size: 14px;
    line-height: 1.45;
}

.np-model p,
.np-model small {
    color: var(--nh-muted);
    font-size: 13px;
    line-height: 1.6;
}

.np-model small strong {
    color: var(--nh-navy);
}

.np-process {
    background: #f4f6fb;
}

.np-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 45px;
}

.np-process-grid article {
    position: relative;
    padding: 26px;
    border-radius: 18px;
    background: #fff;
}

.np-process-grid span {
    display: block;
    margin-bottom: 26px;
    color: var(--nh-green);
    font: 800 34px/1 Exo, sans-serif;
}

.np-process-grid p {
    margin: 0;
    color: var(--nh-muted);
    font-size: 14px;
    line-height: 1.6;
}

.np-proof {
    padding-top: 0 !important;
    background: #f4f6fb;
}

.np-proof-card {
    padding: 60px 55px;
    border-radius: var(--np-radius);
    color: #fff;
    text-align: center;
    background: linear-gradient(125deg, #0b084d, #15117b);
}

.np-proof-card h2 {
    max-width: 720px;
    margin: 12px auto 34px;
    color: #fff;
}

.np-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.np-stat-grid div {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.np-stat-grid strong {
    color: var(--nh-green);
    font: 800 37px/1 Exo, sans-serif;
}

.np-stat-grid span,
.np-proof-card p {
    color: #ddddec;
    font-size: 14px;
}

.np-proof-card p {
    margin: 27px auto 0;
}

@media (max-width: 1199px) {
    .np-audience-grid,
    .np-model-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .np-audience-card:nth-child(4),
    .np-model:nth-child(3),
    .np-model:nth-child(5) {
        border-left: 1px solid #dfe2e9;
    }

    .np-model:first-child {
        border-left: 1px solid #dfe2e9;
    }

    .np-model {
        min-height: 310px;
    }

    .np-value-grid {
        gap: 45px;
    }
}

@media (max-width: 767px) {
    .np-hero {
        width: calc(100% - 24px);
        min-height: 520px;
        margin-top: 12px;
        border-radius: 22px 22px 0 22px;
    }

    .np-hero .row {
        min-height: 520px;
        padding: 50px 12px 95px;
    }

    .np-hero h1 {
        font-size: clamp(34px, 10.5vw, 44px);
        line-height: 1.08;
    }

    .np-hero p {
        font-size: 15px;
    }

    .np-hero-actions .nh-btn {
        width: 100%;
    }

    .np-audience-grid,
    .np-model-list,
    .np-process-grid,
    .np-stat-grid,
    .np-benefits {
        grid-template-columns: 1fr;
    }

    .np-audience-card,
    .np-model {
        min-height: auto;
    }

    .np-model,
    .np-model:nth-child(4) {
        border-left: 1px solid #dfe2e9;
    }

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

    .np-proof-card {
        padding: 44px 24px;
    }

    .np-stat-grid {
        gap: 25px;
    }

    .np-proof {
        padding-top: 0 !important;
    }

    .np-hero-breadcrumb {
        min-width: 175px;
        min-height: 50px;
        padding: 13px 18px 12px 28px;
    }

    .np-hero-breadcrumb::after {
        bottom: 50px;
    }

    .np-value {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
}

/* Final section overrides: kept last so they take precedence over the base partner styles. */
.np-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    gap: 80px;
    align-items: start;
    margin-bottom: 52px;
}

.np-section-heading h2 { margin: 12px 0 0; }
.np-section-heading > p { margin: 20px 0 0; color: var(--nh-muted); font-size: 17px; line-height: 1.72; }
.np-story-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.np-text-link { color: var(--nh-navy); font-size: 15px; font-weight: 800; text-decoration: none; }
.np-text-link i, .np-model a i { margin-left: 7px; color: var(--nh-green); }

.np-audience-grid { gap: 16px; margin-top: 0; }
.np-audience-card { position: relative; min-height: 365px; padding: 34px 28px; overflow: hidden; border: 0; border-radius: 18px; color: #fff; background: #100d66; box-shadow: 0 18px 36px rgba(11, 8, 77, .12); }
.np-audience-card:nth-child(2), .np-audience-card:hover { background: var(--nh-green); transform: translateY(-14px); }
.np-audience-number { position: absolute; right: 14px; bottom: -30px; color: rgba(255, 255, 255, .12); font: 800 132px/.8 Exo, sans-serif; }
.np-audience-card .np-icon { position: relative; z-index: 1; margin-bottom: 26px; color: #fff; background: rgba(255, 255, 255, .12); }
.np-audience-card h3, .np-audience-card p { position: relative; z-index: 1; color: #fff; }
.np-audience-card h3 { margin-bottom: 14px; font-size: 24px; line-height: 1.18; }
.np-audience-card p { margin: 0; font-size: 15px; line-height: 1.65; }

.np-models { overflow: hidden; background: #f5f6fa; }
.np-model-slider { padding: 36px 8vw 56px; margin: 0 -8vw; overflow-x: auto; scrollbar-width: none; }
.np-model-slider::-webkit-scrollbar { display: none; }
.np-model-list { display: flex; gap: 20px; width: max-content; margin: 0; border: 0; }
.np-model { position: relative; width: min(360px, 78vw); min-height: 420px; padding: 30px; overflow: hidden; border: 0; border-radius: 20px; color: #fff; background: #100d66; box-shadow: 0 16px 38px rgba(11, 8, 77, .16); transform: scale(.91); transform-origin: center; transition: transform .35s ease, background-color .35s ease; scroll-snap-align: center; }
.np-model.is-active { z-index: 1; background: var(--nh-green); transform: scale(1.07); }
.np-model-number { position: absolute; right: 18px; bottom: -26px; color: rgba(255, 255, 255, .13); font: 800 130px/.8 Exo, sans-serif; }
.np-model h3, .np-model h4, .np-model p, .np-model small, .np-model small strong, .np-model a { position: relative; z-index: 1; color: #fff; }
.np-model h3 { margin: 18px 0 15px; font-size: 24px; }
.np-model h4 { margin: 0 0 15px; font-size: 15px; font-weight: 700; }
.np-model p, .np-model small { font-size: 14px; line-height: 1.62; }
.np-model a { display: inline-block; margin-top: 16px; font-size: 14px; font-weight: 800; text-decoration: none; }

.np-value { color: var(--nh-navy); background: #f5f6fa; }
.np-value-copy h2 { color: var(--nh-navy); }
.np-value-copy > p { max-width: 570px; color: var(--nh-muted); }
.np-benefits { gap: 0; border: 1px solid #dedfeb; }
.np-benefits article { display: flex; min-height: 190px; padding: 28px; border: 0; border-right: 1px solid #dedfeb; border-bottom: 1px solid #dedfeb; border-radius: 0; background: transparent; }
.np-benefits article:nth-child(2n) { border-right: 0; }
.np-benefits article:nth-last-child(-n + 2) { border-bottom: 0; }
.np-benefits h3 { color: var(--nh-navy); }
.np-benefits p { color: var(--nh-muted); }
.np-stat-grid { margin-top: 48px; border-color: #dedfeb; }
.np-stat-grid strong { font-size: 40px; }
.np-stat-grid span { color: var(--nh-muted); }

.np-process { background: #fff; }
.np-process-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: 72px; align-items: stretch; }
.np-process-image { position: relative; min-height: 610px; overflow: hidden; border-radius: 28px; background: #0b084d; }
.np-process-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(11, 8, 77, .04) 25%, rgba(11, 8, 77, .94) 100%); }
.np-process-image img { width: 100%; height: 100%; object-fit: cover; }
.np-process-image .nh-btn { position: absolute; z-index: 1; bottom: 32px; left: 32px; border-color: var(--nh-green); color: var(--nh-green); }
.np-process-list { display: flex; flex-direction: column; }
.np-process-list article { display: flex; gap: 26px; padding: 28px 0; border-bottom: 1px solid #dedfeb; }
.np-process-list article:first-child { padding-top: 12px; }
.np-process-list article > span { display: grid; flex: 0 0 58px; width: 58px; height: 58px; place-items: center; margin: 0; border-radius: 50%; color: #fff; background: #0b084d; font: 800 17px/1 Exo, sans-serif; }
.np-process-list h3 { margin: 0 0 8px; font-size: 25px; }
.np-process-list p { margin: 0; color: var(--nh-muted); font-size: 16px; line-height: 1.6; }

@media (max-width: 991px) {
    .np-section-heading, .np-process-layout { grid-template-columns: 1fr; gap: 34px; }
    .np-audience-grid { grid-template-columns: repeat(2, 1fr); }
    .np-process-image { min-height: 460px; }
}

@media (max-width: 575px) {
    .np-story-actions, .np-story-actions .nh-btn { width: 100%; }
    .np-audience-grid, .np-benefits { grid-template-columns: 1fr; }
    .np-audience-card { min-height: 290px; }
    .np-benefits article, .np-benefits article:nth-child(2n), .np-benefits article:nth-last-child(-n + 2) { border-right: 0; border-bottom: 1px solid #dedfeb; }
    .np-benefits article:last-child { border-bottom: 0; }
    .np-stat-grid { grid-template-columns: repeat(2, 1fr); }
    .np-process-image { min-height: 370px; }
    .np-process-list article { gap: 16px; }
}

/* Partner page rhythm and responsive safeguards for shared homepage components. */
.np-page {
    --nh-section-space: 90px;
}

.np-page > .nh-section {
    padding-top: var(--nh-section-space) !important;
    padding-bottom: var(--nh-section-space) !important;
}

.np-partner-trusted {
    margin-top: 54px;
}

.np-partner-trusted .trusted-section {
    padding-bottom: 0 !important;
}

.np-partner-trusted .trusted-section h3 {
    color: #04091e;
}

.np-page .nh-process-visual,
.np-page .nh-process-track {
    width: 100%;
}

.np-page .nh-solution-card,
.np-page .nh-principle,
.np-page .na-stats > div,
.np-page .na-faq-item,
.np-page .nh-process-track li {
    min-width: 0;
}

@media (max-width: 991px) {
    .np-page {
        --nh-section-space: 74px;
    }

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

    .np-page .na-story-grid {
        gap: 30px;
    }

    .np-page .nh-process-layout {
        gap: 38px;
    }

    .np-page .nh-process-head {
        gap: 18px;
    }

    .np-page .nh-process-visual,
    .np-page .nh-process-track {
        max-width: none;
    }

    .np-page .nh-security .row {
        --bs-gutter-y: 2.5rem;
    }

    .np-page .na-faq-grid {
        gap: 42px;
    }
}

@media (max-width: 767px) {
    .np-page {
        --nh-section-space: 58px;
    }

    .np-hero,
    .np-hero .row {
        min-height: 480px;
    }

    .np-hero .row {
        padding-top: 44px;
        padding-bottom: 86px;
    }

    .np-page .na-story-grid,
    .np-page .nh-process-layout {
        gap: 30px;
    }

    .np-page .np-story-actions {
        gap: 14px;
        margin-top: 24px;
    }

    .np-page .np-story-actions .nh-btn,
    .np-page .np-story-actions .np-text-link {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .np-page .nh-process-visual {
        height: 260px;
        margin-top: 0;
    }

    .np-page .nh-process-track li {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 14px;
    }

    .np-page .nh-process-track h3 {
        padding-right: 0;
    }

    .np-page .nh-solutions-head,
    .np-page .nh-foundation-head {
        margin-bottom: 36px;
    }

    .np-page .nh-solution-card {
        padding: 24px 20px 20px;
    }

    .np-page .nh-solution-card-top {
        margin-bottom: 18px;
    }

    .np-page .nh-solution-card h3 {
        font-size: 25px;
    }

    .np-page .nh-security .row {
        --bs-gutter-y: 2rem;
    }

    .np-page .nh-security-grid article {
        grid-template-columns: 46px minmax(0, 1fr);
        column-gap: 14px;
    }

    .np-page .nh-security-grid img {
        width: 46px;
        height: 46px;
    }

    .np-page .na-stats {
        margin-top: 34px;
        padding: 18px 8px;
        border-radius: 22px;
    }

    .np-page .na-stats > div {
        padding: 14px 8px;
        grid-template-columns: 40px minmax(0, 1fr);
        column-gap: 8px;
    }

    .np-page .na-stats img {
        width: 40px;
    }

    .np-page .na-stats strong {
        font-size: 27px;
    }

    .np-page .na-stats span {
        overflow-wrap: anywhere;
        font-size: 12px;
        line-height: 1.35;
    }

    .np-page .nh-foundation-grid {
        gap: 14px;
    }

    .np-page .nh-principle,
    .np-page .nh-principle:nth-child(2) {
        min-height: 250px;
        padding: 25px 22px;
    }

    .np-page .nh-principle > span {
        font-size: 145px;
    }

    .np-page .na-faq-grid {
        gap: 34px;
    }

    .np-page .na-faq-cta {
        margin-top: 26px;
    }

    .np-page .na-faq-item summary {
        padding: 16px 14px;
        grid-template-columns: 28px minmax(0, 1fr) 18px;
        gap: 9px;
    }

    .np-page .na-faq-item summary > span {
        font-size: 15px;
    }

    .np-page .na-faq-item > div {
        padding: 0 14px 20px 51px;
    }

    .np-page .nh-final-card {
        padding: 48px 20px;
        border-radius: 26px;
    }

    .np-page .nh-final-card .nh-actions {
        gap: 12px;
        margin-top: 28px;
    }
}

@media (max-width: 480px) {
    .np-page {
        --nh-section-space: 50px;
    }

    .np-hero,
    .np-hero .row {
        min-height: 450px;
    }

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

    .np-page .nh-process-visual {
        height: 230px;
    }

    .np-page .nh-process-track li {
        padding-right: 12px;
        padding-left: 12px;
    }

    .np-page .nh-solution-card h3,
    .np-page .nh-principle h3 {
        font-size: 24px;
    }

    .np-page .nh-principle,
    .np-page .nh-principle:nth-child(2) {
        min-height: 235px;
    }

    .np-page .na-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .np-page .na-faq-item summary > strong {
        font-size: 16px;
    }

    .np-page .nh-final-card {
        padding: 42px 16px;
    }
}
