:root {
  --navy-1000: #020b18;
  --navy-950: #041126;
  --navy-900: #07182f;
  --navy-850: #09203c;
  --navy-800: #0d2949;
  --ink: #12233d;
  --muted: #617187;
  --soft: #8a98aa;
  --line: #dde6ef;
  --canvas: #f3f7fb;
  --cyan: #12d3df;
  --cyan-dark: #079baa;
  --cyan-pale: #e8fbfc;
  --blue: #1768ff;
  --green: #12b887;
  --amber: #e49a23;
  --red: #dd5068;
  --white: #fff;
  --shadow-sm: 0 8px 28px rgba(11, 32, 60, .07);
  --shadow: 0 28px 80px rgba(5, 24, 48, .14);
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-950); }
body { min-width: 320px; margin: 0; color: var(--ink); background: #fff; font-family: Inter, Aptos, "Segoe UI", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 11px 16px; border-radius: 8px; color: #052039; background: var(--cyan); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
.section { padding: 112px 0; }
.section-kicker { display: inline-block; color: var(--cyan-dark); font-size: 11px; font-weight: 850; letter-spacing: 2.1px; }
.section-kicker.light { color: #52dce5; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading.centered { display: block; max-width: 790px; margin: 0 auto 58px; text-align: center; }
.section-heading h2, .ownership-copy h2, .api-copy h2, .intelligence-copy h2, .security-copy h2, .contact-copy h2 { margin: 13px 0 0; color: #10233e; font-size: clamp(37px, 4.25vw, 60px); line-height: 1.06; letter-spacing: -2.6px; }
.section-heading p, .ownership-copy > p, .api-copy > p, .intelligence-copy > p, .security-copy > p, .contact-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.section-heading.centered p { max-width: 690px; margin: 20px auto 0; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .1s; }.delay-two { transition-delay: .2s; }.delay-three { transition-delay: .3s; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: rgba(210, 226, 236, .8); background: rgba(255, 255, 255, .91); box-shadow: 0 10px 35px rgba(5, 25, 50, .06); backdrop-filter: blur(18px); }
.nav-shell { display: flex; width: min(1380px, calc(100% - 48px)); min-height: 88px; align-items: center; margin: auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-size: 22px; font-weight: 900; letter-spacing: 2.4px; }
.brand img { width: 45px; height: 45px; object-fit: contain; }
.site-header.scrolled .brand { color: #0b213d; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav > a { position: relative; color: #a9bdd0; text-decoration: none; font-size: 12px; font-weight: 700; }
.site-nav > a:not(.nav-cta)::after { position: absolute; content: ""; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--cyan); transition: right .2s; }
.site-nav > a:hover::after { right: 0; }
.site-header.scrolled .site-nav > a { color: #52657c; }
.nav-cta { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid rgba(83, 224, 234, .24); border-radius: 10px; color: #061c34 !important; background: linear-gradient(135deg, #4ee0e7, #11bccb); box-shadow: 0 10px 24px rgba(10, 190, 203, .16); }
.nav-toggle { display: none; width: 42px; height: 42px; margin-left: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.06); }
.nav-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: #fff; }

.hero { position: relative; overflow: hidden; min-height: 920px; padding: 165px 0 0; color: #fff; background: radial-gradient(circle at 74% 32%, rgba(7, 192, 209, .13), transparent 27%), radial-gradient(circle at 19% 100%, rgba(23, 104, 255, .13), transparent 30%), linear-gradient(140deg, #020b18 0%, #06152b 48%, #08233f 100%); }
.hero::before { position: absolute; content: ""; inset: 0; opacity: .16; background-image: linear-gradient(rgba(100, 210, 221, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(100, 210, 221, .09) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.glow-one { width: 580px; height: 580px; right: -350px; top: -150px; border: 1px solid rgba(63, 224, 233, .08); box-shadow: 0 0 0 100px rgba(15, 200, 215, .018), 0 0 0 200px rgba(15, 200, 215, .012); }
.glow-two { width: 340px; height: 340px; left: -220px; bottom: -100px; border: 1px solid rgba(23,104,255,.09); box-shadow: 0 0 0 70px rgba(23,104,255,.018); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .93fr 1.07fr; min-width: 0; align-items: center; gap: 70px; }
.hero-copy, .hero-system, .pipeline-map, .source-stack, .destination-stack { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #6c9eb4; font-size: 10px; font-weight: 850; letter-spacing: 2.2px; }
.eyebrow i { width: 24px; height: 1px; background: var(--cyan); box-shadow: 8px 0 var(--cyan); }
.hero-copy h1 { max-width: 680px; margin: 24px 0; font-size: clamp(52px, 6.2vw, 82px); line-height: .99; letter-spacing: -4.5px; }
.hero-copy h1 em { color: #47dae4; font-style: normal; }
.hero-lede { max-width: 660px; margin: 0; color: #a8bfd2; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; margin-top: 36px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-size: 13px; font-weight: 820; transition: transform .2s, box-shadow .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #052139; background: linear-gradient(135deg, #47e0e7, #0dbbc9); box-shadow: 0 15px 35px rgba(10, 188, 202, .2); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(10, 188, 202, .3); }
.button-ghost { border-color: rgba(151, 188, 211, .19); color: #b9cddd; background: rgba(255,255,255,.035); }
.play-dot { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #43dce4; background: rgba(67,220,228,.09); font-size: 8px; }
.hero-assurances { display: flex; gap: 22px; margin-top: 34px; color: #7792aa; font-size: 11px; flex-wrap: wrap; }
.hero-assurances span { display: inline-flex; align-items: center; gap: 7px; }
.hero-assurances i { color: #30d8b0; font-style: normal; }

.hero-system { position: relative; min-height: 560px; }
.system-orbit { position: absolute; border: 1px solid rgba(63, 217, 227, .075); border-radius: 50%; }
.orbit-one { width: 610px; height: 610px; left: -5px; top: -20px; }
.orbit-two { width: 480px; height: 480px; left: 60px; top: 45px; border-style: dashed; animation: rotate 60s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.data-console { position: relative; z-index: 3; margin-top: 45px; padding: 19px; border: 1px solid rgba(122, 191, 210, .16); border-radius: 22px; background: linear-gradient(145deg, rgba(12, 39, 68, .9), rgba(4, 17, 36, .9)); box-shadow: 0 35px 100px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(16px); }
.console-head { display: flex; align-items: center; padding: 0 4px 15px; border-bottom: 1px solid rgba(141,190,212,.11); }
.console-brand { display: flex; align-items: center; gap: 9px; color: #8ba9bd; font-size: 8px; font-weight: 850; letter-spacing: 1.4px; }
.console-brand img { width: 30px; height: 30px; }
.live-chip { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; padding: 6px 9px; border: 1px solid rgba(42,213,173,.13); border-radius: 20px; color: #67dcbf; background: rgba(42,213,173,.05); font-size: 8px; font-weight: 750; }
.live-chip i { width: 5px; height: 5px; border-radius: 50%; background: #35d7ae; box-shadow: 0 0 0 4px rgba(53,215,174,.09); }
.pipeline-map { display: grid; grid-template-columns: 1.25fr 37px 88px 37px 1.05fr; align-items: center; min-height: 250px; gap: 5px; }
.source-stack, .destination-stack { display: grid; gap: 8px; }
.source-card { display: flex; align-items: center; gap: 8px; padding: 9px; border: 1px solid rgba(132,180,204,.11); border-radius: 10px; background: rgba(255,255,255,.025); }
.source-mark { display: grid; width: 28px; height: 28px; place-items: center; flex: 0 0 28px; border-radius: 8px; color: #b9f4f5; background: #0a5f68; font-size: 8px; font-weight: 900; }
.source-mark.am { color: #bcd2ff; background: #153c86; }.source-mark.ws { color: #d5e1ed; background: #26384d; }
.source-card span:nth-child(2) { min-width: 0; flex: 1; }
.source-card strong, .source-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.source-card strong { color: #b4c9d9; font-size: 8px; }.source-card small { margin-top: 2px; color: #56738c; font-size: 7px; }
.source-card b { color: #2acfa5; font-size: 8px; }
.flow-lines { position: relative; display: grid; gap: 15px; }
.flow-lines i { height: 1px; background: linear-gradient(90deg, rgba(23,153,172,.1), #16b9c7); }
.flow-lines.outbound i { background: linear-gradient(90deg, #16b9c7, rgba(23,153,172,.1)); }
.flow-pulse { position: absolute; width: 5px; height: 5px; top: 50%; border-radius: 50%; background: #55f3fa; box-shadow: 0 0 10px #55f3fa; animation: data-pulse 2.2s linear infinite; }
.outbound .flow-pulse { animation-direction: reverse; }
@keyframes data-pulse { from { left: 0; } to { left: calc(100% - 5px); } }
.finapp-core { position: relative; display: grid; place-items: center; align-content: center; width: 88px; height: 88px; border: 1px solid rgba(76,224,232,.2); border-radius: 50%; background: radial-gradient(circle, #0c3957, #061b34 70%); box-shadow: 0 0 35px rgba(18,211,223,.1); }
.finapp-core img { width: 50px; height: 50px; }.finapp-core small { margin-top: -2px; color: #55bac5; font-size: 6px; text-transform: uppercase; letter-spacing: .8px; }
.core-rings { position: absolute; inset: -11px; border: 1px dashed rgba(75,215,225,.15); border-radius: 50%; animation: rotate 20s linear infinite; }
.destination-card { display: grid; grid-template-columns: 28px 1fr 5px; align-items: center; gap: 8px; padding: 10px; border: 1px solid rgba(132,180,204,.11); border-radius: 10px; color: #abc2d3; background: rgba(255,255,255,.025); }
.destination-card span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; color: #63e0e7; background: rgba(18,211,223,.08); font-size: 8px; font-weight: 900; }
.destination-card strong { font-size: 8px; }.destination-card i { width: 5px; height: 5px; border-radius: 50%; background: #26cfa6; }
.console-ledger { display: grid; gap: 7px; padding-top: 12px; border-top: 1px solid rgba(141,190,212,.11); }
.console-ledger > div { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 8px; padding: 8px 9px; border-radius: 9px; background: rgba(255,255,255,.022); }
.merchant-dot { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; color: #83e5ea; background: rgba(18,211,223,.09); font-size: 7px; font-weight: 900; }.merchant-dot.blue { color: #a9c5ff; background: rgba(23,104,255,.11); }
.console-ledger strong, .console-ledger small { display: block; }.console-ledger strong { color: #aebfd0; font-size: 8px; }.console-ledger small { margin-top: 2px; color: #537088; font-size: 7px; }.console-ledger b { color: #43d7b3; font-size: 8px; }.console-ledger .status-text { color: #57dce5; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(133,194,211,.17); border-radius: 12px; background: rgba(5,23,44,.92); box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(10px); animation: float 5s ease-in-out infinite; }
.floating-card > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; color: #43d9e2; background: rgba(19,204,216,.08); }.floating-card small, .floating-card strong { display: block; }.floating-card small { color: #527089; font-size: 6px; letter-spacing: 1px; }.floating-card strong { margin-top: 3px; color: #bdd0dd; font-size: 9px; }
.float-sync { top: 12px; right: -26px; }.float-secure { left: -35px; bottom: 13px; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-8px); } }
.hero-bottom { position: relative; z-index: 2; display: flex; align-items: center; gap: 30px; margin-top: 80px; padding: 25px 0 28px; border-top: 1px solid rgba(129,177,201,.1); }
.hero-bottom > span { flex: 0 0 auto; color: #49667f; font-size: 8px; font-weight: 850; letter-spacing: 1.5px; }
.institution-row { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 25px; color: #6f879d; }
.institution-row b { font-size: 10px; letter-spacing: .5px; }

.outcome-strip { border-bottom: 1px solid var(--line); background: #fff; }
.outcome-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; padding: 34px 0; }
.outcome-grid > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; }
.outcome-icon { display: grid; width: 36px; height: 36px; grid-row: 1 / 3; place-items: center; border-radius: 10px; color: #078d9c; background: var(--cyan-pale); font-size: 13px; font-weight: 850; }
.outcome-grid strong, .outcome-grid small { display: block; }.outcome-grid strong { color: #243851; font-size: 11px; }.outcome-grid small { margin-top: 3px; color: #8a98a9; font-size: 8px; }.outcome-grid > i { color: #bac5cf; font-style: normal; }

.platform-section { background: linear-gradient(180deg, #fff, #f7f9fc); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 315px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: #c7e6e9; box-shadow: var(--shadow); }
.feature-card.featured { grid-column: span 2; min-height: 350px; color: #fff; background: radial-gradient(circle at 90% 0, rgba(18,211,223,.16), transparent 32%), linear-gradient(145deg, #06152d, #0a294a); }
.feature-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: #078f9e; background: var(--cyan-pale); font-weight: 850; }
.featured .feature-icon { color: #4bdde5; background: rgba(18,211,223,.09); }
.card-number { position: absolute; right: 25px; top: 25px; color: #c4cdd8; font-size: 9px; font-weight: 850; letter-spacing: 1.3px; }.featured .card-number { color: #426078; }
.feature-card h3 { margin: 24px 0 11px; color: #20334d; font-size: 20px; letter-spacing: -.3px; }.featured h3 { color: #e9f5f8; font-size: 25px; }
.feature-card p { margin: 0; color: #728196; font-size: 13px; line-height: 1.75; }.featured > p { max-width: 690px; color: #91aabe; }
.feature-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: #078e9d; text-decoration: none; font-size: 11px; font-weight: 850; }
.mini-feed { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 25px; }
.mini-feed > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 11px; border: 1px solid rgba(146,190,210,.1); border-radius: 11px; background: rgba(255,255,255,.035); }
.feed-avatar { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: #6adfe5; background: rgba(18,211,223,.08); font-size: 9px; font-weight: 900; }.feed-avatar.green { color: #66dfbf; background: rgba(18,184,135,.08); }
.mini-feed strong, .mini-feed small { display: block; }.mini-feed strong { color: #b7cad8; font-size: 8px; }.mini-feed small { margin-top: 3px; color: #59738a; font-size: 7px; }.mini-feed b { color: #aebfd0; font-size: 8px; }.mini-feed .positive { color: #46d4ad; }

.ownership-section { color: #fff; background: radial-gradient(circle at 100% 30%, rgba(23,104,255,.14), transparent 30%), linear-gradient(135deg, #06142c, #09294a); }
.ownership-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; }
.ownership-copy h2 { color: #fff; }.ownership-copy h2 em { color: #4bdce5; font-style: normal; }.ownership-copy > p { margin-top: 25px; color: #9bb3c7; }
.ownership-points { display: grid; gap: 18px; margin-top: 35px; }
.ownership-points > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.ownership-points > div > span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(72,217,226,.18); border-radius: 9px; color: #4bdce5; background: rgba(18,211,223,.05); font-size: 8px; font-weight: 850; }
.ownership-points p, .ownership-points strong, .ownership-points small { display: block; margin: 0; }.ownership-points strong { color: #d5e5ed; font-size: 12px; }.ownership-points p { color: #7893aa; font-size: 11px; line-height: 1.65; }
.ownership-visual { display: grid; gap: 14px; }
.ownership-card { padding: 24px; border: 1px solid rgba(133,187,210,.15); border-radius: 17px; background: rgba(255,255,255,.035); box-shadow: 0 25px 65px rgba(0,0,0,.18); }
.ownership-card > small { color: #56738c; font-size: 7px; font-weight: 850; letter-spacing: 1.5px; }.ownership-card > div { display: flex; align-items: center; gap: 12px; margin-top: 14px; }.ownership-card > div > span { display: grid; width: 41px; height: 41px; place-items: center; border-radius: 11px; color: #6edfe5; background: rgba(18,211,223,.09); }.ownership-card > div strong { font-size: 16px; }
.ownership-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }.ownership-card li { color: #8aa4b7; font-size: 9px; }.ownership-card li::before { content: "✓"; margin-right: 6px; color: #35d5aa; }
.finapp-card { border-color: rgba(72,219,228,.24); background: linear-gradient(145deg, rgba(14,73,95,.45), rgba(255,255,255,.035)); }.finapp-card img { width: 41px; height: 41px; }
.ownership-link { display: flex; align-items: center; gap: 10px; color: #4fa3b2; font-size: 7px; font-weight: 850; letter-spacing: 1.3px; }.ownership-link i { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(62,212,222,.35), transparent); }

.api-section { background: #f5f8fb; }
.api-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 75px; }
.api-copy > p { margin-top: 24px; }
.api-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }.api-benefits span { color: #53657b; font-size: 11px; }.api-benefits i { margin-right: 7px; color: #0ead82; font-style: normal; }
.text-action { display: inline-flex; align-items: center; gap: 9px; margin-top: 30px; color: #078f9f; text-decoration: none; font-size: 12px; font-weight: 850; }
.code-window { overflow: hidden; border: 1px solid #183755; border-radius: 19px; background: #06152d; box-shadow: 0 30px 80px rgba(5,25,50,.2); }
.code-head { display: flex; min-height: 54px; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(139,183,205,.1); background: #081b35; }.code-head > span { display: flex; gap: 5px; }.code-head i { width: 7px; height: 7px; border-radius: 50%; background: #36506a; }.code-head i:first-child { background: #e96778; }.code-head i:nth-child(2) { background: #e6b44d; }.code-head i:last-child { background: #39c99f; }.code-head b { margin-left: 16px; color: #829bb0; font: 9px Consolas, monospace; }.code-head em { margin-left: auto; color: #43d5ae; font: 8px Consolas, monospace; }
.code-window pre { overflow-x: auto; margin: 0; padding: 26px; color: #b5c9d9; font: 11px/1.8 Consolas, monospace; }.code-window code { font: inherit; }.code-muted { color: #486a84; }.code-blue { color: #80aaff; }.code-green { color: #79d9b6; }.code-cyan { color: #69dce7; }.code-gold { color: #e7b85f; }
.code-foot { display: flex; justify-content: space-between; padding: 12px 18px; border-top: 1px solid rgba(139,183,205,.1); color: #4e6c84; font: 8px Consolas, monospace; }.code-foot span:first-child { display: inline-flex; align-items: center; gap: 7px; }.code-foot i { width: 5px; height: 5px; border-radius: 50%; background: #34d1a8; }

.integrations-section { overflow: hidden; }
.integration-map { position: relative; height: 520px; max-width: 1060px; margin: auto; }
.integration-core { position: absolute; z-index: 3; left: 50%; top: 50%; display: grid; width: 180px; height: 180px; place-items: center; align-content: center; border: 1px solid #b9e9ec; border-radius: 50%; background: #fff; box-shadow: 0 25px 70px rgba(5,45,70,.13); transform: translate(-50%,-50%); }.integration-core img { width: 70px; height: 70px; }.integration-core strong { margin-top: 7px; color: #16304a; font-size: 16px; letter-spacing: 1.5px; }.integration-core small { margin-top: 3px; color: #8090a3; font-size: 8px; }.pulse-ring { position: absolute; inset: -20px; border: 1px dashed #c3e9eb; border-radius: 50%; animation: rotate 30s linear infinite; }
.integration-node { position: absolute; z-index: 3; width: 215px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); }.integration-node > span { display: grid; width: 38px; height: 38px; margin-bottom: 12px; place-items: center; border-radius: 10px; color: #078e9d; background: var(--cyan-pale); font-size: 10px; font-weight: 900; }.integration-node strong, .integration-node small { display: block; }.integration-node strong { color: #263a52; font-size: 12px; }.integration-node small { margin-top: 4px; color: #8b99a9; font-size: 8px; }.node-crm { left: 4%; top: 8%; }.node-accounting { right: 4%; top: 8%; }.node-portal { left: 4%; bottom: 7%; }.node-legacy { right: 4%; bottom: 7%; }
.integration-lines { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; fill: none; stroke: #b7e4e7; stroke-width: 1.2; stroke-dasharray: 5 5; }.integration-lines path { animation: dash 15s linear infinite; }@keyframes dash { to { stroke-dashoffset: -100; } }
.integration-capabilities { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }.integration-capabilities span { padding: 9px 13px; border: 1px solid #dce7ee; border-radius: 20px; color: #67778c; background: #f9fbfd; font-size: 9px; font-weight: 700; }

.intelligence-section { color: #fff; background: radial-gradient(circle at 10% 50%, rgba(18,211,223,.11), transparent 28%), linear-gradient(145deg, #031020, #092540); }
.intelligence-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.intelligence-copy h2 { color: #fff; }.intelligence-copy > p { margin-top: 25px; color: #91a9bc; }.intelligence-copy ul { display: grid; gap: 20px; margin: 32px 0 0; padding: 0; list-style: none; }.intelligence-copy li { display: grid; grid-template-columns: 36px 1fr; gap: 13px; }.intelligence-copy li > span { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 9px; color: #4ddce5; background: rgba(18,211,223,.07); }.intelligence-copy li p, .intelligence-copy li strong { margin: 0; }.intelligence-copy li strong { display: block; margin-bottom: 4px; color: #d2e2ea; font-size: 12px; }.intelligence-copy li p { color: #708ca2; font-size: 10px; line-height: 1.65; }
.recon-board { padding: 20px; border: 1px solid rgba(120,185,207,.16); border-radius: 20px; background: linear-gradient(145deg, rgba(15,48,78,.8), rgba(5,20,39,.85)); box-shadow: 0 35px 100px rgba(0,0,0,.28); }.recon-head { display: flex; align-items: center; padding-bottom: 17px; border-bottom: 1px solid rgba(124,177,201,.11); }.recon-head > div { display: flex; align-items: center; gap: 10px; }.ai-star { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: #52dee6; background: rgba(18,211,223,.08); }.recon-head strong, .recon-head small { display: block; }.recon-head strong { color: #c6d9e4; font-size: 11px; }.recon-head small { margin-top: 3px; color: #58758d; font-size: 7px; }.confidence-chip { margin-left: auto; padding: 6px 9px; border-radius: 20px; color: #51d7b4; background: rgba(34,200,158,.08); font-size: 7px; font-weight: 850; }
.recon-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 14px 0; }.recon-summary > div { padding: 12px; border: 1px solid rgba(126,176,200,.09); border-radius: 10px; background: rgba(255,255,255,.025); }.recon-summary small, .recon-summary strong { display: block; }.recon-summary small { color: #54718a; font-size: 6px; letter-spacing: .7px; }.recon-summary strong { margin: 7px 0; color: #c4d7e2; font-size: 19px; }.bar { display: block; height: 3px; border-radius: 4px; background: rgba(255,255,255,.06); }.bar i { display: block; height: 100%; border-radius: inherit; background: #1dcaa1; }.bar.amber i { background: var(--amber); }.bar.red i { background: var(--red); }.w82{width:82%}.w24{width:24%}.w10{width:10%}
.match-card { display: grid; grid-template-columns: 1.15fr 20px 1fr auto; align-items: center; gap: 8px; margin-top: 8px; padding: 11px; border: 1px solid rgba(130,181,203,.09); border-radius: 11px; background: rgba(255,255,255,.025); }.match-card > div { display: flex; align-items: center; gap: 8px; }.match-score, .invoice-mark { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 8px; color: #5addba; background: rgba(33,204,161,.08); font-size: 7px; font-weight: 900; }.invoice-mark { color: #71dce4; background: rgba(18,211,223,.08); }.match-card strong, .match-card small { display: block; }.match-card strong { color: #aebfce; font-size: 7px; }.match-card small { margin-top: 3px; color: #547189; font-size: 6px; }.match-arrow { color: #3e617a; }.match-card button { padding: 6px 8px; border: 1px solid rgba(77,219,228,.15); border-radius: 7px; color: #6edce4; background: rgba(18,211,223,.05); font-size: 7px; }
.human-control { display: flex; align-items: center; gap: 9px; margin-top: 13px; padding: 11px; border-radius: 10px; background: rgba(23,104,255,.06); }.human-control > span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #90b2ff; background: rgba(23,104,255,.1); font-size: 8px; }.human-control p, .human-control strong, .human-control small { display: block; margin: 0; }.human-control strong { color: #9db2c4; font-size: 8px; }.human-control small { margin-top: 2px; color: #526f87; font-size: 7px; }

.security-section { background: #f5f8fb; }
.security-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }.security-copy > p { margin-top: 24px; }.security-list { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }.security-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 20px 23px; border-bottom: 1px solid #e9eef3; }.security-list > div:last-child { border-bottom: 0; }.security-list > div > span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; color: #078e9c; background: var(--cyan-pale); font-size: 8px; font-weight: 900; }.security-list p, .security-list strong, .security-list small { display: block; margin: 0; }.security-list strong { color: #263a53; font-size: 12px; }.security-list small { margin-top: 5px; color: #7d8b9c; font-size: 10px; line-height: 1.55; }

.process-section { background: #fff; }.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow-sm); }.process-grid article { position: relative; min-height: 250px; padding: 27px; border-right: 1px solid var(--line); }.process-grid article:last-child { border-right: 0; }.process-grid article > span { position: absolute; right: 22px; top: 21px; color: #bcc7d2; font-size: 8px; font-weight: 850; }.process-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: #078e9c; background: var(--cyan-pale); font-weight: 850; }.process-grid h3 { margin: 28px 0 10px; color: #243850; font-size: 18px; }.process-grid p { margin: 0; color: #7a899b; font-size: 11px; line-height: 1.7; }

.contact-section { position: relative; overflow: hidden; padding: 120px 0; color: #fff; background: radial-gradient(circle at 0 100%, rgba(23,104,255,.16), transparent 30%), radial-gradient(circle at 85% 25%, rgba(18,211,223,.13), transparent 25%), linear-gradient(145deg, #020b18, #071c36); }.contact-section::before { position: absolute; content: ""; inset: 0; opacity: .13; background-image: linear-gradient(rgba(93,190,207,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(93,190,207,.1) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(circle at center, black, transparent 80%); }.contact-glow { position: absolute; width: 550px; height: 550px; right: -360px; bottom: -250px; border: 1px solid rgba(51,218,229,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(18,211,223,.018), 0 0 0 180px rgba(18,211,223,.01); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 90px; }.contact-section .reveal { opacity: 1; transform: none; }.contact-copy h2 { color: #fff; }.contact-copy > p { margin-top: 25px; color: #91aabe; }.contact-expect { display: grid; grid-template-columns: 34px 1fr; gap: 18px 12px; margin-top: 38px; }.contact-expect > span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(76,219,228,.16); border-radius: 9px; color: #4ddde5; background: rgba(18,211,223,.05); font-size: 7px; font-weight: 900; }.contact-expect p, .contact-expect strong, .contact-expect small { display: block; margin: 0; }.contact-expect strong { color: #c5d8e3; font-size: 11px; }.contact-expect small { margin-top: 4px; color: #617f96; font-size: 9px; }
.contact-card { padding: 31px; border: 1px solid rgba(143,191,211,.16); border-radius: 22px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 40px 110px rgba(0,0,0,.34); }.contact-card-head { display: flex; align-items: center; gap: 13px; padding-bottom: 22px; border-bottom: 1px solid #e6edf2; }.contact-mark { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 12px; color: #087f8c; background: var(--cyan-pale); }.contact-card h3 { margin: 0; color: #18304b; font-size: 20px; }.contact-card-head p { margin: 4px 0 0; color: #8c99a9; font-size: 9px; }.contact-card form { margin-top: 23px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.field { position: relative; margin-bottom: 16px; }.field label { display: block; margin-bottom: 7px; color: #34475e; font-size: 10px; font-weight: 800; }.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid #dbe4ec; border-radius: 10px; outline: none; color: #1c304a; background: #fff; font-size: 11px; transition: border .2s, box-shadow .2s; }.field textarea { min-height: 115px; padding-top: 12px; resize: vertical; line-height: 1.55; }.field input:focus, .field select:focus, .field textarea:focus { border-color: #11b9c6; box-shadow: 0 0 0 4px rgba(18,211,223,.1); }.field input::placeholder, .field textarea::placeholder { color: #a1adba; }.field > small { position: absolute; right: 3px; bottom: -14px; color: #a0abb8; font-size: 7px; }.trap-field { position: absolute !important; overflow: hidden !important; width: 1px !important; height: 1px !important; left: -10000px !important; opacity: 0 !important; pointer-events: none !important; }.consent { display: grid; grid-template-columns: 17px 1fr; gap: 8px; align-items: start; margin: 21px 0 17px; color: #738297; font-size: 9px; line-height: 1.55; }.consent input { margin: 1px 0 0; accent-color: #0bb2bf; }.consent a { color: #078f9c; font-weight: 800; }.button-block { width: 100%; border: 0; }.button:disabled { cursor: wait; opacity: .65; transform: none; }.form-message { display: none; margin: 0 0 13px; padding: 10px 12px; border-radius: 9px; font-size: 10px; line-height: 1.5; }.form-message:not(:empty) { display: block; }.form-message.success { color: #087755; background: #eaf9f3; }.form-message.error { color: #a22d43; background: #fff0f3; }.form-message.muted { color: #68778a; background: #f2f5f8; }.form-security { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 13px; color: #8e9baa; }.form-security > span { color: #0b9ba8; }.form-security p, .form-security strong, .form-security small { display: block; margin: 0; }.form-security strong { font-size: 7px; }.form-security small { margin-top: 2px; font-size: 6px; }

.site-footer { padding: 70px 0 20px; color: #fff; background: #020b18; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 55px; }.footer-brand { color: #fff; }.footer-grid > div:first-child p { max-width: 390px; margin: 20px 0 0; color: #647d93; font-size: 11px; line-height: 1.7; }.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 13px; }.footer-grid strong { margin-bottom: 4px; color: #839caf; font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase; }.footer-grid a:not(.brand) { color: #60788f; text-decoration: none; font-size: 10px; }.footer-grid a:hover { color: #56dce4; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(139,177,201,.09); color: #405a72; font-size: 8px; }.footer-bottom a { color: #63cbd4; text-decoration: none; font-weight: 750; }.footer-bottom a:hover { color: #85e4ea; }

.legal-page { background: #f4f7fa; }.legal-page .site-header { background: rgba(255,255,255,.95); }.legal-page .brand { color: #0b213d; }.legal-nav a { color: #52657c !important; }.legal-shell { width: min(850px, calc(100% - 48px)); min-height: 80vh; margin: 0 auto; padding: 150px 0 90px; }.legal-hero { padding-bottom: 32px; border-bottom: 1px solid var(--line); }.legal-hero h1 { margin: 13px 0 7px; color: #112741; font-size: clamp(38px,5vw,58px); letter-spacing: -2px; }.legal-hero p { margin: 0; color: #8b98a9; }.legal-content { padding: 24px 0; }.legal-content h2 { margin: 36px 0 9px; color: #203650; font-size: 20px; }.legal-content p { margin: 0 0 14px; color: #5f7084; font-size: 14px; line-height: 1.85; }.legal-content a { color: #078f9d; font-weight: 800; }.legal-footer { padding-top: 20px; }.legal-footer a { color: #5bcfd8; text-decoration: none; }
.not-found { display: grid; min-height: 100vh; place-items: center; color: #fff; background: radial-gradient(circle at center, #0b3153, #031020 60%); }.not-found main { width: min(540px, calc(100% - 40px)); text-align: center; }.not-found img { margin: auto; }.not-found main > span { display: block; margin-top: 18px; color: #46dbe4; font-size: 11px; font-weight: 900; letter-spacing: 3px; }.not-found h1 { margin: 15px 0 8px; font-size: clamp(34px,6vw,56px); letter-spacing: -2px; }.not-found p { margin: 0 0 28px; color: #8fa8ba; }

@media (max-width: 1100px) {
  .hero { min-height: auto; padding-top: 145px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 800px; }.hero-system { width: min(700px,100%); margin: 0 auto; }.hero-bottom { margin-top: 50px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-card.featured { grid-column: span 2; }
  .ownership-grid, .api-grid, .intelligence-grid, .security-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }.ownership-visual { width: min(700px,100%); }.api-copy, .intelligence-copy, .security-copy, .contact-copy { max-width: 760px; }
  .recon-board, .code-window { width: min(760px,100%); }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-grid article:nth-child(2) { border-right: 0; }.process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 860px) {
  .section { padding: 85px 0; }.nav-shell { min-height: 74px; }.nav-toggle { display: block; }.site-header.scrolled .nav-toggle { border-color: #dce5ed; background: #f5f7f9; }.site-header.scrolled .nav-toggle span { background: #17304a; }
  .site-nav { position: fixed; top: 74px; left: 16px; right: 16px; display: grid; gap: 0; overflow: hidden; max-height: 0; margin: 0; border: 0 solid #dfe7ee; border-radius: 15px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); transition: max-height .3s, border-width .3s; }.site-nav.open { max-height: 520px; border-width: 1px; }.site-nav > a { padding: 15px 18px; border-bottom: 1px solid #edf1f4; color: #40566f !important; }.site-nav > a::after { display: none; }.site-nav .nav-cta { margin: 10px; border: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }.hero-copy h1 { letter-spacing: -3px; }.hero-system { min-height: 500px; }.float-sync { right: 0; }.float-secure { left: 0; }
  .hero-bottom { display: block; }.institution-row { margin-top: 15px; flex-wrap: wrap; justify-content: flex-start; }
  .outcome-grid { grid-template-columns: 1fr 1fr; gap: 24px; }.outcome-grid > i { display: none; }
  .integration-map { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.integration-core { position: relative; grid-column: span 2; left: auto; top: auto; margin: 20px auto; transform: none; }.integration-node { position: static; width: auto; }.integration-lines { display: none; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:first-child { grid-column: span 3; }
}
@media (max-width: 620px) {
  .shell, .nav-shell, .legal-shell { width: min(100% - 32px, var(--shell)); }.hero { padding-top: 118px; }.hero-copy h1 { max-width: 100%; font-size: 42px; letter-spacing: -2.3px; }.hero-copy h1 em { display: block; }.hero-lede { font-size: 16px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-assurances { display: grid; gap: 9px; }
  .hero-system { min-height: 430px; }.data-console { padding: 13px; transform: scale(.9); transform-origin: center top; }.pipeline-map { grid-template-columns: 1.15fr 22px 65px 22px 1fr; min-height: 225px; }.finapp-core { width: 64px; height: 64px; }.finapp-core img { width: 40px; height: 40px; }.source-card { padding: 7px 5px; }.source-mark, .destination-card span { width: 23px; height: 23px; flex-basis: 23px; }.destination-card { grid-template-columns: 23px 1fr 4px; padding: 7px 5px; }.floating-card { display: none; }.console-ledger > div { grid-template-columns: 28px 1fr auto; }.hero-bottom { margin-top: 5px; }
  .outcome-grid { grid-template-columns: 1fr; }.feature-grid { grid-template-columns: 1fr; }.feature-card.featured { grid-column: auto; }.mini-feed { grid-template-columns: 1fr; }.ownership-card ul { grid-template-columns: 1fr; }.api-benefits { grid-template-columns: 1fr; }.code-window pre { padding: 18px; font-size: 9px; }.integration-map { grid-template-columns: 1fr; }.integration-core { grid-column: auto; }.recon-summary { grid-template-columns: 1fr 1fr 1fr; }.match-card { grid-template-columns: 1fr; }.match-arrow { transform: rotate(90deg); }.process-grid { grid-template-columns: 1fr; }.process-grid article { border-right: 0; border-bottom: 1px solid var(--line); }.process-grid article:last-child { border-bottom: 0; }.form-row { grid-template-columns: 1fr; }.contact-card { padding: 22px 18px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }.footer-grid > div:first-child { grid-column: span 2; }.footer-bottom { flex-direction: column; }.legal-page .site-nav { display: none; }
}

/* Readability pass: keep every visible label and supporting detail at 12px or larger. */
.section-kicker, .eyebrow, .play-dot, .console-brand, .live-chip,
.source-mark, .source-card strong, .source-card small, .source-card b,
.finapp-core small, .destination-card span, .destination-card strong,
.merchant-dot, .console-ledger strong, .console-ledger small, .console-ledger b,
.floating-card small, .floating-card strong, .hero-bottom > span,
.institution-row b, .outcome-grid strong, .outcome-grid small, .card-number,
.feed-avatar, .mini-feed strong, .mini-feed small, .mini-feed b,
.ownership-points > div > span, .ownership-card > small, .ownership-card li,
.ownership-link, .code-head b, .code-head em, .code-window pre, .code-foot,
.integration-core small, .integration-node > span, .integration-node strong,
.integration-node small, .integration-capabilities span,
.intelligence-copy li strong, .intelligence-copy li p, .recon-head strong,
.recon-head small, .confidence-chip, .recon-summary small, .match-score,
.invoice-mark, .match-card strong, .match-card small, .match-card button,
.human-control > span, .human-control strong, .human-control small,
.security-list > div > span, .security-list strong, .security-list small,
.process-grid article > span, .contact-expect > span, .contact-expect strong,
.contact-expect small, .contact-card-head p, .field label, .field > small,
.consent, .form-security strong, .form-security small, .footer-grid strong,
.footer-grid a:not(.brand), .footer-bottom, .not-found main > span {
  font-size: 12px;
}
.site-nav > a, .hero-assurances, .feature-card > a, .ownership-points p,
.api-benefits span, .process-grid p, .footer-grid > div:first-child p {
  font-size: 13px;
}
.button, .field input, .field select, .field textarea, .form-message {
  font-size: 14px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
