@font-face { font-family: "Noto Sans Display"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/noto-sans-display-regular-bddfb3ad.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans Display"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/noto-sans-display-medium-2d7597e7.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans Display"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/noto-sans-display-bold-a8f876b0.woff2") format("woff2"); }

/* Shared public-site styles, never loaded by the merchant dashboard. */
:root { --lp-blue: #4c87cd; --lp-action: #396ea9; --lp-title: #2f2e41; --lp-text: #626e7b; --lp-muted: #5b6e82; --lp-line: #ced4da; --lp-pale: #ecf3fb; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body.landing-page { margin: 0; background: white; color: var(--lp-text); font-family: "Noto Sans Display", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
.landing-page [hidden] { display: none !important; }
.landing-page button, .landing-page input { font: inherit; }
.landing-page button { cursor: pointer; }
.landing-page a { color: inherit; text-decoration: none; }
.landing-page button, .landing-page a { -webkit-tap-highlight-color: transparent; }
.landing-page :focus-visible { outline: 2px solid var(--lp-blue); outline-offset: 5px; }
.landing-page h1, .landing-page h2, .landing-page h3, .landing-page p { margin: 0; }
.landing-page h1, .landing-page h2 { color: var(--lp-title); font-weight: 700; line-height: 1.4; }
.landing-page h1 { font-size: 54px; }
.landing-page h2 { font-size: 40px; }
.landing-page h3 { color: var(--lp-title); font-size: 24px; font-weight: 500; line-height: 1.4; }
.landing-page h1 span, .landing-page h2 span { color: var(--lp-blue); }
.landing-page p { font-size: 18px; line-height: 1.35; }
.landing-page .ui-icon { vertical-align: middle; flex-shrink: 0; }
.lp-container { width: 100%; max-width: 1196px; padding-inline: 28px; margin-inline: auto; }
.lp-section { margin-top: 200px; }
.lp-section-heading { text-align: center; }
.lp-section-heading p { margin-top: 20px; }
.lp-skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 12px 20px; background: white; border-radius: 24px; }
.lp-skip-link:focus { top: 10px; }

/* Floating glass header and its two deliberately separate navigation menus. */
.lp-header { position: fixed; top: 30px; left: 50%; transform: translateX(-50%); width: calc(100% - 56px); max-width: 1140px; z-index: 30; }
.lp-header-bar { min-height: 66px; padding: 10px 16px; display: flex; align-items: center; gap: 20px; border-radius: 40px; background: rgb(255 255 255 / 57%); backdrop-filter: blur(12px) saturate(160%); -webkit-backdrop-filter: blur(12px) saturate(160%); }
.lp-brand { display: inline-flex; align-items: center; color: var(--lp-blue) !important; gap: 7px; flex-shrink: 0; }
.lp-brand-mark { width: 43px; height: 37px; }
.lp-brand-name { font-size: 32px; font-weight: 700; font-style: italic; letter-spacing: -1px; line-height: 1; }
.lp-desktop-nav { display: flex; gap: 20px; align-items: center; border-left: 1px solid #d7dce3; padding-left: 20px; font-size: 16px; }
.lp-desktop-nav a, .lp-desktop-nav button { white-space: nowrap; }
.lp-desktop-nav button, .lp-all-toggle, .lp-sitemap-group button, .lp-mobile-menu > button, .lp-support, .lp-news-card-bottom button { border: 0; background: transparent; padding: 0; color: inherit; text-align: left; }
.lp-desktop-nav a:hover, .lp-desktop-nav button:hover, .lp-sitemap-group a:hover, .lp-sitemap-group button:hover { color: var(--lp-action); }
.lp-header-actions { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.lp-all-toggle { display: flex; gap: 5px; align-items: center; font-size: 14px !important; white-space: nowrap; }
.lp-all-toggle[aria-expanded=true] svg { transform: rotate(180deg); }
.lp-button { border: 1px solid #3475bc; border-radius: 32px; min-width: 170px; min-height: 36px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 5px 16px; background: #3475bc; color: white !important; font-size: 18px; line-height: 1.3; transition: background .15s, transform .15s; }
.lp-button:hover { background: var(--lp-action); }
.lp-button--outline { background: transparent; color: var(--lp-action) !important; }
.lp-button--outline:hover { background: #e9f1fa; }
.lp-button--small { margin-top: 22px; font-size: 16px; min-width: 140px; }
.lp-header-dashboard { min-width: 130px; height: 43px; font-size: 16px; }
.lp-mobile-toggle { display: none; align-items: center; justify-content: center; border: 0; background: none; color: var(--lp-title); padding: 4px; }
.lp-mega-menu { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 25px; margin-top: 10px; padding: 34px; border: 1px solid #edf0f4; border-radius: 28px; background: rgb(255 255 255 / 97%); box-shadow: 0 16px 48px rgb(47 46 65 / 9%); }
.lp-sitemap-group h3 { font-size: 16px; font-weight: 400; color: var(--lp-muted); margin-bottom: 14px; }
.lp-sitemap-group + .lp-sitemap-group { margin-top: 28px; }
.lp-sitemap-group ul { list-style: none; padding: 0; margin: 0; }
.lp-sitemap-group li + li { margin-top: 8px; }
.lp-sitemap-group a, .lp-sitemap-group button { font-size: 14px; }
.lp-mobile-menu { padding: 20px 24px; border-radius: 24px; background: #fff; margin-top: 8px; box-shadow: 0 16px 48px rgb(47 46 65 / 9%); max-height: calc(100svh - 105px); overflow-y: auto; }
.lp-mobile-menu > a, .lp-mobile-menu > button { display: block; padding: 10px 0; width: 100%; }
.lp-mobile-menu > .lp-button { margin-top: 12px; text-align: center; }

/* Generous first screen, with the brand drawn faintly into the background. */
.lp-hero { height: 100svh; min-height: 650px; max-height: 860px; display: flex; align-items: center; justify-content: center; position: relative; background: linear-gradient(180deg,#ecf3fb 40%,rgb(216 226 240 / 0) 90%); }
.lp-hero-content { position: relative; z-index: 1; max-width: 834px; padding-top: 8px; text-align: center; }
.lp-hero-content p { margin-top: 24px; }
.lp-actions { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 28px; }
.lp-hero-watermark { position: absolute; top: 150px; left: 50%; transform: translateX(-50%); width: 576px; max-width: 90%; color: var(--lp-blue); opacity: .026; }
.lp-hero-watermark svg { width: 100%; height: 411px; }
.lp-hero-watermark .lp-brand-name { display: none; }
.lp-development-notice { position: absolute; bottom: 100px; text-align: center; font-size: 12px !important; color: var(--lp-muted); padding: 0 20px; }
.lp-development-notice > span, .lp-status-dot { display: inline-block; height: 6px; width: 6px; border-radius: 50%; background: #78a29b; margin-right: 7px; vertical-align: middle; }
#overview { margin-top: 0; }

/* An independent accessible tabset and one layout for all product stories. */
.lp-tabs-scroll { width: fit-content; max-width: 100%; margin: 28px auto 0; border: 1px solid #6e96bf; border-radius: 32px; overflow-x: auto; scrollbar-width: none; }
.lp-tabs-scroll::-webkit-scrollbar { display: none; }
.lp-tabs { display: flex; align-items: center; gap: 36px; padding: 14px 32px; width: max-content; }
.lp-tabs button { padding: 2px; background: none; border: 0; color: var(--lp-text); white-space: nowrap; font-size: 18px; }
.lp-tabs button:hover, .lp-tabs button[aria-selected=true] { color: var(--lp-action); }
.lp-showcase-panel { display: grid; grid-template-columns: minmax(0,3fr) minmax(0,2fr); align-items: center; gap: 20px; margin-top: 80px; }
.lp-showcase-panel:focus { outline: none; }
.lp-showcase-panel:focus-visible { outline: 2px solid var(--lp-blue); border-radius: 32px; outline-offset: 8px; }
.lp-showcase-visual { min-width: 0; }
.lp-feature-copy { padding: 40px 50px 28px; min-height: 324px; background: linear-gradient(180deg,#ecf3fb 40%,rgb(216 226 240 / 0) 100%); border-radius: 32px; }
.lp-feature-icon { display: grid; place-items: center; background: var(--lp-title); color: #fff; width: 41px; height: 41px; border-radius: 50%; }
.lp-feature-copy h3 { margin-top: 32px; }
.lp-feature-copy p { margin-top: 16px; font-size: 16px; line-height: 1.45; }
.lp-feature-status { display: block; margin-top: 18px; font-size: 12px; color: var(--lp-muted); }
.lp-showcase--reversed .lp-showcase-panel { grid-template-columns: minmax(0,2fr) minmax(0,3fr); }
.lp-showcase--reversed .lp-feature-copy { grid-column: 1; grid-row: 1; }
.lp-showcase--reversed .lp-showcase-visual { grid-column: 2; grid-row: 1; }
#integrations .lp-showcase-panel { grid-template-columns: minmax(0,5fr) minmax(0,6fr); }

/* The ecosystem stripe is a visual roadmap, not an active-currency list. */
.lp-networks { min-height: 650px; display: flex; align-items: center; background: linear-gradient(180deg,#ecf3fb 40%,rgb(216 226 240 / 0) 100%); padding-block: 70px; }
.lp-networks .lp-section-heading h2 { max-width: 620px; margin-inline: auto; }
.lp-network-orbits { --coin-size: 180px; --coin-overlap: -.7; display: flex; align-items: center; justify-content: center; margin: 85px auto 0; min-height: 220px; max-width: 540px; }
.lp-network-bubble { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 var(--coin-size); height: var(--coin-size); margin-left: calc(var(--coin-size) * var(--coin-overlap)); border-radius: 50%; background: linear-gradient(150deg,rgb(255 255 255 / 97%),rgb(255 255 255 / 65%)); box-shadow: 0 12px 30px rgb(81 111 148 / 3%); border: 1px solid rgb(255 255 255 / 60%); }
.lp-network-bubble:first-child { margin-left: 0; }
.lp-network-bubble:nth-child(1), .lp-network-bubble:nth-child(7) { transform: translateY(24px) scale(.65); z-index: 1; }
.lp-network-bubble:nth-child(2), .lp-network-bubble:nth-child(6) { transform: translateY(12px) scale(.8); z-index: 2; }
.lp-network-bubble:nth-child(3), .lp-network-bubble:nth-child(5) { transform: scale(.94); z-index: 3; }
.lp-network-bubble:nth-child(4) { transform: translateY(-12px); z-index: 4; }
.lp-network-bubble > span { font-family: Arial,sans-serif; font-weight: 700; font-size: 69px; line-height: 1.2; }
.lp-network-bubble small { font-size: 11px; color: #9ca8b5; margin-top: 9px; }
.lp-network-bubble--btc > span { color: #e8a136; }.lp-network-bubble--bch > span { color: #80b449; }.lp-network-bubble--eth > span { color: #696c88; }.lp-network-bubble--ltc > span { color: #416898; font-style: italic; }.lp-network-bubble--usdt > span { color: #58a794; }.lp-network-bubble--trx > span { color: #dc6570; }.lp-network-bubble--ton > span { color: #55a4d9; }
.lp-network-note { text-align: center; margin-top: 56px !important; font-size: 12px !important; color: var(--lp-muted); }
.lp-network-note-separator { margin: 0 9px; }

.lp-news-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin-top: 42px; }
.lp-news-card { display: flex; flex-direction: column; align-items: start; min-height: 274px; padding: 24px; border-radius: 32px; background: linear-gradient(180deg,#ecf3fb 15%,rgb(216 226 240 / 0) 100%); }
.lp-news-card > svg { color: var(--lp-blue); margin-bottom: 20px; }
.lp-news-card h3 { font-size: 21px; }
.lp-news-card p { font-size: 14px; margin-top: 14px; line-height: 1.5; }
.lp-news-card-bottom { display: flex; justify-content: space-between; gap: 12px; width: 100%; margin-top: auto; padding-top: 24px; font-size: 12px; }
.lp-news-card-bottom a, .lp-news-card-bottom button { color: var(--lp-action); }
.lp-news-card-bottom span { color: var(--lp-muted); }
.lp-faq { margin-top: 260px; }
.lp-faq-list { margin-top: 30px; }
.lp-faq details { border-bottom: 1px solid var(--lp-line); }
.lp-faq summary { display: flex; align-items: center; gap: 20px; justify-content: space-between; list-style: none; cursor: pointer; font-size: 24px; padding: 24px 0; color: var(--lp-title); }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq-icon { position: relative; width: 14px; height: 14px; flex-shrink: 0; }
.lp-faq-icon::before, .lp-faq-icon::after { content: ""; position: absolute; background: var(--lp-text); top: 6px; left: 0; width: 14px; height: 1px; }
.lp-faq-icon::after { transform: rotate(90deg); transition: transform .15s; }
.lp-faq details[open] .lp-faq-icon::after { transform: rotate(0); }
.lp-faq details p { max-width: 1000px; padding: 0 35px 28px 0; font-size: 16px; line-height: 1.6; }

/* The final three steps use HTML illustrations, not third-party screenshots. */
.lp-get-started { background: linear-gradient(180deg,#ecf3fb 40%,rgb(216 226 240 / 0) 100%); padding: 80px 0; }
.lp-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: 64px; }
.lp-step-card { position: relative; min-height: 350px; border-radius: 32px; padding: 32px 24px 0; text-align: center; background: linear-gradient(180deg,#fff 40%,rgb(255 255 255 / 0)); overflow: hidden; }
.lp-step-number { display: block; color: #a1b9d1; font-size: 12px; letter-spacing: 2px; margin-bottom: 10px; }
.lp-step-card h3 { font-size: 22px; }.lp-step-card > p { font-size: 14px; margin-top: 8px; }
.lp-step-screen { margin: 28px auto 0; width: 230px; max-width: 100%; padding: 18px; text-align: left; border: 1px solid #e8ecf1; border-radius: 8px; background: #fff; font-size: 11px; box-shadow: 0 12px 30px rgb(46 66 98 / 4%); transform: perspective(600px) rotateX(5deg); }
.lp-step-screen > strong { display: block; color: var(--lp-title); font-size: 12px; margin-bottom: 15px; }
.lp-step-screen > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid #e2e6ec; border-radius: 3px; margin: 6px 0 10px; padding: 6px 8px; }
.lp-step-screen small { font-size: 9px; color: #a1a9b4; }
.lp-mini-next { display: block; margin: 12px 0 0 auto; width: fit-content; padding: 4px 10px; color: white; background: var(--lp-blue); border-radius: 3px; }
.lp-step-screen code { font: inherit; font-size: 9px; }
.lp-step-check { display: grid; place-items: center; height: 30px; width: 30px; margin: 0 auto 10px; background: #eaf4ef; color: #6aa78b; border-radius: 50%; }
.lp-step-screen--keys > strong { text-align: center; }
.lp-small-coin { display: grid; place-items: center; background: #416898; color: #fff; border-radius: 50%; height: 25px; width: 25px; font-size: 20px; }
.lp-step-screen--wallet > div { padding-block: 14px; }.lp-step-screen--wallet small { display: block; }

.lp-footer { padding-top: 48px; padding-bottom: 30px; }
.lp-footer-top { display: flex; gap: 40px; padding-bottom: 60px; }
.lp-footer-brand { flex: 0 0 172px; }
.lp-footer .lp-brand-name { font-size: 30px; }.lp-footer .lp-brand-mark { width: 39px; }
.lp-support { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; font-size: 13px !important; }
.lp-footer-links { flex: 1; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 24px; }
.lp-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 16px; border-top: 1px solid #edf0f4; font-size: 12px; color: var(--lp-muted); }
.lp-footer-bottom a { display: grid; place-items: center; height: 30px; width: 30px; border-radius: 50%; background: #eff4fa; color: var(--lp-blue); }
.lp-footer-bottom a svg { transform: rotate(-90deg); }

@media (max-width: 1200px) {
  .lp-desktop-nav { gap: 12px; padding-left: 14px; font-size: 14px; }
  .lp-header-bar { gap: 14px; }.lp-header-actions { gap: 12px; }
  .lp-feature-copy { padding: 32px; }
  .lp-footer-top { flex-direction: column; gap: 35px; }.lp-footer-brand { flex-basis: auto; display: flex; justify-content: space-between; align-items: center; }.lp-support { margin-top: 0; }
}
@media (max-width: 1000px) {
  .lp-desktop-nav, .lp-all-toggle, .lp-mega-menu { display: none; }.lp-mobile-toggle { display: flex; }
  .lp-section { margin-top: 130px; }.lp-faq { margin-top: 170px; }#overview { margin-top: 0; }
  .lp-feature-copy h3 { font-size: 22px; }.lp-feature-copy { padding: 28px; }
  .lp-tabs { gap: 24px; }.lp-tabs button { font-size: 16px; }
  .lp-news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
  .lp-steps { gap: 18px; }.lp-step-card { padding-inline: 16px; }.lp-step-card h3 { font-size: 20px; }
  .lp-footer-links { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
}
@media (max-width: 768px) {
  .lp-container { padding-inline: 20px; }.lp-header { width: calc(100% - 32px); top: 16px; }
  .lp-header-bar { padding: 10px 14px; min-height: 60px; gap: 12px; }
  .landing-page h1 { font-size: 40px; }.landing-page h2 { font-size: 32px; }
  .lp-hero-content { padding-top: 25px; }.lp-hero-content p { max-width: 470px; margin-inline: auto; }
  .lp-hero-watermark { top: 140px; }.lp-development-notice { bottom: 65px; }
  .lp-showcase-panel, .lp-showcase--reversed .lp-showcase-panel { display: flex; flex-direction: column-reverse; gap: 25px; margin-top: 36px; }
  .lp-showcase-visual, .lp-feature-copy { width: 100%; }.lp-feature-copy { min-height: 0; padding: 30px; }
  .lp-feature-copy h3 { margin-top: 22px; }.lp-feature-copy p { max-width: 530px; }
  .lp-tabs-scroll { margin-top: 26px; width: 100%; }.lp-tabs { padding: 12px 22px; gap: 25px; min-width: 100%; justify-content: center; }
  .lp-networks { min-height: 0; padding: 70px 0 40px; }.lp-network-orbits { --coin-size: min(140px, calc(40vw - 16px)); --coin-overlap: -.75; margin-top: 50px; min-height: 170px; }
  .lp-network-note { max-width: 350px; margin-inline: auto; line-height: 1.7 !important; }
  .lp-faq summary { font-size: 20px; }.lp-faq details p { padding-right: 0; }
  .lp-get-started { padding-block: 60px; }.lp-steps { grid-template-columns: 1fr; max-width: 450px; margin-inline: auto; gap: 28px; }
  .lp-step-card { min-height: 340px; }.lp-step-screen { width: 250px; }
}
@media (max-width: 480px) {
  .lp-brand-mark { width: 33px; height: 30px; }.lp-brand-name { font-size: 26px; }.lp-brand { gap: 5px; }
  .lp-header-dashboard { min-width: 96px; height: 36px; font-size: 14px; padding-inline: 12px; }.lp-header-actions { gap: 8px; }
  .lp-section { margin-top: 100px; }.lp-faq { margin-top: 120px; }
  .lp-hero { min-height: 650px; max-height: 780px; }.lp-hero-content { padding-top: 0; }.lp-desktop-break { display: none; }
  .landing-page h1 { font-size: 40px; line-height: 1.3; }.landing-page h2 { font-size: 30px; }
  .lp-hero-content p { font-size: 17px; max-width: 340px; margin-top: 22px; }
  .lp-actions { gap: 14px; }.lp-actions .lp-button { min-width: 145px; font-size: 16px; gap: 20px; }
  .lp-development-notice { max-width: 350px; font-size: 11px !important; bottom: 65px; }
  .lp-section-heading p { font-size: 16px; }.lp-tabs { justify-content: start; }.lp-feature-copy { padding: 28px; }
  .lp-network-bubble > span { font-size: 45px; }.lp-network-bubble small { font-size: 10px; }
  .lp-news-grid { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .lp-news-card { flex: 0 0 270px; scroll-snap-align: start; }.lp-faq summary { font-size: 18px; padding-block: 22px; }
  .lp-footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); }.lp-footer-brand { align-items: start; gap: 20px; flex-direction: column; }
  .lp-footer-bottom { flex-wrap: wrap; gap: 12px; }.lp-footer-bottom > :nth-child(2) { order: 3; width: 100%; }
}
@media (max-width: 350px) {
  .lp-header-bar { padding-inline: 12px; }.lp-header-actions { gap: 5px; }.lp-brand-name { font-size: 23px; }.lp-header-dashboard { min-width: 88px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.landing-page *, .landing-page *::before, .landing-page *::after { transition: none !important; }
}
