:root {
    --nv-ink: #0b0d12;
    --nv-ink-2: #111827;
    --nv-muted: #5a6b7a;
    --nv-bg: #f8fbff;
    --nv-surface: #ffffff;
    --nv-surface-2: #edf4ff;
    --nv-border: #d4e1f1;
    --nv-primary: #00f0d1;
    --nv-primary-700: #00cdb1;
    --nv-accent: #ffb200;
    --nv-electric: #4fd2ff;
    --nv-lime: #baff6b;
    --nv-shadow: 0 30px 70px rgba(12, 18, 34, 0.18);
    --nv-shadow-soft: 0 14px 32px rgba(12, 18, 34, 0.12);
    --nv-radius: 20px;
    --nv-radius-lg: 28px;
}

:root {
    --bs-primary: var(--nv-primary);
    --bs-primary-rgb: 0, 240, 209;
    --bs-warning: var(--nv-accent);
    --bs-warning-rgb: 255, 178, 0;
    --bs-dark: var(--nv-ink);
    --bs-body-color: var(--nv-ink);
    --bs-body-bg: var(--nv-bg);
    --bs-border-color: var(--nv-border);
    --bs-font-sans-serif: "Hanken Grotesk", sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Hanken Grotesk", sans-serif;
    background: radial-gradient(900px 420px at -10% -10%, rgba(0, 240, 209, 0.28), transparent 45%),
        radial-gradient(900px 420px at 110% 0%, rgba(255, 178, 0, 0.22), transparent 45%),
        radial-gradient(800px 520px at 50% 120%, rgba(79, 210, 255, 0.18), transparent 60%),
        var(--nv-bg);
    color: var(--nv-ink);
    padding-top: 72px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.modal-open {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.nv-hero-title {
    font-family: "Bricolage Grotesque", sans-serif;
    letter-spacing: -0.02em;
    color: var(--nv-ink);
}

a {
    text-decoration: none;
}

.text-muted,
.text-secondary {
    color: var(--nv-muted) !important;
}

.mono {
    font-family: "IBM Plex Mono", monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.72rem;
}

.nv-nav {
    background: rgba(250, 251, 254, 0.92);
    border-bottom: 1px solid rgba(12, 18, 34, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 24px rgba(12, 18, 34, 0.06);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1080;
}

.nv-nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 240, 209, 0.12), rgba(0, 240, 209, 0.85), rgba(79, 210, 255, 0.85), rgba(255, 178, 0, 0.9));
    opacity: 0.5;
}

.nv-nav.is-scrolled {
    background: rgba(250, 251, 254, 0.98);
    box-shadow: 0 14px 30px rgba(12, 18, 34, 0.1);
}

.nv-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, var(--nv-primary), #67e3ff);
    color: #0b0d12;
    box-shadow: 0 16px 30px rgba(0, 240, 209, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.nv-brand-text {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
}

.navbar .nav-link {
    font-weight: 600;
    color: var(--nv-muted);
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: var(--nv-ink);
}

.dropdown-menu {
    border-radius: 16px;
    border: 1px solid var(--nv-border);
    box-shadow: var(--nv-shadow-soft);
}

.dropdown-item {
    font-weight: 600;
}

.btn {
    font-weight: 600;
    border-radius: 999px;
    padding: 0.7rem 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-lg {
    padding: 0.9rem 1.9rem;
    font-size: 1.05rem;
}

.btn-sm {
    padding: 0.45rem 1.1rem;
    font-size: 0.85rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--nv-primary), #4fd2ff);
    border: none;
    color: #0b0d12;
    box-shadow: 0 16px 28px rgba(0, 240, 209, 0.32);
    position: relative;
    overflow: hidden;
}

.btn-primary:hover,
.btn-primary:focus {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(0, 240, 209, 0.42);
    color: #0b0d12;
}

.btn-primary::after {
    content: "";
    position: absolute;
    inset: -40% 50% auto -40%;
    height: 200%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    transform: translateX(-120%) rotate(12deg);
    transition: transform 0.6s ease;
}

.btn-primary:hover::after {
    transform: translateX(140%) rotate(12deg);
}

.btn-outline-dark {
    border: 1.5px solid var(--nv-ink);
    color: var(--nv-ink);
}

.btn-outline-dark:hover {
    background: var(--nv-ink);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(12, 18, 34, 0.2);
}

.btn-light {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.nv-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(0, 240, 209, 0.22);
    box-shadow: 0 12px 24px rgba(0, 240, 209, 0.25);
    color: var(--nv-ink);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.nv-pill--dark {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.nv-kicker {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--nv-primary-700);
    font-weight: 600;
}

.nv-text-gradient {
    background: linear-gradient(120deg, var(--nv-primary), #64dfff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nv-hero {
    position: relative;
    padding: 130px 0 100px;
    overflow: hidden;
    background: radial-gradient(700px 420px at 10% 0%, rgba(0, 240, 209, 0.35), transparent 60%),
        radial-gradient(640px 420px at 85% 10%, rgba(79, 210, 255, 0.35), transparent 60%),
        radial-gradient(520px 360px at 100% 80%, rgba(255, 178, 0, 0.32), transparent 70%),
        linear-gradient(180deg, #ffffff 0%, #eff7ff 100%);
    background-size: 120% 120%, 120% 120%, 140% 140%, 100% 100%;
    animation: meshShift 18s ease-in-out infinite;
}

.nv-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(12, 18, 34, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(12, 18, 34, 0.05) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.2;
    pointer-events: none;
}

.nv-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -160px;
    top: 40px;
    background: radial-gradient(circle, rgba(0, 240, 209, 0.5), transparent 65%);
    filter: blur(2px);
    opacity: 0.4;
    pointer-events: none;
}

@keyframes meshShift {
    0% {
        background-position: 0% 0%, 100% 0%, 100% 100%, 0 0;
    }
    50% {
        background-position: 20% 10%, 80% 20%, 90% 70%, 0 0;
    }
    100% {
        background-position: 0% 0%, 100% 0%, 100% 100%, 0 0;
    }
}

@keyframes floatPulse {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.nv-hero > .container {
    position: relative;
    z-index: 1;
}

.nv-hero-title {
    font-size: clamp(2.6rem, 4.4vw, 3.8rem);
    line-height: 1.05;
    text-wrap: balance;
    text-shadow: 0 10px 30px rgba(0, 240, 209, 0.18);
}

.nv-hero-lead {
    font-size: 1.15rem;
    color: var(--nv-muted);
}

.nv-logos img,
.nv-logo {
    height: 22px;
    width: auto;
    max-width: 120px;
    filter: grayscale(100%);
    opacity: 0.8;
    object-fit: contain;
}

.nv-logo-text {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--nv-ink);
}

.nv-board {
    position: relative;
    padding: 24px 10px 40px;
}

.nv-board-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-lg);
    box-shadow: var(--nv-shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nv-board-card--main {
    overflow: hidden;
}

.nv-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1.2rem;
    background: var(--nv-surface-2);
    border-bottom: 1px solid var(--nv-border);
}

.nv-board-url {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.7rem;
    color: var(--nv-muted);
    background: #fff;
    border: 1px solid var(--nv-border);
    border-radius: 999px;
    padding: 0.2rem 0.6rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.nv-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
    background: #ff5f56;
}

.nv-dots span:nth-child(2) {
    background: #ffbd2e;
}

.nv-dots span:nth-child(3) {
    background: #27c93f;
}

.nv-board-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
}

.nv-board-card--advisor {
    position: absolute;
    left: -10px;
    bottom: -20px;
    width: 260px;
    padding: 1rem;
    animation: floatPulse 7s ease-in-out infinite;
}

.nv-board-card--metric {
    position: absolute;
    right: -10px;
    top: 30px;
    width: 210px;
    padding: 1rem;
    animation: floatPulse 7s ease-in-out infinite;
    animation-delay: 1.2s;
}

.nv-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 10px 24px rgba(12, 18, 34, 0.16);
}

.nv-meta {
    font-family: "IBM Plex Mono", monospace;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.62rem;
    color: var(--nv-muted);
    font-weight: 600;
}

.nv-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(0, 240, 209, 0.2);
    color: var(--nv-primary-700);
    font-size: 0.7rem;
    font-weight: 700;
}

.nv-metric {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 0;
}

.nv-section {
    padding: 96px 0;
}

.nv-section--alt {
    background: linear-gradient(180deg, #f3f9ff 0%, var(--nv-surface-2) 100%);
    position: relative;
    overflow: hidden;
}

.nv-section--alt::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 320px at 5% 10%, rgba(0, 240, 209, 0.18), transparent 60%),
        radial-gradient(520px 320px at 95% 20%, rgba(79, 210, 255, 0.16), transparent 60%);
    pointer-events: none;
    opacity: 0.6;
}

.nv-section--alt > .container {
    position: relative;
    z-index: 1;
}

.nv-section--dark {
    background: #0b0d12;
    color: #e5e7eb;
    position: relative;
    overflow: hidden;
}

.nv-section--dark h1,
.nv-section--dark h2,
.nv-section--dark h3,
.nv-section--dark h4 {
    color: #ffffff;
}

.nv-section--dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: 0.2;
    pointer-events: none;
}

.nv-section--dark::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -200px;
    bottom: -240px;
    background: radial-gradient(circle, rgba(79, 210, 255, 0.35), transparent 70%);
    opacity: 0.4;
    filter: blur(2px);
    pointer-events: none;
}

.nv-section--dark .text-muted,
.nv-section--dark .text-secondary {
    color: rgba(229, 231, 235, 0.7) !important;
}

.nv-section-head {
    margin-bottom: 3rem;
}

.nv-section-title {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    margin-top: 0.7rem;
}

.nv-section-lead {
    max-width: 720px;
    margin: 0.8rem auto 0;
    color: var(--nv-muted);
    font-size: 1.1rem;
}

.nv-step-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius);
    padding: 1.6rem;
    box-shadow: var(--nv-shadow-soft);
    position: relative;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nv-step-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--nv-shadow);
}

.nv-step-number {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 240, 209, 0.22);
    color: var(--nv-primary-700);
    font-weight: 800;
    margin-bottom: 1rem;
}

.nv-media {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-lg);
    padding: 1rem;
    box-shadow: var(--nv-shadow-soft);
}

.nv-media img {
    border-radius: 18px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nv-list li {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 0.9rem;
    color: var(--nv-muted);
}

.nv-list i {
    color: var(--nv-primary-700);
    margin-top: 0.2rem;
}

.nv-price-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-lg);
    padding: 2rem;
    box-shadow: var(--nv-shadow-soft);
    height: 100%;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.nv-price-card .d-flex.align-items-end {
    min-height: 3rem;
}

.nv-price-card .btn {
    margin-top: auto !important;
}

.nv-price-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--nv-shadow);
}

.nv-price-card--featured {
    border-color: rgba(0, 240, 209, 0.7);
    box-shadow: 0 36px 70px rgba(0, 240, 209, 0.25);
    transform: translateY(-8px);
    overflow: hidden;
    padding-top: 2.6rem;
}

.nv-price-card--featured::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(140deg, rgba(0, 240, 209, 0.5), rgba(79, 210, 255, 0.45), rgba(255, 178, 0, 0.35));
    opacity: 0.45;
    z-index: 0;
}

.nv-price-card--featured > * {
    position: relative;
    z-index: 1;
}

.nv-price-badge {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(120deg, var(--nv-accent), #ffe070);
    color: #1b1408;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(255, 178, 0, 0.35);
    z-index: 2;
}

.nv-price {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--nv-ink);
}

.nv-price-card.nv-price-card--dark {
    background: #0f172a;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nv-price-card--dark .nv-price {
    color: #ffffff;
}

.nv-price-card.nv-price-card--dark .text-muted,
.nv-price-card.nv-price-card--dark .text-secondary {
    color: rgba(229, 231, 235, 0.82) !important;
}

.nv-price-card--dark .nv-list li {
    color: rgba(229, 231, 235, 0.75);
}

.nv-niche {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-lg);
    overflow: hidden;
    box-shadow: var(--nv-shadow-soft);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nv-niche:hover {
    transform: translateY(-6px);
    box-shadow: var(--nv-shadow);
}

.nv-niche-media img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.nv-niche-body {
    padding: 1.7rem;
}

.nv-niche-tag {
    display: inline-block;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--nv-primary-700);
    margin-bottom: 0.9rem;
}

.nv-niche-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: var(--nv-ink);
}

.nv-stat-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 1.6rem;
    text-align: center;
}

.nv-stat-value {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
}

.nv-quote {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius);
    padding: 1.8rem;
    box-shadow: var(--nv-shadow-soft);
    height: 100%;
}

.nv-cta {
    padding: 90px 0;
    background: linear-gradient(135deg, #0b0d12 0%, #0f172a 45%, #122f4f 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.nv-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(0, 240, 209, 0.28), transparent 55%),
        radial-gradient(circle at 90% 10%, rgba(255, 178, 0, 0.22), transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(79, 210, 255, 0.2), transparent 55%);
    opacity: 0.8;
}

.nv-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: 0.16;
    pointer-events: none;
}

.nv-cta .container {
    position: relative;
    z-index: 1;
}

.nv-panel {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-lg);
    padding: 2rem;
    box-shadow: var(--nv-shadow-soft);
}

.nv-panel--alt {
    background: var(--nv-surface-2);
}

.nv-glass {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--nv-radius-lg);
    backdrop-filter: blur(16px);
}

.nv-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius);
    padding: 1.6rem;
    box-shadow: var(--nv-shadow-soft);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nv-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--nv-shadow);
}

.nv-team-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-lg);
    padding: 1.4rem;
    box-shadow: var(--nv-shadow-soft);
    text-align: center;
    height: 100%;
}

.nv-team-card img {
    border-radius: 18px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1.2rem;
}

.nv-contact-card {
    background: linear-gradient(140deg, #0b0d12, #123348);
    color: #fff;
    border-radius: var(--nv-radius-lg);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.nv-contact-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(0, 240, 209, 0.45), transparent 60%);
    opacity: 0.6;
}

.nv-contact-card .content {
    position: relative;
    z-index: 1;
}

.form-control,
.form-select {
    border-radius: 14px;
    border: 1px solid var(--nv-border);
    padding: 0.85rem 1rem;
    box-shadow: none;
}

.border-dashed {
    border-style: dashed !important;
}

.nv-dropzone {
    border: 2px dashed rgba(0, 240, 209, 0.6);
    border-radius: 18px;
    padding: 1.6rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nv-dropzone.is-dragging {
    border-color: #4fd2ff;
    background: rgba(0, 240, 209, 0.08);
    transform: translateY(-2px);
}

.nv-extract-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.nv-extract-card {
    border: 1px solid var(--nv-border);
    border-radius: 16px;
    padding: 1rem;
    background: var(--nv-surface);
    box-shadow: var(--nv-shadow-soft);
}

.nv-extract-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.nv-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
}

.nv-badge--ok {
    background: rgba(0, 240, 209, 0.2);
    color: #0a3b31;
}

.nv-badge--pending {
    background: rgba(255, 178, 0, 0.2);
    color: #5a3b00;
}

.nv-stack {
    display: grid;
    gap: 0.8rem;
}

.nv-filter {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.nv-filter .btn.is-active {
    background: var(--nv-ink);
    color: #fff;
}

.nv-incident,
.nv-invoice {
    border: 1px solid var(--nv-border);
    border-radius: 14px;
    padding: 0.8rem 1rem;
    background: var(--nv-surface);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.nv-incident--select {
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nv-incident--select:hover {
    transform: translateY(-2px);
    box-shadow: var(--nv-shadow-soft);
}

.nv-invoice {
    flex-wrap: wrap;
}

.nv-chat {
    display: grid;
    gap: 0.6rem;
}

.nv-chat-item {
    border-radius: 12px;
    padding: 0.6rem 0.8rem;
    background: rgba(0, 240, 209, 0.08);
    border: 1px solid rgba(0, 240, 209, 0.2);
}

.nv-chat-item--admin {
    background: rgba(79, 210, 255, 0.1);
    border-color: rgba(79, 210, 255, 0.2);
}

@media (max-width: 991.98px) {
    .nv-extract-grid {
        grid-template-columns: 1fr;
    }
}

.nv-admin {
    padding: 24px 0 60px;
}

.nv-admin-sidebar {
    background: #ffffff;
    border-right: 1px solid var(--nv-border);
    padding: 1.5rem 1.2rem;
    position: sticky;
    top: 96px;
    height: fit-content;
}

.nv-admin-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.nv-admin-menu {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.nv-admin-menu button {
    border: 1px solid transparent;
    background: transparent;
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-weight: 600;
    color: var(--nv-muted);
    border-radius: 12px;
}

.nv-admin-menu button.is-active {
    background: rgba(0, 240, 209, 0.18);
    color: var(--nv-ink);
    border-color: rgba(0, 240, 209, 0.3);
}

.nv-admin-main {
    padding: 0 1.5rem;
}

.nv-admin-main .nv-admin-kpi {
    min-width: 140px;
}

.nv-admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0 1.6rem;
    border-bottom: 1px solid var(--nv-border);
    margin-bottom: 1.6rem;
}

.nv-admin-title {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
}

.nv-admin-section {
    display: none;
}

.nv-admin-section.is-active {
    display: block;
}

.nv-admin-kpi {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: 16px;
    padding: 1rem 1.2rem;
    box-shadow: var(--nv-shadow-soft);
}

.nv-admin-kpi h3,
.nv-admin-kpi h4 {
    margin-bottom: 0;
    font-weight: 700;
}

.nv-admin-docs {
    border: 1px dashed var(--nv-border);
    border-radius: 12px;
    padding: 0.8rem;
}

.nv-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
}

.nv-modal.is-open {
    display: flex;
}

.nv-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 24, 0.6);
    backdrop-filter: blur(4px);
}

.nv-modal-content {
    position: relative;
    background: var(--nv-bg);
    border: 1px solid var(--nv-border);
    border-radius: 20px;
    width: min(1100px, 92vw);
    max-height: 88vh;
    overflow: auto;
    box-shadow: var(--nv-shadow);
    padding: 1.5rem;
    z-index: 1;
}

.nv-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    border-bottom: 1px solid var(--nv-border);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.nv-modal-close {
    border: none;
    background: transparent;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--nv-muted);
}

.nv-modal-close:hover {
    color: var(--nv-ink);
}

.nv-tab {
    display: inline-flex;
    gap: 0.5rem;
    background: rgba(0, 240, 209, 0.1);
    padding: 0.3rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.nv-tab button {
    border: none;
    background: transparent;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-weight: 600;
    color: var(--nv-muted);
}

.nv-tab button.is-active {
    background: #fff;
    color: var(--nv-ink);
    box-shadow: var(--nv-shadow-soft);
}

.nv-tab-panel {
    display: none;
}

.nv-tab-panel.is-active {
    display: block;
}

.nv-ledger {
    border: 1px solid var(--nv-border);
    border-radius: 12px;
    overflow: hidden;
}

.nv-ledger-row {
    display: grid;
    grid-template-columns: 110px 90px 120px 100px 90px 100px 1fr;
    gap: 0.6rem;
    padding: 0.65rem 0.8rem;
    border-bottom: 1px solid var(--nv-border);
    font-size: 0.85rem;
    align-items: center;
}

.nv-ledger-row:last-child {
    border-bottom: none;
}

.nv-ledger-header {
    background: var(--nv-surface-2);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 991.98px) {
    .nv-ledger-row {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, auto);
    }
}

.password-strength {
    font-weight: 600;
    font-size: 0.8rem;
    margin-top: 0.35rem;
}

.password-strength--weak {
    color: #dc2626;
}

.password-strength--medium {
    color: #d97706;
}

.password-strength--strong {
    color: #16a34a;
}

.btn-password-toggle {
    border: none;
    background: transparent;
    color: #111827;
    padding: 0 0.75rem;
}

.btn-password-toggle:focus,
.btn-password-toggle:active {
    box-shadow: none;
}

.btn-password-toggle.is-active {
    color: #2563eb;
}

@media (max-width: 991.98px) {
    .nv-admin-sidebar {
        position: static;
        border-right: none;
        border-bottom: 1px solid var(--nv-border);
        margin-bottom: 1rem;
    }

    .nv-admin-main {
        padding: 0 0.5rem;
    }
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(0, 240, 209, 0.75);
    box-shadow: 0 0 0 0.2rem rgba(0, 240, 209, 0.18);
}

.form-check-input:checked {
    background-color: var(--nv-primary);
    border-color: var(--nv-primary);
}

.accordion-item {
    border: 1px solid var(--nv-border);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion-button {
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background: rgba(0, 240, 209, 0.18);
    color: var(--nv-ink);
    box-shadow: none;
}

.nv-footer {
    background: #0b0d12;
    color: rgba(229, 231, 235, 0.75);
    padding: 70px 0 40px;
}

.nv-footer a {
    color: rgba(229, 231, 235, 0.7);
}

.nv-footer a:hover {
    color: #fff;
}

.nv-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.5rem;
    margin-top: 2.5rem;
}

.nv-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    z-index: 1250;
}

.nv-whatsapp-message {
    background: #ffffff;
    border: 1px solid var(--nv-border);
    color: var(--nv-ink);
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: var(--nv-shadow-soft);
}

.nv-whatsapp-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00f0d1, #4fd2ff);
    color: #0b0d12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 16px 30px rgba(0, 240, 209, 0.35);
}

.nv-whatsapp:hover .nv-whatsapp-icon {
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .nv-whatsapp-message {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nv-hero {
        animation: none;
    }

    .nv-board-card--advisor,
    .nv-board-card--metric {
        animation: none;
    }

    .btn-primary::after {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-top: 64px;
    }

    .nv-hero {
        padding: 110px 0 80px;
    }

    .nv-board {
        padding: 0;
    }

    .nv-board-card--advisor,
    .nv-board-card--metric {
        position: static;
        width: 100%;
        margin-top: 1rem;
    }

    .nv-board-image {
        height: 280px;
    }

    .nv-price-card--featured {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .nv-section {
        padding: 72px 0;
    }

    .nv-hero-title {
        font-size: clamp(2.2rem, 8vw, 3rem);
    }

    .nv-niche-media img {
        height: 200px;
    }
}
