:root {
    --nm-ink: #07111f;
    --nm-ink-2: #102033;
    --nm-blue: #0a66c2;
    --nm-cyan: #00a6d6;
    --nm-green: #00a88e;
    --nm-lime: #32d06d;
    --nm-amber: #f5b849;
    --nm-paper: #ffffff;
    --nm-soft: #f4f7fb;
    --nm-soft-2: #eaf1f8;
    --nm-line: #dfe7f0;
    --nm-text: #1f2937;
    --nm-muted: #657286;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--nm-text);
    background: var(--nm-paper);
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.navbar {
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(223, 231, 240, .82);
    backdrop-filter: blur(16px);
}

.navbar-toggler {
    border: 1px solid var(--nm-line);
    border-radius: 8px;
    padding: 8px 10px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.brand-logo {
    display: block;
    width: 46px;
    height: auto;
}

.brand-text {
    display: inline-block;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    color: var(--nm-blue);
    background: linear-gradient(135deg, #0a84ff 0%, #009dff 36%, #00c8c8 60%, #32d06d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-link {
    color: var(--nm-ink-2);
    font-size: .94rem;
    font-weight: 650;
    padding: 10px 12px;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--nm-blue);
}

.btn {
    border-radius: 8px;
    font-weight: 750;
    padding: 12px 18px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

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

.btn-sm-nav {
    padding: 10px 14px;
}

.btn-nm {
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--nm-blue), var(--nm-green));
    box-shadow: 0 16px 32px rgba(10, 102, 194, .22);
}

.btn-nm:hover,
.btn-nm:focus {
    color: #fff;
    box-shadow: 0 18px 36px rgba(10, 102, 194, .3);
}

.btn-outline-nm {
    color: #dff7ff;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .06);
}

.btn-outline-nm:hover,
.btn-outline-nm:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .12);
}

.btn-light-nm {
    color: var(--nm-ink);
    background: #fff;
    border: 1px solid #fff;
    white-space: nowrap;
}

.btn-ghost-light {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .08);
    white-space: nowrap;
}

.btn-ghost-light:hover,
.btn-ghost-light:focus {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.section-padding {
    padding: 92px 0;
}

.page-main {
    background: #fff;
}

.page-main > section.container.py-5:first-child {
    padding-top: 128px !important;
}

.page-hero {
    padding: 140px 0 72px;
}

.page-hero h1 {
    max-width: 880px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: 0;
}

.page-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: #b9c7d8;
    font-size: 1.08rem;
    line-height: 1.7;
}

.section-dark {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(10, 102, 194, .18), transparent 42%),
        linear-gradient(180deg, #07111f 0%, #0d1d31 100%);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 96px;
}

.hero-portal {
    padding-bottom: 20px;
}

.portal-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.portal-intro h1 {
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: clamp(1rem, 1.35vw, 1.28rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: right;
    white-space: nowrap;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .24;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.hero .container {
    position: relative;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--nm-green);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 780px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(2.35rem, 5.2vw, 5rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: 0;
}

.hero-copy {
    max-width: 650px;
    margin-top: 24px;
    color: #b9c7d8;
    font-size: 1.12rem;
    line-height: 1.7;
}

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

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 640px;
    margin-top: 38px;
}

.hero-proof div {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: 14px;
    background: rgba(255, 255, 255, .05);
}

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

.hero-proof strong {
    color: #fff;
    font-size: 1rem;
}

.hero-proof span {
    margin-top: 4px;
    color: #9fb0c6;
    font-size: .82rem;
}

.product-shell {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 255, 255, .07);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
    backdrop-filter: blur(20px);
}

.media-console {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 255, 255, .07);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
    backdrop-filter: blur(20px);
}

.portal-panel {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 255, 255, .07);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
    backdrop-filter: blur(20px);
}

.product-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 16px;
}

.product-topbar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #6e7f94;
}

.product-topbar span:first-child {
    background: var(--nm-amber);
}

.product-topbar span:nth-child(2) {
    background: var(--nm-green);
}

.product-topbar strong {
    margin-left: auto;
    color: #c9d8e7;
    font-size: .82rem;
    font-weight: 800;
}

.product-layout {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 12px;
}

.product-sidebar,
.product-main,
.metric-card,
.signal-card,
.console-card,
.workflow {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(7, 17, 31, .72);
}

.product-sidebar {
    display: grid;
    gap: 8px;
    align-content: start;
    padding: 12px;
}

.product-sidebar span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    border-radius: 8px;
    padding: 0 10px;
    color: #aebed1;
    font-size: .82rem;
    font-weight: 750;
}

.product-sidebar .is-active {
    color: #fff;
    background: rgba(0, 168, 142, .22);
}

.product-main {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 12px;
    padding: 12px;
}

.metric-card,
.signal-card,
.console-card {
    padding: 18px;
}

.metric-card {
    min-height: 158px;
}

.metric-primary {
    background: linear-gradient(135deg, rgba(10, 102, 194, .9), rgba(0, 168, 142, .78));
}

.metric-card span,
.metric-card small,
.metric-card strong,
.metric-card code,
.signal-card span,
.signal-card strong,
.console-card span,
.console-card code {
    display: block;
}

.metric-card span,
.signal-card span,
.console-card span {
    color: #aebed1;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.metric-card strong,
.signal-card strong {
    margin-top: 20px;
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0;
}

.metric-card small {
    margin-top: 8px;
    color: #d6e2ef;
}

.metric-primary span,
.metric-primary small {
    color: rgba(255, 255, 255, .84);
}

.signal-card {
    display: grid;
    grid-template-columns: 1fr 96px;
    gap: 14px;
    align-items: end;
}

.signal-bars {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 96px;
}

.signal-bars span {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, var(--nm-lime), var(--nm-cyan));
}

.console-card {
    grid-column: 1 / -1;
}

.console-card code {
    margin-top: 12px;
    color: #8cf2c3;
    font-size: .92rem;
    white-space: normal;
}

.workflow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
}

.workflow div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    border-radius: 8px;
    color: #d8e8f5;
    background: rgba(255, 255, 255, .06);
    font-size: .88rem;
    font-weight: 750;
}

.hub-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 12px;
}

.hub-feature,
.hub-card,
.hub-metrics {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(7, 17, 31, .72);
}

.hub-feature {
    grid-row: span 2;
    min-height: 296px;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(10, 102, 194, .8), rgba(0, 168, 142, .55)),
        rgba(7, 17, 31, .72);
}

.hub-label,
.hub-card span {
    display: inline-flex;
    color: #bfe9ff;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.hub-feature h2 {
    margin: 24px 0 0;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.hub-feature p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.65;
}

.hub-card {
    min-height: 142px;
    padding: 18px;
}

.hub-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 8px;
    color: var(--nm-ink);
    background: var(--nm-lime);
    font-size: 1.15rem;
}

.hub-card strong,
.hub-card a {
    display: block;
}

.hub-card strong {
    margin-top: 8px;
    color: #fff;
    font-size: .98rem;
    line-height: 1.35;
}

.hub-card a {
    margin-top: 12px;
    color: #8cf2c3;
    font-size: .9rem;
    font-weight: 800;
}

.hub-metrics {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
}

.hub-metrics div {
    padding: 16px;
    background: rgba(7, 17, 31, .72);
}

.hub-metrics strong,
.hub-metrics span {
    display: block;
}

.hub-metrics strong {
    color: #fff;
    font-weight: 900;
}

.hub-metrics span {
    margin-top: 4px;
    color: #aebed1;
    font-size: .82rem;
    line-height: 1.45;
}

.portal-panel-grid {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(250px, 3fr);
    gap: 14px;
}

.portal-feed,
.portal-tools {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(7, 17, 31, .72);
}

.portal-feed {
    padding: 16px;
}

.portal-tools {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 14px;
}

.portal-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.portal-panel-heading span {
    color: #bfe9ff;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.portal-panel-heading a {
    color: #8cf2c3;
    font-size: .84rem;
    font-weight: 850;
}

.portal-article {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 14px 0;
}

.portal-article:first-of-type,
.portal-article-list .portal-article:first-child {
    border-top: 0;
    padding-top: 4px;
}

.portal-article-featured {
    min-height: 230px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(10, 102, 194, .82), rgba(0, 168, 142, .52)),
        rgba(7, 17, 31, .72);
}

.portal-article span {
    display: block;
    color: var(--nm-lime);
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.portal-article h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 1.02rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0;
}

.portal-article-featured h2 {
    max-width: 760px;
    font-size: clamp(1.7rem, 3vw, 3rem);
    line-height: 1.05;
}

.portal-article p {
    max-width: 620px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .8);
    line-height: 1.65;
}

.portal-article-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.portal-article-list .portal-article {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 16px;
    background: rgba(255, 255, 255, .05);
}

.portal-article a {
    display: inline-flex;
    margin-top: 8px;
    color: #8cf2c3;
    font-size: .86rem;
    font-weight: 850;
}

.portal-tool {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    border-radius: 8px;
    padding: 10px;
    color: #d8e8f5;
    background: rgba(255, 255, 255, .06);
}

.portal-tool:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.portal-tool i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: var(--nm-ink);
    background: var(--nm-lime);
}

.portal-tool span {
    font-size: .9rem;
    font-weight: 800;
}

.area-nav {
    border-bottom: 1px solid var(--nm-line);
    background: #fff;
}

.area-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--nm-line);
}

.area-nav-grid a {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 2px 12px;
    min-height: 86px;
    padding: 16px;
    color: var(--nm-text);
    background: #fff;
}

.area-nav-grid i {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    color: #fff;
    background: var(--nm-blue);
    font-size: 1.16rem;
}

.area-nav-grid span {
    align-self: end;
    color: var(--nm-ink);
    font-weight: 850;
}

.area-nav-grid small {
    color: var(--nm-muted);
}

.area-nav-grid a:hover {
    color: var(--nm-text);
    background: var(--nm-soft);
}

.trust-strip {
    border-bottom: 1px solid var(--nm-line);
    background: #fff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--nm-line);
}

.trust-grid span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 74px;
    padding: 16px;
    color: var(--nm-ink-2);
    background: #fff;
    font-size: .9rem;
    font-weight: 750;
}

.trust-grid i {
    color: var(--nm-green);
}

.section-heading {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.section-heading-split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 28px;
    max-width: none;
    text-align: left;
    align-items: end;
}

.section-title {
    margin: 10px 0 0;
    color: var(--nm-ink);
    font-size: clamp(2rem, 3.2vw, 3.25rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.section-subtitle {
    max-width: 720px;
    margin: 18px auto 0;
    color: var(--nm-muted);
    font-size: 1.02rem;
    line-height: 1.7;
}

.dark-copy {
    margin-top: 18px;
    color: #b9c7d8;
    line-height: 1.7;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.service-grid-compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
    min-height: 100%;
    border: 1px solid var(--nm-line);
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 32, 51, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 168, 142, .38);
    box-shadow: 0 20px 42px rgba(16, 32, 51, .1);
}

.service-card-featured {
    background: var(--nm-ink);
    color: #fff;
    border-color: var(--nm-ink);
}

.service-card-soft {
    background: linear-gradient(180deg, #fff, var(--nm-soft));
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    border-radius: 8px;
    color: var(--nm-blue);
    background: #eaf4ff;
    font-size: 1.35rem;
}

.service-card-featured .service-icon {
    color: var(--nm-ink);
    background: var(--nm-lime);
}

.service-card h3 {
    margin: 0;
    color: inherit;
    font-size: 1.08rem;
    font-weight: 850;
}

.service-card p {
    margin: 12px 0 0;
    color: var(--nm-muted);
    line-height: 1.65;
}

.service-card-featured p {
    color: #b9c7d8;
}

.tools-section {
    background: linear-gradient(180deg, var(--nm-soft), #fff);
}

.content-section {
    background:
        linear-gradient(180deg, #fff, var(--nm-soft));
}

.content-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.content-card {
    min-height: 260px;
    border: 1px solid var(--nm-line);
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 32, 51, .07);
}

.content-card-image {
    display: block;
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 1.91 / 1;
    background: var(--nm-soft);
}

.content-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .24s ease;
}

.content-card:hover .content-card-image img {
    transform: scale(1.025);
}

.content-card-main {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(10, 102, 194, .9), rgba(7, 17, 31, .94));
    border-color: rgba(10, 102, 194, .34);
}

.content-card span {
    display: inline-flex;
    color: var(--nm-green);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.content-card-main span {
    color: var(--nm-lime);
}

.content-card h3 {
    margin: 18px 0 0;
    color: var(--nm-ink);
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0;
}

.content-card-main h3 {
    color: #fff;
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.content-card p {
    margin: 14px 0 0;
    color: #cbd8e6;
    line-height: 1.65;
}

.content-card a {
    display: inline-flex;
    margin-top: 24px;
    color: var(--nm-blue);
    font-weight: 850;
}

.content-card-main a {
    color: #8cf2c3;
}

.block-code {
    margin: 24px 0;
    overflow: hidden;
    border: 1px solid #223149;
    border-radius: 8px;
    background: #08111f;
    box-shadow: 0 14px 30px rgba(7, 17, 31, .16);
}

.block-code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    color: #d7e6f7;
    background: #101d31;
    border-bottom: 1px solid #223149;
}

.block-code-language {
    color: #8cf2c3;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.block-code-copy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    padding: 6px 10px;
    color: #eef7ff;
    background: rgba(255, 255, 255, .08);
    font-size: .78rem;
    font-weight: 750;
}

.block-code-copy:hover,
.block-code-copy:focus {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.block-code pre {
    margin: 0;
    padding: 18px;
    overflow-x: auto;
    color: #dbeafe;
    background: transparent;
    font-size: .92rem;
    line-height: 1.6;
}

.block-code code {
    color: inherit;
    background: transparent;
    font-size: inherit;
}

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

.tool-catalog {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.tool-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    min-height: 132px;
    border: 1px solid var(--nm-line);
    border-radius: 8px;
    padding: 22px;
    color: var(--nm-text);
    background: #fff;
    box-shadow: 0 12px 26px rgba(16, 32, 51, .06);
    transition: border-color .2s ease, transform .2s ease;
}

.tool-row:hover {
    color: var(--nm-text);
    border-color: rgba(10, 102, 194, .32);
    transform: translateY(-2px);
}

.tool-row i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    color: #fff;
    background: var(--nm-blue);
    font-size: 1.25rem;
}

.tool-row strong,
.tool-row span {
    display: block;
}

.tool-row strong {
    color: var(--nm-ink);
    font-weight: 850;
}

.tool-row span {
    margin-top: 6px;
    color: var(--nm-muted);
    line-height: 1.5;
}

.differential-list {
    display: grid;
    gap: 14px;
}

.differential-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: 22px;
    background: rgba(255, 255, 255, .06);
}

.differential-item span {
    color: var(--nm-lime);
    font-weight: 900;
}

.differential-item h3 {
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 850;
}

.differential-item p {
    margin: 8px 0 0;
    color: #b9c7d8;
    line-height: 1.65;
}

.projects-section {
    background: #fff;
}

.project-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 18px;
}

.project-card {
    overflow: hidden;
    border: 1px solid var(--nm-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16, 32, 51, .08);
}

.project-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: var(--nm-soft);
}

.project-card-large img {
    aspect-ratio: 16 / 9;
}

.project-card div {
    padding: 18px;
}

.project-card span {
    color: var(--nm-green);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.project-card h3 {
    margin: 7px 0 0;
    color: var(--nm-ink);
    font-size: 1.12rem;
    font-weight: 850;
}

.project-card p {
    margin: 10px 0 0;
    color: var(--nm-muted);
    line-height: 1.6;
}

.cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: 8px;
    padding: 36px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(245, 184, 73, .2), transparent 46%),
        linear-gradient(135deg, var(--nm-blue), var(--nm-ink));
}

.cta-portal {
    align-items: flex-start;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cta h2 {
    margin: 8px 0 0;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: 0;
}

.cta p {
    max-width: 720px;
    margin: 12px 0 0;
    color: #d3dfeb;
    line-height: 1.7;
}

footer {
    color: #b9c7d8;
    background: var(--nm-ink);
    padding: 48px 0 26px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .7fr .7fr;
    gap: 28px;
}

.footer-brand {
    margin-bottom: 14px;
}

footer p {
    max-width: 460px;
    margin: 0;
    line-height: 1.65;
}

footer strong,
footer a {
    display: block;
}

footer strong {
    margin-bottom: 12px;
    color: #fff;
}

footer a {
    margin-top: 8px;
    color: #b9c7d8;
}

footer a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #8fa0b6;
    font-size: .9rem;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 16px 30px rgba(37, 211, 102, .32);
    font-size: 1.45rem;
}

.whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .service-grid,
    .service-grid-compact,
    .tool-catalog,
    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-layout {
        grid-template-columns: 1fr;
    }

    .product-sidebar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 16px 0;
    }

    .hero {
        padding: 126px 0 74px;
    }

    .tool-panel,
    .tool-catalog,
    .content-grid,
    .section-heading-split,
    .portal-panel-grid,
    .project-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .portal-intro {
        display: block;
    }

    .portal-intro h1 {
        margin-top: 12px;
        text-align: left;
        white-space: normal;
    }

    .cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 68px 0;
    }

    .hero h1 {
        font-size: clamp(2.15rem, 12vw, 3.4rem);
    }

    .hero-proof,
    .hub-grid,
    .hub-metrics,
    .area-nav-grid,
    .portal-panel-grid,
    .workflow,
    .service-grid,
    .service-grid-compact,
    .tool-catalog,
    .trust-grid,
    .product-main,
    .product-sidebar {
        grid-template-columns: 1fr;
    }

    .signal-card {
        grid-template-columns: 1fr;
    }

    .signal-bars {
        height: 72px;
    }

    .workflow div {
        justify-content: flex-start;
        padding: 0 12px;
    }

    .hero-actions .btn,
    .btn-light-nm {
        width: 100%;
    }

    .differential-item {
        grid-template-columns: 1fr;
    }

    .cta {
        padding: 26px;
    }

    .brand-text {
        font-size: 1.7rem;
    }
}
