:root {
  --navy: #061f29;
  --navy-2: #083344;
  --navy-3: #0c4655;
  --aqua: #32bcad;
  --aqua-hot: #4ee4d1;
  --ice: #effaf8;
  --paper: #f7fcfb;
  --ink: #092e39;
  --muted: #6a7d82;
  --line: #cfe3df;
  --white: #fff;
  --radius: 22px;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--navy);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--navy);
  color: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}
.site-shell {
  overflow: hidden;
  background: var(--navy);
}
.topbar {
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-weight: 720;
  font-size: 20px;
  letter-spacing: -0.045em;
}
.brand img {
  object-fit: contain;
}
.brand b {
  color: var(--aqua-hot);
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #a9c5c9;
  font-size: 13px;
  font-weight: 650;
}
.topbar nav a {
  transition: 0.2s;
}
.topbar nav a:hover {
  color: #fff;
}
.nav-cta {
  justify-self: end;
  border: 1px solid rgba(78, 228, 209, 0.35);
  border-radius: 999px;
  padding: 10px 15px;
  color: #dcfffa;
  font-size: 13px;
  font-weight: 720;
  background: rgba(50, 188, 173, 0.08);
}
.nav-cta span {
  color: var(--aqua-hot);
  margin-left: 7px;
}
.hero {
  min-height: 675px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 72px;
  padding-top: 48px;
  padding-bottom: 90px;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  width: 780px;
  height: 780px;
  right: -280px;
  top: -250px;
  background: radial-gradient(
    circle,
    rgba(50, 188, 173, 0.16),
    rgba(50, 188, 173, 0) 67%
  );
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.signal {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 11px;
  border: 1px solid rgba(78, 228, 209, 0.22);
  border-radius: 999px;
  color: #acd8d8;
  background: rgba(255, 255, 255, 0.025);
  font:
    700 11px/1 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.signal i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aqua-hot);
  box-shadow:
    0 0 0 5px rgba(78, 228, 209, 0.08),
    0 0 22px var(--aqua);
}
.hero h1 {
  font-size: clamp(58px, 6.3vw, 92px);
  letter-spacing: -0.075em;
  line-height: 0.88;
  margin: 28px 0 28px;
  max-width: 720px;
  font-weight: 790;
}
.hero h1 span {
  color: var(--aqua-hot);
}
.hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: #a8c0c3;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  gap: 11px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 12px;
  padding: 14px 19px;
  font-size: 14px;
  font-weight: 760;
  transition:
    transform 0.18s,
    filter 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--aqua-hot);
  color: #04242c;
  box-shadow: 0 15px 34px rgba(50, 188, 173, 0.18);
}
.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #d9e9e9;
  background: rgba(255, 255, 255, 0.035);
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  color: #7f9da1;
  font-size: 12px;
  flex-wrap: wrap;
}
.hero-trust i {
  font-style: normal;
  color: var(--aqua-hot);
  margin-right: 6px;
}
.payment-stage {
  position: relative;
  isolation: isolate;
  min-height: 530px;
  padding: 44px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.stage-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(50, 188, 173, 0.22),
    rgba(50, 188, 173, 0.035) 50%,
    transparent 70%
  );
  filter: blur(12px);
}
.glass-card {
  background: linear-gradient(
    145deg,
    rgba(17, 72, 84, 0.92),
    rgba(6, 40, 51, 0.96)
  );
  border: 1px solid rgba(160, 240, 229, 0.2);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}
.payment-console {
  position: relative;
  width: min(460px, 100%);
  border-radius: 24px;
  overflow: hidden;
  z-index: 3;
}
.console-head {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #779da1;
  font:
    700 9px/1 ui-monospace,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.console-head > div {
  display: flex;
  gap: 5px;
}
.console-head > div i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff766d;
}
.console-head > div i:nth-child(2) {
  background: #eeba55;
}
.console-head > div i:nth-child(3) {
  background: var(--aqua-hot);
}
.console-head > span {
  margin-right: auto;
}
.live-dot {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8fe3d7;
  font-size: 9px;
  font-weight: 700;
}
.live-dot:before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--aqua-hot);
  border-radius: 50%;
}
.console-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 20px;
}
.console-payment small,
.console-payment strong,
.console-payment span {
  display: block;
}
.console-payment small {
  color: #83a8ac;
  font-size: 10px;
}
.console-payment strong {
  margin: 5px 0;
  font-size: 34px;
  letter-spacing: -0.055em;
}
.console-payment span {
  color: #668e94;
  font:
    9px/1 ui-monospace,
    monospace;
}
.console-check {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--aqua-hot);
  box-shadow: 0 0 35px rgba(78, 228, 209, 0.22);
}
.console-check .ui-icon {
  width: 23px;
  height: 23px;
  stroke-width: 2.4;
}
.settlement-track {
  display: grid;
  grid-template-columns: 12px 1fr 12px;
  align-items: center;
  padding: 0 30px;
}
.settlement-track i {
  width: 12px;
  height: 12px;
  border: 3px solid #688d91;
  border-radius: 50%;
  background: #0a3340;
}
.settlement-track i.track-done {
  border-color: var(--aqua-hot);
  background: var(--aqua-hot);
  box-shadow: 0 0 0 6px rgba(78, 228, 209, 0.08);
}
.settlement-track span {
  height: 1px;
  background: linear-gradient(90deg, var(--aqua-hot), #638a8f 62%, #638a8f);
  position: relative;
}
.settlement-track span:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 41%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aqua-hot);
  box-shadow: 0 0 13px var(--aqua-hot);
}
.settlement-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 13px 20px 22px;
  text-align: center;
}
.settlement-labels div:first-child {
  text-align: left;
}
.settlement-labels div:last-child {
  text-align: right;
}
.settlement-labels b,
.settlement-labels small {
  display: block;
}
.settlement-labels b {
  color: #dffbf7;
  font-size: 10px;
}
.settlement-labels small {
  margin-top: 3px;
  color: #668d91;
  font-size: 8px;
}
.console-net {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: rgba(1, 21, 28, 0.34);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.console-net span {
  color: #6f979b;
  font-size: 10px;
}
.console-net strong {
  color: #bff6ee;
  font:
    700 13px/1 ui-monospace,
    monospace;
}
.asset-card,
.webhook-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 76px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(160, 240, 229, 0.2);
  background: rgba(7, 42, 52, 0.96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  z-index: 5;
}
.stage-outcomes {
  position: relative;
  z-index: 4;
  width: min(460px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.asset-card {
  overflow: hidden;
}
.asset-stack {
  display: flex;
  align-items: center;
  min-width: 68px;
}
.asset-stack span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-left: -12px;
  border: 2px solid #082f3b;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.asset-stack span:first-child {
  margin-left: 0;
  background: #26a17b;
}
.asset-stack span:nth-child(2) {
  background: #f59e0b;
}
.asset-stack span:nth-child(3) {
  background: #627eea;
}
.asset-card > div:last-child small,
.asset-card > div:last-child strong,
.asset-card > div:last-child span,
.webhook-card small,
.webhook-card strong,
.webhook-card span {
  display: block;
}
.asset-card > div:last-child small,
.webhook-card small {
  color: #6f979b;
  font:
    700 7px/1 ui-monospace,
    monospace;
  letter-spacing: 0.08em;
}
.asset-card > div:last-child strong {
  margin: 4px 0 2px;
  font-size: 14px;
  white-space: nowrap;
}
.asset-card > div:last-child > span,
.webhook-card span {
  color: #71969a;
  font-size: 8px;
}
.webhook-card {
  overflow: hidden;
}
.event-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--aqua-hot);
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 0 32px rgba(78, 228, 209, 0.22);
}
.webhook-card strong {
  margin: 4px 0 3px;
  font:
    700 11px/1.2 ui-monospace,
    monospace;
  color: #e3fffb;
}
.stage-caption {
  position: relative;
  z-index: 3;
  width: min(460px, 100%);
  margin-top: 3px;
  color: #587d82;
  font:
    9px/1 ui-monospace,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: right;
}
.status-rail {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #072731;
}
.rail-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #8aafb2;
  font:
    700 10px/1 ui-monospace,
    monospace;
  letter-spacing: 0.12em;
}
.rail-inner i {
  color: var(--aqua);
  font-style: normal;
}
.clarity-section {
  background: var(--paper);
  color: var(--ink);
  padding: 120px 0 130px;
}
.section-heading {
  margin-bottom: 54px;
}
.split-heading {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: end;
}
.kicker {
  display: block;
  color: #238d83;
  font:
    800 10px/1 ui-monospace,
    monospace;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.kicker.light {
  color: var(--aqua-hot);
}
.section-heading h2,
.principles-copy h2,
.dev-copy h2,
.final-cta h2 {
  font-size: clamp(40px, 4.3vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  margin: 0;
}
.split-heading > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.flow-step {
  position: relative;
  min-height: 410px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}
.flow-step.featured {
  background: var(--navy-2);
  color: #fff;
  border-color: var(--navy-2);
  transform: translateY(18px);
}
.step-index {
  display: block;
  color: #829a9e;
  font:
    700 10px/1 ui-monospace,
    monospace;
}
.step-art {
  height: 160px;
  margin: 29px 0 25px;
  position: relative;
}
.flow-step h3 {
  font-size: 22px;
  letter-spacing: -0.035em;
  margin: 0 0 11px;
}
.flow-step p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 22px;
}
.flow-step.featured p {
  color: #96b7ba;
}
.flow-step code {
  font:
    11px/1 ui-monospace,
    monospace;
  color: #258e84;
  background: #e6f6f3;
  padding: 7px 9px;
  border-radius: 7px;
}
.flow-step.featured code {
  background: rgba(78, 228, 209, 0.1);
  color: var(--aqua-hot);
}
.charge-mini {
  align-items: center;
  display: flex;
  justify-content: center;
}
.mini-panel {
  background: #f8fffe;
  border: 1px solid #cbe7e3;
  border-radius: 16px;
  box-shadow:
    12px 14px 0 #e1f4f0,
    0 25px 50px rgba(8, 51, 68, 0.09);
  padding: 15px;
  transform: rotate(-2deg);
  width: 190px;
}
.mini-panel small,
.event-receipt small {
  color: #66858a;
  display: block;
  font:
    700 8px/1 ui-monospace,
    monospace;
  letter-spacing: 0.1em;
}
.mini-panel > div {
  align-items: baseline;
  display: flex;
  gap: 5px;
  margin: 13px 0 11px;
}
.mini-panel > div span {
  color: #628188;
  font-size: 11px;
  font-weight: 800;
}
.mini-panel > div strong {
  color: var(--navy);
  font-size: 24px;
  letter-spacing: -0.05em;
}
.mini-panel > i {
  background: #d9ebe8;
  border-radius: 3px;
  display: block;
  height: 6px;
  margin-bottom: 11px;
  width: 72%;
}
.mini-action {
  background: var(--aqua);
  border-radius: 7px;
  color: var(--navy);
  display: block;
  font-size: 9px;
  font-weight: 850;
  padding: 8px;
  text-align: center;
}
.delivery-mini {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mini-browser {
  background: #f3fffd;
  border: 1px solid rgba(126, 239, 224, 0.28);
  border-radius: 13px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
  color: var(--navy);
  overflow: hidden;
  transform: rotate(1.5deg);
  width: 220px;
}
.browser-bar {
  align-items: center;
  background: #dff3ef;
  display: flex;
  gap: 4px;
  height: 26px;
  padding: 0 8px;
}
.browser-bar i {
  background: #99c5c0;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.browser-bar span {
  background: rgba(255, 255, 255, 0.76);
  border-radius: 4px;
  color: #648087;
  flex: 1;
  font:
    7px/1 ui-monospace,
    monospace;
  margin-left: 4px;
  overflow: hidden;
  padding: 5px;
  white-space: nowrap;
}
.browser-body {
  align-items: center;
  display: flex;
  gap: 13px;
  padding: 16px;
}
.mini-qr {
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #c9e4df;
  color: var(--navy);
  flex: 0 0 auto;
  height: 55px;
  width: 55px;
}
.browser-body strong,
.browser-body small {
  display: block;
}
.browser-body strong {
  font-size: 17px;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
}
.browser-body small {
  color: #66858a;
  font-size: 8px;
}
.delivery-options {
  display: flex;
  gap: 7px;
  margin-top: 12px;
}
.delivery-options span {
  background: rgba(78, 228, 209, 0.11);
  border: 1px solid rgba(78, 228, 209, 0.22);
  border-radius: 999px;
  color: var(--aqua-hot);
  font:
    700 8px/1 ui-monospace,
    monospace;
  padding: 7px 9px;
}
.webhook-mini {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-path {
  align-items: center;
  display: flex;
  margin-bottom: 13px;
  width: 210px;
}
.event-path i,
.event-path b {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 27px;
  width: 27px;
}
.event-path i {
  background: #e2f4f1;
  border: 6px solid #fff;
  box-shadow: 0 0 0 1px #beded9;
}
.event-path span {
  border-top: 1px dashed #7cb8b0;
  flex: 1;
  position: relative;
}
.event-path span::after {
  background: var(--aqua);
  border-radius: 50%;
  content: "";
  height: 5px;
  position: absolute;
  right: 35%;
  top: -3px;
  width: 5px;
}
.event-path b {
  background: var(--aqua);
  box-shadow: 0 0 0 7px #dff5f1;
  color: var(--navy);
  display: grid;
  font-size: 13px;
  place-items: center;
}
.event-receipt {
  background: #fff;
  border: 1px solid #cce5e1;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(8, 51, 68, 0.1);
  padding: 12px 14px;
  width: 190px;
}
.event-receipt strong,
.event-receipt span {
  display: block;
  font-family: ui-monospace, monospace;
}
.event-receipt strong {
  color: var(--navy);
  font-size: 10px;
  margin: 7px 0 4px;
}
.event-receipt span {
  color: #75a099;
  font-size: 8px;
}
.create-art {
  display: flex;
  align-items: center;
  justify-content: center;
}
.create-art:before {
  content: "";
  width: 112px;
  height: 80px;
  border: 2px solid var(--navy-2);
  border-radius: 16px;
  box-shadow: 12px 12px 0 #dff4f0;
}
.create-art i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
}
.create-art i:nth-child(1) {
  transform: translate(-31px, -19px);
}
.create-art i:nth-child(2) {
  width: 42px;
  height: 4px;
  border-radius: 3px;
  transform: translate(10px, -19px);
  background: #c9dddd;
}
.create-art i:nth-child(3) {
  width: 62px;
  height: 13px;
  border-radius: 4px;
  transform: translate(-5px, 12px);
  background: var(--navy-2);
}
.qr-art {
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: #eafffb;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}
.qr-art i {
  background: var(--navy);
  border-radius: 4px;
}
.qr-art i:nth-child(2),
.qr-art i:nth-child(4) {
  border: 4px solid var(--navy);
  background: transparent;
}
.qr-art i:nth-child(5) {
  background: var(--aqua-hot);
}
.hook-art {
  display: grid;
  place-items: center;
}
.hook-art:before,
.hook-art:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 70px;
  border: 1px dashed rgba(8, 51, 68, 0.25);
  border-radius: 50%;
}
.hook-art:after {
  transform: rotate(90deg);
}
.hook-art i {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--aqua);
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  color: var(--navy);
  box-shadow: 0 0 0 12px #dcf4f0;
}
.hook-art b {
  position: absolute;
  right: 52px;
  top: 25px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
}
.settlement-section {
  background: #eaf8f5;
  color: var(--ink);
  padding: 125px 0;
}
.settlement-layout {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 18px;
}
.settlement-main-card,
.settlement-options article {
  border: 1px solid #c9e4df;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px rgba(8, 51, 68, 0.07);
}
.settlement-main-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 38px;
  border-radius: 26px;
}
.settlement-main-card:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -160px;
  top: -180px;
  border-radius: 50%;
  background: rgba(50, 188, 173, 0.11);
}
.settlement-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 28px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--aqua-hot);
  font:
    800 10px/1 ui-monospace,
    monospace;
  letter-spacing: 0.1em;
}
.settlement-route {
  display: grid;
  grid-template-columns: 82px 1fr 82px 1fr 82px;
  align-items: center;
  margin: 55px 0 48px;
}
.route-node {
  width: 82px;
  height: 82px;
  border-radius: 24px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid #bddfd9;
  background: #fff;
  box-shadow: 0 13px 32px rgba(8, 51, 68, 0.09);
}
.route-node b,
.route-node small {
  display: block;
}
.route-node b {
  font-size: 16px;
  letter-spacing: -0.035em;
}
.route-node small {
  margin-top: 4px;
  color: #759398;
  font:
    8px/1 ui-monospace,
    monospace;
  text-transform: uppercase;
}
.route-depix {
  background: var(--navy-2);
  color: #fff;
  border-color: var(--navy-2);
  box-shadow: 0 17px 40px rgba(8, 51, 68, 0.2);
}
.route-depix small {
  color: var(--aqua-hot);
}
.route-crypto {
  border-color: rgba(38, 161, 123, 0.34);
  color: #15795c;
}
.settlement-route > span {
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    #69afa5 0 5px,
    transparent 5px 10px
  );
  position: relative;
}
.settlement-route > span i {
  position: absolute;
  width: 6px;
  height: 6px;
  right: 25%;
  top: -3px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 5px rgba(50, 188, 173, 0.09);
}
.settlement-main-card h3 {
  max-width: 500px;
  margin: 0 0 13px;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.settlement-main-card p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.settlement-options {
  display: grid;
  gap: 12px;
}
.settlement-options article {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 17px;
  border-radius: 20px;
  padding: 23px;
}
.option-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: #daf2ee;
  color: #1d877c;
}
.option-icon .ui-icon {
  width: 23px;
  height: 23px;
}
.option-crypto {
  border-radius: 50%;
  background: linear-gradient(145deg, #26a17b, #627eea);
  color: white;
  font-size: 24px;
  font-weight: 850;
}
.settlement-options small {
  color: #288e84;
  font:
    800 8px/1 ui-monospace,
    monospace;
  letter-spacing: 0.1em;
}
.settlement-options h3 {
  margin: 5px 0 5px;
  font-size: 18px;
  letter-spacing: -0.035em;
}
.settlement-options p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.settlement-note {
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--aqua);
  color: #70898e;
  font-size: 11px;
  line-height: 1.65;
}
.fees-section {
  background: var(--paper);
  color: var(--ink);
  padding: 125px 0;
}
.pricing-heading {
  margin-bottom: 42px;
}
.subscription-showcase {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.88fr 1.12fr;
}
.subscription-main-card {
  background: var(--navy-2);
  border: 1px solid rgba(78, 228, 209, 0.28);
  border-radius: 28px;
  box-shadow: 0 30px 75px rgba(8, 51, 68, 0.16);
  color: #fff;
  overflow: hidden;
  padding: 34px;
  position: relative;
}
.subscription-main-card::before {
  background: rgba(78, 228, 209, 0.12);
  border-radius: 50%;
  content: "";
  height: 280px;
  position: absolute;
  right: -130px;
  top: -145px;
  width: 280px;
}
.subscription-main-card > * {
  position: relative;
}
.trial-seal {
  align-items: center;
  display: flex;
  gap: 13px;
  margin-bottom: 29px;
}
.trial-seal > span {
  align-items: center;
  background: var(--aqua-hot);
  border-radius: 15px 15px 15px 5px;
  color: var(--navy);
  display: flex;
  font-size: 25px;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.trial-seal b,
.trial-seal small {
  display: block;
}
.trial-seal b {
  color: var(--aqua-hot);
  font:
    800 11px/1.2 ui-monospace,
    monospace;
  letter-spacing: 0.08em;
}
.trial-seal small {
  color: #9cbdc1;
  font-size: 10px;
  margin-top: 4px;
}
.subscription-main-card > p {
  color: #9bb9bd;
  font-size: 12px;
  margin: 0 0 8px;
}
.subscription-price {
  align-items: baseline;
  display: flex;
  margin-bottom: 25px;
}
.subscription-price span {
  color: var(--aqua-hot);
  font-size: 17px;
  font-weight: 800;
  margin-right: 6px;
}
.subscription-price strong {
  font-size: 65px;
  letter-spacing: -0.075em;
  line-height: 1;
}
.subscription-price small {
  color: #9bb9bd;
  font-size: 12px;
  margin-left: 8px;
}
.subscription-main-card ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 25px;
  padding: 20px 0;
}
.subscription-main-card li {
  align-items: center;
  color: #c5dadd;
  display: flex;
  font-size: 11px;
  gap: 9px;
}
.subscription-main-card li::before {
  color: var(--aqua-hot);
  content: "✓";
  font-weight: 900;
}
.billing-cycles {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.billing-cycles article {
  background: #fff;
  border: 1px solid #cfe4e0;
  border-radius: 22px;
  min-width: 0;
  padding: 27px;
  position: relative;
}
.billing-cycles article::after {
  background: #dff2ef;
  border-radius: 999px;
  bottom: 24px;
  content: "";
  height: 5px;
  position: absolute;
  right: 24px;
  width: 32px;
}
.billing-cycles .best-cycle {
  background: linear-gradient(145deg, #e8faf7, #fff);
  border-color: #72d8cc;
  box-shadow: 0 18px 45px rgba(8, 51, 68, 0.08);
}
.billing-cycles .best-cycle::after {
  background: var(--aqua);
  width: 48px;
}
.billing-cycles header {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 28px;
}
.billing-cycles header span {
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
}
.billing-cycles header small {
  background: #e7f5f2;
  border-radius: 999px;
  color: #38766f;
  font-size: 8px;
  font-weight: 800;
  padding: 6px 8px;
  text-transform: uppercase;
}
.billing-cycles .best-cycle header small {
  background: var(--navy);
  color: var(--aqua-hot);
}
.billing-cycles > article > strong {
  color: #15877c;
  display: block;
  font-size: 28px;
  letter-spacing: -0.055em;
  margin-bottom: 7px;
}
.billing-cycles p {
  color: var(--muted);
  font-size: 10px;
  margin: 0;
}
.pricing-divider {
  align-items: center;
  color: #789095;
  display: grid;
  font:
    750 9px/1 ui-monospace,
    monospace;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  letter-spacing: 0.08em;
  margin: 65px 0;
  text-transform: uppercase;
}
.pricing-divider i {
  border-top: 1px dashed #b7d5d0;
}
.fees-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 90px;
  align-items: center;
}
.usage-fees-layout {
  align-items: center;
}
.fees-copy h2 {
  margin: 0;
}
.fees-copy p {
  max-width: 470px;
  margin: 25px 0 29px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.dark-button {
  background: var(--navy) !important;
  color: #fff !important;
  box-shadow: 0 16px 35px rgba(8, 51, 68, 0.15) !important;
}
.public-fee-card {
  overflow: hidden;
  border: 1px solid #c7e2dd;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(8, 51, 68, 0.11);
}
.public-fee-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 25px;
  background: var(--navy-2);
  color: #fff;
}
.public-fee-card header span {
  font-size: 13px;
  font-weight: 800;
}
.public-fee-card header b {
  color: var(--aqua-hot);
  font:
    750 8px/1 ui-monospace,
    monospace;
  letter-spacing: 0.08em;
}
.public-fee-row {
  display: grid;
  grid-template-columns: 145px 1fr;
  align-items: center;
  min-height: 92px;
  padding: 16px 25px;
  border-bottom: 1px solid #dcebe8;
}
.public-fee-row > strong {
  color: #15877c;
  font-size: 27px;
  letter-spacing: -0.055em;
}
.public-fee-row b,
.public-fee-row span {
  display: block;
}
.public-fee-row b {
  margin-bottom: 4px;
  font-size: 13px;
}
.public-fee-row span {
  color: var(--muted);
  font-size: 11px;
}
.public-fee-card footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 25px;
  color: #6f888d;
  background: #f1f9f7;
  font-size: 10px;
}
.public-fee-card footer a {
  color: #16877c;
  font-weight: 800;
  white-space: nowrap;
}
.subscription-note {
  border-left: 2px solid var(--aqua);
  color: #70898e;
  font-size: 11px;
  line-height: 1.65;
  margin: 26px 0 0;
  padding-left: 18px;
}
.principles-section {
  padding: 125px 0;
  background: #092d38;
  position: relative;
}
.principles-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent);
}
.principles-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  position: relative;
}
.principles-copy h2 {
  color: #fff;
}
.principles-copy h2 em {
  font-style: normal;
  color: #7ca4a8;
}
.principles-copy p {
  color: #91b0b4;
  line-height: 1.75;
  max-width: 470px;
  margin: 25px 0;
}
.principles-copy > a {
  display: inline-flex;
  gap: 15px;
  color: var(--aqua-hot);
  font-weight: 750;
  font-size: 13px;
}
.principle-list {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.principle-list article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 0;
}
.principle-list article > span {
  font:
    10px/1 ui-monospace,
    monospace;
  color: var(--aqua);
}
.principle-list h3 {
  font-size: 18px;
  margin: 0 0 7px;
  letter-spacing: -0.025em;
}
.principle-list p {
  color: #779b9f;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.developer-section {
  background: var(--ice);
  color: var(--ink);
  padding: 125px 0;
}
.developer-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 85px;
  align-items: center;
}
.dev-copy p {
  color: var(--muted);
  line-height: 1.75;
  margin: 24px 0;
}
.dev-copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.dev-copy li {
  font-size: 12px;
  font-weight: 680;
  color: #47636a;
}
.dev-copy li:before {
  content: "↳";
  color: var(--aqua);
  margin-right: 8px;
}
.code-window {
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #051c25;
  color: #d8f2ef;
  box-shadow: 0 35px 80px rgba(8, 51, 68, 0.19);
}
.code-head {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font:
    10px/1 ui-monospace,
    monospace;
  color: #75969a;
}
.code-head > div {
  display: flex;
  gap: 6px;
}
.code-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff776d;
}
.code-head i:nth-child(2) {
  background: #eebc52;
}
.code-head i:nth-child(3) {
  background: var(--aqua);
}
.code-head button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #8eafb2;
  border-radius: 7px;
  padding: 6px 9px;
  font-size: 10px;
  cursor: pointer;
}
.code-window pre {
  margin: 0;
  padding: 27px 30px;
  font:
    12px/1.8 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  overflow: auto;
  white-space: pre;
}
.syntax-cmd {
  color: var(--aqua-hot);
}
.syntax-str {
  color: #d2e98d;
}
.code-response {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 16px 30px;
  display: flex;
  gap: 16px;
  align-items: center;
  overflow: auto;
}
.code-response span {
  color: var(--aqua);
  font:
    700 9px/1 ui-monospace,
    monospace;
  white-space: nowrap;
}
.code-response code {
  color: #799b9f;
  font:
    10px/1.4 ui-monospace,
    monospace;
  white-space: nowrap;
}
.final-cta {
  margin-top: 90px;
  margin-bottom: 90px;
  min-height: 330px;
  border: 1px solid rgba(78, 228, 209, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(50, 188, 173, 0.15),
      transparent 32%
    ),
    #082b36;
  padding: 58px;
  display: grid;
  grid-template-columns: 110px 1.1fr 0.9fr;
  align-items: center;
  gap: 35px;
  position: relative;
  overflow: hidden;
}
.final-cta:after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(78, 228, 209, 0.1);
  border-radius: 50%;
  right: -145px;
  bottom: -190px;
  box-shadow:
    0 0 0 55px rgba(78, 228, 209, 0.025),
    0 0 0 110px rgba(78, 228, 209, 0.02);
}
.final-cta > img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
.final-cta h2 {
  font-size: clamp(36px, 3.7vw, 52px);
  position: relative;
}
.final-cta > div:last-of-type {
  position: relative;
  z-index: 2;
}
.final-cta p {
  color: #8eafb3;
  line-height: 1.7;
  margin: 0 0 22px;
}
.footer {
  min-height: 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr auto;
  align-items: center;
  gap: 25px;
  color: #74969b;
  font-size: 11px;
}
.footer-brand {
  color: #fff;
  font-size: 16px;
}
.footer > div {
  display: flex;
  gap: 17px;
}
.footer a:hover {
  color: #fff;
}
.footer small {
  font-size: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  50% {
    transform: translateY(-8px);
  }
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 7px rgba(78, 228, 209, 0.04);
  }
}
@media (max-width: 960px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }
  .topbar nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 75px;
  }
  .payment-stage {
    width: min(520px, 100%);
    margin: auto;
  }
  .split-heading,
  .settlement-layout,
  .subscription-showcase,
  .fees-layout,
  .principles-grid,
  .developer-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .settlement-main-card {
    min-height: auto;
  }
  .fees-copy p {
    max-width: 650px;
  }
  .flow-grid {
    grid-template-columns: 1fr;
  }
  .flow-step {
    min-height: auto;
  }
  .flow-step.featured {
    transform: none;
  }
  .principles-copy p {
    max-width: 650px;
  }
  .final-cta {
    grid-template-columns: 80px 1fr;
    padding: 40px;
  }
  .final-cta > div:last-of-type {
    grid-column: 2;
  }
  .footer {
    grid-template-columns: 1fr 1fr;
  }
  .footer > span {
    display: none;
  }
}
@media (max-width: 620px) {
  .container {
    width: min(1180px, calc(100% - 28px));
  }
  .topbar {
    height: 72px;
  }
  .topbar .brand {
    grid-column: 1;
  }
  .topbar .nav-cta {
    grid-column: 2;
  }
  .nav-cta {
    padding: 9px 12px;
  }
  .brand {
    font-size: 18px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .hero {
    min-height: auto;
    min-width: 0;
    padding-top: 55px;
    padding-bottom: 65px;
  }
  .hero-copy {
    min-width: 0;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-trust {
    gap: 11px 18px;
  }
  .payment-stage {
    min-height: 0;
    padding: 34px 0 8px;
    min-width: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .payment-console {
    width: 100%;
  }
  .stage-outcomes {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .asset-card,
  .webhook-card {
    min-height: 70px;
  }
  .stage-caption {
    width: 100%;
    margin-top: 6px;
    font-size: 8px;
    text-align: center;
  }
  .rail-inner {
    overflow: hidden;
    justify-content: flex-start;
    white-space: nowrap;
  }
  .clarity-section,
  .settlement-section,
  .fees-section,
  .principles-section,
  .developer-section {
    padding: 86px 0;
  }
  .split-heading {
    gap: 23px;
  }
  .flow-step {
    padding: 23px;
  }
  .settlement-main-card {
    padding: 26px 21px;
  }
  .settlement-route {
    grid-template-columns: 62px 1fr 62px 1fr 62px;
    margin: 42px 0 38px;
  }
  .route-node {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }
  .route-node b {
    font-size: 12px;
  }
  .settlement-options article {
    grid-template-columns: 47px 1fr;
    padding: 19px;
  }
  .option-icon {
    width: 47px;
    height: 47px;
    border-radius: 15px;
  }
  .option-crypto {
    border-radius: 50%;
    font-size: 23px;
  }
  .public-fee-card header,
  .public-fee-card footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .public-fee-card header {
    gap: 7px;
    padding-block: 15px;
  }
  .public-fee-row {
    grid-template-columns: 105px 1fr;
    padding-inline: 19px;
  }
  .public-fee-row > strong {
    font-size: 22px;
  }
  .public-fee-card footer {
    gap: 7px;
  }
  .subscription-main-card {
    padding: 28px 22px;
  }
  .subscription-price strong {
    font-size: 55px;
  }
  .billing-cycles {
    grid-template-columns: 1fr;
  }
  .billing-cycles article {
    padding: 24px 22px;
  }
  .billing-cycles header {
    margin-bottom: 21px;
  }
  .pricing-divider {
    gap: 10px;
    margin: 49px 0;
  }
  .pricing-divider span {
    max-width: 120px;
  }
  .principles-grid {
    gap: 50px;
  }
  .developer-grid {
    gap: 45px;
  }
  .dev-copy ul {
    grid-template-columns: 1fr;
  }
  .code-window pre {
    padding: 21px;
    font-size: 10px;
  }
  .code-response {
    padding: 14px 21px;
  }
  .final-cta {
    margin-top: 50px;
    margin-bottom: 50px;
    grid-template-columns: 1fr;
    padding: 32px;
  }
  .final-cta > img {
    width: 65px;
    height: 65px;
  }
  .final-cta > div:last-of-type {
    grid-column: auto;
  }
  .footer {
    grid-template-columns: 1fr auto;
  }
  .footer > div {
    display: none;
  }
}

/* Brand and icon system */
.ui-icon,
.feature-icon {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ui-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}
.feature-icon {
  width: 44px;
  height: 44px;
}
.brand img {
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.18));
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-cta .ui-icon {
  color: var(--aqua-hot);
}
.button {
  gap: 10px;
}
.button .ui-icon {
  width: 18px;
  height: 18px;
}
.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hero-trust .ui-icon {
  width: 15px;
  height: 15px;
  color: var(--aqua-hot);
}
.event-icon .ui-icon {
  width: 21px;
  height: 21px;
  stroke-width: 2.2;
}
.step-art.icon-art {
  display: grid;
  place-items: center;
}
.icon-art > span {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid #cce8e3;
  border-radius: 28px;
  color: var(--navy-2);
  background: linear-gradient(145deg, #e7f8f5, #fff);
  box-shadow:
    0 22px 48px rgba(8, 51, 68, 0.12),
    inset 0 1px 0 #fff;
  transform: rotate(-3deg);
}
.flow-step.featured .icon-art > span {
  color: var(--aqua-hot);
  background: linear-gradient(
    145deg,
    rgba(78, 228, 209, 0.18),
    rgba(50, 188, 173, 0.06)
  );
  border-color: rgba(78, 228, 209, 0.28);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: rotate(3deg);
}
.principle-list article {
  grid-template-columns: 54px 1fr;
  align-items: start;
}
.principle-list article > .principle-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(78, 228, 209, 0.13);
  border-radius: 12px;
  color: var(--aqua-hot);
  background: rgba(78, 228, 209, 0.08);
}
.principle-icon .ui-icon {
  width: 20px;
  height: 20px;
}
.principle-list small {
  display: block;
  margin-bottom: 8px;
  color: var(--aqua);
  font:
    700 9px/1 ui-monospace,
    monospace;
  letter-spacing: 0.1em;
}
.principles-copy > a {
  align-items: center;
}
.dev-copy li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dev-copy li::before {
  display: none;
}
.dev-copy li .ui-icon {
  width: 15px;
  height: 15px;
  color: #238d83;
  stroke-width: 2;
}
.code-head button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.code-head button .ui-icon {
  width: 13px;
  height: 13px;
}
@media (max-width: 620px) {
  .feature-icon {
    width: 38px;
    height: 38px;
  }
  .icon-art > span {
    width: 84px;
    height: 84px;
  }
  .principle-list article {
    grid-template-columns: 46px 1fr;
  }
}
