@font-face {
  font-family: Satoshi;
  src: url("./satoshi.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #0d152c;
  --ink: #f4f8ff;
  --muted: #adb6c7;
  --cyan: #15c8fe;
  --blue: #087af5;
  --line: #29364a;
  --paper: #f4f8ff;
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Satoshi, Arial, "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body[data-page="home"],
body[data-page="about"] {
  background: #050609;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
a:hover {
  color: var(--cyan);
}
:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 5px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  overflow-wrap: break-word;
}
h1 {
  font-size: 100px;
}
h2 {
  font-size: 80px;
}
h3 {
  font-size: 28px;
}
p {
  color: var(--muted);
  overflow-wrap: anywhere;
}
section {
  position: relative;
}
main {
  overflow: clip;
}
.container {
  width: min(1140px, calc(100% - 64px));
  margin-inline: auto;
}
.section {
  padding-block: 120px;
}
.center {
  text-align: center;
}
.lead {
  font-size: 20px;
  line-height: 1.65;
  max-width: 760px;
}
.center .lead {
  margin-inline: auto;
}
.eyebrow {
  font-size: 20px;
  font-weight: 500;
  color: var(--cyan);
  margin-bottom: 24px;
}
.icon {
  display: inline-block;
  flex: none;
  width: 24px;
  height: 24px;
  background: currentColor;
  mask: var(--icon) center/contain no-repeat;
  -webkit-mask: var(--icon) center/contain no-repeat;
  vertical-align: middle;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.liquidity-art {
  width: 100%;
  height: auto;
}
.liquidity-section figure {
  margin-block: 0;
}
.step-number,
.stats strong,
.roadmap li > span,
.email {
  direction: ltr;
  unicode-bidi: isolate;
}
.mobile-open .mobile-toggle .icon {
  --icon: url("./icons/x.svg") !important;
}
[dir="rtl"] .button .icon,
[dir="rtl"] .more .icon {
  transform: scaleX(-1);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 50px;
  padding: 12px 28px;
  background: var(--blue);
  color: white;
  border: 1px solid var(--blue);
  border-radius: 6px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition:
    background 0.18s,
    border-color 0.18s;
}
.button:hover {
  background: #006be0;
  color: white;
  border-color: #3295ff;
}
.button.outline {
  background: transparent;
  border-color: #516076;
}
.button.outline:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}
.button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0079ed;
  font-weight: 500;
}
.more:hover {
  color: #004995;
}
.skip-link {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1000;
  padding: 10px;
  background: white;
  color: black;
  transform: translateY(-120%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: relative;
  z-index: 50;
  padding: 66px 0 42px;
  background: transparent;
}
.header-inner {
  width: min(1237px, calc(100% - 48px));
  margin: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 57px;
  flex: 1;
  min-width: 0;
  border-radius: 32px;
  background: #fff;
  color: #182029;
  padding: 12px 32px;
}
.brand {
  flex: none;
  display: flex;
  align-items: center;
}
#primary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex: 1;
  margin-inline-start: 25px;
  font-size: 16px;
}
#primary-nav > a,
summary {
  white-space: nowrap;
}
#primary-nav .active {
  color: #087af5;
}
details {
  position: relative;
}
summary {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  line-height: 1.4;
}
summary::-webkit-details-marker {
  display: none;
}
summary .icon {
  width: 16px;
  height: 16px;
}
details[open] > summary .icon:last-child {
  transform: rotate(180deg);
}
.language-dropdown summary {
  font-size: 15px;
  gap: 6px;
}
.language-dropdown summary > .icon:first-child {
  width: 18px;
  height: 18px;
}
.dropdown-panel {
  position: absolute;
  inset-block-start: calc(100% + 22px);
  inset-inline-start: -20px;
  min-width: 240px;
  background: white;
  color: #182029;
  border: 1px solid #e4e9ee;
  border-radius: 8px;
  box-shadow: 0 16px 48px #0005;
  padding: 8px;
  display: grid;
  gap: 2px;
  z-index: 60;
}
.dropdown-panel a {
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.5;
}
.dropdown-panel a:hover,
.dropdown-panel a[aria-current="true"] {
  background: #edf6ff;
  color: #087af5;
}
.language-panel {
  inset-inline-start: auto;
  inset-inline-end: -22px;
  max-height: 420px;
  overflow: auto;
  min-width: 225px;
}
.language-panel a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.language-panel .icon {
  width: 16px;
  height: 16px;
}
.account-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: none;
}
.account-actions .button {
  padding: 12px 16px;
  min-width: 112px;
  font-size: 15px;
}
.mobile-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.home-hero {
  min-height: 621px;
  background: #050608 url("./hero-art.webp") center top/1440px 700px no-repeat;
  text-align: center;
  padding: 64px 24px 96px;
}
.hero-content {
  max-width: 1100px;
  margin: auto;
}
.home-hero h1 {
  font-size: 90px;
  line-height: 1.2;
  max-width: 1000px;
  margin: auto;
  color: #e5e9ef;
}
.home-hero p {
  font-size: 16px;
  line-height: 1.65;
  max-width: 670px;
  margin: 26px auto 56px;
  color: #b8bcc4;
}
.home-hero .button {
  min-width: 180px;
}
.platform-intro {
  padding-top: 120px;
}
.intro-copy {
  font-size: 30px;
  max-width: 990px;
  margin: auto;
  line-height: 1.5;
  color: #c7cbd1;
}
.platform-intro h2 {
  font-size: 96px;
  margin: 74px auto 68px;
  line-height: 1.12;
  color: var(--cyan);
  max-width: 1100px;
}
.platform-intro .button {
  min-height: 72px;
  min-width: 260px;
  font-size: 20px;
}
.brand-watermark {
  color: #191d24;
  font-size: 190px;
  font-weight: 700;
  line-height: 1.2;
  margin: 48px auto 0;
  white-space: nowrap;
  text-align: center;
  max-width: 1440px;
  overflow: hidden;
}
.crm-device {
  width: min(1492px, 100%);
  margin: 20px auto 0;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.built-for {
  min-height: 1070px;
  margin-top: -90px;
  padding-top: 40px;
}
.built-watermark {
  font-size: 245px;
  white-space: nowrap;
  line-height: 1.3;
  font-weight: 700;
  color: #222934;
  text-align: center;
}
.built-path {
  margin: 30px auto 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 138px;
  padding-top: 80px;
}
.built-path:before,
.built-path:after {
  content: "";
  position: absolute;
  border: 1px solid #487894;
  border-top: 0;
  border-radius: 0 0 90px 90px;
  inset: -70px 5% 75px;
  z-index: -1;
}
.built-path:after {
  inset: -70px 17% 360px;
}
.built-path > span {
  font-size: 60px;
  background: #050609;
  padding: 8px 24px;
  line-height: 1.3;
  text-align: center;
}
.built-path strong {
  font-size: 80px;
  background: #050609;
  padding: 8px 24px;
  text-align: center;
  line-height: 1.25;
  color: var(--cyan);
}
.stats {
  background: #0b1120;
  padding: 90px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  text-align: center;
}
.stats strong {
  display: block;
  font-size: 48px;
  line-height: 1.2;
  color: var(--cyan);
  white-space: nowrap;
}
.stats-grid > div > span {
  display: block;
  color: #b5bfce;
  margin-top: 16px;
  font-size: 18px;
}
.software {
  min-height: 1060px;
  padding-top: 215px;
}
.software .container {
  position: relative;
}
.software-copy {
  position: relative;
  z-index: 2;
  max-width: 740px;
}
.software h2 {
  font-size: 100px;
  max-width: 740px;
}
.software p {
  max-width: 400px;
  margin-top: 44px;
  font-size: 16px;
  color: #c1c8d3;
}
.angled-device {
  position: absolute;
  inset-block-start: -75px;
  inset-inline-start: 210px;
  width: 1212px;
  aspect-ratio: 1212/940;
  pointer-events: none;
}
.angled-device img {
  position: absolute;
}
.device-shadow {
  width: 100%;
  top: 59.8%;
  left: 0;
}
.device-body {
  width: 83.91%;
  left: 0.56%;
  top: 0;
}
.device-screen {
  width: 57.49%;
  left: 25.68%;
  top: 1.36%;
}
.terminal-panels {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 75px;
}
.terminal-panels img {
  width: 100%;
  aspect-ratio: 367/204;
  object-fit: cover;
  object-position: top;
  border: 1px solid #2b5570;
  border-radius: 8px;
  box-shadow: 0 20px 70px #0008;
}
.light-band {
  background: var(--paper);
  color: #0d152c;
}
.features {
  padding: 60px 0 80px;
  min-height: 880px;
}
.features .eyebrow {
  font-size: 24px;
  color: #44516b;
  margin-bottom: 70px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 76px 54px;
}
.feature {
  position: relative;
  padding-inline-start: 94px;
  min-height: 260px;
}
.feature > .icon {
  position: absolute;
  inset-inline-start: 0;
  top: 5px;
  width: 60px;
  height: 60px;
  color: #0685eb;
}
.feature h3 {
  font-size: 30px;
  color: #097be4;
  margin: 0 0 28px;
  position: relative;
}
.feature p {
  font-size: 17px;
  color: #607087;
  line-height: 1.7;
  position: relative;
}
.feature .more {
  margin-top: 20px;
}
.feature-watermark {
  position: absolute;
  top: -22px;
  inset-inline-start: 90px;
  font-size: 53px;
  font-weight: 900;
  color: #dce4ed;
  line-height: 1;
  pointer-events: none;
  max-width: calc(100% - 90px);
  overflow: hidden;
}
.liquidity-section {
  background: #0c152d;
}
.liquidity-section h2 {
  font-size: 64px;
  max-width: 900px;
}
.liquidity-section .lead {
  margin-top: 28px;
}
.markets {
  background: #07161c;
  padding: 190px 0 150px;
}
.markets .eyebrow {
  font-size: 36px;
  color: #bac6ce;
}
.market-orbit {
  padding: 135px 0 70px;
}
.market-labels {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 100px;
  position: relative;
}
.market-labels:before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  border-top: 1px solid #22718a;
}
.market-labels > span {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  background: #13313e;
  border: 1px solid #25617a;
  box-shadow: inset 0 0 30px #178abc15;
  width: 170px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1.35;
}
.market-labels .icon {
  width: 32px;
  height: 32px;
  color: var(--cyan);
}
.markets h2 {
  font-size: 96px;
  color: var(--cyan);
}
.markets .button {
  min-width: 260px;
  min-height: 72px;
  font-size: 20px;
}
.audience {
  background: #0c111c;
  padding: 150px 0;
}
.audience h2 {
  font-size: 96px;
  max-width: 1140px;
  margin-bottom: 100px;
  color: #f4f8ff;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}
.audience article > .icon {
  width: 50px;
  height: 50px;
  color: var(--cyan);
  margin-bottom: 32px;
}
.audience article > .eyebrow {
  color: #b8c2d0;
  font-size: 18px;
}
.audience h3 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 30px;
  min-height: 95px;
}
.audience article > p:not(.eyebrow) {
  min-height: 205px;
  line-height: 1.8;
}
.audience .button {
  margin-top: 36px;
}
.workflow {
  background: #080b12;
  padding: 165px 0;
}
.workflow-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}
.workflow h2 {
  font-size: 64px;
  line-height: 1.2;
}
.workflow ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.workflow li {
  position: relative;
  display: flex;
  gap: 25px;
  padding-bottom: 65px;
}
.workflow li:last-child {
  padding-bottom: 0;
}
.workflow li:not(:last-child):after {
  content: "";
  position: absolute;
  inset-inline-start: 29px;
  top: 62px;
  height: calc(100% - 62px);
  border-inline-start: 1px solid #286078;
}
.step-number {
  display: grid;
  place-items: center;
  flex: none;
  width: 60px;
  height: 60px;
  color: var(--cyan);
  border: 1px solid #2983aa;
  border-radius: 50%;
  font-size: 24px;
  background: #102738;
}
.workflow h3 {
  font-size: 26px;
  margin: 8px 0 22px;
}
.workflow p {
  line-height: 1.8;
}
.partners {
  background: #04080c;
  padding: 120px 0 90px;
}
.partners h2 {
  font-size: 60px;
  max-width: 1000px;
  margin: 32px auto;
}
.partners .lead {
  font-size: 18px;
  max-width: 1000px;
}
.partner-network {
  position: relative;
  max-width: 900px;
  margin: 90px auto 0;
  padding: 20px 0;
}
.partner-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.partner-row .tool-label {
  display: grid;
  place-items: center;
  width: 220px;
  min-height: 92px;
  border: 1px solid #153763;
  border-radius: 16px;
  background: #0b2343;
  font-size: clamp(14px, 2vw, 24px);
}
.network-center {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0b2343;
  border: 1px solid #125490;
  margin: 50px auto;
  position: relative;
  box-shadow: 0 0 80px #1260b526;
}
.network-center:before,
.network-center:after {
  content: "";
  position: absolute;
  border: 1px solid #153763;
  width: 700px;
  height: 160px;
  border-radius: 70px;
  top: 0;
  z-index: 0;
}
.network-center:after {
  width: 400px;
  height: 300px;
  top: -70px;
}
.partner-row.bottom {
  justify-content: space-evenly;
}
.site-footer {
  background: #000;
  padding: 64px 0 22px;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 38px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1.1fr 1.5fr;
  gap: 48px;
}
.footer-grid h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.footer-intro h3 {
  font-size: 24px;
}
.footer-grid p {
  font-size: 15px;
  line-height: 1.7;
}
.footer-grid > div > a {
  display: block;
  font-size: 15px;
  margin: 12px 0;
  color: #aab1ba;
  overflow-wrap: anywhere;
}
.footer-grid > div > a:hover {
  color: var(--cyan);
}
.risk-notice {
  font-size: 12px;
  color: #777f8d;
  margin-top: 62px;
  padding-top: 25px;
  border-top: 1px solid #222831;
  line-height: 1.7;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
  color: #919aa8;
  font-size: 13px;
  margin-top: 28px;
}
.footer-bottom > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom > a:last-child {
  width: 40px;
  height: 40px;
  justify-content: center;
  border: 1px solid #29313a;
  border-radius: 50%;
}
.product-hero {
  padding: 110px 0 0;
}
.product-hero .eyebrow {
  font-size: 24px;
  margin-bottom: 32px;
}
.product-hero h1 {
  font-size: 100px;
  max-width: 1140px;
  color: #f4f8ff;
}
.product-hero .lead {
  margin: 64px 0 50px;
  max-width: 660px;
}
.product-hero .button {
  min-width: 240px;
  min-height: 64px;
  font-size: 20px;
}
.benefits {
  padding-top: 160px;
  text-align: center;
}
.benefits > h2 {
  font-size: 48px;
  max-width: 960px;
  margin: 0 auto 85px;
  color: var(--cyan);
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
}
.benefits-grid .icon {
  width: 64px;
  height: 64px;
  color: var(--cyan);
  margin-bottom: 32px;
}
.benefits-grid h3 {
  font-size: 26px;
  line-height: 1.5;
}
.product-device {
  width: 100%;
  margin: 80px auto 0;
  aspect-ratio: 16/9;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.fan-lines {
  position: relative;
  width: 70%;
  height: 155px;
  margin: -10px auto 0;
  border: 1px solid #159cc8;
  border-bottom: 0;
  border-radius: 60px 60px 0 0;
}
.fan-lines i {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 1px solid #159cc8;
}
.fan-lines i:nth-child(2) {
  left: 25%;
}
.fan-lines i:nth-child(3) {
  left: 75%;
}
.capabilities {
  padding: 20px 0 150px;
}
.capabilities > h2 {
  text-align: center;
  font-size: 48px;
  margin: 0 auto 110px;
  color: var(--cyan);
}
.capability-list {
  display: grid;
  gap: 42px;
  position: relative;
  max-width: 1000px;
  margin: auto;
}
.capability-list:before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  border-left: 1px solid var(--cyan);
}
.capability {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
  min-height: 290px;
  background: var(--paper);
  color: #182d4a;
  padding: 42px 65px;
  border-radius: 8px;
}
.capability > .icon {
  color: #0986ed;
  width: 78px;
  height: 78px;
}
.capability .eyebrow {
  font-size: 18px;
  margin-bottom: 18px;
  color: #147ce1;
}
.capability h3 {
  font-size: 32px;
  margin-bottom: 22px;
  color: #096ec9;
}
.capability p:not(.eyebrow) {
  font-size: 18px;
  color: #5c6c80;
}
.platform-hero {
  padding-top: 110px;
}
.platform-hero h1 {
  font-size: 100px;
}
.platform-device {
  width: 1150px;
  aspect-ratio: 16/9;
  object-fit: contain;
  margin: 70px auto 0;
  padding-bottom: 70px;
  background: url("./platform-orbit.svg") center bottom / 72% auto no-repeat;
}
.platform-hero > h2 {
  font-size: 34px;
  margin: 25px auto 50px;
}
.platform-hero > .button {
  min-width: 260px;
  min-height: 72px;
  font-size: 20px;
}
.platform-functions {
  padding-top: 210px;
}
.platform-functions > h2 {
  font-size: 100px;
  color: var(--cyan);
  margin-bottom: 100px;
}
.function-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.function-grid article {
  padding: 35px;
  background: var(--paper);
  color: #153556;
  min-height: 400px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.function-grid .icon {
  width: 44px;
  height: 44px;
  color: #087be5;
  margin-bottom: 28px;
}
.function-grid h3 {
  font-size: 27px;
  color: #006ddb;
  margin-bottom: 24px;
}
.function-grid p {
  font-size: 16px;
  color: #5b6d84;
  flex: 1;
}
.function-grid .more {
  margin-top: 24px;
}
.platform-workflow h2 {
  font-size: 88px;
  color: var(--cyan);
}
.platform-workflow > .lead {
  margin-top: 35px;
}
.platform-workflow-grid {
  position: relative;
  height: 820px;
  background: url("./workflow-paths.svg") center top / 100% 100% no-repeat;
  margin-top: 75px;
}
.platform-workflow-grid article {
  background: #087af5;
  border: 1px solid #1589ff;
  border-radius: 8px;
  padding: 35px 40px;
  position: absolute;
  width: 40.6%;
  min-height: 219px;
  inset-inline-start: 0;
  top: 174px;
}
.platform-workflow-grid article:nth-child(2) {
  inset-inline-start: auto;
  inset-inline-end: 0;
  top: 0;
}
.platform-workflow-grid article:nth-child(3) {
  inset-inline-start: auto;
  inset-inline-end: 4.5%;
  top: 352px;
}
.platform-workflow-grid article:nth-child(4) {
  inset-inline-start: 4.3%;
  top: 518px;
}
.platform-workflow-grid article > span {
  display: none;
}
.platform-workflow-grid h3 {
  font-size: 28px;
  margin-bottom: 28px;
}
.platform-workflow-grid p {
  color: #d5e9ff;
  font-size: 16px;
}
.api-section h2 {
  font-size: 34px;
  margin-bottom: 70px;
}
.api-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.api-grid article {
  position: relative;
  background: var(--paper);
  color: #0d152c;
  border-radius: 8px;
  padding: 30px 30px 30px 110px;
  min-height: 210px;
}
.api-grid .icon {
  width: 44px;
  height: 44px;
  color: #087af5;
  position: absolute;
  inset-inline-start: 30px;
  top: 35px;
}
.api-grid h3 {
  font-size: 24px;
  color: #096ec9;
  margin-bottom: 18px;
}
.api-grid p {
  font-size: 16px;
  color: #5c6c80;
}
.api-grid .more {
  margin-top: 20px;
  color: #087af5;
}
.about-hero {
  padding: 110px 0 160px;
  background: #06090f url("./hero-art.webp") center/cover no-repeat;
}
.about-hero h1 {
  font-size: 90px;
}
.about-hero .lead {
  margin-top: 42px;
}
.about-intro {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
  padding-block: 160px;
}
.about-intro h2 {
  font-size: 60px;
  margin-bottom: 40px;
}
.about-intro p:not(.eyebrow) {
  margin: 25px 0;
  font-size: 18px;
}
.brand-art {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}
.values > h2 {
  font-size: 64px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 70px;
}
.values-grid article {
  padding: 36px;
  background: #121b2b;
  border: 1px solid #243244;
  border-radius: 8px;
}
.values-grid .icon {
  width: 42px;
  height: 42px;
  color: var(--cyan);
  margin-bottom: 28px;
}
.values-grid h3 {
  font-size: 25px;
  margin-bottom: 24px;
}
.roadmap {
  padding-top: 70px;
}
.roadmap > h2 {
  font-size: 80px;
}
.roadmap > .lead {
  margin-top: 38px;
}
.roadmap ol {
  list-style: none;
  margin: 80px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 70px;
}
.roadmap li {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  border-top: 1px solid #263b4d;
  padding-top: 30px;
}
.roadmap li > span {
  color: var(--cyan);
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}
.roadmap li h3 {
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.roadmap li p {
  font-size: 14px;
  margin-top: 14px;
}
.cta {
  padding-block: 150px;
  background: #081325;
}
.cta h2 {
  font-size: 64px;
}
.cta p {
  margin: 35px auto;
  font-size: 20px;
}
.cta .button {
  min-width: 240px;
  min-height: 64px;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-block: 100px 150px;
  min-height: 540px;
}
.contact h1 {
  font-size: 48px;
  margin-bottom: 45px;
}
.contact .lead {
  max-width: 500px;
}
.contact > div:last-child {
  padding-top: 10px;
}
.contact > div:last-child > p {
  font-size: 18px;
  margin-bottom: 36px;
}
.email {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 25px 0;
  font-size: 21px;
  border-top: 1px solid #2b3b50;
  overflow-wrap: anywhere;
}
.email > .icon:first-child {
  width: 34px;
  height: 34px;
  color: var(--cyan);
}
.email > .icon:last-child {
  margin-inline-start: auto;
  width: 20px;
  height: 20px;
}
.legal {
  max-width: 1052px;
  padding-block: 35px 160px;
  color: #ccd5e1;
}
.legal h1 {
  font-size: 48px;
  margin-bottom: 35px;
}
.legal h2 {
  font-size: 25px;
  margin: 44px 0 20px;
  color: #f4f8ff;
}
.legal p {
  font-size: 18px;
  line-height: 1.8;
  margin: 14px 0;
  color: #bac5d4;
}
.legal a {
  color: var(--cyan);
  text-decoration: underline;
}
@media (min-width: 1600px) {
  .home-hero {
    background-size: cover;
  }
  .software {
    max-width: 1600px;
    margin: auto;
  }
}
@media (max-width: 1250px) {
  #primary-nav {
    gap: 18px;
    margin-inline-start: 10px;
    font-size: 14px;
  }
  .nav-pill {
    padding-inline: 22px;
    gap: 18px;
  }
  .account-actions .button {
    min-width: auto;
    padding-inline: 14px;
    font-size: 14px;
  }
  .account-actions {
    gap: 10px;
  }
  h1,
  .product-hero h1,
  .platform-hero h1 {
    font-size: 80px;
  }
  .home-hero h1 {
    font-size: 80px;
  }
  .software h2 {
    font-size: 80px;
  }
  .built-watermark {
    font-size: 190px;
  }
  .brand-watermark {
    font-size: 150px;
  }
  .feature-watermark {
    font-size: 40px;
  }
  .footer-grid {
    gap: 25px;
  }
  .audience-grid {
    gap: 30px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 30px 0;
  }
  .header-inner {
    flex-wrap: wrap;
    gap: 14px;
  }
  .nav-pill {
    position: relative;
    padding: 10px 22px;
    min-height: 60px;
  }
  .mobile-toggle {
    display: block;
    margin-inline-start: auto;
  }
  .language-dropdown {
    margin-inline-start: 0;
  }
  .nav-pill #primary-nav {
    display: none;
    position: absolute;
    inset-inline: 0;
    top: calc(100% + 12px);
    padding: 20px;
    background: white;
    border: 1px solid #e1e6ed;
    border-radius: 8px;
    box-shadow: 0 20px 50px #0005;
    margin: 0;
    font-size: 17px;
  }
  .mobile-open #primary-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .mobile-open #primary-nav > a,
  .mobile-open #primary-nav summary {
    padding: 14px 12px;
    white-space: normal;
  }
  .mobile-open .nav-dropdown .dropdown-panel {
    position: static;
    box-shadow: none;
    border: 0;
    background: #f0f7ff;
    margin-bottom: 10px;
    min-width: 0;
  }
  .account-actions .button {
    font-size: 14px;
  }
  .home-hero {
    min-height: 600px;
    padding-top: 90px;
  }
  .home-hero h1 {
    font-size: 68px;
  }
  .platform-intro h2 {
    font-size: 76px;
  }
  .intro-copy {
    font-size: 25px;
  }
  .built-for {
    min-height: 830px;
  }
  .built-watermark {
    font-size: 160px;
  }
  .built-path {
    gap: 100px;
  }
  .built-path > span {
    font-size: 48px;
  }
  .built-path strong {
    font-size: 60px;
  }
  .stats {
    padding-block: 65px;
  }
  .stats strong {
    font-size: 36px;
  }
  .software {
    min-height: 850px;
    padding-top: 130px;
  }
  .software h2 {
    font-size: 66px;
    max-width: 550px;
  }
  .angled-device {
    width: 1050px;
    inset-inline-start: 90px;
    top: -70px;
    opacity: 0.8;
  }
  .software-copy p {
    max-width: 360px;
  }
  .terminal-panels {
    margin-top: 65px;
  }
  .features {
    min-height: 0;
  }
  .feature {
    padding-inline-start: 70px;
  }
  .feature > .icon {
    width: 45px;
    height: 45px;
  }
  .feature-watermark {
    inset-inline-start: 65px;
    font-size: 35px;
    max-width: calc(100% - 65px);
  }
  .feature h3 {
    font-size: 26px;
  }
  .market-labels > span {
    width: 145px;
    font-size: 17px;
  }
  .market-labels {
    gap: 15px;
  }
  .markets h2,
  .audience h2 {
    font-size: 76px;
  }
  .audience h3 {
    font-size: 28px;
  }
  .audience article > p:not(.eyebrow) {
    min-height: 255px;
  }
  .workflow-grid {
    gap: 50px;
    grid-template-columns: 1fr 1.2fr;
  }
  .workflow h2 {
    font-size: 50px;
  }
  .partners h2 {
    font-size: 50px;
  }
  .product-hero {
    padding-top: 85px;
  }
  .benefits-grid {
    gap: 30px;
  }
  .capability {
    padding: 35px 40px;
    gap: 35px;
  }
  .function-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .platform-workflow-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    gap: 20px;
    background: none;
  }
  .platform-workflow-grid article:nth-child(n) {
    position: relative;
    inset: auto;
    width: auto;
  }
  .about-hero h1 {
    font-size: 72px;
  }
  .about-intro {
    gap: 45px;
  }
  .about-intro h2 {
    font-size: 44px;
  }
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .roadmap ol {
    gap: 35px;
  }
  .roadmap li {
    gap: 18px;
  }
  .contact {
    gap: 40px;
  }
  .email {
    font-size: 17px;
    gap: 12px;
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1.2fr;
  }
  .footer-intro {
    grid-column: 1/-1;
    max-width: 600px;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 75px;
  }
  h1,
  h2,
  .product-hero h1,
  .platform-hero h1,
  .home-hero h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  h3 {
    font-size: 24px;
  }
  .eyebrow {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .lead {
    font-size: 17px;
  }
  .header-inner {
    width: calc(100% - 28px);
  }
  .site-header {
    padding: 20px 0;
  }
  .nav-pill {
    flex-basis: 100%;
    gap: 12px;
    padding: 9px 18px;
  }
  .language-dropdown summary {
    font-size: 12px;
    gap: 4px;
  }
  .language-dropdown summary > .icon:first-child {
    display: none;
  }
  .mobile-toggle {
    width: 36px;
    height: 36px;
    padding: 6px;
  }
  .account-actions {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .account-actions .button {
    min-height: 40px;
    padding: 8px 18px;
    font-size: 13px;
  }
  .dropdown-panel {
    max-width: calc(100vw - 50px);
  }
  .language-panel {
    max-height: 360px;
    inset-inline-end: -10px;
  }
  .home-hero {
    min-height: 480px;
    padding: 55px 22px 68px;
    background-size: auto 620px;
  }
  .home-hero p {
    font-size: 15px;
    margin: 24px auto 35px;
  }
  .home-hero p br {
    display: none;
  }
  .button-row {
    gap: 12px;
  }
  .home-hero .button {
    min-width: 145px;
    padding-inline: 16px;
    font-size: 14px;
  }
  .platform-intro {
    padding-top: 70px;
  }
  .intro-copy {
    font-size: 20px;
    line-height: 1.75;
  }
  .intro-copy br {
    display: none;
  }
  .platform-intro h2 {
    font-size: 44px;
    margin: 48px auto 38px;
  }
  .platform-intro .button {
    min-height: 54px;
    min-width: 210px;
    font-size: 16px;
  }
  .brand-watermark {
    font-size: 60px;
    margin-top: 60px;
  }
  .crm-device {
    margin-top: 10px;
    width: 120%;
    max-width: none;
    margin-inline-start: -10%;
    aspect-ratio: 16/9;
  }
  .built-for {
    min-height: 640px;
    margin-top: 0;
    padding-top: 10px;
  }
  .built-watermark {
    font-size: 64px;
    line-height: 1.3;
  }
  .built-path {
    padding-top: 65px;
    gap: 80px;
    margin-top: 20px;
    width: 100%;
  }
  .built-path > span {
    font-size: 32px;
    padding: 5px 18px;
  }
  .built-path strong {
    font-size: 36px;
    padding: 5px 15px;
    max-width: 100%;
  }
  .built-path:before {
    inset: 0 2% 50px;
    border-radius: 0 0 45px 45px;
  }
  .built-path:after {
    inset: 0 10% 200px;
    border-radius: 0 0 35px 35px;
  }
  .stats {
    padding: 50px 0;
  }
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 12px;
  }
  .stats strong {
    font-size: 32px;
  }
  .stats-grid > div > span {
    font-size: 14px;
    margin-top: 10px;
  }
  .software {
    padding: 70px 0;
    min-height: 0;
  }
  .software h2 {
    font-size: 44px;
  }
  .software p {
    font-size: 16px;
    max-width: 100%;
    margin-top: 30px;
  }
  .angled-device {
    position: relative;
    top: auto;
    inset-inline-start: -8%;
    width: 118%;
    max-width: none;
    opacity: 1;
    margin-top: 25px;
    margin-bottom: -20px;
  }
  .terminal-panels {
    gap: 8px;
    margin-top: -50px;
  }
  .terminal-panels img {
    border-radius: 4px;
    aspect-ratio: 1.4;
  }
  .features {
    padding: 50px 0;
  }
  .features .eyebrow {
    font-size: 20px;
    margin-bottom: 55px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }
  .feature {
    min-height: 0;
    padding-inline-start: 62px;
  }
  .feature h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .feature p {
    font-size: 16px;
  }
  .feature-watermark {
    font-size: 32px;
    inset-inline-start: 62px;
    max-width: calc(100% - 62px);
  }
  .feature > .icon {
    width: 38px;
    height: 38px;
  }
  .liquidity-section h2 {
    font-size: 40px;
  }
  .markets {
    padding-block: 70px;
  }
  .markets .eyebrow {
    font-size: 23px;
  }
  .market-orbit {
    padding: 40px 0;
  }
  .market-labels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 15px;
    justify-items: center;
    margin-bottom: 55px;
  }
  .market-labels > span {
    width: 100%;
    max-width: 115px;
    font-size: 14px;
    gap: 8px;
  }
  .market-labels > span:nth-child(4) {
    grid-column: 1/2;
    margin-inline-start: 60%;
  }
  .market-labels > span:nth-child(5) {
    grid-column: 2/3;
    margin-inline-start: 90%;
  }
  .market-labels:before {
    display: none;
  }
  .market-labels .icon {
    width: 26px;
    height: 26px;
  }
  .markets h2 {
    font-size: 42px;
  }
  .markets .button {
    min-width: 220px;
    min-height: 58px;
    font-size: 17px;
  }
  .audience h2 {
    font-size: 44px;
    margin-bottom: 65px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .audience article {
    padding-bottom: 45px;
    border-bottom: 1px solid #2d3647;
  }
  .audience article:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .audience article > .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 25px;
  }
  .audience h3 {
    font-size: 28px;
    min-height: 0;
    margin-bottom: 22px;
  }
  .audience article > p:not(.eyebrow) {
    min-height: 0;
  }
  .audience .button {
    margin-top: 25px;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .workflow h2 {
    font-size: 44px;
  }
  .workflow li {
    gap: 20px;
    padding-bottom: 42px;
  }
  .workflow h3 {
    font-size: 24px;
    margin-top: 4px;
  }
  .workflow li p {
    font-size: 15px;
  }
  .step-number {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .workflow li:not(:last-child):after {
    inset-inline-start: 23px;
    top: 49px;
    height: calc(100% - 49px);
  }
  .partners h2 {
    font-size: 36px;
    margin-block: 28px;
  }
  .partners .lead {
    font-size: 16px;
  }
  .partner-network {
    margin-top: 45px;
    overflow: hidden;
    padding: 15px 0;
  }
  .partner-row {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .partner-row .tool-label {
    width: 90px;
    min-height: 65px;
  }
  .partner-name {
    font-size: 18px;
  }
  .network-center {
    width: 100px;
    height: 100px;
    margin: 32px auto;
  }
  .network-center:before {
    width: 300px;
    height: 100px;
  }
  .network-center:after {
    width: 180px;
    height: 180px;
    top: -40px;
  }
  .site-footer {
    padding-top: 48px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-grid h3 {
    font-size: 18px;
  }
  .footer-intro h3 {
    font-size: 22px;
  }
  .risk-notice {
    margin-top: 32px;
  }
  .footer-bottom {
    gap: 12px;
    font-size: 12px;
  }
  .footer-bottom > a {
    gap: 6px;
  }
  .footer-bottom > a:last-child {
    width: 32px;
    height: 32px;
  }
  .product-hero {
    padding-top: 55px;
  }
  .product-hero .eyebrow {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .product-hero .lead {
    margin: 32px 0;
  }
  .product-hero .button {
    font-size: 16px;
    min-height: 54px;
    min-width: 210px;
  }
  .benefits {
    padding-top: 90px;
  }
  .benefits > h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .benefits-grid {
    gap: 20px;
  }
  .benefits-grid .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 18px;
  }
  .benefits-grid h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  .product-device {
    margin-top: 50px;
    width: 110%;
    max-width: none;
    margin-inline-start: -5%;
  }
  .fan-lines {
    height: 70px;
    border-radius: 25px 25px 0 0;
  }
  .capabilities {
    padding: 10px 0 80px;
  }
  .capabilities > h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }
  .capability-list {
    gap: 28px;
  }
  .capability {
    padding: 28px 24px;
    gap: 25px;
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
  }
  .capability > .icon {
    width: 42px;
    height: 42px;
  }
  .capability .eyebrow {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .capability h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .capability p:not(.eyebrow) {
    font-size: 16px;
  }
  .platform-hero {
    padding-top: 55px;
  }
  .platform-device {
    margin-top: 45px;
    width: 120%;
    max-width: none;
    margin-inline-start: -10%;
    padding-bottom: 40px;
  }
  .platform-hero > h2 {
    font-size: 24px;
    margin: 30px 0;
  }
  .platform-hero > .button {
    min-height: 54px;
    min-width: 210px;
    font-size: 16px;
  }
  .platform-functions {
    padding-top: 100px;
  }
  .platform-functions > h2 {
    font-size: 44px;
    margin-bottom: 45px;
  }
  .function-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .function-grid article {
    min-height: 330px;
    padding: 30px;
  }
  .function-grid h3 {
    font-size: 26px;
  }
  .platform-workflow h2 {
    font-size: 44px;
  }
  .platform-workflow-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .platform-workflow-grid article {
    padding: 28px;
  }
  .platform-workflow-grid h3 {
    margin-block: 20px;
  }
  .api-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .api-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-hero {
    padding: 60px 0 85px;
  }
  .about-hero h1 {
    font-size: 44px;
  }
  .about-hero .lead {
    margin-top: 30px;
  }
  .about-intro {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 75px;
  }
  .about-intro h2 {
    font-size: 40px;
  }
  .brand-art {
    aspect-ratio: 3/2;
  }
  .values > h2 {
    font-size: 40px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .values-grid article {
    padding: 30px;
  }
  .roadmap > h2 {
    font-size: 44px;
  }
  .roadmap ol {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .roadmap li {
    gap: 22px;
  }
  .roadmap li > span {
    font-size: 24px;
  }
  .roadmap li h3 {
    font-size: 22px;
  }
  .roadmap li p {
    font-size: 15px;
  }
  .cta h2 {
    font-size: 40px;
  }
  .cta p {
    font-size: 17px;
  }
  .contact {
    grid-template-columns: 1fr;
    gap: 55px;
    padding: 55px 0 90px;
  }
  .contact h1 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .contact > div:last-child {
    padding: 0;
  }
  .contact > div:last-child > p {
    font-size: 16px;
  }
  .email {
    font-size: 15px;
    gap: 14px;
  }
  .email > .icon:first-child {
    width: 25px;
    height: 25px;
  }
  .legal {
    padding-block: 40px 90px;
  }
  .legal h1 {
    font-size: 36px;
  }
  .legal h2 {
    font-size: 24px;
    margin-top: 35px;
  }
  .legal p {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
