:root {
    --ni-primary: var(--primary, #0a1628);
    --ni-deep: #0f172a;
    --ni-cyan: #62BFCA;
    --ni-gold: var(--accent, #c8a84e);
    --ni-ice: #d4edf4;
    --ni-white: #ffffff;
    --ni-muted: var(--gray-600, #4b5563);
    --ni-line: rgba(10, 22, 40, 0.1);
}

html,
body {
    overflow-x: hidden;
}

.ni-page {
    background: #ffffff;
}

.sp-section {
    position: relative;
    padding: var(--section-padding, 7rem 0);
    background: var(--section-bg, #ffffff);
    overflow: hidden;
}

.sp-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.32;
}

.sp-grid::before,
.sp-grid::after {
    content: '';
    position: absolute;
    inset: 0;
}

.sp-grid::before {
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 48px 48px;
}

.sp-grid::after {
    background:
        radial-gradient(circle at 20% 20%, rgba(98, 191, 202, 0.15), transparent 35%),
        radial-gradient(circle at 80% 30%, rgba(200, 168, 78, 0.12), transparent 28%),
        radial-gradient(circle at 60% 75%, rgba(98, 191, 202, 0.12), transparent 24%);
}

.sp-hero-media,
.sp-hero-overlay,
.sp-cta-bg {
    position: absolute;
    inset: 0;
}

.sp-hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0.35;
    transform: scale(1.02);
}

.sp-hero-overlay {
    background:
        linear-gradient(90deg, rgba(10, 22, 40, 0.99) 0%, rgba(10, 22, 40, 0.94) 43%, rgba(10, 22, 40, 0.73) 72%, rgba(10, 22, 40, 0.78) 100%),
        radial-gradient(circle at 78% 35%, rgba(98, 191, 202, 0.17), transparent 34%),
        radial-gradient(circle at 18% 80%, rgba(200, 168, 78, 0.1), transparent 24%);
}

.ni-hero {
    min-height: 820px;
    display: flex;
    align-items: center;
}

.ni-hero::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: -110px;
    top: 80px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(98, 191, 202, 0.16);
    border-radius: 50%;
    box-shadow: 0 0 0 84px rgba(98, 191, 202, 0.025), 0 0 0 168px rgba(98, 191, 202, 0.02);
    pointer-events: none;
}

.ni-hero .container,
.ni-network-section .container,
.ni-cobra .container,
.ni-cta .container {
    position: relative;
    z-index: 2;
}

.ni-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.9fr);
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
}

.sp-hero-inner {
    max-width: 720px;
}

.sp-badge,
.section-badge,
.ni-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sp-badge {
    margin-bottom: 1.7rem;
    padding: 0.5rem 1rem;
    color: var(--ni-cyan);
    background: rgba(98, 191, 202, 0.13);
    border: 1px solid rgba(98, 191, 202, 0.3);
}

.sp-badge svg,
.section-badge svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.section-badge {
    margin-bottom: 1.25rem;
    padding: 0.5rem 1rem;
    color: var(--ni-gold);
    background: rgba(200, 168, 78, 0.08);
    border: 1px solid rgba(200, 168, 78, 0.22);
}

.section-badge.light {
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

.ni-kicker {
    margin-bottom: 1.3rem;
    color: var(--ni-gold);
}

.ni-kicker::before {
    content: '';
    width: 28px;
    height: 1px;
    background: currentColor;
}

.ni-kicker-light {
    color: var(--ni-cyan);
}

.sp-hero h1,
.ni-page h2,
.ni-manifesto-statement p,
.services-cobra-copy .section-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.sp-hero h1 {
    margin: 0 0 1.35rem;
    color: #ffffff;
    font-size: clamp(3.5rem, 6.6vw, 5.75rem);
    line-height: 0.94;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
}

.ni-page h2,
.services-cobra-copy .section-title {
    margin: 0 0 1.5rem;
    color: var(--ni-primary);
    font-size: clamp(2.45rem, 4.4vw, 3.8rem);
    line-height: 1.04;
}

.accent-text {
    color: var(--ni-gold);
}

.ni-hero-subheading {
    margin: 0 0 1.6rem;
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.35rem, 2.1vw, 1.85rem);
    font-weight: 800;
    line-height: 1.25;
}

.ni-hero-prompts {
    position: relative;
    margin: 0 0 1.6rem;
    padding-left: 1.2rem;
    border-left: 2px solid rgba(98, 191, 202, 0.5);
}

.ni-hero-prompts p {
    margin: 0 0 0.3rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.96rem;
    line-height: 1.65;
}

.ni-hero-prompts p:last-child {
    margin: 0.5rem 0 0;
    color: #ffffff;
    font-weight: 800;
}

.sp-hero-copy {
    max-width: 650px;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.08rem;
    line-height: 1.8;
}

.sp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.sp-hero-actions .btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.sp-hero-actions .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(10, 22, 40, 0.24);
}

.sp-hero-actions .btn-outline {
    color: #ffffff !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
}

.sp-hero-actions .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 0.35rem;
}

.ni-hero-network {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    max-width: 560px;
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(98, 191, 202, 0.14), transparent 22%),
        radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.04) 68%);
    box-shadow: inset 0 0 80px rgba(98, 191, 202, 0.06), 0 36px 90px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.ni-hero-network::before,
.ni-hero-network::after {
    content: '';
    position: absolute;
    inset: 7%;
    border-radius: 50%;
    border: 1px dashed rgba(98, 191, 202, 0.2);
}

.ni-hero-network::after {
    inset: 25%;
    border-color: rgba(200, 168, 78, 0.23);
}

.ni-network-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ni-network-lines circle,
.ni-network-lines path {
    stroke: rgba(98, 191, 202, 0.32);
    stroke-width: 1.2;
    stroke-dasharray: 5 8;
    animation: ni-dash 18s linear infinite;
}

.ni-network-lines path:last-child {
    stroke: rgba(200, 168, 78, 0.3);
    animation-direction: reverse;
}

.ni-hub-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(98, 191, 202, 0.28);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ni-hub-ring-outer {
    width: 38%;
    height: 38%;
    animation: ni-pulse-ring 3.4s ease-out infinite;
}

.ni-hub-ring-inner {
    width: 29%;
    height: 29%;
    border-color: rgba(200, 168, 78, 0.32);
    animation: ni-pulse-ring 3.4s 1.1s ease-out infinite;
}

.ni-network-hub {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 27%;
    aspect-ratio: 1;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(145deg, rgba(98, 191, 202, 0.28), rgba(10, 22, 40, 0.92));
    border: 1px solid rgba(98, 191, 202, 0.52);
    box-shadow: 0 0 50px rgba(98, 191, 202, 0.2);
    transform: translate(-50%, -50%);
}

.ni-network-hub span {
    color: var(--ni-cyan);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ni-network-hub strong {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(0.9rem, 1.4vw, 1.2rem);
}

.ni-orbit-node {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.75rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
    background: rgba(10, 22, 40, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.ni-orbit-node i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--ni-gold);
    box-shadow: 0 0 0 5px rgba(200, 168, 78, 0.1), 0 0 14px rgba(200, 168, 78, 0.5);
}

.ni-node-people { left: 17%; top: 15%; }
.ni-node-companies { right: 1%; top: 36%; }
.ni-node-wallets { right: 10%; bottom: 14%; }
.ni-node-transactions { left: 5%; bottom: 24%; }
.ni-node-infrastructure { left: 38%; top: 4%; }

.ni-scan-line {
    position: absolute;
    z-index: 2;
    left: 10%;
    right: 10%;
    top: 15%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(98, 191, 202, 0.75), transparent);
    box-shadow: 0 0 18px rgba(98, 191, 202, 0.8);
    animation: ni-scan 5s ease-in-out infinite;
}

.ni-manifesto::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--ni-cyan), var(--ni-gold));
}

.ni-manifesto-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: center;
}

.ni-manifesto-statement {
    position: relative;
    padding: 1rem 0 1rem 2rem;
}

.ni-index {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ni-gold);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.ni-manifesto-statement p {
    margin: 0;
    color: var(--ni-primary);
    font-size: clamp(2.6rem, 5.2vw, 4.8rem);
    line-height: 0.98;
}

.ni-manifesto-copy {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(98, 191, 202, 0.07), rgba(200, 168, 78, 0.07));
    border: 1px solid var(--ni-line);
    border-radius: 4px 28px 28px 28px;
    box-shadow: 0 24px 60px rgba(10, 22, 40, 0.08);
}

.ni-manifesto-copy p {
    margin: 0;
    color: var(--ni-muted);
    font-size: 1.08rem;
    line-height: 1.85;
}

.ni-manifesto-copy p + p {
    margin-top: 1.25rem;
    color: var(--ni-primary);
    font-weight: 800;
}

.ni-risk-grid,
.ni-timing-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(3.5rem, 8vw, 7rem);
    align-items: start;
}

.ni-section-intro {
    position: sticky;
    top: 8rem;
}

.ni-section-intro > p,
.ni-network-heading > p,
.ni-value-head > p {
    margin: 0;
    color: var(--ni-muted);
    font-size: 1.03rem;
    line-height: 1.82;
}

.ni-section-intro > p + p,
.ni-value-head > p + p {
    margin-top: 1rem;
}

.ni-risk-conclusion {
    margin-top: 2.2rem;
    padding: 1.5rem 0 0 1.5rem;
    border-left: 3px solid var(--ni-cyan);
}

.ni-risk-conclusion p,
.ni-risk-conclusion strong {
    display: block;
    margin: 0;
    color: var(--ni-primary);
    line-height: 1.65;
}

.ni-risk-conclusion strong {
    margin-top: 0.35rem;
    font-family: 'Archivo', sans-serif;
    font-size: 1.08rem;
}

.ni-signal-stack {
    display: grid;
    gap: 1rem;
}

.ni-signal-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 1.2rem;
    align-items: center;
    min-height: 125px;
    padding: 1.5rem 1.7rem;
    background: #ffffff;
    border: 1px solid rgba(10, 22, 40, 0.08);
    border-radius: 4px 20px 20px 20px;
    box-shadow: 0 15px 35px rgba(10, 22, 40, 0.055);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ni-signal-card::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 22px;
    bottom: 22px;
    width: 3px;
    background: linear-gradient(180deg, var(--ni-cyan), var(--ni-gold));
}

.ni-signal-card:hover {
    transform: translateX(-8px);
    border-color: rgba(98, 191, 202, 0.45);
    box-shadow: 0 24px 50px rgba(10, 22, 40, 0.1);
}

.ni-signal-card > span {
    color: rgba(10, 22, 40, 0.2);
    font-family: 'Archivo', sans-serif;
    font-size: 1.65rem;
    font-weight: 900;
    transition: color 0.3s ease;
}

.ni-signal-card:hover > span {
    color: var(--ni-cyan);
}

.ni-signal-card p {
    margin: 0;
    color: var(--ni-primary);
    font-size: 1rem;
    line-height: 1.7;
}

.ni-network-section {
    color: #ffffff;
}

.ni-network-section::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -420px;
    width: 900px;
    height: 900px;
    border: 1px solid rgba(98, 191, 202, 0.1);
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.ni-network-heading {
    max-width: 870px;
    margin-bottom: 3.5rem;
}

.ni-network-heading h2,
.ni-cobra h2,
.ni-cta h2 {
    color: #ffffff;
}

.ni-network-heading > p {
    max-width: 820px;
    color: rgba(255, 255, 255, 0.76);
}

.ni-entity-map {
    position: relative;
    min-height: 600px;
    margin: 0 0 3.5rem;
    background:
        linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(98, 191, 202, 0.1), transparent 40%);
    background-size: 42px 42px, 42px 42px, auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.18), 0 28px 70px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.ni-entity-map::before {
    content: '';
    position: absolute;
    inset: 12%;
    border: 1px dashed rgba(98, 191, 202, 0.15);
    border-radius: 50%;
}

.ni-entity-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ni-entity-lines path {
    fill: none;
    stroke: rgba(98, 191, 202, 0.32);
    stroke-width: 1.2;
    stroke-dasharray: 7 9;
    vector-effect: non-scaling-stroke;
    animation: ni-dash 26s linear infinite;
}

.ni-entity-core,
.ni-entity {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    background: rgba(10, 22, 40, 0.9);
    border: 1px solid rgba(98, 191, 202, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.ni-entity-core {
    left: 50%;
    top: 50%;
    flex-direction: column;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(98, 191, 202, 0.28), rgba(10, 22, 40, 0.96));
    border-color: rgba(98, 191, 202, 0.62);
    box-shadow: 0 0 0 16px rgba(98, 191, 202, 0.035), 0 0 70px rgba(98, 191, 202, 0.18);
    transform: translate(-50%, -50%);
}

.ni-entity-core span {
    color: var(--ni-cyan);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ni-entity-core strong {
    font-family: 'Archivo', sans-serif;
    font-size: 1.25rem;
}

.ni-entity {
    min-width: 110px;
    min-height: 44px;
    padding: 0.65rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    transition: transform 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ni-entity::before {
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 0.5rem;
    border-radius: 50%;
    background: var(--ni-gold);
    box-shadow: 0 0 10px rgba(200, 168, 78, 0.7);
}

.ni-entity:hover {
    color: var(--ni-cyan);
    border-color: rgba(200, 168, 78, 0.65);
    transform: translateY(-3px);
}

.ni-entity-1 { left: 4%; top: 11%; }
.ni-entity-2 { left: 24%; top: 8%; }
.ni-entity-3 { left: 46%; top: 5%; }
.ni-entity-4 { right: 21%; top: 10%; }
.ni-entity-5 { right: 3%; top: 22%; }
.ni-entity-6 { right: 6%; bottom: 24%; }
.ni-entity-7 { right: 27%; bottom: 8%; }
.ni-entity-8 { left: 38%; bottom: 5%; }
.ni-entity-9 { left: 14%; bottom: 14%; }
.ni-entity-10 { left: 3%; top: 47%; }
.ni-entity-11 { right: 3%; top: 47%; }
.ni-entity-12 { left: 4%; bottom: 29%; }

.ni-network-findings {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 3rem;
    align-items: start;
}

.ni-network-findings > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.02rem;
    line-height: 1.85;
}

.ni-network-findings > div {
    padding-left: 1.5rem;
    border-left: 3px solid var(--ni-gold);
}

.ni-network-findings strong,
.ni-network-findings span {
    display: block;
}

.ni-network-findings strong {
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-size: 1.05rem;
}

.ni-network-findings span {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.ni-value-head {
    max-width: none;
    margin-bottom: 3.5rem;
}

@media (min-width: 1200px) {
    .ni-value-head > p:first-of-type {
        white-space: nowrap;
    }
}

.ni-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ni-value-card {
    position: relative;
    min-height: 190px;
    padding: 1.7rem;
    background: #ffffff;
    border: 1px solid rgba(10, 22, 40, 0.1);
    border-radius: 4px 22px 22px 22px;
    box-shadow: 0 14px 38px rgba(10, 22, 40, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ni-value-card::before {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 130px;
    height: 130px;
    border: 1px solid rgba(98, 191, 202, 0.15);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(98, 191, 202, 0.025);
}

.ni-value-card:hover {
    transform: translateY(-7px);
    border-color: rgba(98, 191, 202, 0.6);
    box-shadow: 0 24px 55px rgba(10, 22, 40, 0.11);
}

.ni-value-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 2.2rem;
    color: var(--ni-gold);
    border: 1px solid rgba(200, 168, 78, 0.28);
    border-radius: 50%;
    font-family: 'Archivo', sans-serif;
    font-size: 0.75rem;
    font-weight: 900;
}

.ni-value-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--ni-primary);
    font-family: 'Archivo', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.5;
}

.ni-value-card-wide {
    grid-column: span 3;
    min-height: 140px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.4rem;
    align-items: center;
    background: linear-gradient(100deg, rgba(98, 191, 202, 0.08), rgba(200, 168, 78, 0.07));
}

.ni-value-card-wide > span {
    margin-bottom: 0;
}

.services-cobra-section {
    color: #ffffff;
    background: #0f172a !important;
}

.ni-cobra::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.5;
}

.ni-cobra-glow {
    position: absolute;
    right: -180px;
    top: 50%;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(98, 191, 202, 0.15), transparent 68%);
    transform: translateY(-50%);
}

.ni-cobra-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(3rem, 7vw, 6rem);
    align-items: center;
}

.services-cobra-copy .section-title {
    color: #ffffff;
}

.services-cobra-description {
    max-width: 62ch;
    margin: 0;
    color: #e2e8f0;
    font-size: 1rem;
    line-height: 1.85;
}

.services-cobra-description + .services-cobra-description {
    margin-top: 1rem;
}

.ni-verification-panel {
    position: relative;
    padding: clamp(2rem, 4vw, 3rem);
    background:
        radial-gradient(420px 220px at 15% 12%, rgba(200, 168, 78, 0.2), transparent 60%),
        radial-gradient(400px 240px at 88% 20%, rgba(98, 191, 202, 0.18), transparent 62%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px 28px 28px 28px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    backdrop-filter: blur(12px);
}

.ni-verification-panel > p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.ni-verification-panel > p:first-of-type {
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
}

.ni-verification-panel > p + p {
    margin-top: 1rem;
}

.ni-verification-rule {
    width: 100%;
    height: 1px;
    margin: 2rem 0;
    background: linear-gradient(90deg, var(--ni-gold), rgba(98, 191, 202, 0.5), transparent);
}

.ni-verification-panel > strong,
.ni-verification-panel > span {
    position: relative;
    z-index: 2;
    display: block;
}

.ni-verification-panel > strong {
    color: var(--ni-gold);
    font-family: 'Archivo', sans-serif;
    font-size: 1.05rem;
}

.ni-verification-panel > span {
    margin-top: 0.4rem;
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
}

.ni-verification-scan {
    position: absolute;
    right: -45px;
    top: -45px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(98, 191, 202, 0.18);
    border-radius: 50%;
    animation: ni-rotate 18s linear infinite;
}

.ni-verification-scan::before,
.ni-verification-scan::after {
    content: '';
    position: absolute;
    inset: 25%;
    border: 1px dashed rgba(200, 168, 78, 0.25);
    border-radius: 50%;
}

.ni-verification-scan::after {
    inset: 47%;
    background: var(--ni-cyan);
    border: none;
    box-shadow: 0 0 18px rgba(98, 191, 202, 0.7);
}

.ni-verification-scan span {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ni-gold);
}

.ni-verification-scan span:nth-child(1) { left: 15%; top: 35%; }
.ni-verification-scan span:nth-child(2) { right: 18%; top: 22%; }
.ni-verification-scan span:nth-child(3) { right: 7%; bottom: 30%; }
.ni-verification-scan span:nth-child(4) { left: 25%; bottom: 12%; }

.ni-timing-section::after {
    content: '';
    position: absolute;
    right: -220px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(98, 191, 202, 0.11);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(98, 191, 202, 0.02);
}

.ni-decision-line {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ni-decision-line::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 28px;
    bottom: 28px;
    width: 1px;
    background: linear-gradient(180deg, var(--ni-cyan), var(--ni-gold));
}

.ni-decision-line li {
    position: relative;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1.25rem;
    align-items: center;
    min-height: 92px;
    padding: 0.75rem 0;
}

.ni-decision-line li > span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--ni-primary);
    background: #ffffff;
    border: 1px solid rgba(98, 191, 202, 0.45);
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(10, 22, 40, 0.08);
    font-family: 'Archivo', sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
}

.ni-decision-line li p {
    margin: 0;
    padding: 1.1rem 1.3rem;
    color: var(--ni-primary);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(10, 22, 40, 0.075);
    border-radius: 4px 16px 16px 16px;
    font-family: 'Archivo', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 10px 28px rgba(10, 22, 40, 0.045);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.ni-decision-line li:hover p {
    transform: translateX(6px);
    border-color: rgba(200, 168, 78, 0.5);
}

.sp-cta-bg {
    background:
        linear-gradient(100deg, rgba(10, 22, 40, 0.98), rgba(10, 22, 40, 0.9)),
        url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.ni-cta::before {
    content: '';
    position: absolute;
    left: -160px;
    top: -160px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(98, 191, 202, 0.13);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(98, 191, 202, 0.02), 0 0 0 140px rgba(98, 191, 202, 0.015);
}

.sp-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(3rem, 7vw, 6rem);
    align-items: center;
}

.sp-cta-copy {
    max-width: 650px;
}

.sp-cta-copy p,
.sp-cta-panel p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.8;
}

.sp-cta-panel {
    position: relative;
    padding: 2.5rem;
    background:
        radial-gradient(400px 220px at 10% 10%, rgba(200, 168, 78, 0.18), transparent 60%),
        rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px 28px 28px 28px;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.sp-cta-panel:hover {
    transform: translateY(-6px);
    border-color: rgba(98, 191, 202, 0.45);
}

.sp-cta-panel > p {
    margin: 0 0 1.5rem;
    color: #ffffff;
}

.sp-cta-note {
    margin-top: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    line-height: 1.6;
}

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.78s ease, transform 0.78s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

@keyframes ni-dash {
    to { stroke-dashoffset: -160; }
}

@keyframes ni-pulse-ring {
    0% { opacity: 0.2; transform: translate(-50%, -50%) scale(0.82); }
    55% { opacity: 0.7; }
    100% { opacity: 0; transform: translate(-50%, -50%) scale(1.25); }
}

@keyframes ni-scan {
    0%, 100% { top: 16%; opacity: 0; }
    14%, 86% { opacity: 0.9; }
    50% { top: 82%; opacity: 0.9; }
}

@keyframes ni-rotate {
    to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
    .ni-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
        gap: 3rem;
    }

    .ni-entity-1 { left: 3%; }
    .ni-entity-5 { right: 2%; }
    .ni-entity-6 { right: 3%; }
    .ni-entity-10 { left: 2%; }
    .ni-entity-11 { right: 2%; }
}

@media (max-width: 980px) {
    .ni-hero {
        min-height: auto;
        padding: 8.5rem 0 5.5rem !important;
    }

    .ni-hero-layout,
    .ni-manifesto-grid,
    .ni-risk-grid,
    .ni-cobra-grid,
    .ni-timing-grid,
    .sp-cta-grid,
    .ni-network-findings {
        grid-template-columns: 1fr;
    }

    .ni-hero-layout,
    .ni-hero-layout > *,
    .sp-hero-inner {
        width: 100%;
        min-width: 0;
    }

    .reveal,
    .reveal.visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ni-hero-network {
        max-width: 540px;
        justify-self: center;
    }

    .ni-section-intro {
        position: static;
    }

    .ni-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ni-value-card-wide {
        grid-column: span 2;
    }

    .ni-value-card:last-child {
        grid-column: span 2;
    }

    .ni-entity-map {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
        min-height: 0;
        padding: 1rem;
        background-size: 32px 32px, 32px 32px, auto;
    }

    .ni-entity-map::before,
    .ni-entity-lines {
        display: none;
    }

    .ni-entity-core,
    .ni-entity {
        position: static;
        min-width: 0;
        min-height: 52px;
        width: auto;
        height: auto;
        padding: 0.75rem;
        border-radius: 4px 14px 14px 14px;
        transform: none;
    }

    .ni-entity-core {
        grid-column: 1 / -1;
        min-height: 100px;
    }

    .ni-entity {
        justify-content: center;
        text-align: center;
    }

    .ni-entity:hover {
        transform: translateY(-2px);
    }

    .ni-network-findings {
        gap: 1.75rem;
    }
}

@media (max-width: 767px) {
    .sp-section {
        padding: 5rem 0 !important;
    }

    .ni-hero {
        padding: 7.5rem 0 4.5rem !important;
    }

    .sp-hero h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);
    }

    .ni-page h2,
    .services-cobra-copy .section-title {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .ni-hero-layout {
        gap: 3.5rem;
    }

    .sp-badge {
        max-width: 100%;
        white-space: normal;
        line-height: 1.4;
    }

    .sp-badge span,
    .ni-hero-prompts p,
    .sp-hero-copy {
        overflow-wrap: anywhere;
    }

    .ni-hero-network {
        max-width: 100%;
    }

    .ni-orbit-node {
        padding: 0.42rem 0.6rem;
        font-size: 0.62rem;
    }

    .ni-node-infrastructure {
        left: 31%;
    }

    .ni-manifesto-grid {
        gap: 2.2rem;
    }

    .ni-manifesto-statement {
        padding-left: 1.3rem;
    }

    .ni-manifesto-statement p {
        font-size: clamp(2.5rem, 13vw, 3.8rem);
    }

    .ni-manifesto-copy,
    .ni-verification-panel,
    .sp-cta-panel {
        padding: 1.7rem;
    }

    .ni-risk-grid,
    .ni-timing-grid {
        gap: 3rem;
    }

    .ni-signal-card {
        grid-template-columns: 42px 1fr;
        gap: 0.8rem;
        min-height: 110px;
        padding: 1.2rem;
    }

    .ni-signal-card > span {
        font-size: 1.25rem;
    }

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

    .ni-value-card,
    .ni-value-card-wide {
        grid-column: auto;
        min-height: 145px;
    }

    .ni-value-card:last-child {
        grid-column: auto;
    }

    .ni-value-card-wide {
        display: block;
    }

    .ni-value-card-wide > span {
        margin-bottom: 2rem;
    }

    .ni-decision-line li {
        gap: 0.8rem;
    }

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

    .sp-hero-actions .btn {
        width: 100%;
        min-width: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        white-space: normal;
        line-height: 1.35;
        text-align: center;
    }
}

@media (max-width: 430px) {
    .ni-orbit-node span {
        max-width: 88px;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ni-network-lines circle,
    .ni-network-lines path,
    .ni-hub-ring,
    .ni-scan-line,
    .ni-entity-lines path,
    .ni-verification-scan {
        animation: none;
    }

    .ni-signal-card,
    .ni-value-card,
    .ni-decision-line li p,
    .sp-cta-panel,
    .sp-hero-actions .btn,
    .reveal {
        transition: none;
    }
}
