:root {
  --nd-navy: #07172b;
  --nd-navy-2: #0b203b;
  --nd-panel: #0e2948;
  --nd-blue: #2f6bff;
  --nd-cyan: #20d6c7;
  --nd-white: #f8fbff;
  --nd-muted: #9fb0c5;
  --nd-ink: #0b1a30;
  --nd-line: #dce5ef;
  --nd-navbar-offset: 96px;
}

html { scroll-behavior: smooth; scroll-padding-top: var(--nd-navbar-offset); }
body { color: var(--nd-ink); font-family: "Segoe UI", Inter, Arial, sans-serif; overflow-x: hidden; }
a { text-decoration: none; }
section[id] { scroll-margin-top: var(--nd-navbar-offset); }
.section-space { padding: 7rem 0; }
.section-light { background: #f5f8fc; }
.section-dark { background: var(--nd-navy); color: white; }
.section-kicker { margin-bottom: 1rem; color: var(--nd-blue); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-title { margin: 0; font-size: clamp(2.5rem, 5vw, 4.25rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 750; }
.section-intro { color: #67778e; font-size: 1.05rem; line-height: 1.75; }
.section-heading { max-width: 850px; }
.text-blue-muted { color: var(--nd-muted) !important; }

.navbar { min-height: 76px; padding: .85rem 0; background: rgba(5,19,37,.97); box-shadow: 0 8px 28px rgba(0,0,0,.14); transition: background .25s ease, padding .25s ease, box-shadow .25s ease; }
.navbar-scrolled { padding: .7rem 0; background: rgba(5,19,37,.96); box-shadow: 0 12px 36px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.brand { display: inline-flex; flex: 0 0 auto; color: white; font-size: 1.7rem; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand strong, .mini-brand b { color: var(--nd-blue); }
.navbar .nav-link { color: #c5d2e2; font-size: .92rem; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--nd-cyan); }
.navbar-toggler { border-color: rgba(255,255,255,.25); }

.hero-section { min-height: 900px; padding: 9rem 0 5rem; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 72% 45%, #12335f 0, #081b35 31%, var(--nd-navy) 70%); }
.hero-grid-lines, .cta-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(55,111,205,.36) 1px, transparent 1px), linear-gradient(90deg, rgba(55,111,205,.36) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, transparent 5%, #000 80%); }
.hero-orb { position: absolute; border: 1px solid rgba(47,107,255,.32); border-radius: 50%; box-shadow: 0 0 0 28px rgba(47,107,255,.05), 0 0 0 56px rgba(47,107,255,.035); }
.hero-orb-left { width: 400px; height: 400px; left: -300px; top: 90px; }
.hero-orb-right { width: 620px; height: 620px; right: -380px; bottom: -360px; }
.eyebrow { color: var(--nd-cyan); font-size: 1.05rem; font-weight: 700; }
.display-title { font-size: clamp(3.25rem, 5.8vw, 5.25rem); line-height: 1; letter-spacing: -.055em; font-weight: 780; }
.hero-lead { max-width: 590px; margin-top: 1.6rem; color: #becbdd; font-size: 1.25rem; line-height: 1.58; }
.btn-premium { min-height: 60px; padding: .95rem 1.6rem; border-radius: .55rem; font-size: 1rem; font-weight: 700; }
.btn-primary { --bs-btn-bg: var(--nd-blue); --bs-btn-border-color: var(--nd-blue); --bs-btn-hover-bg: #1f58e8; --bs-btn-hover-border-color: #1f58e8; }
.btn-outline-primary { --bs-btn-color: #fff; --bs-btn-border-color: var(--nd-blue); --bs-btn-hover-bg: rgba(47,107,255,.14); --bs-btn-hover-border-color: #4f84ff; }
.trust-line { display: flex; align-items: center; gap: 1rem; color: #c3cfde; line-height: 1.55; }
.trust-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--nd-cyan); border-radius: 50%; color: var(--nd-cyan); font-size: 1.35rem; }

.product-window { overflow: hidden; border: 1px solid rgba(114,166,240,.48); border-radius: 1.15rem; background: linear-gradient(145deg, rgba(15,44,79,.98), rgba(6,26,49,.98)); box-shadow: 0 38px 80px rgba(0,0,0,.36); }
.product-topbar { min-height: 70px; padding: 0 1.4rem; border-bottom: 1px solid rgba(127,163,209,.2); }
.mini-brand { font-size: 1.1rem; font-weight: 750; }
.avatar { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #2454a0; color: white; font-size: .65rem; }
.product-layout { display: grid; grid-template-columns: 135px 1fr; }
.product-sidebar { padding: 1.15rem .6rem; flex-direction: column; gap: .35rem; border-right: 1px solid rgba(127,163,209,.18); }
.product-sidebar span { padding: .65rem .6rem; border-radius: .45rem; color: #a9bdd4; font-size: .69rem; white-space: nowrap; }
.product-sidebar span.active { color: white; background: linear-gradient(90deg, rgba(47,107,255,.72), rgba(47,107,255,.25)); }
.product-sidebar i { width: 19px; display: inline-block; }
.product-dashboard { padding: 1.15rem; min-width: 0; }
.mock-search { padding: .65rem .8rem; overflow: hidden; border: 1px solid rgba(124,158,205,.32); border-radius: .45rem; color: #8fa5bf; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.metric-card { height: 100%; padding: .85rem .7rem; border: 1px solid rgba(124,158,205,.23); border-radius: .5rem; background: rgba(5,25,47,.55); }
.metric-card small, .metric-card strong, .metric-card em { display: block; }
.metric-card small { min-height: 24px; color: #9fb0c5; font-size: .53rem; }
.metric-card strong { font-size: 1.15rem; }
.metric-card em { color: var(--nd-cyan); font-size: .48rem; font-style: normal; }
.mock-panel { overflow: hidden; border: 1px solid rgba(124,158,205,.23); border-radius: .5rem; background: rgba(5,25,47,.55); }
.panel-title { padding: .75rem; display: flex; justify-content: space-between; font-size: .61rem; }
.panel-title span { color: #5c92ff; }
.doc-item { padding: .62rem .7rem; display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: .45rem; border-top: 1px solid rgba(124,158,205,.13); }
.doc-item > i { font-size: 1rem; }
.doc-item span b, .doc-item span small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.doc-item span b { font-size: .53rem; }.doc-item span small, .doc-item time { color: #8ea3bd; font-size: .47rem; }
.compliance-panel { padding: .8rem; font-size: .6rem; }
.compliance-ring { width: 84px; height: 84px; margin-top: 1rem; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #0b2340 58%, transparent 59%), conic-gradient(var(--nd-cyan) 0 98%, rgba(255,255,255,.12) 98%); }
.compliance-ring span { font-size: 1rem; font-weight: 700; }.compliance-ring small { display: block; color: #8fa5bf; font-size: .43rem; }
.check-list { display: grid; gap: .35rem; margin-top: .8rem; color: #acbdd0; font-size: .5rem; }.check-list i { color: var(--nd-cyan); }

.proof-strip { background: #f8fafd; border-bottom: 1px solid var(--nd-line); }
.proof-item { padding: 1rem 2rem; border-right: 1px solid var(--nd-line); }
.proof-item:last-child { border-right: 0; }.proof-item strong, .proof-item span { display: block; }.proof-item strong { font-size: 1.5rem; }.proof-item span { margin-top: .25rem; color: #6c7c91; font-size: .78rem; }

.benefit-card { min-height: 325px; padding: 1.75rem; position: relative; border: 1px solid var(--nd-line); border-radius: 1rem; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(37,70,112,.11); }
.benefit-card > span { color: #94a0b1; font-size: .7rem; }.benefit-card > i { width: 46px; height: 46px; position: absolute; top: 1.4rem; right: 1.4rem; display: grid; place-items: center; border: 1px solid var(--nd-line); border-radius: 50%; color: var(--nd-blue); font-size: 1.2rem; }
.benefit-card h3 { margin: 7rem 0 1rem; font-size: 1.4rem; letter-spacing: -.025em; }.benefit-card p { color: #69798f; font-size: .9rem; line-height: 1.7; }

.module-grid { border-top: 1px solid var(--nd-line); border-left: 1px solid var(--nd-line); }
.module-grid > div { border-right: 1px solid var(--nd-line); border-bottom: 1px solid var(--nd-line); }
.module-card { min-height: 170px; padding: 1.6rem; display: grid; grid-template-columns: 42px 1fr; gap: 1rem; transition: background .2s ease; }
.module-card:hover { background: #f5f8ff; }.module-card > i { color: var(--nd-blue); font-size: 1.35rem; }.module-card h3 { font-size: 1.05rem; }.module-card p { margin: 0; color: #687990; font-size: .82rem; line-height: 1.6; }

.capture-label { color: var(--nd-cyan); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.capture-title { margin: 1rem 0; font-size: 2rem; letter-spacing: -.035em; }.feature-list { padding: 0; list-style: none; color: #d3dfec; line-height: 2.1; }.feature-list li::before { content: "✓"; color: var(--nd-cyan); margin-right: .6rem; }
.capture-window, .capture-small { overflow: hidden; border: 1px solid rgba(126,169,224,.3); border-radius: 1rem; background: linear-gradient(145deg, #102c4d, #081c34); box-shadow: 0 28px 64px rgba(0,0,0,.25); }
.capture-header { min-height: 62px; padding: 0 1.2rem; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(126,169,224,.18); color: #a5b5c8; font-size: .65rem; }.capture-header b { color: white; font-size: .9rem; }.capture-header b span { color: var(--nd-blue); }.capture-header > div { padding: .55rem .7rem; border: 1px solid rgba(126,169,224,.2); border-radius: .4rem; }
.capture-metric, .chart-panel, .ring-panel { height: 100%; padding: 1rem; border: 1px solid rgba(126,169,224,.2); border-radius: .6rem; background: rgba(255,255,255,.025); }.capture-metric small, .capture-metric b, .capture-metric span { display: block; }.capture-metric small { color: #8ea4bd; font-size: .58rem; }.capture-metric b { font-size: 1.35rem; }.capture-metric span { color: var(--nd-cyan); font-size: .55rem; }
.chart-panel { min-height: 250px; font-size: .7rem; }.bars { height: 180px; display: flex; align-items: end; gap: 7%; padding-top: 2rem; }.bars i { flex: 1; border-radius: .25rem .25rem 0 0; background: linear-gradient(to top, var(--nd-blue), var(--nd-cyan)); opacity: .78; }
.bars .bar-1 { height: 55%; }.bars .bar-2 { height: 82%; }.bars .bar-3 { height: 64%; }.bars .bar-4 { height: 92%; }.bars .bar-5 { height: 72%; }.bars .bar-6 { height: 85%; }
.ring-panel { min-height: 250px; display: grid; place-items: center; }.big-ring { width: 130px; height: 130px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: radial-gradient(circle, #0b2340 57%, transparent 58%), conic-gradient(var(--nd-cyan) 0 98%, rgba(255,255,255,.12) 98%); font-size: 1.6rem; font-weight: 700; }.big-ring small { display: block; color: #8fa5bd; font-size: .55rem; }
.capture-small { min-height: 330px; padding: 1.7rem; }.capture-small h3 { margin: 1rem 0 2rem; }.version-row { padding: .85rem; display: grid; grid-template-columns: 45px 1fr auto; gap: .5rem; border-top: 1px solid rgba(126,169,224,.14); color: #a8b8ca; font-size: .72rem; }.version-row b { color: var(--nd-cyan); }.version-row time { color: #7188a3; }
.flow-steps { min-height: 170px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; position: relative; }.flow-steps::before { content: ""; position: absolute; left: 10%; right: 10%; top: 65px; height: 1px; background: #3a5877; }.flow-steps span { z-index: 1; display: grid; place-items: center; text-align: center; }.flow-steps i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #4b6683; border-radius: 50%; background: #0a203a; font-style: normal; }.flow-steps small { margin-top: .75rem; color: #8ea4bd; }.flow-steps .done i { border-color: var(--nd-cyan); color: var(--nd-cyan); }.flow-steps .current i { border-color: var(--nd-blue); background: var(--nd-blue); }

.security-section { background: #edf3f9; }.security-graphic { width: min(100%, 560px); min-height: 500px; position: relative; display: grid; place-items: center; }.security-ring { position: absolute; border: 1px solid #bed0e5; border-radius: 50%; }.ring-a { width: 430px; height: 430px; }.ring-b { width: 310px; height: 310px; }.security-core { width: 190px; height: 210px; z-index: 2; display: grid; place-items: center; align-content: center; gap: 1.2rem; border: 1px solid #b6cbe5; border-radius: 2rem; background: linear-gradient(145deg,#fff,#e8f1fc); box-shadow: 0 30px 70px rgba(55,85,123,.16); text-align: center; }.security-core i { color: var(--nd-blue); font-size: 4.5rem; }.security-tag { z-index: 3; position: absolute; padding: .7rem .9rem; border: 1px solid #d3dfea; border-radius: .55rem; background: white; box-shadow: 0 12px 30px rgba(55,85,123,.1); color: #48617f; font-size: .72rem; }.tag-a { top: 85px; left: 0; }.tag-b { top: 160px; right: 0; }.tag-c { bottom: 65px; left: 35px; }.security-points { display: grid; gap: 1.2rem; }.security-points div { padding-left: 1.1rem; border-left: 2px solid var(--nd-blue); }.security-points b, .security-points span { display: block; }.security-points span { margin-top: .25rem; color: #6c7b90; }

.accordion-button { padding: 1.5rem 0; font-size: 1.05rem; font-weight: 700; }.accordion-button:not(.collapsed) { color: var(--nd-blue); background: white; box-shadow: none; }.accordion-button:focus { box-shadow: none; }.accordion-body { padding: 0 2rem 1.5rem 0; color: #69798f; line-height: 1.7; }

.cta-section { min-height: 600px; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 80% 48%, #16478e 0, #0b2a55 27%, var(--nd-navy) 68%); }.cta-orb { width: 480px; height: 480px; position: absolute; right: -40px; top: 70px; border: 1px solid rgba(47,107,255,.42); border-radius: 50%; box-shadow: 0 0 0 38px rgba(47,107,255,.07), 0 0 0 76px rgba(47,107,255,.04); }.cta-section h2 { max-width: 940px; font-size: clamp(3.1rem, 7vw, 5.3rem); line-height: 1; letter-spacing: -.05em; }.cta-section p { max-width: 720px; color: #afbed1; font-size: 1.12rem; line-height: 1.7; }.cta-section small { max-width: 350px; color: #8fa4bf; }
.cta-section .contact-fallback { color: #8fa4bf; font-size: .85rem; }.contact-fallback a { color: var(--nd-cyan); text-decoration: underline; text-underline-offset: .2rem; }
.email-app-modal { border: 1px solid #294969; border-radius: 1rem; background: var(--nd-navy-2); color: white; box-shadow: 0 30px 80px rgba(0,0,0,.4); }.email-app-modal .modal-header, .email-app-modal .modal-body { padding: 1.5rem; }.email-app-option { min-height: 72px; display: grid; grid-template-columns: 32px 1fr 20px; align-items: center; gap: .8rem; border: 1px solid #365473; color: white; text-align: left; }.email-app-option:hover { border-color: var(--nd-cyan); background: rgba(32,214,199,.08); color: white; }.email-app-option > i:first-child { color: var(--nd-cyan); font-size: 1.25rem; }.email-app-option span b, .email-app-option span small { display: block; }.email-app-option span small { margin-top: .2rem; color: var(--nd-muted); font-size: .75rem; }

.footer-section { background: #04101f; color: white; }.footer-brand { display: inline-block; }.footer-section p { max-width: 440px; color: #8095af; font-size: .84rem; }.footer-section h3 { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }.footer-section .col-6 a { display: block; margin-top: .65rem; color: #8095af; font-size: .78rem; }.footer-section a:hover { color: var(--nd-cyan); }.footer-note { padding: 1.1rem; border: 1px solid #172a43; border-radius: .7rem; }.footer-note b { color: var(--nd-cyan); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }.footer-bottom { border-top: 1px solid #14253a; color: #5e7590; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1199.98px) {
  .navbar-collapse { max-height: calc(100vh - 76px); padding: 1rem 0; overflow-y: auto; }.navbar-collapse:not(.show):not(.collapsing) { display: none !important; }.navbar-nav { align-items: stretch !important; }.navbar .nav-link { padding: .65rem 0; }.navbar-collapse .btn { width: 100%; margin-top: .5rem; }
}
@media (max-width: 991.98px) {
  .hero-section { padding-top: 8rem; }.hero-row { min-height: auto; }.product-window { margin-top: 1.5rem; }.section-space { padding: 5rem 0; }.security-graphic { min-height: 420px; transform: scale(.86); }.cta-section { min-height: auto; }
}
@media (max-width: 575.98px) {
  .display-title { font-size: 3.15rem; }.hero-lead { font-size: 1.05rem; }.product-layout { grid-template-columns: 1fr; }.product-dashboard { padding: .75rem; }.product-topbar { min-height: 58px; }.doc-item time { display: none; }.proof-item { padding: 1rem .6rem; border: 0; }.proof-item strong { font-size: 1.2rem; }.section-title { font-size: 2.55rem; }.benefit-card { min-height: 270px; }.benefit-card h3 { margin-top: 5rem; }.capture-header { grid-template-columns: 1fr auto; }.capture-header > div { display: none; }.chart-panel, .ring-panel { min-height: 210px; }.version-row { grid-template-columns: 38px 1fr; }.version-row time { display: none; }.capture-small { min-height: 300px; padding: 1.2rem; }.security-graphic { width: 480px; margin-left: -75px !important; transform: scale(.72); }.cta-section h2 { font-size: 3.1rem; }
}
