:root {
  --bg: #020b19;
  --bg-deep: #010712;
  --surface: #06152a;
  --surface-2: #091c34;
  --surface-3: #0b2441;
  --line: rgba(145, 184, 220, .14);
  --line-bright: rgba(66, 204, 244, .34);
  --text: #f4f9ff;
  --muted: #94a9bd;
  --muted-2: #6f859a;
  --blue: #147dff;
  --blue-2: #0869dc;
  --cyan: #32e4d8;
  --cyan-soft: #91fff2;
  --white-section: #f3f7fb;
  --ink: #0b1b2e;
  --ink-muted: #52687d;
  --shadow: 0 24px 80px rgba(0, 0, 0, .28);
  --radius: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: #04111e; background: var(--cyan); }

.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: #05111d; background: var(--cyan); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; border-bottom: 1px solid rgba(53, 151, 255, .08); background: rgba(2, 11, 25, .76); backdrop-filter: blur(18px); transition: border-color .25s, background .25s; }
.site-header.scrolled { border-bottom-color: rgba(55, 224, 217, .16); background: rgba(2, 11, 25, .94); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 46px; height: 46px; filter: drop-shadow(0 0 14px rgba(20,125,255,.2)); }
.brand-word { display: inline-flex; align-items: baseline; font-size: 21px; line-height: 1; letter-spacing: -.8px; }
.brand-word b { font-weight: 800; color: #f4f8fd; }
.brand-word i { font-weight: 700; font-style: normal; color: var(--cyan); }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav > a { color: #adc0d1; font-size: 13px; font-weight: 600; transition: color .2s; }
.main-nav > a:hover, .main-nav > a:focus-visible { color: #fff; }
.main-nav .nav-cta { padding: 11px 17px; color: #eaf7ff; border: 1px solid rgba(50, 228, 216, .34); border-radius: 8px; background: linear-gradient(135deg, rgba(20,125,255,.14), rgba(50,228,216,.07)); }
.main-nav .nav-cta:hover { color: #fff; border-color: var(--cyan); background: rgba(39, 140, 255, .2); }
.main-nav .nav-cta span { margin-left: 7px; color: var(--cyan); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: rgba(255,255,255,.03); }
.nav-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: #dbeeff; transition: transform .2s; }

.hero { position: relative; min-height: 100vh; padding: 158px 0 0; overflow: hidden; background: radial-gradient(circle at 72% 35%, rgba(20,125,255,.15), transparent 24%), radial-gradient(circle at 77% 40%, rgba(50,228,216,.055), transparent 42%), linear-gradient(180deg, #020b19 0%, #041329 72%, #06182b 100%); }
.hero-grid, .demo-grid-bg { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(105, 170, 220, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 170, 220, .14) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-grid { transform: perspective(600px) rotateX(64deg) scale(1.5); transform-origin: center 72%; opacity: .18; }
.hero-glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; filter: blur(110px); pointer-events: none; }
.hero-glow-a { top: 12%; right: 8%; background: rgba(22, 120, 255, .14); }
.hero-glow-b { right: 32%; bottom: 5%; width: 240px; height: 240px; background: rgba(61, 229, 236, .08); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: 30px; min-height: 610px; }
.hero-copy { padding: 10px 0 60px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #59dce6; font-size: 11px; line-height: 1; letter-spacing: 2px; font-weight: 800; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: var(--cyan); box-shadow: 0 0 12px rgba(61,229,236,.65); }
.eyebrow.light { color: #96f7ff; }
.hero h1 { margin: 26px 0 20px; max-width: 670px; font-size: clamp(45px, 5vw, 72px); line-height: 1.04; letter-spacing: -4px; font-weight: 500; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, #278cff 0%, #31d9ed 55%, #38e5d5 100%); background-clip: text; -webkit-background-clip: text; font-weight: 800; }
.hero-lead { max-width: 570px; margin: 0 0 12px; color: #e5eff8; font-size: clamp(19px, 2vw, 24px); line-height: 1.45; font-weight: 500; letter-spacing: -.4px; }
.hero-support { max-width: 540px; margin: 0; color: var(--muted); font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: -.1px; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(61,229,236,.52); outline-offset: 3px; }
.button-primary { color: #fff; border-color: #258df8; background: linear-gradient(115deg, #0b6ff1 0%, #168ffc 62%, #22c9d1 135%); box-shadow: 0 12px 34px rgba(12, 108, 230, .28); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(19, 112, 232, .38); }
.button-primary span + i, .button-primary span + span { font-size: 18px; font-style: normal; }
.button-secondary { color: #c9d7e5; border-color: var(--line); background: rgba(255,255,255,.025); }
.button-secondary:hover { border-color: rgba(61,229,236,.4); background: rgba(255,255,255,.05); }
.play { width: 25px; height: 25px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(61,229,236,.34); border-radius: 50%; font-size: 7px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 26px; color: #758da3; font-size: 11px; }
.trust-line span { display: flex; align-items: center; gap: 7px; }
.trust-line i { width: 16px; height: 16px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(61,229,236,.22); border-radius: 50%; font-size: 9px; font-style: normal; }

.hero-visual { position: relative; height: 580px; min-width: 0; }
.visual-orbit { position: absolute; border: 1px solid rgba(49, 142, 255, .11); border-radius: 50%; }
.orbit-one { inset: 80px 40px 45px 60px; animation: orbitPulse 6s ease-in-out infinite; }
.orbit-two { inset: 132px 102px 98px 116px; border-color: rgba(61,229,236,.12); animation: orbitPulse 6s 1.2s ease-in-out infinite reverse; }
.flow-lines { position: absolute; inset: 14px -6px auto; width: 105%; height: 94%; overflow: visible; }
.flow-path { fill: none; stroke: url(#lineGradient); stroke-width: 1.8; stroke-dasharray: 5 8; filter: url(#lineGlow); }
.flow-path-delay { stroke-dashoffset: 50; }
.flow-path-soft { opacity: .4; stroke-width: 1; }
.system-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; min-width: 135px; padding: 13px 15px; border: 1px solid rgba(54, 180, 223, .23); border-radius: 10px; background: rgba(3, 16, 34, .9); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.system-card small { display: block; color: #648098; font-size: 8px; letter-spacing: 1.4px; }
.system-card strong { display: block; color: #ebf7ff; font-size: 14px; letter-spacing: .3px; }
.system-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(61,229,236,.2); background: rgba(20, 115, 220, .08); }
.system-icon svg, .line-icon svg, .node-icon svg, .feature-icon svg, .security-grid svg, .factual-note svg { width: 20px; fill: none; stroke: var(--cyan); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.erp-card { top: 206px; left: 4px; }
.bank-card { top: 166px; right: -1px; }
.core-card { position: absolute; z-index: 4; top: 164px; left: 50%; width: 206px; height: 206px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: visible; border: 1px solid rgba(50,228,216,.34); border-radius: 50%; background: radial-gradient(circle at 50% 34%, rgba(19,119,255,.2), transparent 51%), linear-gradient(145deg, rgba(5,25,49,.98), rgba(2,10,23,.98)); box-shadow: 0 0 0 12px rgba(20,125,255,.025), 0 0 78px rgba(15,110,232,.25), var(--shadow); transform: translateX(-50%); }
.core-card::before, .core-card::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(35,151,255,.14); border-radius: 50%; }
.core-card::before { inset: -21px; }
.core-card::after { inset: -45px; border-color: rgba(50,228,216,.07); }
.core-card img { width: 92px; height: 92px; margin-bottom: 8px; filter: drop-shadow(0 0 24px rgba(27,151,255,.33)); }
.core-word { color: #eef8ff; font-size: 17px; letter-spacing: -.4px; font-weight: 700; }
.core-word b { color: #fff; font-weight: 800; }
.core-card > small { margin-top: 4px; color: #4adfe9; font-size: 7px; letter-spacing: 1.7px; }
.core-scan { display: none; }
.status-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 9px; min-width: 145px; padding: 10px 12px; border: 1px solid rgba(69, 187, 224, .2); border-radius: 9px; background: rgba(3, 17, 35, .94); box-shadow: 0 18px 42px rgba(0,0,0,.24); }
.status-card div { flex: 1; }
.status-card small { display: block; color: #5f788f; font-size: 7px; letter-spacing: 1.4px; }
.status-card b { display: block; color: #cfe4f6; font-size: 10px; }
.status-card > i { width: 21px; height: 21px; display: grid; place-items: center; color: #4ef0d3; border-radius: 50%; background: rgba(78,240,211,.08); font-size: 10px; font-style: normal; }
.status-top { top: 74px; left: 36%; }
.status-bottom { right: 5%; bottom: 67px; }
.status-dot { width: 8px; height: 8px; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 12px var(--cyan); }
.status-bars { width: 22px; height: 22px; display: flex; align-items: flex-end; gap: 3px; }
.status-bars i { width: 4px; background: linear-gradient(var(--cyan), var(--blue)); }
.status-bars i:nth-child(1) { height: 8px; }.status-bars i:nth-child(2) { height: 17px; }.status-bars i:nth-child(3) { height: 12px; }
.mini-label { position: absolute; z-index: 2; color: #5a7690; font-size: 7px; letter-spacing: 2px; }
.label-send { top: 133px; left: 25%; }
.label-return { right: 23%; bottom: 143px; }

.hero-metrics { position: relative; z-index: 5; min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr) 1.45fr; border-top: 1px solid var(--line); }
.hero-metrics > div { display: flex; align-items: center; gap: 13px; padding: 27px 25px; border-right: 1px solid var(--line); }
.hero-metrics > div:first-child { padding-left: 0; }
.hero-metrics strong { color: #dffaff; font-size: 35px; line-height: 1; font-weight: 500; }
.hero-metrics span { color: #7690a7; font-size: 10px; line-height: 1.45; letter-spacing: .3px; text-transform: uppercase; }
.hero-metrics .metric-message { justify-content: flex-end; padding-right: 0; border-right: 0; }
.metric-message p { margin: 0; color: #668096; font-size: 11px; line-height: 1.55; }
.metric-message b { color: #a7c1d6; font-weight: 600; }
.signal { display: flex; align-items: flex-end; gap: 3px; }
.signal i { display: block; width: 3px; background: var(--cyan); box-shadow: 0 0 6px rgba(61,229,236,.5); }
.signal i:nth-child(1){height:8px}.signal i:nth-child(2){height:15px}.signal i:nth-child(3){height:23px}

.section { padding: 118px 0; }
.section-heading h2, .benefits-copy h2, .audience-layout h2, .security-copy h2, .demo-copy h2 { margin: 21px 0 0; color: var(--ink); font-size: clamp(35px, 4vw, 54px); line-height: 1.12; letter-spacing: -2.5px; font-weight: 600; }
.section-heading h2 span, .benefits-copy h2 span, .audience-layout h2 span, .security-copy h2 span, .demo-copy h2 span { color: var(--blue-2); font-weight: 800; }
.section-heading.centered { max-width: 780px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p { max-width: 650px; margin: 21px auto 0; color: var(--ink-muted); font-size: 15px; }
.section-heading.split { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.section-heading.split > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.section-heading.split h2 { color: #edf7ff; }
.section-heading.split h2 span { color: #62dfe8; }

.pain-section { color: var(--ink); background: var(--white-section); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d7e1ea; border-left: 1px solid #d7e1ea; }
.pain-card { position: relative; min-height: 300px; padding: 34px 27px 29px; overflow: hidden; border-right: 1px solid #d7e1ea; border-bottom: 1px solid #d7e1ea; background: rgba(255,255,255,.48); transition: transform .25s, background .25s, box-shadow .25s; }
.pain-card:hover { z-index: 2; background: #fff; box-shadow: 0 18px 50px rgba(16,45,72,.11); transform: translateY(-6px); }
.card-number { position: absolute; top: 25px; right: 25px; color: #a7b8c8; font-size: 10px; letter-spacing: 1px; }
.line-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 48px; border: 1px solid #cfe3ef; background: #edf8fc; }
.line-icon svg { width: 22px; stroke: #1783e6; }
.pain-card h3 { margin: 0 0 10px; font-size: 17px; letter-spacing: -.35px; }
.pain-card p { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.7; }

.flow-section { background: linear-gradient(180deg, #07101d, #0a1725); }
.flow-diagram { display: grid; grid-template-columns: 1fr 132px 1fr 132px 1fr; align-items: center; }
.flow-node { position: relative; min-height: 310px; padding: 37px 31px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.flow-node-core { border-color: rgba(38,141,255,.42); background: radial-gradient(circle at 50% 8%, rgba(36,139,255,.18), transparent 40%), rgba(9,26,43,.92); box-shadow: 0 0 60px rgba(20,101,198,.12); }
.node-index { position: absolute; top: 24px; right: 25px; color: #536c82; font-size: 9px; letter-spacing: 1px; }
.node-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 38px; border: 1px solid rgba(61,229,236,.17); background: rgba(26,117,219,.07); }
.node-icon svg { width: 26px; }
.flow-node-core img { width: 72px; height: 72px; margin-bottom: 25px; filter: drop-shadow(0 0 18px rgba(20,125,255,.22)); }
.flow-node small { color: #527087; font-size: 8px; letter-spacing: 1.5px; }
.flow-node h3 { margin: 7px 0 12px; color: #edf8ff; font-size: 28px; line-height: 1; letter-spacing: -1px; }
.flow-node p { margin: 0; color: #8299ad; font-size: 12px; line-height: 1.7; }
.flow-connector { position: relative; height: 88px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; }
.flow-connector i { position: absolute; top: 50%; left: 12px; right: 12px; height: 1px; background: linear-gradient(90deg, rgba(39,140,255,.15), var(--cyan), rgba(39,140,255,.15)); }
.flow-connector i::before, .flow-connector i::after { content: ""; position: absolute; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--cyan); border-right: 1px solid var(--cyan); }
.flow-connector i::before { left: 1px; transform: rotate(-135deg); }.flow-connector i::after { right: 1px; transform: rotate(45deg); }
.flow-connector span { color: #4d6d86; font-size: 7px; letter-spacing: 1.7px; }
.flow-statement { margin: 42px 0 0; color: #536f86; font-size: 13px; text-align: center; letter-spacing: 3px; }
.flow-statement b { margin: 0 15px; color: #58e5ed; }.flow-statement strong { color: #ecf8ff; }

.features-section { color: var(--ink); background: #f4f7fa; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d8e3ec; border-left: 1px solid #d8e3ec; }
.feature-card { min-height: 280px; padding: 30px 27px; border-right: 1px solid #d8e3ec; border-bottom: 1px solid #d8e3ec; background: rgba(255,255,255,.55); }
.feature-card.feature-large { grid-column: span 2; min-height: 298px; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 31px; border: 1px solid #cce2f0; background: #edf8fd; }
.feature-icon svg { width: 23px; stroke: #147fe4; }
.feature-kicker { color: #1683e7; font-size: 8px; font-weight: 800; letter-spacing: 1.6px; }
.feature-card h3 { margin: 7px 0 10px; font-size: 20px; letter-spacing: -.5px; }
.feature-card p { max-width: 440px; margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.7; }
.feature-flow { display: flex; align-items: center; gap: 9px; margin-top: 24px; }
.feature-flow span { padding: 5px 8px; color: #4f6980; border: 1px solid #d2e1ec; background: #f9fcff; font-size: 8px; font-weight: 700; letter-spacing: .7px; }
.feature-flow i { color: #2290eb; font-size: 12px; font-style: normal; }

.benefits-section { background: #081421; }
.benefits-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 92px; align-items: center; }
.benefits-copy h2 { color: #eef8ff; }
.benefits-copy h2 span { color: #59e0e8; }
.benefits-lead { margin: 25px 0 31px; color: #879eb2; font-size: 14px; }
.benefits-list { margin: 0; padding: 0; list-style: none; }
.benefits-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 20px 0; border-top: 1px solid var(--line); }
.benefits-list li > i { width: 28px; height: 28px; display: grid; place-items: center; margin-top: 2px; color: #44dde7; border: 1px solid rgba(61,229,236,.22); font-size: 8px; font-style: normal; }
.benefits-list h3 { margin: 0 0 4px; color: #dceaf5; font-size: 14px; }
.benefits-list p { margin: 0; color: #6f879b; font-size: 11px; }
.benefits-visual { position: relative; min-height: 510px; padding: 24px; border: 1px solid rgba(93,153,202,.22); background: linear-gradient(145deg, rgba(17,40,62,.92), rgba(7,17,29,.98)); box-shadow: 0 38px 100px rgba(0,0,0,.38); transform: perspective(1200px) rotateY(4deg) rotateX(1deg); }
.dash-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.dash-top > div { display: flex; gap: 5px; }.dash-top > div span { width: 5px; height: 5px; border-radius: 50%; background: #38536b; }
.dash-top small, .chart-head small { color: #536f86; font-size: 7px; letter-spacing: 1.4px; }
.dash-brand { display: flex; align-items: center; gap: 10px; padding: 18px 0; }
.dash-brand img { width: 34px; height: 34px; }.dash-brand b { color: #dcedf9; font-size: 12px; }.dash-brand span { color: #4d6a81; font-size: 9px; }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.dash-stats > div { padding: 13px; border: 1px solid var(--line); background: rgba(255,255,255,.015); }
.dash-stats small { display: block; color: #536e85; font-size: 6px; letter-spacing: 1px; }.dash-stats strong { display: block; margin: 5px 0 1px; color: #dff2ff; font-size: 23px; line-height: 1; }.dash-stats i { color: #46dec2; font-size: 7px; font-style: normal; }.dash-stats i.warn { color: #efb55d; }
.dash-chart { margin-top: 10px; padding: 15px; border: 1px solid var(--line); background: rgba(255,255,255,.012); }
.chart-head { display: flex; justify-content: space-between; color: #a7bdce; font-size: 9px; }
.dash-chart svg { width: 100%; margin-top: 8px; }.grid-line { fill: none; stroke: rgba(143,181,213,.08); }.area { fill: url(#area); }.chart-line { fill: none; stroke: #2a98ff; stroke-width: 2; }.dash-chart circle { fill: var(--cyan); filter: drop-shadow(0 0 5px var(--cyan)); }
.dash-table { margin-top: 9px; }
.dash-table > div { display: grid; grid-template-columns: 72px 1fr 50px; gap: 8px; padding: 9px 5px; border-bottom: 1px solid rgba(134,174,205,.08); font-size: 8px; }
.dash-table span { color: #45dce5; }.dash-table b { color: #8ea6ba; font-weight: 500; }.dash-table small { color: #4f687e; text-align: right; }

.audience-section { color: var(--ink); background: var(--white-section); border-top: 1px solid #d8e2eb; }
.audience-layout { display: grid; grid-template-columns: 1fr .86fr; gap: 100px; align-items: end; }
.audience-copy > p { margin: 0 0 30px; color: var(--ink-muted); font-size: 16px; line-height: 1.8; }
.audience-copy strong { color: #0a6fce; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.audience-tags span { padding: 9px 13px; color: #435d73; border: 1px solid #d1dde7; background: rgba(255,255,255,.6); font-size: 11px; }

.security-section { background: linear-gradient(180deg, #07101d, #0a1725); }
.security-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: center; }
.security-copy h2 { color: #edf8ff; }
.security-copy h2 span { color: #5ce0e9; }
.security-copy > p { margin: 26px 0; color: #8299ad; font-size: 14px; }
.factual-note { display: flex; align-items: flex-start; gap: 11px; padding: 14px; border-left: 2px solid var(--cyan); background: rgba(61,229,236,.035); }
.factual-note svg { flex: 0 0 21px; width: 21px; }
.factual-note span { color: #718b9f; font-size: 10px; line-height: 1.6; }
.security-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.security-grid article { position: relative; min-height: 225px; padding: 30px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.015); }
.security-grid article > span { position: absolute; top: 19px; right: 20px; color: #476077; font-size: 8px; }
.security-grid svg { width: 25px; margin-bottom: 31px; }
.security-grid h3 { margin: 0 0 8px; color: #dae9f4; font-size: 14px; }
.security-grid p { margin: 0; color: #6c8499; font-size: 11px; line-height: 1.65; }

.demo-section { position: relative; padding: 118px 0; overflow: hidden; background: radial-gradient(circle at 10% 50%, rgba(24,117,224,.18), transparent 35%), #0a2746; }
.demo-grid-bg { opacity: .25; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.demo-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; }
.demo-copy h2 { color: #f4fbff; font-size: clamp(44px, 5vw, 66px); }
.demo-copy h2 span { color: #75eef3; }
.demo-copy > p { max-width: 440px; margin: 25px 0 31px; color: #a3bbcf; font-size: 15px; }
.demo-points { display: grid; gap: 11px; }
.demo-points span { color: #9bb3c8; font-size: 11px; }
.demo-points i { width: 19px; height: 19px; display: inline-grid; place-items: center; margin-right: 8px; color: var(--cyan); border: 1px solid rgba(61,229,236,.28); border-radius: 50%; font-size: 9px; font-style: normal; }
.lead-form { position: relative; padding: 34px; color: var(--ink); background: #f8fbfd; box-shadow: 0 34px 90px rgba(0,0,0,.28); }
.form-heading { margin-bottom: 24px; }
.form-heading span { display: block; color: #1683e7; font-size: 8px; font-weight: 800; letter-spacing: 1.7px; }
.form-heading b { display: block; margin-top: 4px; font-size: 20px; letter-spacing: -.5px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.lead-form label { display: block; margin-bottom: 14px; color: #415a70; font-size: 10px; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; color: #183047; border: 1px solid #cfdae3; border-radius: 0; outline: 0; background: #fff; font-size: 12px; transition: border-color .2s, box-shadow .2s; }
.lead-form input, .lead-form select { height: 44px; }
.lead-form textarea { resize: vertical; min-height: 78px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #278cff; box-shadow: 0 0 0 3px rgba(39,140,255,.1); }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #9cabb8; }
.lead-form .consent { display: flex; align-items: flex-start; gap: 8px; margin: 3px 0 16px; color: #657c8f; font-size: 9px; font-weight: 500; }
.consent input { flex: 0 0 auto; width: 14px; height: 14px; margin: 1px 0 0; accent-color: #197de5; }
.optional { color: #91a1af; font-weight: 400; }
.button-full { width: 100%; border: 0; }
.form-privacy { display: block; margin-top: 11px; color: #8b9aa7; font-size: 8px; text-align: center; }
.honeypot { position: absolute; left: -9999px; }
.form-feedback { display: none; margin: 12px 0 0; padding: 10px; color: #07583d; background: #e7f8f0; font-size: 10px; text-align: center; }
.form-feedback.show { display: block; }
.form-feedback.error { color: #84232c; background: #feecef; }

.site-footer { background: #050b13; }
.footer-main { min-height: 132px; display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 40px; border-bottom: 1px solid var(--line); }
.footer-main > p { margin: 0; color: #5d7488; font-size: 11px; text-align: center; }
.footer-cta { justify-self: end; color: #a8c1d5; font-size: 11px; font-weight: 700; }
.footer-cta span { margin-left: 8px; color: var(--cyan); }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; color: #42576a; font-size: 9px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }
@keyframes scan { from { transform: translateY(-100px); } to { transform: translateY(280px); } }
@keyframes orbitPulse { 0%,100% { transform: scale(.98); opacity: .55; } 50% { transform: scale(1.03); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: 1fr 1fr; }
  .hero-visual { transform: scale(.9); transform-origin: right center; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-diagram { grid-template-columns: 1fr 80px 1fr 80px 1fr; }
  .benefits-layout { gap: 55px; }
  .benefits-visual { transform: none; }
  .security-layout, .demo-layout { gap: 55px; }
}

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 18px 22px 28px; border-bottom: 1px solid var(--line); background: rgba(6,15,26,.98); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav > a { padding: 15px 5px; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { margin-top: 15px; text-align: center; border-bottom: 1px solid rgba(75,184,255,.4); }
  .hero { padding-top: 120px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; padding-bottom: 10px; }
  .hero-visual { height: 540px; transform: none; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .hero-metrics > div { border-bottom: 1px solid var(--line); }.hero-metrics > div:nth-child(2) { border-right: 0; }.hero-metrics > div:first-child { padding-left: 25px; }
  .hero-metrics .metric-message { justify-content: flex-start; padding-right: 25px; }
  .section { padding: 90px 0; }
  .section-heading.split { grid-template-columns: 1fr; gap: 24px; }
  .flow-diagram { grid-template-columns: 1fr; max-width: 600px; margin: auto; }
  .flow-connector { width: 80px; height: 110px; margin: 0 auto; transform: rotate(90deg); }
  .flow-connector span { transform: rotate(-90deg); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-layout, .audience-layout, .security-layout, .demo-layout { grid-template-columns: 1fr; }
  .benefits-copy { order: -1; }
  .audience-layout, .security-layout, .demo-layout { gap: 48px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { display: none; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand img { width: 36px; height: 36px; }.brand-word { font-size: 19px; }
  .hero { padding-top: 110px; }
  .hero h1 { margin-top: 21px; font-size: clamp(40px, 12vw, 53px); letter-spacing: -2.8px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { display: grid; }.hero-actions .button { width: 100%; }
  .trust-line { display: grid; gap: 9px; }
  .hero-visual { height: 455px; margin: 12px -14px 0; transform: scale(.9); transform-origin: center top; }
  .core-card { top: 133px; width: 178px; height: 178px; }
  .core-card img { width: 78px; height: 78px; margin-bottom: 5px; }
  .core-card::before { inset: -14px; }.core-card::after { inset: -30px; }
  .erp-card { top: 166px; left: -10px; min-width: 115px; }.bank-card { top: 150px; right: -10px; min-width: 120px; }
  .status-top { top: 38px; left: 28%; }.status-bottom { right: 0; bottom: 42px; }
  .hero-metrics { margin-top: -35px; }
  .hero-metrics > div { padding: 21px 13px; }.hero-metrics > div:first-child { padding-left: 13px; }
  .hero-metrics strong { font-size: 29px; }.hero-metrics span { font-size: 8px; }
  .metric-message { display: none !important; }
  .hero-metrics { grid-template-columns: repeat(3, 1fr); }.hero-metrics > div:nth-child(2) { border-right: 1px solid var(--line); }.hero-metrics > div:nth-child(3) { border-right: 0; }
  .section { padding: 76px 0; }
  .section-heading h2, .benefits-copy h2, .audience-layout h2, .security-copy h2, .demo-copy h2 { font-size: 36px; letter-spacing: -1.8px; }
  .section-heading.centered { margin-bottom: 37px; text-align: left; }.section-heading.centered .eyebrow { justify-content: flex-start; }
  .section-heading.centered p { font-size: 14px; }
  .pain-grid, .features-grid, .security-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 245px; }.pain-card .line-icon { margin-bottom: 32px; }
  .feature-card.feature-large { grid-column: span 1; }.feature-card { min-height: 250px; }
  .flow-node { min-height: 270px; }
  .benefits-visual { min-height: auto; padding: 14px; overflow: hidden; }
  .dash-stats > div { padding: 9px; }.dash-stats strong { font-size: 18px; }.dash-table { display: none; }
  .audience-copy > p { font-size: 14px; }
  .security-grid article { min-height: 200px; }
  .demo-section { padding: 76px 0; }
  .lead-form { margin-inline: -6px; padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { min-height: 110px; gap: 20px; }.footer-cta { font-size: 0; }.footer-cta span { font-size: 20px; }.footer-bottom { display: grid; justify-content: start; align-content: center; gap: 3px; }
}

@media print {
  .site-header, .hero-actions, .demo-section, .site-footer { display: none; }
  body { color: #111; background: #fff; }.hero, .flow-section, .benefits-section, .security-section { color: #111; background: #fff; }.hero { min-height: auto; padding: 40px 0; }.hero-visual { display: none; }.hero-layout { display: block; }.section { padding: 40px 0; } [data-reveal] { opacity: 1; transform: none; }
}
