:root {
  --ink: #0a1b2d;
  --body: #5a6676;
  --muted: #6b7684;
  --teal: #0be0b3;
  --teal-text: #0be0b3;
  --line: #e7ebef;
  --shadow: 0 18px 50px rgba(15, 40, 60, .08), 0 2px 6px rgba(15, 40, 60, .04);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #fff; }
body { font-family: "Inter", system-ui, sans-serif; color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 6px; }

/* ponytail: the whole hero is a fixed 1536x1024 artboard (same as the mockup), zoomed to fit on smaller desktops */
.stage { position: relative; width: 1536px; height: 1024px; margin: 0 auto; }

.chev { display: inline-block; width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: translateY(-3px) rotate(45deg); margin-left: 12px; opacity: .8; }
.arr { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* NAV */
.nav { position: absolute; left: 0; right: 0; top: 0; height: 150px; }
.nav::after { content: ""; position: absolute; left: 64px; right: 45px; top: 100px; height: 1px; background: linear-gradient(90deg, transparent, #e6eaee 12%, #e6eaee 88%, transparent); }
.logo { position: absolute; left: 37px; top: 26px; }
.logo img { display: block; width: 185px; height: auto; }
.menu { position: absolute; left: 0; top: 43px; }
.menu a { position: absolute; top: 0; font-size: 15px; font-weight: 500; white-space: nowrap; }
.menu a:nth-child(1) { left: 402px; }
.menu a:nth-child(2) { left: 530px; }
.menu a:nth-child(3) { left: 659px; }
.menu a:nth-child(4) { left: 803px; }
.menu a:nth-child(5) { left: 941px; }
.menu a, .contact { padding: 6px 0; transition: color .2s; }
.menu a::after, .contact::after { content: ""; position: absolute; left: 0; right: 22px; bottom: -2px; height: 2px; border-radius: 1px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .35s cubic-bezier(.2, .8, .2, 1); }
.contact { position: relative; }
.contact::after { right: 0; }
.menu a:hover, .contact:hover, .menu a.current, .contact.current { color: #079c7d; }
.menu a:hover::after, .contact:hover::after, .menu a.current::after, .contact.current::after { transform: scaleX(1); }
.actions { position: absolute; right: 45px; top: 28px; height: 48px; display: flex; align-items: center; gap: 26px; }
.search { display: grid; color: var(--ink); }
.contact { font-size: 15px; font-weight: 500; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-weight: 600; letter-spacing: -.01em; transition: background .2s, box-shadow .2s; }
.btn-primary { background: var(--teal); color: var(--ink); }
.btn-primary:hover { background: #10d4a6; box-shadow: 0 8px 24px rgba(11, 224, 179, .3); }

/* Primary hover: lift, light sweep across the surface, arrow loops out right and back in from the left */
.btn-primary { position: relative; overflow: hidden; isolation: isolate; transition: background .3s, box-shadow .3s, transform .3s cubic-bezier(.2,.8,.2,1); }
.btn-primary::after { content: ""; position: absolute; top: 0; left: -60%; width: 45%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent); transform: skewX(-20deg); pointer-events: none; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(11, 224, 179, .38), inset 0 -2px 0 rgba(10, 27, 45, .08); }
.btn-primary:hover::after { animation: btn-shine .75s ease-out; }
.btn-primary:hover .arr { animation: btn-arrow .55s cubic-bezier(.65,0,.35,1); }
.btn-primary:active { transform: translateY(0) scale(.98); box-shadow: 0 4px 12px rgba(11, 224, 179, .3); }
@keyframes btn-shine { to { left: 130%; } }
@keyframes btn-arrow {
  45% { transform: translateX(16px); opacity: 0; }
  46% { transform: translateX(-16px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
.btn-nav { height: 48px; padding: 0 24px; font-size: 15px; gap: 10px; }
.btn-nav .arr { width: 18px; height: 18px; }
.btn-ghost { border: 1.5px solid #d6dbe0; color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }

/* Explore Solutions hover: ink fill grows from the cursor, label rolls to teal, arrow slides in, button leans toward the pointer */
.ctas .btn-ghost { position: relative; overflow: hidden; isolation: isolate; transition: color .35s, border-color .35s, box-shadow .45s, transform .35s cubic-bezier(.2,.8,.2,1); }
.ctas .btn-ghost::before { content: ""; position: absolute; left: var(--x, 50%); top: var(--y, 50%); width: 0; height: 0; border-radius: 50%; background: var(--ink); transform: translate(-50%, -50%); transition: width .55s cubic-bezier(.2,.8,.2,1), height .55s cubic-bezier(.2,.8,.2,1); z-index: -1; }
.ctas .btn-ghost:hover { color: #fff; box-shadow: 0 12px 30px rgba(10, 27, 45, .22), 0 0 0 4px rgba(11, 224, 179, .15); }
.ctas .btn-ghost:hover::before { width: 560px; height: 560px; }
.roll { display: inline-block; height: 1.25em; line-height: 1.25em; overflow: hidden; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.roll > span { display: block; transition: transform .45s cubic-bezier(.65,0,.35,1); }
.roll > span::after { content: attr(data-text); display: block; color: var(--teal); }
.ctas .btn-ghost:hover .roll { transform: translateX(-14px); }
.ctas .btn-ghost:hover .roll > span { transform: translateY(-1.25em); }
.ghost-arr { position: absolute; right: 17px; top: 50%; width: 17px; height: 17px; color: var(--teal); opacity: 0; transform: translate(-14px, -50%); transition: opacity .3s, transform .45s cubic-bezier(.2,.8,.2,1); }
.ctas .btn-ghost:hover .ghost-arr { opacity: 1; transform: translate(0, -50%); transition-delay: .08s; }

/* interactive matrix rain behind the headline */
#field { position: absolute; left: 0; top: 120px; width: 1640px; height: 740px; pointer-events: none; }

/* COPY */
.copy { position: absolute; left: 64px; top: 262px; width: 660px; }
.eyebrow { font-size: 12.5px; font-weight: 500; letter-spacing: .32em; text-transform: uppercase; color: #4f5a68; }
h1 { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 52px; line-height: 56px; letter-spacing: -.03em; white-space: nowrap; margin: 20px 0 0 -2px; color: var(--ink); }
h1 span { color: var(--teal-text); }
.lead { font-size: 18px; line-height: 28px; color: var(--body); margin-top: 24px; max-width: 480px; text-wrap: balance; letter-spacing: -.003em; }
.ctas { display: flex; gap: 16px; margin-top: 36px; }
.btn-lg { height: 52px; padding: 0 30px; font-size: 16px; }
.btn-lg .arr { width: 18px; height: 18px; }
.tags { display: flex; margin-top: 36px; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: #4f5a68; }
.tags li + li::before { content: "|"; margin: 0 16px; letter-spacing: 0; }
.tags li:first-child { margin-left: 2px; }

/* VISUAL (coordinates relative to 680,110 of the artboard) */
.visual { position: absolute; left: 680px; top: 110px; width: 820px; height: 710px; }
#map, .lines { position: absolute; inset: 0; }
.lines { overflow: visible; }
.routes path { fill: none; stroke: #0be0b3; stroke-width: 1.3; opacity: .75; }

.pin { position: absolute; height: 44px; display: flex; align-items: center; gap: 22px; padding: 0 16px 0 18px; background: #fff; border-radius: 8px; font-size: 15px; font-weight: 500; box-shadow: 0 8px 28px rgba(15, 40, 60, .08); white-space: nowrap; }
.pin-l { gap: 14px; padding: 0 17px 0 14px; }
.pin b { width: 13px; height: 13px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(11, 224, 179, .18); }

.card { position: absolute; background: #fff; border-radius: 10px; box-shadow: var(--shadow); border: 1px solid #f0f3f5; }
.card h3 { font-family: "Manrope", sans-serif; font-size: 18.5px; font-weight: 700; letter-spacing: -.01em; }
.muted { color: var(--muted); font-size: 14.5px; }

.account { left: 99px; top: 226px; width: 354px; height: 378px; padding: 23px 26px 0 28px; }
.acc-head { display: flex; justify-content: space-between; align-items: center; }
.select { display: inline-flex; align-items: center; height: 30px; padding: 0 12px 0 11px; background: #f3f5f7; border-radius: 6px; font-size: 14.5px; font-weight: 500; margin-top: 1px; }
.select .chev { width: 6px; height: 6px; margin-left: 9px; }
.account .muted { margin-top: 13px; }
.balance { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 35px; letter-spacing: -.03em; margin-top: 2px; }
.rows { margin: 17px 0 0 -3px; border-top: 1px solid var(--line); }
.rows li { display: flex; align-items: center; height: 55px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 16px; color: #3d4957; padding-left: 4px; }
.rows li:last-child { border-bottom: 0; border-right: 1px solid var(--line); }
.rows strong { margin-left: auto; margin-right: 9px; font-weight: 500; color: var(--ink); }
.flag { width: 36px; height: 36px; border-radius: 50%; flex: none; margin-right: 12px; background-size: cover; }
.flag.us { background-image: url("https://cdn.jsdelivr.net/gh/HatScripts/circle-flags/flags/us.svg"); }
.flag.eu { background-image: url("https://cdn.jsdelivr.net/gh/HatScripts/circle-flags/flags/european_union.svg"); }
.flag.gb { background-image: url("https://cdn.jsdelivr.net/gh/HatScripts/circle-flags/flags/gb.svg"); }
.link { position: absolute; left: 28px; top: 335px; display: inline-flex; align-items: center; gap: 9px; color: var(--teal-text); font-size: 15px; font-weight: 500; }
.link .arr { width: 17px; height: 17px; }

.payment { left: 484px; top: 247px; width: 326px; height: 98px; border-radius: 10px; display: flex; align-items: center; padding-left: 16px; }
.up { width: 45px; height: 45px; border-radius: 50%; background: var(--teal-text); display: grid; place-items: center; margin-right: 12px; flex: none; }
.up svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.payment .muted { font-size: 14.5px; margin-top: -8px; }
.amount { color: var(--teal-text); font-size: 18px; font-weight: 700; margin-top: 6px; letter-spacing: -.01em; }
.ago { position: absolute; right: 16px; top: 19px; font-size: 13px; color: var(--muted); }
.done { position: absolute; right: 15px; top: 58px; height: 27px; padding: 0 9px 0 12px; display: inline-flex; align-items: center; gap: 3px; background: #e5fbf4; color: #10b98c; border-radius: 5px; font-size: 13px; font-weight: 500; }
.done svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.convert { left: 484px; top: 362px; width: 326px; height: 331px; border-radius: 10px; padding: 19px 19px 0; }
.swap { width: 22px; height: 22px; fill: none; stroke: var(--teal-text); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-right: 1px; }
.convert > .muted { margin-top: 12px; }
.field { display: flex; align-items: center; height: 47px; margin-top: 8px; border: 1px solid var(--line); border-radius: 6px; padding: 0 15px 0 14px; font-size: 15.5px; font-weight: 500; }
.field .flag { width: 26px; height: 26px; margin-right: 12px; }
.field .chev { width: 6px; height: 6px; margin-left: 10px; }
.field strong { margin-left: auto; font-weight: 500; font-size: 16px; }
.mid { position: relative; height: 38px; }
.mid .muted { position: absolute; left: 0; top: 18px; }
.cycle { position: absolute; left: 136px; top: 8px; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; z-index: 2; }
.cycle svg { width: 15px; height: 15px; fill: none; stroke: #6b7684; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.rate { display: flex; justify-content: space-between; margin-top: 14px; font-size: 14px; color: var(--muted); }
.pos { color: var(--teal-text); font-weight: 500; }
.btn-block { width: 100%; height: 50px; border-radius: 6px; margin-top: 13px; font-size: 16.5px; }
.btn-block .arr { width: 18px; height: 18px; }

/* TRUST */
.trust { position: absolute; left: 62px; top: 884px; width: 1420px; height: 60px; }
.trust-l { position: absolute; left: 0; top: 18px; font-size: 10.8px; white-space: nowrap; line-height: 18px; letter-spacing: .2em; text-transform: uppercase; color: #4f5a68; }
.trust-l::before { content: ""; position: absolute; left: 0; top: -19px; width: 37px; height: 1.5px; background: #9aa3ad; }
.segments { position: absolute; left: 309px; top: 0; width: 916px; height: 60px; border-left: 1.5px solid #c9cfd5; border-right: 1.5px solid #c9cfd5; }
.segments li { position: absolute; top: 0; display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: 14.5px; color: var(--body); white-space: nowrap; transform: translateX(-50%); }
.segments li:nth-child(1) { left: 91px; }
.segments li:nth-child(2) { left: 221px; }
.segments li:nth-child(3) { left: 359px; }
.segments li:nth-child(4) { left: 513px; }
.segments li:nth-child(5) { left: 692px; }
.segments svg { width: 32px; height: 32px; fill: none; stroke: #4f5a68; stroke-width: 1.4; stroke-linejoin: round; stroke-linecap: round; }
.trust-r { position: absolute; left: 1280px; top: 5px; font-size: 10.8px; white-space: nowrap; line-height: 18px; letter-spacing: .22em; text-transform: uppercase; color: #4f5a68; }

/* MOBILE / TABLET: stack the artboard */
@media (max-width: 1199px) {
  .stage { width: auto; height: auto; padding: 0 20px 48px; zoom: 1 !important; }
  .topbar, .topbar.scrolled { height: 84px; }
  .topbar-in { width: auto; height: 84px; padding: 0 20px; zoom: 1 !important; }
  .topbar.scrolled .topbar-in { transform: none; }
  .topbar .nav { position: relative; height: 84px; }
  .stage { padding-top: 84px; }
  .to-top { right: 16px; bottom: 16px; }
  .logo { left: -22px; top: 14px; }
  .logo img { width: 190px; }
  .menu, .search, .contact, #field { display: none; }
  .nav::after { left: 0; right: 0; top: auto; bottom: 0; }
  .actions { right: 0; top: 18px; }
  .btn-nav { width: auto; padding: 0 18px; height: 44px; font-size: 15px; }
  .copy { position: static; width: auto; margin-top: 36px; }
  .eyebrow { font-size: 12px; letter-spacing: .24em; }
  h1 { font-size: clamp(34px, 9vw, 58px); line-height: 1.05; margin-top: 20px; white-space: normal; }
  .lead { font-size: 18px; line-height: 27px; }
  .ctas { flex-wrap: wrap; gap: 12px; }
  .ctas .btn { flex: 1 1 160px; width: auto; height: 54px; font-size: 17px; }
  .tags { flex-wrap: wrap; row-gap: 8px; font-size: 12.5px; }
  .tags li + li::before { margin: 0 12px; }
  .visual { position: relative; left: auto; top: auto; margin: 40px auto 0; }
  .trust { position: static; width: auto; height: auto; margin-top: 40px; display: grid; gap: 28px; }
  .trust-l, .trust-r, .segments { position: static; }
  .trust-l::before { display: none; }
  .segments { width: auto; height: auto; border: 0; display: flex; flex-wrap: wrap; gap: 24px 28px; }
  .segments li { position: static; transform: none; }
  .trust-r { white-space: normal; }
}
/* ============ CAPABILITIES SECTION ============ */
.stage2 { position: relative; width: 1536px; margin: 0 auto; padding: 64px 50px 90px 54px; }
.stage2::before { content: ""; position: absolute; left: 54px; right: 50px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #e6eaee 12%, #e6eaee 88%, transparent); }
#field2 { position: absolute; left: -120px; top: 0; width: 1776px; height: 100%; pointer-events: none; }
.s2-head { position: relative; text-align: center; }
.s2-head .eyebrow { font-size: 12.5px; letter-spacing: .32em; }
.s2-head h2 { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 46px; line-height: 50px; letter-spacing: -.03em; margin-top: 16px; }
.s2-head h2 span { color: var(--teal-text); }
.lead2 { max-width: 820px; margin: 20px auto 0; font-size: 18px; line-height: 26px; color: var(--body); }

.feats { position: relative; display: grid; grid-template-columns: 707px 705px; grid-template-rows: minmax(285px, auto) minmax(269px, auto); gap: 17px 20px; margin-top: 30px; }
.feat { position: relative; display: grid; grid-template-columns: 1fr auto; column-gap: 12px; padding: 26px 26px 30px; background: #fff; border: 1px solid #e8ecef; border-radius: 12px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 12px 32px rgba(15, 40, 60, .045); overflow: hidden; isolation: isolate; }
.feat-text { display: flex; flex-direction: column; align-items: flex-start; }
.f-ico { display: grid; place-items: center; width: 56px; height: 56px; flex: none; border-radius: 10px; background: #e8faf4; }
.f-ico svg { width: 26px; height: 26px; fill: none; stroke: var(--teal-text); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feat h3 { font-family: "Manrope", sans-serif; font-size: 24px; font-weight: 700; letter-spacing: -.02em; margin-top: 22px; }
.feat-text p { max-width: 272px; margin-top: 12px; font-size: 16px; line-height: 22.5px; color: var(--body); }
.f-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 18px; font-size: 16px; font-weight: 600; color: var(--teal-text); }
.f-link .arr { width: 17px; height: 17px; transition: transform .3s cubic-bezier(.2, .8, .2, 1); }
.f-link:hover .arr { transform: translateX(4px); }
.feat-vis { position: relative; align-self: start; }
.feat-vis::before { content: ""; position: absolute; inset: -40px -30px; z-index: -1; background: radial-gradient(closest-side, rgba(11, 224, 179, .14), transparent); }

/* shared mini-card */
.mini { position: relative; background: #fff; border: 1px solid #edf0f3; border-radius: 10px; box-shadow: 0 14px 34px rgba(15, 40, 60, .08); }
.dots { width: 16px; height: 4px; background: radial-gradient(circle, #6b7684 1.6px, transparent 2px) 0 0 / 6px 4px repeat-x; }
.cf { width: 20px; height: 20px; border-radius: 50%; flex: none; }
.more { display: grid; place-items: center; height: 28px; border-radius: 8px; background: #f5f7f9; font-size: 11.5px; font-weight: 500; color: var(--muted); }

/* FX widget */
.fx { display: flex; gap: 16px; }
.fx-card { width: 258px; height: 245px; padding: 14px 15px; }
.mini-head { display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; }
.mini-head b { font-weight: 600; }
.fx-card label { display: block; margin-top: 12px; font-size: 11px; color: var(--muted); }
.fx-card label.to { margin-top: -8px; }
.mfield { display: flex; align-items: center; gap: 9px; height: 34px; margin-top: 5px; padding: 0 12px 0 10px; border: 1px solid var(--line); border-radius: 6px; font-size: 12.5px; font-weight: 600; }
.mfield .chev { width: 5px; height: 5px; margin-left: -2px; }
.mfield strong { margin-left: auto; font-weight: 500; }
.mswap { display: grid; place-items: center; width: 22px; height: 22px; margin: 6px auto 0; border-radius: 50%; }
.mswap svg { width: 14px; height: 14px; fill: none; stroke: var(--muted); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mrate { display: flex; justify-content: space-between; margin-top: 9px; font-size: 10.5px; color: var(--muted); }
.mbtn { display: flex; align-items: center; justify-content: center; gap: 8px; height: 33px; margin-top: 10px; border-radius: 6px; background: #0be0b3; font-size: 12.5px; font-weight: 600; }
.mbtn .arr { width: 14px; height: 14px; }
.fx-list { width: 83px; display: flex; flex-direction: column; gap: 9px; }
.fx-window { height: 207px; overflow: hidden; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 88%, transparent); mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 88%, transparent); }
.fx-track { list-style: none; animation: fx-scroll 22s linear infinite; }
.fx-track li { display: flex; align-items: center; gap: 10px; height: 36px; margin-bottom: 7px; padding: 0 9px; border-radius: 8px; background: #f5f7f9; font-size: 12.5px; font-weight: 500; }
.fx-track .cf { width: 22px; height: 22px; }
.fx:hover .fx-track { animation-play-state: paused; }
@keyframes fx-scroll { to { transform: translateY(-344px); } }

/* Payments widget */
.pay { display: flex; gap: 16px; }
.pay-card { width: 284px; height: 245px; padding: 16px 16px 0; }
.pay-head { display: flex; align-items: flex-start; gap: 12px; }
.pay-head > div { flex: 1; }
.pay-head b { display: block; font-size: 12.5px; font-weight: 600; margin-top: 2px; }
.pay-head strong { display: block; font-size: 21px; font-weight: 700; letter-spacing: -.01em; margin-top: 6px; }
.pay-head .dots { margin-top: 8px; }
.pay-ok { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--teal-text); flex: none; }
.pay-ok svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.pay-meta { display: flex; justify-content: space-between; margin-top: 12px; font-size: 10.5px; color: var(--muted); }
.pay-steps { list-style: none; margin: 12px -16px 0; }
.pay-steps li { display: flex; align-items: center; gap: 12px; height: 41px; padding: 0 16px; border-top: 1px solid var(--line); font-size: 11.5px; color: #3d4957; }
.brands { list-style: none; width: 61px; display: flex; flex-direction: column; gap: 7px; }
.brands li { display: grid; place-items: center; height: 42px; border-radius: 8px; background: #f5f7f9; }
.brands li.more { height: 28px; }
.b-visa { width: 38px; }
.b-mc { width: 30px; }
.b-pay { width: 44px; height: auto; }

/* Payouts widget */
.payouts { width: 388px; height: 250px; margin-top: -12px; }
#map2 { position: absolute; inset: 0; -webkit-mask-image: radial-gradient(closest-side, #000 60%, transparent); mask-image: radial-gradient(closest-side, #000 60%, transparent); }
.p-routes { position: absolute; inset: 0; overflow: visible; }
.p-routes path { fill: none; stroke: #0be0b3; stroke-width: 1.3; stroke-dasharray: 4 5; animation: route-flow 1.6s linear infinite; }
.p-routes circle { fill: var(--teal); }
@keyframes route-flow { to { stroke-dashoffset: -18; } }
.pin2 { position: absolute; display: flex; align-items: center; gap: 10px; padding: 9px 12px 9px 10px; background: #fff; border-radius: 8px; box-shadow: 0 10px 26px rgba(15, 40, 60, .1); white-space: nowrap; }
.pf { width: 26px; height: 26px; border-radius: 50%; }
.pin2 b { display: block; font-size: 11px; font-weight: 600; }
.pin2 strong { display: block; font-size: 12px; font-weight: 700; margin-top: 2px; }
.pin2 em { display: block; font-style: normal; font-size: 10px; font-weight: 500; color: #10b98c; margin-top: 1px; }

/* Embedded widget */
.embed { width: 350px; height: 226px; margin-top: -4px; }
.code { height: 177px; border-radius: 10px; background: #0f1d2c; box-shadow: 0 16px 36px rgba(10, 27, 45, .22); overflow: hidden; }
.code-head { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 14px; }
.code-head i { width: 7px; height: 7px; border-radius: 50%; background: #3a4b5d; }
.code-head span { margin-left: auto; font-size: 10.5px; color: #7d8ea0; }
.code pre { margin: 0; padding: 4px 14px; font: 10.8px/15px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #d6dee8; }
.code .ln { display: inline-block; width: 18px; color: #4b5d70; }
.code .k { color: #f5a65b; }
.code .f { color: #7fd1ff; }
.code .s { color: #0be0b3; }
.code .n { color: #0be0b3; }
.toast { position: absolute; left: 40px; right: 0; top: 150px; padding: 12px 14px 11px 16px; background: #fff; border: 1px solid #e8ecef; border-radius: 10px; box-shadow: 0 14px 34px rgba(15, 40, 60, .12); overflow: hidden; }
.toast::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--teal); }
.t-row { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.t-row code, .t-status, .t-method, .t-time { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.t-status { display: inline-flex; align-items: center; gap: 6px; height: 20px; padding: 0 7px; border-radius: 5px; background: #e6fbf4; color: #0b9e78; font-size: 10.5px; font-weight: 700; }
.t-status i { width: 6px; height: 6px; border-radius: 50%; background: #0be0b3; }
/* Status pulses: a pseudo-element ring that only scales and fades, so it runs on the compositor (an animated box-shadow repaints every frame). */
.t-status i, .core-status i, .result small i, .st-run, .pt-ok { position: relative; }
.t-status i::after, .core-status i::after, .result small i::after, .pt-ok::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: inherit; animation: pulse-ring 2s ease-out infinite; }
@keyframes pulse-ring { from { transform: scale(1); opacity: .5; } 70%, to { transform: scale(var(--ring, 2.7)); opacity: 0; } }
.t-method { height: 20px; line-height: 20px; padding: 0 6px; border-radius: 5px; background: #f1f4f6; color: #3d4957; font-size: 10px; font-weight: 700; letter-spacing: .02em; }
.t-path { font-size: 11.5px; font-weight: 500; color: var(--ink); }
.t-time { margin-left: auto; font-size: 10.5px; color: #8a939e; }
.t-sub { margin-top: 9px; padding-top: 9px; border-top: 1px dashed #e8ecef; font-size: 12px; }
.t-sub svg { width: 13px; height: 13px; flex: none; fill: none; stroke: #10b98c; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.t-sub > span:not(.t-time) { font-weight: 600; color: var(--ink); }
.t-sub code { font-size: 10.5px; color: #8a939e; }

/* reveal: code types in line by line, then the toast lands (triggered by .in) */
.embed .code pre { white-space: pre; }
.embed .toast { opacity: 0; transform: translateY(14px) scale(.98); transition: opacity .5s, transform .6s cubic-bezier(.2, .8, .2, 1); transition-delay: 1.5s; }
.embed.in .toast { opacity: 1; transform: none; }
.embed pre code { display: block; clip-path: inset(0 0 100% 0); transition: clip-path 1.3s steps(6, end) .2s; }
.embed.in pre code { clip-path: inset(0 0 0 0); }
.payouts .pin2 { opacity: 0; transform: translateY(8px); transition: opacity .45s, transform .55s cubic-bezier(.2, .8, .2, 1); }
.payouts.in .pin2 { opacity: 1; transform: none; }
.payouts.in .pin2:nth-of-type(2) { transition-delay: .12s; }
.payouts.in .pin2:nth-of-type(3) { transition-delay: .24s; }
.payouts.in .pin2:nth-of-type(4) { transition-delay: .36s; }

/* payment steps: pending -> processing -> completed (state in data-s, driven by script.js) */
.tick { position: relative; display: grid; place-items: center; width: 20px; height: 20px; flex: none; border-radius: 50%; border: 1.5px dashed #c9d1d9; transition: background .35s, border-color .35s; }
.tick svg { width: 12px; height: 12px; fill: none; stroke: #fff; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transform: scale(.3); transition: opacity .25s, transform .45s cubic-bezier(.34, 1.56, .64, 1); }
.spin { position: absolute; inset: -1.5px; border-radius: 50%; border: 2px solid transparent; border-top-color: var(--teal-text); border-right-color: var(--teal-text); opacity: 0; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.pay-steps li[data-s="run"] .tick { border-color: #e3e8ec; border-style: solid; }
.pay-steps li[data-s="run"] .spin { opacity: 1; }
.pay-steps li[data-s="done"] .tick { background: var(--teal-text); border-color: var(--teal-text); border-style: solid; }
.pay-steps li[data-s="done"] .tick svg { opacity: 1; transform: none; }
.pay-steps li[data-s="done"] { color: #3d4957; }
.pay-steps li[data-s="pending"] { color: #8a939e; }
.st { position: relative; display: inline-grid; margin-left: auto; font-style: normal; font-size: 11px; font-weight: 500; }
.st > span { grid-area: 1 / 1; justify-self: end; display: inline-flex; align-items: center; gap: 4px; opacity: 0; transform: translateY(7px); transition: opacity .3s, transform .4s cubic-bezier(.2, .8, .2, 1); }
.st svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.st-pend { color: #9aa3ad; }
.st-run { color: #c98a12; }
.st-run::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.st-run::after { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: currentColor; opacity: 0; }
li[data-s="run"] .st-run::after { animation: pulse-ring 1.2s ease-out infinite; }
.st-done { color: #10b98c; }
li[data-s="pending"] .st-pend, li[data-s="run"] .st-run, li[data-s="done"] .st-done { opacity: 1; transform: none; }

/* card backgrounds: slow-drifting dot grid + breathing glow behind each widget */
.feat::after { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; background-image: radial-gradient(rgba(10, 27, 45, .16) 1.1px, transparent 1.5px); background-size: 18px 18px; -webkit-mask-image: radial-gradient(ellipse 65% 95% at 70% 45%, #000 25%, transparent 80%); mask-image: radial-gradient(ellipse 65% 95% at 70% 45%, #000 25%, transparent 80%); }
.feat-vis::before { animation: glow-drift 9s ease-in-out infinite alternate; will-change: transform, opacity; }
.feat:nth-child(2) .feat-vis::before { animation-delay: -3s; }
.feat:nth-child(3) .feat-vis::before { animation-delay: -6s; }
.feat:nth-child(4) .feat-vis::before { animation-delay: -4.5s; }
@keyframes glow-drift { 0% { transform: translate(-18px, 10px) scale(.95); opacity: .75; } 100% { transform: translate(16px, -12px) scale(1.12); opacity: 1; } }

/* CTA bar */
.cta-bar { position: relative; display: flex; align-items: center; gap: 28px; height: 110px; margin-top: 20px; padding: 0 98px 0 36px; background: #fff; border: 1px solid #e8ecef; border-radius: 12px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 12px 32px rgba(15, 40, 60, .045); }
.cta-text { flex: 1; }
.cta-text h3 { font-family: "Manrope", sans-serif; font-size: 18.5px; font-weight: 700; letter-spacing: -.01em; }
.cta-text p { max-width: 720px; margin-top: 6px; font-size: 14.5px; line-height: 20px; color: var(--body); }
.cta-btn { height: 48px; padding: 0 32px; font-size: 16px; }
.cta-btn .arr { width: 18px; height: 18px; }
.learn { font-size: 15.5px; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1.5px; }
.learn:hover { color: var(--teal-text); }

@media (max-width: 1199px) {
  .stage2 { width: auto; padding: 56px 20px 64px; zoom: 1 !important; }
  .stage2::before { left: 20px; right: 20px; }
  #field2 { display: none; }
  .s2-head h2 { font-size: clamp(30px, 8vw, 46px); line-height: 1.1; }
  .lead2 { font-size: 16px; line-height: 24px; }
  .feats { grid-template-columns: 1fr; grid-template-rows: none; }
  .feat { grid-template-columns: 1fr; row-gap: 28px; }
  .feat-vis { justify-self: center; max-width: 100%; }
  .fx, .pay { flex-wrap: wrap; justify-content: center; }
  .fx-list, .brands { width: 100%; flex-direction: row; flex-wrap: wrap; }
  .fx-window { height: auto; -webkit-mask-image: none; mask-image: none; }
  .fx-track { display: flex; flex-wrap: wrap; gap: 7px; animation: none; }
  .fx-track li { margin: 0; }
  .fx-track li:nth-child(n+5) { display: none; }
  .brands li { flex: 1; min-width: 56px; }
  .payouts { zoom: .85; }
  .cta-bar { flex-wrap: wrap; height: auto; padding: 24px; gap: 18px; }
  .cta-text { flex-basis: 100%; }
}

/* ============ HOW IT WORKS ============ */
.stage3 { position: relative; width: 1536px; margin: 0 auto; padding: 64px 0 90px; }
.stage3::before { content: ""; position: absolute; left: 54px; right: 50px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #e6eaee 12%, #e6eaee 88%, transparent); }
#field3 { position: absolute; left: -120px; top: 0; width: 1776px; height: 100%; pointer-events: none; }
.stage3 .s2-head::before { content: ""; position: absolute; left: 50%; top: -40px; width: 1100px; height: 560px; transform: translateX(-50%); z-index: -1; border-radius: 50%; background: radial-gradient(closest-side, rgba(11, 224, 179, .07), transparent); }

.flow { position: relative; height: 410px; margin-top: 33px; }
.wires { position: absolute; inset: 0; width: 1536px; height: 410px; overflow: visible; }
.wires .dash path { fill: none; stroke: #0be0b3; stroke-width: 1.3; stroke-dasharray: 3 4; }
.wires .nodes circle { fill: var(--teal); stroke: #fff; stroke-width: 2.5; }
.wires .ring { fill: none; stroke: rgba(11, 224, 179, .18); stroke-width: 1; }

.tcard { position: absolute; top: 1px; height: 398px; background: #fff; border: 1px solid #e8ecef; border-radius: 12px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 12px 32px rgba(15, 40, 60, .05); }
.tcard h3 { font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 700; letter-spacing: -.02em; }
.tcard > p { margin-top: 6px; font-size: 15px; color: var(--muted); }
.tcard ul { list-style: none; }

.biz { left: 64px; width: 270px; padding: 24px 26px 0 27px; }
.biz ul { margin-top: 16px; border-top: 1px solid var(--line); }
.biz li { display: flex; align-items: center; gap: 18px; height: 56.5px; font-size: 15px; color: #26323f; }
.biz li + li { background: linear-gradient(var(--line), var(--line)) 57px 0 / calc(100% - 57px) 1px no-repeat; }
.t-ico { display: grid; place-items: center; width: 39px; height: 39px; flex: none; border-radius: 9px; background: #e8faf4; }
.t-ico svg { width: 19px; height: 19px; fill: none; stroke: var(--teal-text); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }


.platform { position: absolute; left: 612px; top: 0; width: 192px; height: 56px; display: flex; align-items: center; gap: 12px; padding-left: 24px; background: #fff; border-radius: 28px; font-size: 15.5px; font-weight: 600; box-shadow: 0 10px 30px rgba(15, 40, 60, .09), 0 0 0 1px #eef1f4; }
.p-ico { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #eaf1ff; }
.p-ico svg { width: 19px; height: 19px; fill: none; stroke: #3b6fe0; stroke-width: 1.9; stroke-linejoin: round; }


/* API card */
.api { position: absolute; left: 355px; top: 148px; width: 176px; padding: 14px 14px 12px; background: #fff; border: 1px solid #e3ece9; border-radius: 12px; box-shadow: 0 10px 28px rgba(15, 40, 60, .07); }
.api-head { display: flex; align-items: center; gap: 9px; }
.api-head b { font-size: 14px; font-weight: 600; letter-spacing: -.01em; }
.api-ico { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; background: var(--teal); }
.api-ico svg { width: 15px; height: 15px; fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.api small { display: block; margin: 8px 0 10px; font: 500 10.5px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #8a939e; }
.api ul { list-style: none; border-top: 1px dashed #e3e8ec; padding-top: 8px; }
.api li { display: flex; align-items: center; gap: 9px; height: 25px; font-size: 13px; color: #3d4957; }
.api li svg { width: 15px; height: 15px; fill: none; stroke: var(--teal-text); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* core: rotating gradient border, dot texture, live status */
.core { position: absolute; left: 594px; top: 117px; width: 222px; height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 30px; background: radial-gradient(rgba(10, 27, 45, .07) 1px, transparent 1.3px) 0 0 / 14px 14px, linear-gradient(180deg, #fff 30%, #f3fdf9); box-shadow: 0 0 0 8px rgba(11, 224, 179, .06), 0 24px 60px rgba(11, 224, 179, .22), 0 6px 16px rgba(15, 40, 60, .06); isolation: isolate; }
.core::before { content: ""; position: absolute; inset: 0; z-index: -1; padding: 1.5px; border-radius: inherit; background: conic-gradient(from 200deg, rgba(11, 224, 179, .15), #0be0b3, rgba(11, 224, 179, .15) 40%, rgba(11, 224, 179, .15)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0); }
.core img { width: 190px; margin-top: -4px; }
.core p { margin-top: 2px; text-align: center; font-size: 10.5px; font-weight: 600; line-height: 16px; letter-spacing: .3em; text-transform: uppercase; color: #4f5a68; }
.core-status { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; height: 24px; padding: 0 10px; border-radius: 12px; background: #fff; box-shadow: 0 0 0 1px #e3ece9; font-size: 10.5px; font-weight: 500; color: #3d4957; }
.core-status i { width: 6px; height: 6px; border-radius: 50%; background: #0be0b3; }

/* services: one lights up at a time (driven by script.js), hover does the same */
.svc-go { width: 16px; height: 16px; margin-left: auto; flex: none; fill: none; stroke: var(--teal-text); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .35s cubic-bezier(.2, .8, .2, 1); }
.svc .t-ico { transition: background .35s; }
.svc .t-ico svg { transition: stroke .35s; }
.svc:hover, .svc.on { transform: translateX(4px); border-color: rgba(11, 224, 179, .5); box-shadow: 0 12px 30px rgba(11, 224, 179, .16); }
.svc:hover .svc-go, .svc.on .svc-go { opacity: 1; transform: none; }
.svc:hover .t-ico, .svc.on .t-ico { background: var(--teal); }
.svc:hover .t-ico svg, .svc.on .t-ico svg { stroke: var(--ink); }

.svc { position: absolute; left: 911px; width: 297px; height: 86px; display: flex; align-items: center; gap: 16px; padding: 0 16px; white-space: nowrap; background: #fff; border: 1px solid #e8ecef; border-radius: 10px; box-shadow: 0 8px 24px rgba(15, 40, 60, .05); transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s, border-color .3s; }
.svc .t-ico { width: 54px; height: 54px; border-radius: 10px; }
.svc .t-ico svg { width: 25px; height: 25px; }
.svc b { display: block; font-size: 16.5px; font-weight: 600; letter-spacing: -.01em; }
.svc small { display: block; margin-top: 5px; font-size: 13px; color: var(--muted); }

.markets { left: 1278px; width: 200px; padding: 24px 18px 0 24px; }
.markets > p { white-space: nowrap; }
.markets h3 { font-size: 20px; }
.markets > p { font-size: 13px; }
.markets ul { margin: 14px -18px 0 0; border-top: 1px solid var(--line); padding-top: 10px; }
.markets li { display: flex; align-items: center; gap: 12px; height: 47.5px; font-size: 14px; color: #26323f; }
.markets li span { display: flex; flex-direction: column; line-height: 1.2; }
.markets li em { margin-top: 2px; font: 500 10.5px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-style: normal; color: #8a939e; }
.markets img { width: 30px; height: 30px; border-radius: 50%; }
.count { display: block; margin-top: 18px; padding-right: 4px; text-align: center; font-size: 14px; color: var(--muted); }

.pillars { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; margin: 60px 92px 0 91px; padding-top: 40px; border-top: 1px solid #e6eaee; }
.pillars > div { display: flex; align-items: flex-start; gap: 38px; padding: 0 20px 0 1px; }
.pillars > div + div { border-left: 1px solid #e0e5e9; padding-left: 68px; }
.pillars > div:last-child { padding-left: 76px; }
.pl-ico { display: grid; place-items: center; width: 68px; height: 68px; flex: none; border-radius: 12px; background: #e8faf4; }
.pl-ico svg { width: 32px; height: 32px; fill: none; stroke: var(--teal-text); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pillars h3 { font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.01em; margin-top: 4px; }
.pillars p { max-width: 215px; margin-top: 10px; font-size: 18px; line-height: 23.5px; color: var(--body); }

@media (max-width: 1199px) {
  .stage3 { width: auto; padding: 56px 20px 64px; zoom: 1 !important; }
  .stage3::before { left: 20px; right: 20px; }
  .stage3 .lead2 br { display: none; }
  #field3, .wires { display: none; }
  .flow { height: auto; display: flex; flex-direction: column; gap: 14px; }
  .tcard, .api, .platform, .core, .svc { position: static; width: auto; height: auto; }
  .tcard { padding: 22px; }
  .markets ul { margin-right: 0; }
  .api ul { display: flex; gap: 18px; }
  .platform { align-self: center; padding-right: 24px; }
  .core { align-self: center; width: 222px; height: 200px; }
  .svc { padding: 16px 18px; }
  .pillars { grid-template-columns: 1fr; gap: 28px; margin: 40px 0 0; }
  .pillars > div, .pillars > div + div, .pillars > div:last-child { border: 0; padding: 0; gap: 20px; }
  .pillars p { max-width: none; font-size: 16px; }
}

/* ============ EMBEDDED PAYMENTS ============ */
.stage4 { position: relative; width: 1536px; margin: 0 auto; padding: 64px 0 90px; }
.stage4::before { content: ""; position: absolute; left: 54px; right: 50px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #e6eaee 12%, #e6eaee 88%, transparent); }
#field4 { position: absolute; left: -120px; top: 0; width: 1776px; height: 100%; pointer-events: none; }
.emb { position: relative; height: 690px; }
/* soft glow behind the visual, painted as the section background (no extra layer) */
.emb { background: radial-gradient(410px 350px at 1050px 330px, rgba(11, 224, 179, .09), rgba(11, 224, 179, 0)); }

.emb-copy { position: absolute; left: 85px; top: 10px; width: 560px; }
.emb-copy h2 { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 50px; line-height: 54px; letter-spacing: -.035em; margin-top: 22px; }
.emb-copy h2 span { color: var(--teal-text); }
.lead3 { max-width: 540px; margin-top: 20px; font-size: 18px; line-height: 26px; color: var(--body); }
.emb-feats { list-style: none; margin-top: 32px; }
.emb-feats li { display: flex; gap: 22px; align-items: flex-start; }
.emb-feats li + li { margin-top: 37px; }
.e-ico { display: grid; place-items: center; width: 66px; height: 66px; flex: none; border-radius: 12px; background: #e8faf4; box-shadow: inset 0 0 0 1px rgba(11, 224, 179, .12); }
.e-ico svg { width: 30px; height: 30px; fill: none; stroke: var(--teal-text); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.emb-feats h3 { font-size: 17.5px; font-weight: 600; letter-spacing: -.01em; margin-top: 8px; }
.emb-feats p { max-width: 330px; margin-top: 5px; font-size: 15.5px; line-height: 22px; color: var(--muted); }
.emb-btn { margin-top: 42px; height: 54px; padding: 0 46px; font-size: 17px; }

/* visual: coordinates relative to (560, 170) of the mockup */
.emb-vis { position: absolute; left: 560px; top: 40px; width: 900px; height: 610px; }
.emb-wires { position: absolute; inset: 0; width: 900px; height: 610px; overflow: visible; }
.emb-wires .dash path { fill: none; stroke: #0be0b3; stroke-width: 1.3; stroke-dasharray: 3 4; }
.emb-wires .nodes circle { fill: var(--teal); stroke: #fff; stroke-width: 2.5; }
.emb-wires .down { fill: #fff; stroke: #0be0b3; stroke-width: 1.3; }
.emb-wires .down-arr { fill: none; stroke: var(--teal-text); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.ecard { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; border: 1px solid #e8ecef; border-radius: 14px; box-shadow: 0 12px 32px rgba(15, 40, 60, .06); text-align: center; }
.ecard b { font-weight: 600; letter-spacing: -.01em; }
.ecard small { color: var(--muted); }
.plat { left: 113px; top: 14px; width: 196px; height: 106px; }
.plat svg { width: 36px; height: 36px; fill: none; stroke: var(--teal-text); stroke-width: 1.6; stroke-linejoin: round; stroke-linecap: round; }
.plat b { margin-top: 6px; font-size: 14.5px; }
.plat small { margin-top: 3px; font-size: 13px; }
.req { position: absolute; left: 157px; top: 157px; width: 108px; height: 28px; display: grid; place-items: center; border-radius: 14px; background: #dff9f0; box-shadow: inset 0 0 0 1px rgba(11, 224, 179, .3); font-size: 13.5px; font-weight: 600; }
.fapi { left: 92px; top: 230px; width: 237px; height: 153px; }
.fapi img { width: 150px; margin: -8px 0 4px; }
.fapi b { font-size: 17px; font-weight: 700; }
.fapi small { margin-top: 6px; font-size: 13.5px; }
.cap { position: absolute; top: 453px; width: 78px; text-align: center; }
.cap-box { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; height: 84px; background: #fff; border: 1px solid #e8ecef; border-radius: 10px; box-shadow: 0 8px 22px rgba(15, 40, 60, .05); transition: transform .3s cubic-bezier(.2, .8, .2, 1), border-color .3s; }
.cap-box svg { width: 24px; height: 24px; fill: none; stroke: var(--teal-text); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.cap-box b { font-size: 13px; font-weight: 600; }
.cap:hover .cap-box { transform: translateY(-3px); border-color: rgba(11, 224, 179, .5); }
.cap small { display: block; margin-top: 10px; font-size: 12.5px; line-height: 15px; color: var(--muted); }

/* IDE window */
.ide { position: absolute; left: 339px; top: 15px; width: 551px; height: 368px; padding: 17px 17px 0; background: #0f1d2c; border-radius: 14px; box-shadow: 0 24px 60px rgba(10, 27, 45, .28); }
.ide-tabs { display: flex; align-items: center; gap: 10px; }
.ide-tabs button, .ide-more { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 16px; border-radius: 6px; border: 1px solid #25384c; color: #b7c4d1; font-size: 12.5px; font-weight: 500; transition: background .2s, color .2s, border-color .2s; }
.ide-tabs button:hover { color: #fff; border-color: #36506a; }
.ide-tabs button[aria-selected="true"] { background: #fff; border-color: #fff; color: var(--ink); }
.ide-tabs svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ide-tabs button[aria-selected="true"] svg { stroke: var(--teal-text); }
.ide-more { padding: 0 9px; }
.ide-docs { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; height: 30px; padding: 0 10px; border-radius: 6px; border: 1px solid #25384c; font-size: 12px; color: #d6dee8; }
.ide-docs .arr { width: 13px; height: 13px; }
.ide-docs:hover { border-color: var(--teal); color: #fff; }
.ide-panel { margin-top: 17px; height: 222px; background: #13253a; border-radius: 8px; overflow: hidden; }
.ide-bar { display: flex; align-items: center; justify-content: space-between; height: 38px; padding: 0 16px; border-bottom: 1px solid #1f344b; font-size: 12px; }
.lang { display: inline-flex; align-items: center; gap: 8px; color: #0be0b3; }
.lang svg { width: 14px; height: 14px; fill: none; stroke: #7d8ea0; stroke-width: 1.8; }
.lang .chev { width: 5px; height: 5px; margin-left: 2px; }
.ide-copy { display: inline-flex; align-items: center; gap: 6px; color: #b7c4d1; font-size: 12px; }
.ide-copy svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ide-copy:hover, .ide-copy.done { color: #0be0b3; }
.ide-code { margin: 0; padding: 9px 16px; font: 12.8px/21.8px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #e6edf3; white-space: pre; }
.ide-code .ln { display: inline-block; width: 38px; color: #4b5d70; user-select: none; }
.ide-code .l { display: block; opacity: 0; transform: translateX(-6px); animation: code-in .35s cubic-bezier(.2, .8, .2, 1) forwards; animation-delay: calc(var(--i) * 70ms); }
@keyframes code-in { to { opacity: 1; transform: none; } }
.tk-c { color: #6b7f93; font-style: italic; }
.tk-k { color: #f5a65b; }
.tk-f { color: #7fd1ff; }
.tk-p { color: #0be0b3; }
.tk-s { color: #b5f06a; }
.tk-n { color: #0be0b3; }

/* response card */
.resp { position: absolute; left: 379px; top: 318px; width: 495px; height: 252px; padding: 17px 17px 0; background: #fff; border: 1px solid #edf0f3; border-radius: 14px; box-shadow: 0 24px 60px rgba(15, 40, 60, .14); }
.resp-head { display: flex; align-items: center; justify-content: space-between; }
.ok { height: 24px; padding: 0 12px; display: grid; place-items: center; border-radius: 6px; background: #e3f9f2; color: #0b9e78; font-size: 12.5px; font-weight: 600; }
.resp-tabs { display: flex; gap: 6px; margin-right: 8px; }
.resp-tabs button { height: 28px; padding: 0 12px; font-size: 12px; font-weight: 500; color: var(--muted); border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.resp-tabs button[aria-pressed="true"] { color: var(--ink); border-bottom-color: var(--teal); }
.resp-tabs button[aria-pressed="false"] { background: #f5f7f9; border-radius: 6px; }
.resp-body { display: flex; gap: 16px; margin-top: 11px; height: 180px; }
.json { flex: 1; min-width: 0; height: 100%; margin: 0; padding: 12px 14px; background: #f7f9fa; border-radius: 8px; font: 11.3px/20.8px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #3d4957; white-space: pre; overflow: hidden; }
.json .jk { color: #c2410c; }
.json .js { color: #0b9e78; }
.json .jn { color: #0b9e78; }
.result { width: 150px; flex: none; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-left: 1px solid transparent; }
.res-ok { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--teal-text); box-shadow: 0 0 0 6px rgba(11, 224, 179, .14); animation: pop .5s cubic-bezier(.34, 1.56, .64, 1); }
.res-ok svg { width: 19px; height: 19px; fill: none; stroke: #fff; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
@keyframes pop { from { transform: scale(.4); opacity: 0; } }
.result b { margin-top: 14px; font-size: 14px; font-weight: 600; }
.result strong { margin-top: 6px; font-size: 26px; font-weight: 700; letter-spacing: -.02em; }
.result small { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; font-size: 12.5px; color: var(--muted); }
.result small i { width: 8px; height: 8px; border-radius: 50%; background: #1fb5f0; --ring: 2.2; }
.resp.json-view .result { display: none; }
.resp.json-view .json { line-height: 16.2px; overflow: auto; }
.json.swap { animation: json-in .35s cubic-bezier(.2, .8, .2, 1); }
@keyframes json-in { from { opacity: 0; transform: translateY(6px); } }

/* handwritten notes */
.note { position: absolute; font-family: "Caveat", cursive; font-weight: 500; font-size: 21px; line-height: 21px; color: #8a939e; }
.note svg { display: block; width: 70px; height: 20px; fill: none; stroke: #7fe8cc; stroke-width: 2; stroke-linecap: round; }
.n1 { left: 812px; top: -70px; transform: rotate(-12deg); }
.n1 svg { margin: 4px 0 0 70px; }
.n2 { left: 905px; top: 385px; transform: rotate(-16deg); }
.note-arrow { position: absolute; left: 902px; top: 140px; width: 50px; height: 250px; fill: none; stroke: #0be0b3; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* developer bar */
.dev-bar { position: relative; display: grid; grid-template-columns: 318px 1fr 1fr 1fr; align-items: center; height: 145px; margin: 32px 58px 0; padding: 0 30px 0 32px; background: #fff; border: 1px solid #e8ecef; border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 12px 32px rgba(15, 40, 60, .045); }
.dev-bar h3 { font-family: "Manrope", sans-serif; font-size: 26px; line-height: 30px; font-weight: 800; letter-spacing: -.03em; }
.dev-bar h3 span { color: var(--teal-text); }
.dv-item { display: flex; align-items: center; gap: 22px; height: 80px; padding: 0 12px 0 40px; border-left: 1px solid #e0e5e9; }
.dv-item h4 { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.dv-item p { max-width: 220px; margin-top: 5px; font-size: 14.5px; line-height: 20px; color: var(--muted); }

@media (max-width: 1199px) {
  .stage4 { width: auto; padding: 56px 20px 64px; zoom: 1 !important; }
  .stage4::before { left: 20px; right: 20px; }
  #field4, .note, .note-arrow { display: none; }
  .emb { background: none; }
  .emb { height: auto; }
  .emb-copy { position: static; width: auto; }
  .emb-copy h2 { font-size: clamp(32px, 8.5vw, 50px); line-height: 1.08; }
  .emb-vis { position: relative; left: auto; top: auto; margin: 40px auto 0; }
  .dev-bar { flex-direction: column; align-items: flex-start; height: auto; margin: 40px 0 0; padding: 26px; gap: 22px; }
  .dev-bar { display: flex; }
  .dv-item { height: auto; padding: 0; border: 0; }
}

/* ============ SOLUTIONS ============ */
.stage5 { position: relative; width: 1536px; margin: 0 auto; padding: 64px 0 90px; }
.stage5::before { content: ""; position: absolute; left: 54px; right: 50px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #e6eaee 12%, #e6eaee 88%, transparent); }
#field5 { position: absolute; left: -120px; top: 0; width: 1776px; height: 100%; pointer-events: none; }
.sol { position: relative; height: 697px; }
.sol-copy { position: absolute; left: 78px; top: 26px; width: 540px; }
.sol-copy h2 { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 44px; line-height: 49px; letter-spacing: -.035em; margin-top: 22px; white-space: nowrap; }
.sol-copy h2 span { color: var(--teal-text); }
.sol-copy .lead3 { max-width: 480px; margin-top: 16px; }
.sol-trust { list-style: none; display: flex; align-items: center; width: 528px; height: 64px; margin-top: 24px; padding: 0 8px; white-space: nowrap; border-radius: 14px; background: linear-gradient(90deg, #f1fcf8, #f7fdfb); box-shadow: inset 0 0 0 1px rgba(11, 224, 179, .2); }
.sol-trust li { flex: 1; display: flex; align-items: center; gap: 10px; padding: 0 12px; }
.sol-trust li + li { border-left: 1px solid rgba(11, 224, 179, .25); }
.sol-trust svg { width: 28px; height: 28px; flex: none; fill: none; stroke: var(--teal-text); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sol-trust span { font-size: 12px; line-height: 16px; color: var(--muted); }
.sol-trust b { display: block; font-weight: 500; color: var(--ink); }

.sc { position: absolute; overflow: hidden; background: linear-gradient(135deg, #fff 45%, #f6fdfa); border: 1px solid #e8ecef; border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 12px 32px rgba(15, 40, 60, .045); isolation: isolate; transition: box-shadow .35s, border-color .35s; }
.sc:hover { border-color: rgba(11, 224, 179, .35); box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 18px 44px rgba(11, 224, 179, .12); }
.sc-fin { left: 627px; top: 0; width: 413px; height: 364px; }
.sc-saas { left: 1055px; top: 0; width: 443px; height: 364px; }
.sc-mkt { left: 52px; top: 382px; width: 474px; height: 315px; }
.sc-glob { left: 541px; top: 382px; width: 474px; height: 315px; }
.sc-pay { left: 1030px; top: 382px; width: 456px; height: 315px; }
.sc-text { position: relative; z-index: 1; padding: 25px 0 0 28px; width: 218px; }
.sc-saas .sc-text { width: 235px; }
.sc-fin .sc-text { width: 176px; }
.sc-fin .sc-text p { font-size: 14.5px; }
.sc-text.r2 { padding-top: 24px; width: 215px; }
.sc-glob .sc-text { width: 232px; }
.sc-pay .sc-text { width: 250px; }
.sc-ico { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 12px; background: #e8faf4; box-shadow: inset 0 0 0 1px rgba(11, 224, 179, .12); }
.sc-ico svg { width: 30px; height: 30px; fill: none; stroke: var(--teal-text); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sc-text h3 { margin-top: 21px; font-family: "Manrope", sans-serif; font-size: 23px; font-weight: 700; letter-spacing: -.02em; }
.sc-text p { margin-top: 14px; font-size: 15px; line-height: 21px; color: var(--muted); }
.sc-text .f-link { margin-top: 32px; padding-top: 0; }
.sc-text.r2 h3 { margin-top: 18px; }
.sc-text.r2 p { margin-top: 10px; }
.sc-text.r2 .f-link { margin-top: 20px; }
.sc-vis { position: absolute; }
.sc-vis::before { content: ""; position: absolute; inset: -30px; z-index: -1; background: radial-gradient(closest-side, rgba(11, 224, 179, .13), rgba(11, 224, 179, 0)); }
.fl-mark { display: inline-block; width: 17px; height: 30px; flex: none; background: url("../img/finlab-logo.webp") -17.6px -1.8px / 121.4px 35.7px no-repeat; }

/* fintech phone */
.sc-fin .sc-vis { left: 200px; top: 30px; width: 215px; height: 334px; perspective: 900px; }
.sc-fin .sc-vis::after { content: ""; position: absolute; left: 0; top: 30px; width: 40px; height: 300px; z-index: -1; border-radius: 14px; background: linear-gradient(180deg, rgba(11, 224, 179, .12), rgba(11, 224, 179, .02)); }
.phone { position: absolute; left: 13px; top: 9px; width: 196px; height: 330px; padding: 16px 12px 0; background: #fff; border-radius: 28px; box-shadow: 0 0 0 5px #fff, 0 0 0 6px #e6ebef, 0 24px 50px rgba(15, 40, 60, .16); transform: rotate(5deg) rotateY(-8deg); transition: transform .6s cubic-bezier(.2, .8, .2, 1); }
.sc-fin:hover .phone { transform: rotate(2deg) rotateY(0deg) translateY(-6px); }
.ph-top { text-align: center; font-size: 12.5px; font-weight: 700; font-style: italic; letter-spacing: -.01em; }
.ph-bal { margin-top: 12px; padding: 10px 12px; border-radius: 10px; background: #fff; box-shadow: 0 6px 16px rgba(15, 40, 60, .07), 0 0 0 1px #eef1f4; }
.ph-bal small { display: block; font-size: 9px; color: var(--muted); }
.ph-bal strong { display: block; margin-top: 3px; font-size: 17px; font-weight: 700; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.ph-acts { display: flex; justify-content: space-around; margin-top: 12px; }
.ph-acts span { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 9px; color: #3d4957; }
.ph-acts svg { width: 32px; height: 32px; padding: 7px; border-radius: 9px; background: #e8faf4; fill: none; stroke: var(--teal-text); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ph-rows { list-style: none; margin-top: 12px; }
.ph-rows li { display: flex; align-items: center; gap: 8px; height: 35px; border-top: 1px solid #f0f3f5; font-size: 9px; color: var(--muted); }
.ph-rows img { width: 18px; height: 18px; border-radius: 50%; }
.ph-rows b { margin-left: auto; font-size: 9.5px; font-weight: 600; color: var(--ink); }

/* saas toggles */
.sc-saas .sc-vis { left: 230px; top: 30px; width: 200px; height: 270px; }
.saas-dots { position: absolute; left: 5px; top: 29px; width: 60px; height: 36px; background: radial-gradient(rgba(11, 224, 179, .45) 1.2px, transparent 1.6px) 0 0 / 9px 9px; }
.saas-code { position: absolute; left: 108px; top: 7px; width: 74px; height: 69px; display: grid; place-items: center; background: #fff; border-radius: 12px; box-shadow: 0 10px 26px rgba(15, 40, 60, .08), 0 0 0 1px #eef1f4; }
.saas-code svg { width: 32px; height: 32px; fill: none; stroke: var(--teal-text); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.toggles { list-style: none; position: absolute; left: 4px; top: 69px; width: 192px; white-space: nowrap; padding: 6px 12px; background: #fff; border-radius: 12px; box-shadow: 0 16px 40px rgba(15, 40, 60, .1), 0 0 0 1px #eef1f4; }
.toggles li { display: flex; align-items: center; gap: 10px; height: 34.6px; font-size: 10.5px; font-weight: 500; }
.tg-i svg { display: block; width: 14px; height: 14px; fill: none; stroke: #6b7684; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tgl { position: relative; margin-left: auto; width: 26px; height: 15px; flex: none; border-radius: 8px; background: #d5dbe0; cursor: pointer; transition: background .25s; }
.tgl::after { content: ""; position: absolute; left: 2px; top: 2px; width: 11px; height: 11px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .2); transition: transform .3s cubic-bezier(.34, 1.56, .64, 1); }
.tgl[aria-checked="true"] { background: var(--teal-text); }
.tgl[aria-checked="true"]::after { transform: translateX(11px); }

/* marketplace flow */
.sc-mkt .sc-vis { left: 205px; top: 45px; width: 250px; height: 220px; }
.mkt-bg { position: absolute; left: 3px; top: 22px; width: 240px; height: 200px; border-radius: 16px; background: linear-gradient(160deg, rgba(11, 224, 179, .12), rgba(11, 224, 179, .03)); }
.mkt-flow { position: absolute; inset: 0; overflow: visible; }
.mkt-flow path { fill: none; stroke: #0be0b3; stroke-width: 1.4; stroke-dasharray: 4 4; animation: route-flow 1.4s linear infinite; }
.mkt-flow path.head { stroke-dasharray: none; animation: none; stroke-linecap: round; stroke-linejoin: round; }
.mkt-logo { position: absolute; left: 139px; top: 6px; width: 101px; height: 68px; display: grid; place-items: center; background: #fff; border-radius: 12px; box-shadow: 0 12px 30px rgba(15, 40, 60, .09), 0 0 0 1px #eef1f4; }
.mkt-logo .fl-mark { transform: scale(1.1); }
.party { position: absolute; display: flex; align-items: center; gap: 10px; width: 145px; white-space: nowrap; height: 65px; padding: 0 12px; background: #fff; border-radius: 10px; box-shadow: 0 10px 26px rgba(15, 40, 60, .08), 0 0 0 1px #eef1f4; }
.av { display: grid; place-items: center; width: 28px; height: 28px; flex: none; border-radius: 50%; background: #e3f9f2; }
.av svg { width: 16px; height: 16px; fill: var(--teal-text); stroke: none; }
.party span:last-child { font-size: 9.5px; line-height: 14px; color: var(--muted); }
.party b { display: block; font-size: 11px; font-weight: 600; color: var(--ink); }

/* global coins */
.sc-glob .sc-vis { left: 200px; top: 35px; width: 265px; height: 250px; }
#globe5 { position: absolute; inset: 0; }
.coin-arcs { position: absolute; inset: 0; overflow: visible; }
.coin-arcs path { fill: none; stroke: #0be0b3; stroke-width: 1.3; }
.coin-arcs circle { fill: var(--teal-text); }
.coin { position: absolute; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(145deg, #0be0b3, #09c49e); color: #fff; font-size: 17px; font-weight: 700; box-shadow: 0 0 0 5px rgba(255, 255, 255, .85), 0 10px 22px rgba(11, 224, 179, .35); animation: coin-float 4s ease-in-out infinite; will-change: transform; }
.coin:nth-of-type(2) { animation-delay: -1s; }
.coin:nth-of-type(3) { animation-delay: -2s; }
.coin:nth-of-type(4) { animation-delay: -3s; }
@keyframes coin-float { 50% { transform: translateY(-6px); } }

/* payment company slabs */
.sc-pay .sc-vis { left: 255px; top: 60px; width: 185px; height: 210px; perspective: 800px; }
.slabs { position: absolute; left: 10px; top: 14px; width: 165px; display: flex; flex-direction: column; align-items: stretch; transform: rotateX(16deg) rotateY(-18deg) rotateZ(4deg); transform-style: preserve-3d; }
.slab { display: flex; align-items: center; gap: 10px; height: 50px; padding: 0 12px; border-radius: 8px; background: linear-gradient(180deg, #fff, #f5f8fa); font-size: 10px; white-space: nowrap; font-weight: 600; box-shadow: 0 6px 0 #e3e9ed, 0 14px 26px rgba(15, 40, 60, .1); }
.slab svg { width: 15px; height: 15px; flex: none; fill: none; stroke: #6b7684; stroke-width: 1.8; stroke-linejoin: round; }
.slab.mid { background: linear-gradient(180deg, #e9fcf6, #c9f5e8); box-shadow: 0 6px 0 #9fe9d3, 0 14px 30px rgba(11, 224, 179, .3); animation: slab-float 3.6s ease-in-out infinite; will-change: transform; }
.slab .fl-mark { transform: scale(.62); margin: 0 -4px 0 -3px; }
@keyframes slab-float { 50% { transform: translateY(-5px); } }
.slab-link { align-self: flex-start; width: 2px; height: 16px; margin: 3px 0 3px 22px; background: repeating-linear-gradient(180deg, #0be0b3 0 3px, transparent 3px 6px); }

/* bottom bar */
.sol-bar { position: relative; display: flex; align-items: center; height: 162px; margin: 25px 50px 0 52px; padding: 0 12px 0 26px; overflow: hidden; background: #fff; border: 1px solid #e8ecef; border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 12px 32px rgba(15, 40, 60, .045); }
.bar-arcs { position: absolute; left: 1000px; top: 0; width: 400px; height: 162px; overflow: visible; }
.bar-arcs circle { fill: none; stroke: rgba(11, 224, 179, .18); stroke-width: 1; }
.sb-copy { position: relative; width: 434px; }
.sb-copy .eyebrow { font-size: 11.5px; line-height: 17px; letter-spacing: .2em; }
.sb-copy h3 { margin-top: 20px; font-family: "Manrope", sans-serif; font-size: 24px; line-height: 28px; font-weight: 700; letter-spacing: -.02em; }
.sb-copy h3 span { color: var(--teal-text); }
.sb-list { position: relative; list-style: none; display: flex; height: 76px; }
.sb-list li { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border-left: 1px solid #e0e5e9; text-align: center; font-size: 14.5px; line-height: 19px; color: var(--muted); }
.sb-list svg { width: 28px; height: 28px; fill: none; stroke: var(--teal-text); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.btn-dark { position: relative; margin-left: auto; height: 50px; padding: 0 30px; background: var(--ink); color: #fff; font-size: 16px; }
.btn-dark:hover { background: #16304a; box-shadow: 0 12px 28px rgba(10, 27, 45, .28); transform: translateY(-2px); }
.btn-dark .arr { width: 18px; height: 18px; }

@media (max-width: 1199px) {
  .stage5 { width: auto; padding: 56px 20px 64px; zoom: 1 !important; }
  .stage5::before { left: 20px; right: 20px; }
  #field5 { display: none; }
  .sol { height: auto; display: flex; flex-direction: column; gap: 16px; }
  .sol-copy, .sc { position: relative; left: auto; top: auto; width: auto; height: auto; }
  .sol-copy h2 { font-size: clamp(30px, 8vw, 46px); line-height: 1.1; white-space: normal; }
  .sol-trust { width: auto; height: auto; flex-wrap: wrap; padding: 12px; gap: 10px; white-space: normal; }
  .sol-trust li + li { border: 0; }
  .sc { padding-bottom: 24px; }
  .sc-text, .sc-text.r2, .sc-glob .sc-text { width: auto; padding: 24px 24px 0; }
  .sc-vis { position: relative; left: auto !important; top: auto !important; margin: 20px auto 0; }
  .sol-bar { flex-direction: column; align-items: flex-start; height: auto; margin: 24px 0 0; padding: 26px; gap: 22px; }
  .sb-list { flex-wrap: wrap; height: auto; gap: 16px; }
  .sb-list li { width: auto !important; border: 0; }
  .btn-dark { margin-left: 0; }
}

/* FIXED TOP BAR: the nav keeps its artboard coordinates inside .topbar-in (zoomed like the sections) */
.topbar { position: fixed; left: 0; right: 0; top: 0; z-index: 50; height: calc(var(--z, 1) * 100px); pointer-events: none; transition: height .35s cubic-bezier(.2, .8, .2, 1); }
.topbar::before { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, .96); box-shadow: 0 1px 0 rgba(15, 40, 60, .06), 0 10px 30px rgba(15, 40, 60, .06); opacity: 0; transition: opacity .35s; }
.topbar-in { position: relative; width: 1536px; height: 100px; margin: 0 auto; pointer-events: auto; transition: transform .35s cubic-bezier(.2, .8, .2, 1); }
.topbar .nav { position: absolute; inset: 0; height: 100px; }
.topbar.scrolled { height: calc(var(--z, 1) * 78px); }
.topbar.scrolled::before { opacity: 1; }
.topbar.scrolled .topbar-in { transform: translateY(-11px); }
.topbar .nav::after { transition: opacity .35s; }
.topbar.scrolled .nav::after { opacity: 0; }

/* BACK TO TOP */
.to-top { position: fixed; right: 28px; bottom: 28px; z-index: 40; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 10px 30px rgba(15, 40, 60, .14), 0 0 0 1px #eef1f4; opacity: 0; transform: translateY(16px) scale(.85); pointer-events: none; transition: opacity .35s, transform .45s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s; }
.to-top.show { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { box-shadow: 0 14px 34px rgba(11, 224, 179, .3), 0 0 0 1px rgba(11, 224, 179, .4); }
.tt-ring { position: absolute; inset: 2px; width: 48px; height: 48px; transform: rotate(-90deg); }
.tt-ring circle { fill: none; stroke: #eef1f4; stroke-width: 2.5; }
.tt-ring .tt-prog { stroke: var(--teal); stroke-linecap: round; stroke-dasharray: 138.2; stroke-dashoffset: 138.2; }
.tt-arrow { width: 20px; height: 20px; fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s cubic-bezier(.2, .8, .2, 1); }
.to-top:hover .tt-arrow { transform: translateY(-3px); }

/* ============ WHY FIN LABS ============ */
.stage6 { position: relative; width: 1536px; margin: 0 auto; padding: 64px 0 90px; }
.stage6::before { content: ""; position: absolute; left: 54px; right: 50px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #e6eaee 12%, #e6eaee 88%, transparent); }
#field6 { position: absolute; left: -120px; top: 0; width: 1776px; height: 100%; pointer-events: none; }
.why { position: relative; height: 620px; }
.waves { position: absolute; left: 0; top: 470px; width: 1536px; height: 300px; overflow: visible; pointer-events: none; }
.waves path { fill: none; stroke: rgba(11, 224, 179, .35); stroke-width: 1.3; }
.waves path + path { stroke: rgba(11, 224, 179, .2); }
.waves path + path + path { stroke: rgba(11, 224, 179, .12); }
.why-copy { position: absolute; left: 72px; top: 22px; width: 600px; }
.why-copy h2 { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 48px; line-height: 51px; letter-spacing: -.035em; margin-top: 22px; white-space: nowrap; }
.why-copy h2 span { color: var(--teal-text); }
.why-copy .lead3 { max-width: 470px; margin-top: 16px; line-height: 25px; }

.points { position: absolute; list-style: none; }
.pts-l { left: 75px; top: 306px; width: 420px; }
.pts-r { left: 1140px; top: 308px; width: 360px; }
.points li { display: flex; gap: 22px; }
.points li + li { margin-top: 52px; }
.pt-n { width: 67px; flex: none; padding-top: 2px; font-family: "Manrope", sans-serif; font-size: 58px; line-height: 58px; font-weight: 800; letter-spacing: -.05em; background: linear-gradient(180deg, #8ff0d6, #c9f7eb); -webkit-background-clip: text; background-clip: text; color: transparent; }
.points li > div { padding-left: 22px; border-left: 1px solid #d9e0e5; }
.points h3 { font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.points p { max-width: 245px; margin-top: 6px; font-size: 15.5px; line-height: 21px; color: var(--muted); }
.pts-r p { max-width: 250px; }

/* hub diagram (coordinates relative to its own 660x660 box) */
.why-vis { position: absolute; left: 509px; top: -37px; width: 660px; height: 660px; }
#globe6 { position: absolute; inset: 0; -webkit-mask-image: radial-gradient(closest-side, #000 55%, transparent); mask-image: radial-gradient(closest-side, #000 55%, transparent); }
.hub-lines { position: absolute; inset: 0; overflow: visible; }
.hub-lines .ring-in { fill: none; stroke: rgba(11, 224, 179, .45); stroke-width: 1; stroke-dasharray: 3 4; }
.hub-lines .ring-out { fill: none; stroke: #0be0b3; stroke-width: 1.3; stroke-dasharray: 4 5; }
.hub-lines path { fill: none; stroke: #0be0b3; stroke-width: 1.3; stroke-dasharray: 3 3; }
.hub-lines .nodes circle { fill: var(--teal); stroke: #fff; stroke-width: 2.5; }
/* orbiting dots: a rotating square with a dot on its edge (transform-only, runs on the compositor) */
.orbit { position: absolute; left: 113px; top: 113px; width: 434px; height: 434px; border-radius: 50%; animation: orbit 16s linear infinite; will-change: transform; pointer-events: none; }
.orbit i { position: absolute; left: 50%; top: -4px; width: 8px; height: 8px; margin-left: -4px; border-radius: 50%; background: var(--teal-text); box-shadow: 0 0 10px 2px rgba(11, 224, 179, .7); }
.orbit.o2 { left: 205px; top: 205px; width: 250px; height: 250px; animation-duration: 11s; animation-direction: reverse; }
.orbit.o2 i { width: 6px; height: 6px; margin-left: -3px; top: -3px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.hub { position: absolute; left: 231px; top: 231px; width: 198px; height: 198px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: radial-gradient(circle at 50% 35%, #fff 55%, #effcf8); box-shadow: 0 0 0 1px rgba(11, 224, 179, .25), 0 0 0 12px rgba(11, 224, 179, .05), 0 24px 60px rgba(11, 224, 179, .25); text-align: center; }
.hub::before { content: ""; position: absolute; inset: -14px; border-radius: 50%; border: 1px solid rgba(11, 224, 179, .35); animation: hub-pulse 3.2s ease-out infinite; will-change: transform, opacity; }
@keyframes hub-pulse { from { transform: scale(.92); opacity: .9; } to { transform: scale(1.22); opacity: 0; } }
.hub img { width: 165px; margin: -8px 0 -2px; }
.hub p { font-size: 12.5px; line-height: 17px; color: #3d4957; }
.hub p::first-line { font-weight: 500; color: var(--ink); }
.sat { position: absolute; width: 144px; min-height: 152px; display: flex; flex-direction: column; align-items: center; padding: 14px 10px 14px; background: #fff; border: 1px solid #e8ecef; border-radius: 14px; box-shadow: 0 12px 32px rgba(15, 40, 60, .07); text-align: center; transition: transform .35s cubic-bezier(.2, .8, .2, 1), border-color .35s, box-shadow .35s; }
.sat-ico { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #e8faf4; transition: background .35s; }
.sat-ico svg { width: 26px; height: 26px; fill: none; stroke: var(--teal-text); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; transition: stroke .35s; }
.sat b { margin-top: 12px; font-size: 15.5px; font-weight: 700; letter-spacing: -.01em; }
.sat small { margin-top: 6px; font-size: 12.5px; line-height: 17px; color: var(--muted); }
.sat:hover, .sat.on { transform: translateY(-4px); border-color: rgba(11, 224, 179, .5); box-shadow: 0 16px 36px rgba(11, 224, 179, .18); }
.sat:hover .sat-ico, .sat.on .sat-ico { background: var(--teal); }
.sat:hover .sat-ico svg, .sat.on .sat-ico svg { stroke: var(--ink); }
.n3 { left: 1335px; top: 8px; transform: rotate(-12deg); font-size: 22px; line-height: 23px; }
.n3 svg { width: 90px; margin: 4px 0 0 60px; }

/* approach bar */
.approach { position: relative; display: flex; align-items: center; height: 176px; margin: 21px 48px 0 50px; padding: 0 20px 0 29px; background: #fff; border: 1px solid #e8ecef; border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 12px 32px rgba(15, 40, 60, .045); }
.ap-copy { width: 500px; flex: none; }
.ap-copy .eyebrow { font-size: 12px; letter-spacing: .24em; }
.ap-copy h3 { margin-top: 18px; font-family: "Manrope", sans-serif; font-size: 33px; line-height: 37px; font-weight: 800; letter-spacing: -.035em; white-space: nowrap; }
.ap-copy h3 span { color: var(--teal-text); }
.ap-list { list-style: none; display: flex; height: 118px; padding: 0 6px 0 26px; border-left: 1px solid #e0e5e9; border-right: 1px solid #e0e5e9; }
.ap-list li { display: flex; gap: 18px; width: 216px; padding-top: 6px; }
.ap-ico { display: grid; place-items: center; width: 56px; height: 56px; flex: none; border-radius: 12px; background: #e8faf4; }
.ap-ico svg { width: 26px; height: 26px; fill: none; stroke: var(--teal-text); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.ap-list li:first-child .ap-ico svg { fill: var(--teal-text); stroke: none; }
.ap-list b { display: block; font-size: 14.5px; line-height: 18px; font-weight: 600; }
.ap-list small { display: block; margin-top: 12px; font-size: 12px; line-height: 17px; color: var(--muted); }
.ap-tag { position: relative; margin-left: 30px; white-space: nowrap; padding-top: 22px; font-size: 11px; line-height: 17px; letter-spacing: .22em; text-transform: uppercase; color: #4f5a68; }
.ap-tag::before { content: ""; position: absolute; left: 0; top: 0; width: 26px; height: 1.5px; background: #9aa3ad; }

@media (max-width: 1199px) {
  .stage6 { width: auto; padding: 56px 20px 64px; zoom: 1 !important; }
  .stage6::before { left: 20px; right: 20px; }
  #field6, .waves, .n3 { display: none; }
  .why { height: auto; display: flex; flex-direction: column; gap: 28px; }
  .why-copy, .points { position: static; width: auto; }
  .why-copy h2 { font-size: clamp(30px, 8vw, 48px); line-height: 1.1; white-space: normal; }
  .points li + li { margin-top: 28px; }
  .pt-n { font-size: 44px; width: 52px; }
  .why-vis { position: relative; left: auto; top: auto; margin: 0 auto; }
  .approach { flex-direction: column; align-items: flex-start; height: auto; margin: 32px 0 0; padding: 26px; gap: 24px; }
  .ap-copy { width: auto; }
  .ap-copy h3 { font-size: 28px; line-height: 1.15; white-space: normal; }
  .ap-list { flex-direction: column; height: auto; gap: 20px; padding: 0; border: 0; }
  .ap-tag { margin-left: 0; white-space: normal; }
}

/* ============ BUILD WITH FIN LABS (closing CTA) ============ */
.stage7 { position: relative; width: 1536px; margin: 0 auto; padding: 0; }
.stage7::before { content: ""; position: absolute; left: 54px; right: 50px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #e6eaee 12%, #e6eaee 88%, transparent); }
#field7 { position: absolute; left: -120px; top: 0; width: 1776px; height: 100%; pointer-events: none; }
.cta7 { position: relative; height: 610px; overflow: hidden; }
/* full-bleed soft background behind the closing CTA (wider than the artboard) */
.stage7::after { content: ""; position: absolute; left: -1200px; right: -1200px; top: 0; height: 610px; z-index: -1; pointer-events: none; background: radial-gradient(900px 420px at 50% 100%, rgba(11, 224, 179, .12), rgba(11, 224, 179, 0)), linear-gradient(180deg, rgba(240, 252, 248, 0), rgba(240, 252, 248, .7)); }
#globe7 { position: absolute; left: 218px; top: 420px; width: 1100px; height: 330px; }
#fibers { position: absolute; left: 0; top: 28px; width: 1536px; height: 573px; pointer-events: none; }
.cta-copy { position: relative; padding-top: 48px; text-align: center; }
.cta-copy .eyebrow { font-size: 14px; letter-spacing: .38em; }
.cta-copy h2 { margin-top: 20px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 56px; line-height: 56px; letter-spacing: -.04em; }
.cta-copy h2 span { color: var(--teal-text); }
.cta-copy .lead2 { max-width: 560px; margin-top: 22px; line-height: 27px; }
.cta-copy .ctas { justify-content: center; margin-top: 30px; }
.cta-copy .btn-lg { height: 56px; padding: 0 40px; font-size: 17px; }
.cta-copy .btn-ghost { border-color: var(--ink); }
.cta-tags { list-style: none; display: flex; justify-content: center; margin-top: 30px; font-size: 12px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: #6b7684; }
.cta-tags li + li::before { content: "\00b7"; margin: 0 16px; }
.cta-core { position: absolute; left: 671px; top: 422px; width: 194px; height: 107px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; border-radius: 16px; box-shadow: 0 0 0 1px rgba(11, 224, 179, .2), 0 18px 44px rgba(11, 224, 179, .22); text-align: center; }
.cta-core img { width: 150px; margin: -10px 0 -4px; }
.cta-core p { font-size: 13px; line-height: 17px; }
.n4 { left: 60px; top: 78px; transform: rotate(-14deg); font-size: 22px; line-height: 23px; }
.n5 { left: 1360px; top: 72px; transform: rotate(-14deg); font-size: 22px; line-height: 23px; }
.n4 svg, .n5 svg { margin: 2px 0 0 60px; }

/* ============ FOOTER ============ */
.stage8 { position: relative; width: 1536px; height: 341px; margin: 0 auto; }
.stage8::before { content: ""; position: absolute; left: -2000px; right: -2000px; top: 0; height: 1px; background: #e6eaee; }
.ft-brand { position: absolute; left: 79px; top: 28px; width: 290px; }
.ft-logo { width: 205px; margin: 0 0 0 -30px; display: block; }
.ft-tag { margin-top: 8px; font-size: 17px; line-height: 22px; font-weight: 500; color: #3d4957; }
.ft-desc { margin-top: 14px; font-size: 14.5px; line-height: 18px; color: var(--muted); }
.ft-social { list-style: none; display: flex; gap: 20px; margin-top: 20px; }
.ft-social svg { display: block; width: 26px; height: 26px; fill: var(--ink); transition: fill .25s, transform .25s; }
.ft-social a:hover svg { fill: var(--teal-text); transform: translateY(-2px); }
.ft-cols { position: absolute; left: 406px; top: 55px; display: flex; }
.ft-cols > div { display: flex; flex-direction: column; }
.ft-cols > div:nth-child(1) { width: 197px; }
.ft-cols > div:nth-child(2) { width: 180px; }
.ft-cols > div:nth-child(3) { width: 201px; }
.ft-cols h4, .ft-news h4 { font-size: 15px; font-weight: 600; margin-bottom: 14px; }
.ft-cols a { font-size: 14px; line-height: 25.3px; color: var(--muted); transition: color .2s; }
.ft-cols a:hover { color: var(--teal-text); }
.ft-news { position: absolute; left: 1112px; top: 57px; width: 346px; padding-left: 50px; border-left: 1px solid #e0e5e9; }
.ft-news h4 { font-size: 17px; margin-bottom: 8px; }
.ft-news p { font-size: 13.5px; line-height: 18px; color: var(--muted); }
.ft-field { position: relative; display: flex; align-items: center; margin-top: 18px; }
.ft-field input { width: 100%; height: 46px; padding: 0 60px 0 20px; border: 1px solid #dfe4e8; border-radius: 23px; font: 14.5px "Inter", sans-serif; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.ft-field input:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(11, 224, 179, .15); }
.ft-field input[aria-invalid="true"] { border-color: #e5484d; box-shadow: 0 0 0 4px rgba(229, 72, 77, .12); }
.ft-field button { position: absolute; right: -2px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s; }
.ft-field button:hover { transform: scale(1.06); box-shadow: 0 8px 20px rgba(11, 224, 179, .4); }
.ft-field button svg { width: 20px; height: 20px; fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.ft-msg { display: block; min-height: 18px; margin-top: 8px; font-size: 12.5px; color: #10b98c; }
.ft-msg.err { color: #e5484d; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ft-bottom { position: absolute; left: 79px; right: 78px; top: 261px; display: flex; align-items: center; padding-top: 20px; border-top: 1px solid #e6eaee; font-size: 13.5px; color: var(--muted); }
.ft-bottom nav { display: flex; margin-left: auto; }
.ft-bottom nav a { font-size: 12.5px; color: var(--muted); transition: color .2s; }
.ft-bottom nav a:hover { color: var(--ink); }
.ft-bottom nav a + a::before { content: "|"; margin: 0 16px; color: #c9d1d9; }

@media (max-width: 1199px) {
  .stage7 { width: auto; zoom: 1 !important; }
  #field7, #fibers, .note.n4, .note.n5, #globe7 { display: none; }
  .cta7 { height: auto; padding: 56px 20px 40px; }
  .stage7::after { left: 0; right: 0; height: 100%; }
  .cta-copy { padding-top: 0; }
  .cta-copy h2 { font-size: clamp(32px, 9vw, 56px); line-height: 1.05; }
  .cta-copy .ctas { flex-wrap: wrap; }
  .cta-tags { flex-wrap: wrap; row-gap: 8px; letter-spacing: .2em; }
  .cta-core { position: relative; left: auto; top: auto; margin: 32px auto 0; }
  .stage8 { width: auto; height: auto; padding: 40px 20px 28px; zoom: 1 !important; display: flex; flex-direction: column; gap: 32px; }
  .ft-brand, .ft-cols, .ft-news, .ft-bottom { position: static; width: auto; }
  .ft-cols { flex-wrap: wrap; row-gap: 28px; }
  .ft-cols > div, .ft-cols > div:nth-child(n) { width: 50%; }
  .ft-news { padding: 0; border: 0; }
  .ft-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ft-bottom nav { margin-left: 0; }
}

/* section label sitting on the soft separator line at the top of each section */
.sec-tag { position: absolute; left: 50%; top: 0; z-index: 2; translate: -50% -50%; display: flex; align-items: center; gap: 14px; padding: 0 22px; background: #fff; font-size: 12.5px; font-weight: 500; letter-spacing: .32em; text-transform: uppercase; color: #4f5a68; white-space: nowrap; }
.sec-tag span { margin-right: -.32em; }  /* balance the trailing letter-spacing */
.sec-tag::before, .sec-tag::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 3px rgba(11, 224, 179, .15); }

/* live converter controls */
.field { transition: border-color .2s, box-shadow .2s; }
.field:focus-within { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(11, 224, 179, .12); }
.cflag { width: 26px; height: 26px; flex: none; border-radius: 50%; margin-right: 10px; }
.field input { margin-left: auto; width: 150px; min-width: 0; border: 0; outline: none; background: none; text-align: right; font: 500 16px "Inter", sans-serif; color: var(--ink); font-variant-numeric: tabular-nums; }
.field strong { font-variant-numeric: tabular-nums; transition: opacity .2s; }
.field strong.loading, #accTotal.loading { opacity: .35; }
.swap-btn { display: grid; place-items: center; width: 30px; height: 30px; margin-right: -4px; border-radius: 8px; transition: background .2s, transform .35s cubic-bezier(.2, .8, .2, 1); }
.swap-btn:hover { background: #eefcf7; }
.swap-btn.flipped, .cycle.flipped { transform: rotate(180deg); }
.cycle { cursor: pointer; transition: transform .35s cubic-bezier(.2, .8, .2, 1), border-color .2s; }
.cycle:hover { border-color: var(--teal); }
.rate .neg { color: #e5484d; }
.rate .flat { color: var(--muted); }

/* currency picker: trigger buttons + one shared popover (appended to <body>, so it is not zoomed) */
.cur-btn { display: inline-flex; align-items: center; cursor: pointer; transition: background .2s; }
.field .cur-btn { gap: 2px; height: 32px; margin-left: -6px; padding: 0 8px 0 6px; border-radius: 7px; font: 600 15.5px "Inter", sans-serif; color: var(--ink); }
.field .cur-btn .chev { margin-left: 8px; }
.cur-btn:hover, .cur-btn[aria-expanded="true"] { background: #f1f4f6; }
.select.cur-btn { font: 500 14.5px "Inter", sans-serif; color: var(--ink); }
.select.cur-btn:hover, .select.cur-btn[aria-expanded="true"] { background: #e9edf1; }

.cur-pop { position: fixed; z-index: 60; width: 356px; background: #fff; border-radius: 14px; box-shadow: 0 28px 70px rgba(10, 27, 45, .2), 0 0 0 1px #e6eaee; overflow: hidden; font-family: "Inter", sans-serif; color: var(--ink); opacity: 0; transform: translateY(-6px) scale(.98); transform-origin: top left; pointer-events: none; transition: opacity .18s, transform .24s cubic-bezier(.2, .8, .2, 1); }
.cur-pop.up { transform-origin: bottom left; transform: translateY(6px) scale(.98); }
.cur-pop.open { opacity: 1; transform: none; pointer-events: auto; }
.cp-search { display: flex; align-items: center; gap: 10px; height: 50px; padding: 0 16px; border-bottom: 1px solid #edf0f3; }
.cp-search svg { width: 17px; height: 17px; flex: none; fill: none; stroke: #8a939e; stroke-width: 2; stroke-linecap: round; }
.cp-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: none; font: 14px "Inter", sans-serif; color: var(--ink); }
.cp-search input::placeholder { color: #9aa3ad; }
.cp-search kbd { flex: none; }
.cp-head { display: grid; grid-template-columns: 1fr auto; padding: 9px 20px 8px; background: #fafbfc; border-bottom: 1px solid #edf0f3; font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #8a939e; }
.cp-list { list-style: none; max-height: 312px; overflow-y: auto; padding: 6px; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #d5dbe0 transparent; }
.cp-list li { display: grid; grid-template-columns: 24px 42px 1fr auto 16px; align-items: center; column-gap: 10px; height: 44px; padding: 0 10px; border-radius: 9px; cursor: pointer; font-size: 13.5px; transition: background .12s; }
.cp-list li img { width: 24px; height: 24px; border-radius: 50%; }
.cp-list li b { font-weight: 600; }
.cp-list li .cp-name { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cp-list li .cp-r { font: 500 12px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #3d4957; font-variant-numeric: tabular-nums; }
.cp-list li .cp-r:empty::before { content: ""; display: block; width: 46px; height: 8px; border-radius: 4px; background: linear-gradient(90deg, #eef1f4, #f7f9fa, #eef1f4); }
.cp-list li svg { width: 15px; height: 15px; fill: none; stroke: var(--teal-text); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; opacity: 0; }
.cp-list li.active { background: #f3f5f7; }
.cp-list li[aria-selected="true"] { background: #effcf8; }
.cp-list li[aria-selected="true"] b { color: #0b9e78; }
.cp-list li[aria-selected="true"] svg { opacity: 1; }
.cp-list .cp-group { display: block; height: auto; padding: 10px 10px 4px; border-radius: 0; font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #9aa3ad; cursor: default; }
.cp-list .cp-empty { display: block; height: auto; padding: 26px 16px; text-align: center; font-size: 13.5px; color: var(--muted); }

/* anchor targets land below the fixed navbar when scrolled without JS */
#stage2, #stage3, #stage4, #stage5, #stage6, #stage7, #stage8, #stage9, #stage10 { scroll-margin-top: 80px; }

/* search result landing: a brief green ring around the element you jumped to */
.flash-target { animation: flash-ring 1.9s cubic-bezier(.2, .8, .2, 1); }
@keyframes flash-ring { 0% { box-shadow: 0 0 0 0 rgba(11, 224, 179, .55); } 35% { box-shadow: 0 0 0 8px rgba(11, 224, 179, .25); } 100% { box-shadow: 0 0 0 16px rgba(11, 224, 179, 0); } }

/* ============ CROSS-BORDER PAYOUTS ============ */
.stage9 { position: relative; width: 1536px; height: 1050px; margin: 0 auto; }
.stage9::before { content: ""; position: absolute; left: 54px; right: 50px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #e6eaee 12%, #e6eaee 88%, transparent); }
#field9 { position: absolute; left: -120px; top: 0; width: 1776px; height: 100%; pointer-events: none; }
.pp-copy { position: absolute; left: 83px; top: 108px; width: 470px; }
.pp-copy h2 { margin-top: 18px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 50px; line-height: 48px; letter-spacing: -.035em; }
.pp-copy h2 span { color: var(--teal-text); }
.pp-copy .lead3 { max-width: 440px; margin-top: 20px; line-height: 25px; }
.pp-copy .emb-feats { margin-top: 20px; }
.pp-copy .emb-feats li + li { margin-top: 18px; }
.pp-copy .e-ico { width: 62px; height: 62px; }
.pp-copy .emb-feats h3 { margin-top: 6px; }
.pp-copy .emb-feats p { max-width: 350px; margin-top: 3px; line-height: 21px; }
.pp-btn { margin-top: 24px; height: 54px; padding: 0 40px; font-size: 16.5px; }
.pp-btn .arr { width: 18px; height: 18px; }

.pp-vis { position: absolute; inset: 0; pointer-events: none; }
.pp-vis > * { pointer-events: auto; }
#ppMap { position: absolute; left: 505px; top: 125px; width: 960px; height: 600px; pointer-events: none; }
.pp-routes { position: absolute; left: 0; top: 0; width: 1536px; height: 1024px; overflow: visible; pointer-events: none; }
.pp-routes path { fill: none; stroke: var(--teal); stroke-width: 1.5; opacity: .85; }
.pp-routes .end { fill: var(--teal); stroke: #fff; stroke-width: 2.5; }
.pp-routes .pp-hub { fill: #fff; stroke: var(--teal); stroke-width: 2.5; }

.gp { position: absolute; left: 860px; top: 290px; width: 238px; height: auto; padding-bottom: 18px; display: flex; flex-direction: column; align-items: center; padding-top: 18px; background: #fff; border-radius: 14px; box-shadow: 0 0 0 1px rgba(11, 224, 179, .18), 0 24px 60px rgba(11, 224, 179, .18), 0 6px 18px rgba(15, 40, 60, .06); text-align: center; }
.gp > img { width: 150px; height: auto; margin: -4px 0 4px; }
.gp > b { font-size: 16px; font-weight: 600; }
.gp > small { margin-top: 14px; font-size: 11.5px; color: var(--muted); }
.gp > strong { margin-top: 4px; font-size: 27px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.gp-stats { display: flex; gap: 8px; margin-top: 14px; }
.gp-stats span { display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; column-gap: 8px; align-items: center; width: 96px; height: 48px; padding: 0 10px; border-radius: 8px; background: #f3f8f6; text-align: left; }
.gp-stats svg { grid-row: 1 / 3; width: 22px; height: 22px; fill: none; stroke: var(--teal-text); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.gp-stats b { font-size: 13px; font-weight: 700; }
.gp-stats small { font-size: 9.5px; color: var(--muted); }
.gp-btn { margin-top: 14px; width: 202px; height: 38px; border-radius: 6px; font-size: 13.5px; }
.gp-btn .arr { width: 15px; height: 15px; }

.po { position: absolute; display: flex; align-items: flex-start; gap: 18px; min-width: 186px; padding: 12px 18px 12px 12px; background: #fff; border-radius: 12px; box-shadow: 0 14px 34px rgba(15, 40, 60, .09), 0 0 0 1px #eef1f4; animation: po-float 6s ease-in-out infinite; will-change: transform; }
.po:nth-of-type(2) { animation-delay: -1s; }
.po:nth-of-type(3) { animation-delay: -2s; }
.po:nth-of-type(4) { animation-delay: -3s; }
.po:nth-of-type(5) { animation-delay: -4s; }
.po:nth-of-type(6) { animation-delay: -5s; }
@keyframes po-float { 50% { transform: translateY(-5px); } }
.po img { width: 36px; height: 36px; flex: none; margin-top: 6px; border-radius: 50%; }
.po small { display: block; font-size: 10.5px; font-weight: 500; }
.po b { display: block; margin-top: 4px; font-size: 13.5px; font-weight: 700; white-space: nowrap; }
.po span { display: block; margin-top: 2px; font-size: 11px; color: var(--muted); }
.po em { display: flex; align-items: center; gap: 6px; margin-top: 9px; font-style: normal; font-size: 11.5px; font-weight: 500; color: #079c7d; }
.po em svg { width: 13px; height: 13px; padding: 2px; border-radius: 50%; background: var(--teal); fill: none; stroke: #fff; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }

.pn1 { left: 1362px; top: 118px; transform: rotate(-12deg); font-size: 23px; line-height: 25px; }
.pn2 { left: 597px; top: 720px; transform: rotate(-14deg); font-size: 21px; line-height: 23px; }
.pn2 svg { width: 90px; height: 40px; margin: -24px 0 0 64px; }
.pp-tag { position: absolute; left: 1343px; top: 712px; font-size: 13px; line-height: 20px; letter-spacing: .32em; text-transform: uppercase; color: #4f5a68; }

.pp-bar { position: absolute; left: 50px; top: 830px; width: 1438px; height: 181px; display: flex; align-items: center; padding: 0 28px 0 33px; background: #fff; border: 1px solid #e8ecef; border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 12px 32px rgba(15, 40, 60, .045); }
.pb-copy { width: 318px; flex: none; }
.pb-copy h2 { font-family: "Manrope", sans-serif; font-size: 23px; line-height: 27px; font-weight: 800; letter-spacing: -.02em; }
.pb-copy h2 span { color: var(--teal-text); }
.pb-copy p { margin-top: 16px; font-size: 13px; line-height: 18px; color: var(--muted); }
.pb-flow { list-style: none; display: flex; gap: 62px; margin-left: 20px; }
.pb-flow li { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.pb-flow li + li::before { content: ""; position: absolute; left: -58px; top: 30px; width: 44px; border-top: 1.5px dashed var(--teal); }
.pb-flow li + li::after { content: ""; position: absolute; left: -20px; top: 25px; border: 5.5px solid transparent; border-left: 7px solid var(--teal); }
.pb-box { display: grid; place-items: center; width: 128px; height: 62px; background: #fff; border-radius: 10px; box-shadow: 0 8px 22px rgba(15, 40, 60, .06), 0 0 0 1px #eef1f4; }
.pb-box.wide { width: 152px; }
.pb-box svg { width: 34px; height: 34px; fill: none; stroke: var(--teal-text); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.pb-box img { width: 115px; height: auto; }
.pb-flow b { margin-top: 16px; font-size: 14px; font-weight: 600; }
.pb-flow small { margin-top: 6px; font-size: 12.5px; color: var(--muted); }
.pb-flow small.dark { margin-top: 16px; font-size: 13px; color: var(--ink); }
.pb-uses { margin-left: auto; padding-left: 30px; border-left: 1px solid #e0e5e9; }
.pb-uses h3 { font-size: 16.5px; font-weight: 600; }
.pb-uses ul { list-style: none; display: flex; gap: 15px; margin-top: 8px; }
.pb-uses li { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 141px; height: 98px; border-radius: 10px; box-shadow: 0 0 0 1px #e8ecef; text-align: center; transition: box-shadow .3s, transform .3s cubic-bezier(.2, .8, .2, 1); }
.pb-uses li:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(11, 224, 179, .5), 0 12px 26px rgba(11, 224, 179, .14); }
.pb-uses svg { width: 26px; height: 26px; fill: none; stroke: var(--teal-text); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pb-uses b { margin-top: 6px; font-size: 13px; font-weight: 600; }
.pb-uses small { margin-top: 4px; padding: 0 6px; font-size: 11px; line-height: 14px; color: var(--muted); }

.pkt.pp-pkt { width: 8px; height: 8px; left: -4px; top: -4px; }
.pkt.pkt-s { width: 5px; height: 5px; left: -2.5px; top: -2.5px; }

@media (max-width: 1199px) {
  .stage9 { width: auto; height: auto; padding: 56px 20px 64px; zoom: 1 !important; }
  .stage9::before { left: 20px; right: 20px; }
  .pp-copy, .pp-vis, .pp-bar, .pp-tag { position: static; width: auto; height: auto; }
  .pp-copy { margin-top: 0; }
  .pp-copy h2 { font-size: clamp(34px, 9vw, 50px); line-height: 1.05; }
  .pp-copy h2 br { display: none; }
  .pp-copy h2 span { display: block; }
  #ppMap, .pp-routes, .note.pn1, .note.pn2, .pp-tag { display: none; }
  .pp-vis { display: flex; flex-direction: column; gap: 12px; margin-top: 36px; }
  .gp, .po { position: static; width: auto; animation: none; }
  .gp { height: auto; padding: 18px 16px; }
  .pp-bar { flex-direction: column; align-items: flex-start; gap: 24px; margin-top: 32px; padding: 24px; }
  .pb-copy { width: auto; }
  .pb-flow { flex-wrap: wrap; gap: 40px; margin: 0; }
  .pb-uses { margin: 0; padding: 0; border: 0; }
  .pb-uses ul { flex-wrap: wrap; }
}

/* PAYMENTS (05) */
.stage10 { position: relative; width: 1536px; height: 1030px; margin: 0 auto; }
.stage10::before { content: ""; position: absolute; left: 54px; right: 50px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, #e6eaee 12%, #e6eaee 88%, transparent); }
#field10 { position: absolute; left: -120px; top: 0; width: 1776px; height: 100%; pointer-events: none; }

.pay-vis { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(260px 260px at 90px 330px, rgba(11, 224, 179, .07), transparent 70%), radial-gradient(300px 260px at 760px 250px, rgba(11, 224, 179, .08), transparent 70%), radial-gradient(260px 200px at 640px 600px, rgba(11, 224, 179, .07), transparent 70%); }
.pay-vis > * { pointer-events: auto; }
.pay-arc { position: absolute; left: 0; top: 0; width: 1536px; height: 1020px; overflow: visible; pointer-events: none; }
.pay-arc path { fill: none; stroke: #9eeed9; stroke-width: 1.4; stroke-dasharray: 4 5; animation: dash-flow 1.6s linear infinite; }
@keyframes dash-flow { to { stroke-dashoffset: -18; } }
.pn-node { position: absolute; display: grid; place-items: center; width: 63px; height: 63px; background: #fff; border-radius: 12px; box-shadow: 0 10px 26px rgba(15, 40, 60, .07), 0 0 0 1px #eef1f4; }
.pn-node svg { width: 30px; height: 30px; fill: none; stroke: var(--teal-text); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.pd, .pr { position: absolute; background: #fff; border-radius: 14px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 18px 44px rgba(15, 40, 60, .07), 0 0 0 1px #edf0f3; }
.pd-head { display: flex; align-items: center; justify-content: space-between; }
.pd-head b { font-size: 16.5px; font-weight: 600; letter-spacing: -.01em; }
.pill { display: inline-flex; align-items: center; gap: 7px; height: 26px; padding: 0 10px; border-radius: 6px; background: #f4f6f8; font-size: 12px; color: #4f5a68; }
.pill .chev { width: 5px; height: 5px; margin-top: -3px; border: solid currentColor; border-width: 0 1.3px 1.3px 0; transform: rotate(45deg); }

.pd { left: 63px; top: 200px; width: 457px; height: 421px; padding: 20px 26px 0; }
.pd > strong { display: block; margin-top: 16px; font-size: 32px; font-weight: 700; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
.pd > small { display: block; margin-top: 4px; font-size: 12px; color: var(--muted); }
.pd-stats { list-style: none; display: flex; gap: 21px; margin-top: 18px; }
.pd-stats li { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; width: 122px; height: 58px; padding: 0 12px; border-radius: 8px; }
.pd-stats i { grid-row: 1 / 3; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; }
.pd-stats i svg { width: 14px; height: 14px; fill: none; stroke: #fff; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.pd-stats b { align-self: end; font-size: 16px; font-weight: 700; color: var(--ink); }
.pd-stats small { align-self: start; font-size: 12px; font-weight: 400; color: #4f5a68; }
.pd-stats .s-ok { background: #eefaf5; } .pd-stats .s-ok i { background: #13c79a; }
.pd-stats .s-wait { background: #eff4fb; } .pd-stats .s-wait i { background: #8fb2ec; }
.pd-stats .s-wait i svg { stroke-width: 2; }
.pd-stats .s-bad { background: #fdf0f0; } .pd-stats .s-bad i { background: #f0474d; }
.pd-sub { margin-top: 24px; }
.pd-sub b { font-size: 14px; }
.pd-chart { position: relative; height: 158px; margin-top: 6px; }
.pd-chart .y { position: absolute; left: 0; font-size: 10.5px; color: #8a939e; }
.pd-chart .y:nth-child(1) { top: 16px; } .pd-chart .y:nth-child(2) { top: 52px; } .pd-chart .y:nth-child(3) { top: 89px; } .pd-chart .y:nth-child(4) { top: 125px; left: 6px; }
.pd-chart .y::after { content: ""; position: absolute; left: 30px; top: 7px; width: 370px; border-top: 1px solid #f0f2f4; }
.pd-chart ol { position: absolute; left: 32px; right: 0; top: 0; bottom: 0; list-style: none; display: flex; justify-content: space-between; padding: 0 12px 0 16px; }
.pd-chart li { position: relative; width: 30px; padding-top: 138px; text-align: center; font-size: 11px; color: #4f5a68; }
.pd-chart li::before { content: ""; position: absolute; left: 4px; bottom: 26px; width: 22px; height: var(--h); border-radius: 11px 11px 3px 3px; background: linear-gradient(#a5f1df, #e3faf4); transform-origin: bottom; animation: bar-grow 1s cubic-bezier(.2, .8, .2, 1) backwards; }
.pd-chart li:nth-child(2)::before { animation-delay: .08s; } .pd-chart li:nth-child(3)::before { animation-delay: .16s; } .pd-chart li:nth-child(4)::before { animation-delay: .24s; }
.pd-chart li:nth-child(5)::before { animation-delay: .32s; } .pd-chart li:nth-child(6)::before { animation-delay: .4s; } .pd-chart li:nth-child(7)::before { animation-delay: .48s; }
.pd-chart li.on::before { background: linear-gradient(var(--teal), #6fe9cd); box-shadow: 0 6px 16px rgba(11, 224, 179, .3); }
@keyframes bar-grow { from { transform: scaleY(0); } }
.pd-chart em { position: absolute; left: 50%; bottom: calc(var(--h) + 36px); translate: -50% 0; padding: 5px 9px; border-radius: 6px; background: #13364a; font-style: normal; font-size: 11.5px; font-weight: 500; color: #fff; white-space: nowrap; animation: tip-in .5s .8s cubic-bezier(.2, .8, .2, 1) backwards; }
.pd-chart em::after { content: ""; position: absolute; left: 50%; top: 100%; margin-left: -5px; border: 5px solid transparent; border-top-color: #13364a; }
@keyframes tip-in { from { opacity: 0; transform: translateY(6px); } }

.pt { position: absolute; left: 378px; top: 183px; z-index: 2; display: flex; align-items: flex-start; gap: 13px; width: 263px; height: 90px; padding: 16px 16px 0 17px; background: #fff; border-radius: 12px; box-shadow: 0 18px 44px rgba(15, 40, 60, .1), 0 0 0 1px #eef1f4; animation: po-float 6s ease-in-out infinite; }
.pt-ok { display: grid; place-items: center; width: 36px; height: 36px; flex: none; margin-top: 2px; border-radius: 50%; background: var(--teal); --ring: 1.56; isolation: isolate; }
.pt-ok::after { z-index: -1; animation-duration: 2.6s; }
.pt-ok svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.pt small { display: block; font-size: 11.5px; }
.pt b { display: block; margin-top: 4px; font-size: 17px; font-weight: 700; color: #079c7d; letter-spacing: -.01em; }
.pt em { display: flex; align-items: center; gap: 4px; margin-top: 5px; font-style: normal; font-size: 11.5px; color: #079c7d; }
.pt em svg, .pt-x { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.pt-x { margin-left: auto; margin-top: 6px; width: 14px; height: 14px; stroke: #9aa3ad; stroke-width: 1.8; }

.pr { left: 531px; top: 267px; width: 320px; height: 339px; padding: 26px 22px 0 23px; }
.pr-all { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; color: #079c7d; }
.pr-all .arr { width: 14px; height: 14px; }
.pr table { width: 100%; margin-top: 22px; border-collapse: separate; border-spacing: 0 10px; font-size: 12px; }
.pr th { padding: 0 0 2px; text-align: left; font-weight: 400; font-size: 11.5px; color: #4f5a68; }
.pr th:first-child { padding-left: 6px; }
.pr td { height: 36px; padding: 0; background: #fafbfc; white-space: nowrap; font-variant-numeric: tabular-nums; }
.pr td:first-child { padding-left: 6px; border-radius: 6px 0 0 6px; color: #4f5a68; }
.pr td:last-child { border-radius: 0 6px 6px 0; }
.pr td:nth-child(2) { font-weight: 500; }
.pr td svg { width: 16px; height: 16px; margin-right: 12px; vertical-align: -4px; fill: none; stroke: #13364a; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.pr .p-done { color: #079c7d; }
.pr .fail td { background: #fdf3f3; }
.pr .fail td:last-child { color: #e5363d; }
.pr .flip td:first-child svg { stroke: #4a7fe0; }
.p-st { display: inline-grid; color: #3f78e0; }
.p-st i { grid-area: 1 / 1; font-style: normal; transition: opacity .4s, transform .4s cubic-bezier(.2, .8, .2, 1); }
.p-st i + i { opacity: 0; transform: translateY(6px); color: #079c7d; }
.flip.paid .p-st i:first-child { opacity: 0; transform: translateY(-6px); }
.flip.paid .p-st i + i { opacity: 1; transform: none; }
.flip.paid td svg { stroke: #13364a; }

.pay-strip { position: absolute; left: 75px; top: 650px; display: flex; align-items: center; width: 763px; height: 94px; padding: 0 26px; background: #fff; border-radius: 14px; box-shadow: 0 10px 30px rgba(15, 40, 60, .05), 0 0 0 1px #edf0f3; }
.pay-strip p { width: 270px; flex: none; padding-right: 16px; font-size: 15px; line-height: 22px; }
.pay-strip span { display: grid; grid-template-columns: auto auto; column-gap: 13px; align-items: center; padding: 0 20px; border-left: 1px solid #e8ecef; white-space: nowrap; }
.pay-strip span:last-child { padding-right: 0; }
.pay-strip svg { grid-row: 1 / 3; width: 28px; height: 28px; fill: none; stroke: var(--teal-text); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pay-strip b { font-size: 12.5px; font-weight: 500; color: var(--ink); }
.pay-strip small { font-size: 12px; color: var(--muted); }

.pay-copy { position: absolute; left: 899px; top: 170px; width: 590px; }
.pay-copy h2 { font-family: "Manrope", sans-serif; font-weight: 800; font-size: 52px; line-height: 54px; letter-spacing: -.035em; }
.pay-copy h2 span { color: var(--teal-text); }
.pay-copy .lead3 { max-width: 500px; margin-top: 18px; font-size: 19px; line-height: 27px; }
.pay-copy .emb-feats { margin-top: 26px; }
.pay-copy .emb-feats li { gap: 34px; }
.pay-copy .emb-feats li + li { margin-top: 28px; }
.pay-copy .e-ico { width: 70px; height: 70px; }
.pay-copy .emb-feats h3 { margin-top: 6px; font-size: 18px; }
.pay-copy .emb-feats p { max-width: 380px; margin-top: 3px; font-size: 16px; line-height: 22px; }
.pay-copy .pp-btn { margin-top: 32px; height: 56px; padding: 0 44px; }

.pj { position: absolute; left: 52px; top: 803px; display: flex; align-items: center; width: 1437px; height: 178px; padding: 0 30px 0 31px; background: #fff; border: 1px solid #e8ecef; border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 40, 60, .03), 0 12px 32px rgba(15, 40, 60, .045); }
.pj-copy { width: 320px; flex: none; }
.pj-copy p { font-size: 11.5px; line-height: 18px; letter-spacing: .28em; text-transform: uppercase; color: #4f5a68; }
.pj-copy h2 { margin-top: 12px; font-family: "Manrope", sans-serif; font-size: 27px; line-height: 31px; font-weight: 800; letter-spacing: -.02em; }
.pj-copy h2 span { color: var(--teal-text); }
.pj-flow { list-style: none; display: flex; gap: 70px; margin-left: 4px; }
.pj-flow li { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.pj-flow li + li::before { content: ""; position: absolute; left: -64px; top: 36px; width: 46px; border-top: 1.5px dashed var(--teal); }
.pj-flow li + li::after { content: ""; position: absolute; left: -22px; top: 31px; border: 5.5px solid transparent; border-left: 7px solid var(--teal); animation: arr-nudge 1.8s ease-in-out infinite; }
@keyframes arr-nudge { 50% { transform: translateX(4px); } }
.pj-box { display: grid; place-items: center; width: 112px; height: 70px; background: #fff; border-radius: 10px; box-shadow: 0 8px 22px rgba(15, 40, 60, .05), 0 0 0 1px #eef1f4; }
.pj-flow li:nth-child(2) .pj-box { width: 146px; }
.pj-flow li:nth-child(3) .pj-box, .pj-flow li:nth-child(4) .pj-box { width: 156px; }
.pj-box i { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 10px; background: #e8faf4; }
.pj-box svg { width: 34px; height: 34px; fill: none; stroke: var(--teal-text); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.pj-box img { width: 90px; height: auto; }
.pj-box .pj-ok { width: 32px; height: 32px; border-radius: 50%; background: var(--teal); }
.pj-box .pj-ok svg { width: 18px; height: 18px; stroke: #fff; stroke-width: 2.8; }
.pj-flow b { margin-top: 12px; font-size: 14.5px; font-weight: 600; }
.pj-flow small { margin-top: 4px; font-size: 14px; color: var(--muted); }
.pj-uses { list-style: none; margin-left: auto; padding: 0 20px 0 62px; border-left: 1px solid #e0e5e9; font-size: 14px; line-height: 22px; color: var(--muted); }
.pj-uses::before { content: ""; display: block; width: 32px; margin-bottom: 14px; border-top: 1.5px solid #c9d0d6; }

@media (max-width: 1199px) {
  .stage10 { width: auto; height: auto; padding: 56px 20px 64px; zoom: 1 !important; display: flex; flex-direction: column; }
  .stage10::before { left: 20px; right: 20px; }
  .pay-copy { order: -1; }
  .pay-vis, .pay-copy, .pd, .pr, .pay-strip, .pj, .pt { position: static; width: auto; height: auto; }
  .pay-copy h2 { font-size: clamp(34px, 9vw, 52px); line-height: 1.05; }
  .pay-copy h2 br { display: none; }
  .pay-copy h2 span { display: block; }
  .pay-arc, .pn-node, .pt { display: none; }
  .pay-vis { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; background: none; }
  .pd, .pr { padding-bottom: 16px; }
  .pd-stats { gap: 8px; }
  .pd-stats li { flex: 1; width: auto; }
  .pay-strip, .pj { flex-direction: column; align-items: flex-start; gap: 20px; padding: 24px; }
  .pay-strip span { border: 0; padding: 0; }
  .pj { margin-top: 32px; }
  .pj-copy { width: auto; }
  .pj-flow { flex-wrap: wrap; gap: 40px; margin: 0; }
  .pj-uses { margin: 0; padding: 0; border: 0; }
}

/* SEARCH PANEL (slides in from the right) */
#search { position: fixed; inset: 0 0 0 auto; margin: 0; width: min(500px, 100vw); height: 100dvh; max-width: none; max-height: none; border: 0; padding: 0; background: #fff; color: var(--ink); font-family: "Inter", system-ui, sans-serif; box-shadow: -30px 0 80px rgba(10, 27, 45, .18); display: none; flex-direction: column; overflow: hidden; }
#search[open] { display: flex; animation: s-in .55s cubic-bezier(.2, .8, .2, 1); }
#search.closing { animation: s-out .35s cubic-bezier(.4, 0, 1, 1) forwards; }
#search::backdrop { background: rgba(10, 27, 45, .32); backdrop-filter: blur(6px); animation: s-fade .45s ease; }
#search.closing::backdrop { animation: s-fade .35s ease reverse forwards; }
@keyframes s-in { from { transform: translateX(100%); } }
@keyframes s-out { to { transform: translateX(100%); } }
@keyframes s-fade { from { opacity: 0; } }
@keyframes s-rise { from { opacity: 0; transform: translateY(12px); } }

.s-head { position: relative; display: flex; align-items: center; gap: 14px; padding: 26px 24px 22px 28px; border-bottom: 1px solid var(--line); }
.s-icon { width: 22px; height: 22px; flex: none; fill: none; stroke: var(--teal-text); stroke-width: 2.2; stroke-linecap: round; }
#searchInput { flex: 1; min-width: 0; border: 0; outline: 0; font: 500 18px/1.3 "Inter", sans-serif; color: var(--ink); background: none; }
#searchInput::placeholder { color: #9aa3ad; }
#searchInput::-webkit-search-cancel-button { display: none; }
kbd { display: inline-grid; place-items: center; min-width: 24px; height: 22px; padding: 0 6px; border: 1px solid var(--line); border-bottom-width: 2px; border-radius: 5px; background: #f7f9fa; font: 500 11px "Inter", sans-serif; color: var(--muted); }
.s-close { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; color: var(--muted); transition: background .2s, color .2s, transform .3s; }
.s-close:hover { background: #f1f4f6; color: var(--ink); transform: rotate(90deg); }
.s-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.s-line { position: absolute; left: 0; bottom: -1px; height: 2px; width: 100%; background: linear-gradient(90deg, var(--teal), #7ff0d4); transform: scaleX(0); transform-origin: left; transition: transform .6s cubic-bezier(.2, .8, .2, 1); }
.s-head:focus-within .s-line { transform: scaleX(1); }

.s-body { flex: 1; overflow-y: auto; padding: 22px 16px 16px; }
.s-body h4 { margin: 0 12px 10px; font: 600 12px "Inter", sans-serif; color: var(--muted); }
.s-popular { margin-bottom: 26px; }
.s-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 12px; }
.s-chips button { height: 34px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; font-size: 13.5px; font-weight: 500; color: #3d4957; transition: border-color .2s, color .2s, background .2s, transform .2s; }
.s-chips button:hover { border-color: var(--teal); color: var(--ink); background: #effcf8; transform: translateY(-1px); }

.s-results { list-style: none; }
.s-group { margin: 14px 12px 6px; font-size: 12px; font-weight: 500; color: #8a939e; }
.s-group:first-child { margin-top: 0; }
.s-results a { position: relative; display: flex; align-items: center; gap: 12px; height: 42px; padding: 0 12px; border-radius: 8px; color: #3d4957; transition: background .15s, color .15s; }
.s-results a[aria-selected="true"] { background: #f3f5f7; color: var(--ink); }
.s-results a[aria-selected="true"]::before { content: ""; position: absolute; left: 0; top: 11px; bottom: 11px; width: 2px; border-radius: 2px; background: var(--teal); }
.s-ico { width: 18px; height: 18px; flex: none; fill: none; stroke: #8a939e; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: stroke .15s; }
.s-results a[aria-selected="true"] .s-ico { stroke: var(--ink); }
.s-t { flex: none; font-size: 14.5px; font-weight: 500; }
.s-d { flex: 1; min-width: 0; font-size: 13.5px; color: #8a939e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.s-results mark { background: none; color: var(--ink); font-weight: 600; box-shadow: inset 0 -2px 0 rgba(11, 224, 179, .55); }
.s-enter { opacity: 0; transition: opacity .15s; }
.s-results a[aria-selected="true"] .s-enter { opacity: 1; }
.s-empty { padding: 28px 12px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.s-empty b { color: var(--ink); }
.s-empty a { color: var(--teal-text); font-weight: 600; }

.s-foot { display: flex; gap: 20px; padding: 14px 28px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); }
.s-foot span { display: inline-flex; align-items: center; gap: 4px; }
.s-foot kbd { margin-right: 2px; }

/* staggered entrance for the panel contents */
#search[open] .s-head, #search[open] .s-popular, #search[open] .s-results li, #search[open] .s-foot { animation: s-rise .5s cubic-bezier(.2, .8, .2, 1) both; }
#search[open] .s-head { animation-delay: .12s; }
#search[open] .s-popular { animation-delay: .18s; }
#search[open] .s-results li { animation-delay: calc(.22s + var(--i, 0) * 40ms); }
#search[open] .s-foot { animation-delay: .3s; }
#search[open].typing .s-results li { animation-duration: .3s; animation-delay: calc(var(--i, 0) * 25ms); }
@media (max-width: 1199px) { .s-foot span:last-child { display: none; } }

/* data packets: plain dots moved by transform animations (run on the compositor, not the main thread) */
.pkt { position: absolute; left: -3.5px; top: -3.5px; width: 7px; height: 7px; border-radius: 50%; background: var(--teal-text); box-shadow: 0 0 8px 1px rgba(11, 224, 179, .75); pointer-events: none; will-change: transform, opacity; }

/* SCROLL MOTION: reveal-on-scroll (.rv, added by script.js) and parallax (the CSS translate property, so it composes with transforms) */
.rv { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2, .8, .2, 1), transform 1s cubic-bezier(.2, .8, .2, 1); transition-delay: var(--rv-d, 0s); }
.rv.shown { opacity: 1; transform: none; }
/* Parallax runs on the compositor: each section is a view timeline and its .px layers drift with it (--px = speed, set in script.js). */
@supports (animation-timeline: view()) {
  @media (min-width: 1200px) and (prefers-reduced-motion: no-preference) {
    body > .stage, body > section, body > footer { view-timeline: --sec block; }
    .px { animation: px-drift linear both; animation-timeline: --sec; will-change: translate; }
  }
}
@keyframes px-drift { from { translate: 0 calc(var(--px) * 1000px); } to { translate: 0 calc(var(--px) * -1000px); } }
/* Desktop: routes are static dashes with packets travelling along them (script.js). Animating stroke-dashoffset repaints on the main thread every frame. */
@media (min-width: 1200px) { .p-routes path, .mkt-flow path, .pay-arc path { animation: none; } }

@media (max-width: 1199px) { canvas.rain { display: none; } }

@media (prefers-reduced-motion: reduce) { *, *::after { transition: none !important; animation: none !important; } .rv { opacity: 1; transform: none; } .px { translate: none !important; } }
/* Responsive layouts: keep interactive widgets at readable, usable sizes. */
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 100px; }
.menu-toggle { display: none; }
.cur-pop { max-width: calc(100vw - 16px); }
@media (max-width: 1199px) {
  .topbar, .topbar.scrolled { height: 76px; background: rgba(255,255,255,.97); }
  .topbar-in { width: 100%; height: 76px; padding: 0 24px; }
  .topbar .nav { position: relative; height: 76px; display: flex; align-items: center; justify-content: space-between; }
  .topbar.scrolled .topbar-in { transform: none; }
  .logo { position: static; margin-left: -18px; flex-shrink: 0; }
  .logo img { width: 164px; }
  .actions { position: static; gap: 8px; height: auto; }
  .search, .menu-toggle { display: grid; place-content: center; width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; }
  .menu-toggle { order: 3; gap: 5px; background: #f0faf6; }
  .menu-toggle span { width: 19px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu { display: none; position: absolute; top: 76px; left: -24px; right: -24px; padding: 16px 24px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px #0a1b2d12; max-height: calc(100dvh - 76px); overflow-y: auto; }
  .menu.is-open { display: grid; }
  .menu a:nth-child(n) { position: static; display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 12px; font-size: 17px; border-bottom: 1px solid var(--line); }
  .nav::after { top: auto; bottom: 0; left: 0; right: 0; }
  .stage { padding-top: 76px; }
  .copy { max-width: 720px; margin: 44px auto 0; }
  h1 { font-size: clamp(36px, 6.8vw, 64px); line-height: 1.08; }
  h1 br { display: none; }
  .eyebrow { line-height: 1.6; letter-spacing: .17em; }
  .lead { max-width: 600px; }
  .ctas { max-width: 540px; }
  .visual { width: 100%; max-width: 720px; height: auto; padding-top: 110px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 18px; isolation: isolate; }
  .visual > #map, .visual > .lines { position: absolute; left: 0; top: 0; width: 100% !important; height: auto !important; aspect-ratio: 820 / 710; z-index: -1; opacity: .65; pointer-events: none; }
  .visual .pin { display: none; }
  .visual .card { position: relative; left: auto; top: auto; width: 100%; min-width: 0; }
  .account { grid-row: span 2; align-self: center; }
  .payment { min-height: 98px; }
  .convert { height: auto; padding-bottom: 20px; }
  .field input { width: 100%; flex: 1; }
  .cur-btn { min-height: 44px; }
  .swap-btn, .cycle { min-width: 44px; min-height: 44px; }
  .trust { max-width: 960px; margin: 44px auto 0; }
  .segments { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px 12px; }
  .segments li { white-space: normal; text-align: center; font-size: 13px; }
  .trust-r { display: none; }
  .sec-tag { max-width: calc(100% - 24px); padding: 0 12px; gap: 10px; font-size: 10px; letter-spacing: .17em; white-space: normal; text-align: center; }
  .sec-tag::before, .sec-tag::after { flex-shrink: 0; }
  .feat { min-width: 0; padding: 24px; }
  .feat-text p { max-width: 520px; }
  .feat-vis { max-width: none; }
  .fx, .pay { width: 100%; }
  .fx-card, .pay-card { max-width: 100%; }
  .fx-list, .brands { justify-content: center; }
  .api ul { flex-wrap: wrap; gap: 8px 18px; }
  .emb-vis { width: 100%; max-width: 720px; height: auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px 12px; padding: 24px 0; }
  .emb-wires { display: none; }
  .emb-vis > .ecard, .emb-vis > .req, .emb-vis > .cap, .emb-vis > .ide, .emb-vis > .resp { position: relative; left: auto !important; top: auto; width: auto; min-width: 0; }
  .plat, .fapi { grid-column: 1 / -1; width: min(100%,300px) !important; justify-self: center; }
  .req { grid-column: 1 / -1; justify-self: center; padding: 0 18px; }
  .ide, .resp { grid-column: 1 / -1; height: auto; padding: 16px; }
  .ide-tabs { flex-wrap: wrap; gap: 8px; }
  .ide-tabs button, .ide-docs, .resp-tabs button, .ide-copy { min-height: 44px; }
  .ide-more { display: none; }
  .ide-panel { height: auto; }
  .ide-code { overflow-x: auto; min-height: 190px; font-size: 12px; }
  .resp-body { height: auto; min-height: 180px; }
  .json { overflow: auto; min-height: 180px; }
  .sb-copy { width: auto; }
  .sc-text, .sc-text.r2 { min-width: 0; }
  .sol-trust li { flex: 1 1 180px; }
  .points p { max-width: 520px; }
  .ft-cols { gap: 28px 0; }
  .ft-cols a { display: inline-flex; align-items: center; min-height: 36px; }
  .ft-bottom nav { flex-wrap: wrap; gap: 12px 0; }
  .ft-field input, .cp-search input { font-size: 16px; }
  .s-close { width: 44px; height: 44px; }
  .cta-copy .ctas { margin-left: auto; margin-right: auto; }
  .px { translate: none !important; }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .stage, .stage2, .stage3, .stage4, .stage5, .stage6, .stage8 { padding-left: 32px; padding-right: 32px; }
  .feats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  .sol-copy { grid-column: 1 / -1; margin-bottom: 20px; }
  .sc:last-child { grid-column: 1 / -1; }
  .ft-cols { flex-wrap: nowrap; }
  .ft-cols > div:nth-child(n) { width: 33.333%; }
  .ap-list { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 599px) {
  .topbar-in { padding: 0 16px; }
  .menu { left: -16px; right: -16px; }
  .logo img { width: 144px; }
  .btn-nav { height: 40px; padding: 0 12px; font-size: 12px; gap: 6px; }
  .btn-nav .arr { display: none; }
  .actions { gap: 2px; }
  .copy { margin-top: 32px; }
  .lead, .lead3 { font-size: 16px; line-height: 1.65; }
  .visual { grid-template-columns: minmax(0,1fr); max-width: 420px; gap: 16px; padding-top: 72px; margin-top: 24px; }
  .account { grid-row: auto; height: auto; padding: 24px; }
  .account .link { min-height: 44px; }
  .payment { padding-left: 14px; }
  .convert { padding: 20px; }
  .tags { gap: 8px; }
  .tags li { padding: 6px 10px; border: 1px solid var(--line); border-radius: 20px; }
  .tags li + li::before { display: none; }
  .ctas .btn { flex-basis: 100%; font-size: 16px; }
  .trust-l br { display: none; }
  .segments { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .segments li:last-child { grid-column: 1 / -1; }
  .feat { padding: 22px 18px; }
  .emb-feats li { gap: 14px; }
  .e-ico { width: 50px; height: 50px; }
  .emb-btn { width: 100%; padding: 0 20px; font-size: 15px; }
  .emb-vis { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .resp-body { flex-direction: column; }
  .result { width: 100%; padding: 18px 0; }
  .ide-tabs button { padding: 0 9px; }
  .ide-docs { margin-left: 0; }
  .why-vis { width: 100%; height: auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; padding: 16px 0; }
  .why-vis > canvas, .hub-lines, .orbit { display: none; }
  .hub { position: relative; left: auto; top: auto; grid-column: 1 / -1; justify-self: center; margin: 8px 0 24px; }
  .sat { position: relative; left: auto !important; top: auto !important; width: auto; min-width: 0; padding: 16px 8px; }
  .sat small br { display: none; }
  .sat b { font-size: 14px; }
  .dev-bar, .sol-bar, .approach, .cta-bar { padding: 22px 18px; }
  .dv-item { gap: 14px; }
  .ap-list li { width: auto; }
  .sb-list { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .btn-dark { width: 100%; padding: 0 16px; font-size: 15px; }
  .cta-tags { font-size: 10px; letter-spacing: .1em; gap: 12px; }
  .cta-tags li + li::before { display: none; }
  .ft-cols { gap: 24px 12px; }
  .ft-cols > div:nth-child(n) { width: calc(50% - 6px); }
  .ft-bottom nav a + a::before { margin: 0 9px; }
  .s-head { padding: 20px 16px; }
  .s-d { display: none; }
  .to-top { width: 48px; height: 48px; right: calc(14px + env(safe-area-inset-right)); bottom: calc(20px + env(safe-area-inset-bottom)); }
  .tt-ring { inset: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .ide-code .l { opacity: 1; transform: none; }
}
/* Full-bleed separators must not enlarge the document's scrollable area. */
html, body { overflow-x: clip; }
.stage8::before { left: 0; right: 0; }
@media (max-width: 1199px) {
  .trust { min-width: 0; grid-template-columns: minmax(0,1fr); }
  .trust-l { white-space: normal; }
  .feat { grid-template-columns: minmax(0,1fr); }
  .feat-text { min-width: 0; }
  .ft-logo { margin-left: -18px; }
}
@media (prefers-reduced-motion: reduce) {
  .embed pre code { clip-path: none; }
  .embed .toast, .payouts .pin2 { opacity: 1; transform: none; }
}
.cur-pop { display: flex; flex-direction: column; }
.cp-search, .cp-head { flex-shrink: 0; }
.cp-list { min-height: 0; }
/* Keep the response payload full-width when its result stacks below it. */
@media (max-width: 1199px) {
  .resp-body { width: 100%; min-width: 0; }
  .resp .json { align-self: stretch; width: 100%; max-width: 100%; }
  .cta7 { padding-bottom: 310px; isolation: isolate; }
  #fibers { display: block; left: 50%; top: auto; bottom: 64px; width: max(100%, 760px); height: 284px; transform: translateX(-50%); z-index: -1; }
  #globe7 { display: block; left: 50%; top: auto; bottom: -35px; width: max(100%, 700px) !important; height: 210px !important; transform: translateX(-50%); z-index: -2; }
  .cta-core { position: absolute; left: 50%; top: auto; bottom: 72px; margin: 0; transform: translateX(-50%); }
  .cta-core.rv { transform: translateX(-50%); }
  canvas.rain { display: block; z-index: -1; }
  .stage, .stage2, .stage3, .stage4, .stage5, .stage6, .stage7 { isolation: isolate; }
  .mobile-connectors { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; z-index: -1; }
  .mobile-connectors path { fill: none; stroke: #0be0b3; stroke-width: 1.5; stroke-dasharray: 4 5; animation: route-flow 1.4s linear infinite; }
  .flow, .emb-vis, .why-vis { isolation: isolate; }
  .flow > .pkt, .emb-vis > .pkt, .pp-pkt, .pkt-s { display: none; }
  .account .link { position: static; margin-top: 14px; }
}
@media (max-width: 599px) {
  .resp .json { flex: none; height: auto; min-height: 180px; padding: 14px; white-space: pre-wrap; overflow-wrap: anywhere; }
  .resp.json-view .json { max-height: 320px; }
  .resp .result { padding: 24px 0 12px; }
  .why-vis > #globe6 { display: block; position: absolute; inset: 0; width: 100% !important; height: auto !important; z-index: -1; }
  .why-vis .orbit { display: block; left: 50%; top: 10px; width: 226px; height: 226px; margin-left: -113px; }
  .why-vis .orbit.o2 { top: 24px; width: 198px; height: 198px; margin-left: -99px; }
}
@media (min-width: 1200px) { .mobile-connectors { display: none; } }
@media (max-width: 1199px) {
  #field, #field2, #field3, #field4, #field5, #field6, #field7 { display: block; }
  .waves { display: block; left: 0; top: 45%; width: 100%; height: 220px; z-index: -1; }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-connectors path { animation: none; }
}
/* Keep the entire globe composition centered, including its floating coins. */
@media (max-width: 1199px) {
  .sc-glob { padding-bottom: 28px; }
  .sc-glob .sc-vis {
    width: min(300px, calc(100% - 48px));
    height: auto;
    aspect-ratio: 265 / 250;
    margin: 24px auto 0;
    isolation: isolate;
  }
  .sc-glob #globe5 { width: 100% !important; height: 100% !important; }
  .sc-glob .coin-arcs { width: 100%; height: 100%; transform: translateX(-7.547%); }
  .sc-glob .coin {
    --coin-size: clamp(34px, 10vw, 42px);
    width: var(--coin-size);
    height: var(--coin-size);
    margin: calc(var(--coin-size) / -2);
    font-size: clamp(16px, 4.5vw, 19px);
  }
  .sc-glob .coin:nth-of-type(1) { left: 22.264% !important; top: 32.8% !important; }
  .sc-glob .coin:nth-of-type(2) { left: 66.038% !important; top: 25.6% !important; }
  .sc-glob .coin:nth-of-type(3) { left: 41.132% !important; top: 64% !important; }
  .sc-glob .coin:nth-of-type(4) { left: 83.019% !important; top: 53.2% !important; }
}
/* Refined navigation control: asymmetric strokes morph into a close icon. */
.menu-glyph { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.menu-line { transform-origin: 12px 12px; transition: transform .3s ease, d .3s ease; }
.menu-toggle[aria-expanded="true"] .menu-line-top { d: path('M5 12h14'); transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-line-bottom { d: path('M5 12h14'); transform: rotate(-45deg); }
.global-center, .global-caption, .global-orbit, .coin small, .cta-network { display: none; }
.coin b { font: inherit; }
@media (max-width: 1199px) {
  .menu-toggle { background: #fff; color: #0a1b2d; border: 1px solid #dce7e5; border-radius: 50%; box-shadow: 0 3px 8px #0a1b2d08; transition: background .25s, border-color .25s; }
  .menu-toggle:hover, .menu-toggle[aria-expanded="true"] { background: #e7fcf5; border-color: #5ee1c0; }
  .sc-glob { padding-bottom: 16px; }
  .sc-glob .sc-vis { width: calc(100% - 32px); max-width: 400px; height: 300px; aspect-ratio: auto; margin: 24px auto 0; border-radius: 22px; overflow: hidden; background: radial-gradient(ellipse at 50% 58%, #14564f, #102a35 58%, #0b1e2b); box-shadow: inset 0 0 0 1px #ffffff12; }
  .sc-glob #globe5 { left: 50%; top: 18px; width: 280px !important; height: 264px !important; transform: translateX(-50%); opacity: .75; }
  .sc-glob .coin-arcs { left: 10%; top: 10%; width: 80%; height: 80%; transform: none; opacity: .5; }
  .sc-glob .coin-arcs path { stroke-dasharray: 3 5; animation: route-flow 2s linear infinite; }
  .sc-glob .coin { width: 82px; height: 40px; margin: -20px -41px; padding: 6px; display: flex; gap: 7px; border: 1px solid #ffffffc9; border-radius: 12px; color: #112b35; background: #f3fffc; box-shadow: 0 8px 22px #0003; }
  .sc-glob .coin b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #d2f8eb; color: #07866a; font-size: 16px; font-weight: 700; }
  .sc-glob .coin small { display: block; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
  .sc-glob .coin:nth-of-type(1) { left: 23% !important; top: 29% !important; }
  .sc-glob .coin:nth-of-type(2) { left: 77% !important; top: 29% !important; }
  .sc-glob .coin:nth-of-type(3) { left: 23% !important; top: 72% !important; }
  .sc-glob .coin:nth-of-type(4) { left: 77% !important; top: 72% !important; }
  .global-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; display: flex; gap: 10px; align-items: center; padding: 12px 16px; border: 1px solid #92efd960; border-radius: 14px; background: #fff; box-shadow: 0 0 35px #0be0b32b; font-size: 11px; line-height: 1.4; }
  .global-center b { font-weight: 600; }
  .global-orbit { display: block; position: absolute; width: 228px; height: 228px; border: 1px solid #5ee1c035; border-radius: 50%; left: 50%; top: 50%; margin: -114px; animation: orbit 18s linear infinite; }
  .global-orbit::before { content: ''; position: absolute; left: 50%; top: -3px; width: 6px; height: 6px; background: #39edc0; border-radius: 50%; box-shadow: 0 0 12px #0be0b3; }
  .global-caption { display: block; position: absolute; left: 0; right: 0; bottom: 15px; text-align: center; color: #a9d6cd; font-size: 8px; font-weight: 500; letter-spacing: .2em; }
  .cta7 { padding-bottom: 345px; }
  .cta-network { display: block; position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); width: min(620px, calc(100% - 32px)); height: 300px; pointer-events: none; }
  .cta-network svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; fill: none; stroke: #26cba77a; stroke-width: 1; stroke-dasharray: 3 5; animation: route-flow 2s linear infinite; }
  .cta-core { bottom: 107px; width: 194px; border: 1px solid #87e6ce; background: linear-gradient(145deg,#fff,#f4fffb); box-shadow: 0 0 0 8px #ffffff70,0 16px 50px #0bc99e2b; }
  #fibers { bottom: 98px; opacity: .75; }
  #globe7 { bottom: -45px; opacity: .7; }
}
@media (prefers-reduced-motion: reduce) {
  .global-orbit, .cta-network svg, .sc-glob .coin-arcs path { animation: none; }
}
/* Payments and payouts follow the same phone/tablet breakpoint as the site. */
@media (max-width: 1199px) {
  .stage9, .stage10 { isolation: isolate; }
  #field9, #field10 { display: block; }
  .pay-copy, .pp-copy, .pay-vis, .pp-vis, .pj, .pp-bar { min-width: 0; }
  .pay-copy h2, .pp-copy h2 { font-size: clamp(32px, 6.5vw, 50px); line-height: 1.12; }
  .pay-copy .lead3 { font-size: 16px; line-height: 1.65; }
  .pay-copy .emb-feats li { gap: 16px; }
  .pay-copy .e-ico, .pp-copy .e-ico { width: 50px; height: 50px; }
  .pp-btn, .pay-copy .pp-btn { max-width: 100%; height: auto; min-height: 54px; padding: 14px 20px; font-size: 15px; text-align: center; }
  .pay-vis { position: relative; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; isolation: isolate; }
  .pn-node { display: grid; position: relative; left: auto !important; top: auto !important; grid-column: span 2; justify-self: center; width: 54px; height: 54px; }
  .pd, .pr, .pt, .pay-strip { grid-column: 1 / -1; min-width: 0; width: 100%; }
  .pd, .pr { padding: 20px 16px; }
  .pd-head { flex-wrap: wrap; gap: 10px; }
  .pd-head b { font-size: 15px; }
  .pd-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
  .pd-stats li { width: 100%; height: auto; padding: 10px 4px; grid-template-columns: 1fr; justify-items: center; row-gap: 5px; text-align: center; }
  .pd-stats i { grid-row: auto; }
  .pd-stats small { font-size: 10px; }
  .pd-sub .pill { font-size: 10px; }
  .pd-chart { overflow: hidden; }
  .pd-chart .y { right: 0; }
  .pd-chart .y::after { width: auto; right: 0; }
  .pd-chart ol { padding: 0 2px; gap: 3px; }
  .pd-chart li { width: auto; flex: 1; min-width: 0; font-size: 10px; }
  .pd-chart li::before { width: min(22px, 80%); left: 50%; translate: -50% 0; }
  .pt { display: flex; height: auto; padding: 18px; }
  .pr table { table-layout: fixed; margin-top: 12px; font-size: 11px; }
  .pr th:first-child { width: 38%; }
  .pr th:nth-child(2) { width: 29%; }
  .pr td { white-space: normal; overflow-wrap: anywhere; }
  .pr td svg { width: 13px; height: 13px; margin-right: 3px; }
  .pr-all { min-height: 44px; }
  .pay-strip p { width: auto; padding: 0; }
  .pj, .pp-bar { padding: 24px 18px; }
  .pj-flow, .pb-flow { display: grid; grid-template-columns: minmax(0,1fr); width: 100%; gap: 36px; }
  .pj-flow li, .pb-flow li { min-width: 0; }
  .pj-flow li + li::before, .pb-flow li + li::before { top: -30px; left: 50%; width: 0; height: 20px; border: 0; border-left: 1.5px dashed var(--teal); }
  .pj-flow li + li::after, .pb-flow li + li::after { top: -12px; left: calc(50% - 5px); border: 5px solid transparent; border-top: 6px solid var(--teal); animation: none; }
  .pj-uses { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; }
  .pj-uses::before { display: none; }
  .pj-uses li { padding: 6px 10px; background: #f0faf6; border-radius: 20px; }
  .pp-vis { position: relative; display: grid; grid-template-columns: minmax(0,1fr); gap: 20px; isolation: isolate; padding-top: 36px; }
  .gp { grid-column: 1 / -1; width: min(100%,350px); justify-self: center; }
  .gp-btn { min-height: 44px; }
  .po { min-width: 0; gap: 12px; padding: 14px; }
  .po img { width: 28px; height: 28px; }
  .po b { white-space: normal; overflow-wrap: anywhere; }
  #ppMap { display: block; top: 0; left: 0; width: 100% !important; height: auto !important; z-index: -1; opacity: .6; }
  .pb-uses { width: 100%; }
  .pb-uses ul { display: grid; grid-template-columns: minmax(0,1fr); gap: 12px; }
  .pb-uses li { width: auto; min-height: 110px; }
}
@media (min-width: 380px) and (max-width: 1199px) {
  .pp-vis { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .po { gap: 8px; padding: 12px 10px; }
  .po b { font-size: 12px; }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .stage9, .stage10 { padding-left: 32px; padding-right: 32px; }
  .pd, .pr { grid-column: span 3; }
  .pay-vis > .mobile-connectors { display: none; }   /* the two cards sit side by side here, nothing to connect */
  .pay-strip { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
  .pay-strip p { flex: 1 1 200px; }
  .pt { grid-row: 3; }
  .pb-flow { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
  .pj-flow { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
  .pj-flow .pj-box, .pb-box, .pb-box.wide { width: 100% !important; }
  .pj-flow li + li::before, .pb-flow li + li::before { top: 32px; left: -18px; width: 14px; height: 0; border: 0; border-top: 1.5px dashed var(--teal); }
  .pj-flow li + li::after, .pb-flow li + li::after { display: none; }
  .pj-flow b, .pb-flow b { font-size: 13px; }
  .pj-flow small, .pb-flow small { font-size: 12px; }
  .pb-uses ul { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

/* Phones / tablets: the currency list is a single-row marquee (transform only, so it stays on the compositor).
   The list is written twice in the HTML and each chip carries its own right margin, so -50% is exactly one loop. */
@media (max-width: 1199px) {
  .fx-list { flex-direction: column; flex-wrap: nowrap; gap: 0; width: 100%; min-width: 0; }
  .fx-window { width: 100%; height: auto; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); }
  .fx-track { flex-wrap: nowrap; gap: 0; width: max-content; animation: fx-scroll-x 28s linear infinite; }
  .fx-track li, .fx-track li:nth-child(n+5) { display: flex; flex: none; height: 40px; margin: 0 8px 0 0; padding: 0 14px 0 9px; border-radius: 20px; font-size: 13px; }
  .fx-track .cf { width: 24px; height: 24px; }
  .fx-list .more { display: none; }
}
@keyframes fx-scroll-x { to { transform: translateX(-50%); } }

/* Phones only: hero polish. */
@media (max-width: 599px) {
  .copy { margin-top: 28px; }
  .eyebrow { font-size: 11px; letter-spacing: .22em; }
  h1 { font-size: clamp(34px, 9.7vw, 44px); line-height: 1.05; margin-top: 14px; letter-spacing: -.035em; }
  .lead { margin-top: 18px; color: var(--body); }
  .ctas { margin-top: 26px; gap: 10px; }
  .ctas .btn { height: 56px; }
  .ctas .btn-ghost, .tags li { background: #fff; }   /* the rain runs behind the hero: keep it out of buttons and chips */
  .tags { margin-top: 22px; gap: 8px; font-size: 11px; letter-spacing: .14em; }
  .tags li { padding: 7px 12px; color: #3d4957; box-shadow: 0 1px 2px rgba(15, 40, 60, .04); }
  .visual { padding-top: 56px; margin-top: 28px; }
  .visual > .lines { display: none; }               /* the arcs get cut off above the first card */
  .visual > #map { opacity: .5; }
  .visual .card { border-radius: 16px; box-shadow: 0 1px 2px rgba(15, 40, 60, .04), 0 14px 36px rgba(15, 40, 60, .08); }
  .rows { margin-left: 0; }
  .rows li, .rows li:last-child { border-right: 0; padding-left: 0; }
  .rows strong { margin-right: 0; }
  .trust { margin-top: 36px; padding: 22px 18px; gap: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
  .trust-l { text-align: center; font-size: 11px; letter-spacing: .2em; }
  .segments { gap: 18px 8px; }
  .segments li { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 12.5px; }
  .segments svg { width: 28px !important; height: 28px; }
}

/* Phones/tablets: keep the bottom of the page and the back-to-top button clear of the browser's own
   bottom bar and the home indicator (viewport-fit=cover makes the safe-area insets real numbers). */
@media (max-width: 1199px) {
  body { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
  .stage8 { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }   /* room for the copyright line + the round button beside it */
  .ft-bottom { gap: 12px; padding-top: 22px; }
  .ft-bottom > span { order: 2; font-size: 12.5px; color: #4f5a68; }   /* legal links first, copyright as the last line */
}

