:root {
      --ink: #060a12;
      --ink-2: #0a101c;
      --panel: #0f1727;
      --panel-soft: #121d31;
      --text: #f7f9ff;
      --muted: #9ca8bc;
      --muted-2: #748198;
      --brand: #5157ff;
      --brand-rgb: 81, 87, 255;
      --brand-flow: #28bce5;
      --brand-depth: #26358b;
      --brand-hover: color-mix(in srgb, var(--brand), black 12%);
      --blue: var(--brand);
      --blue-bright: var(--brand-hover);
      --cyan: #4cddff;
      --violet: #9683ff;
      --green: #68e5ae;
      --line: rgba(255,255,255,.1);
      --line-strong: rgba(255,255,255,.16);
      --max: 1180px;
      --font-ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
      --nav-height: 78px;
      --control-height: 40px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; overflow-y:scroll; scrollbar-gutter:stable; -webkit-text-size-adjust:100%; text-size-adjust:100%; }
    body {
      margin: 0;
      overflow-x: hidden;
      background: var(--ink);
      color: var(--text);
      font-family: var(--font-ui);
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    button, a { -webkit-tap-highlight-color: transparent; }
    .wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

    .header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 50;
      background: var(--ink);
      border-bottom: 1px solid rgba(255,255,255,.065);
      box-shadow: 0 8px 32px rgba(0,0,0,.18);
      backdrop-filter: blur(18px);
      transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
    }
    .header.scrolled { background: var(--ink); border-color: rgba(var(--brand-rgb),.15); box-shadow: 0 14px 42px rgba(0,0,0,.3); }
    .nav { height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; }
    .brand { width: 184px; height: 54px; display: inline-flex; align-items: center; gap: 5px; overflow: hidden; }
    .brand-logo {
      display: block;
      width: 190px;
      height: auto;
      margin-left: -6px;
      filter: none;
    }
    .nav-links { display: flex; align-items: center; gap: 34px; color: #b7c0d0; font-size: 14px; }
    .nav-links a { transition: color .2s ease; }
    .nav-links a:hover { color: #fff; }
    .products-menu { position: relative; }
    .products-menu summary { cursor: pointer; list-style: none; }
    .products-menu summary::-webkit-details-marker { display: none; }
    .products-menu[open] summary { color: var(--text); }
    .products-dropdown { position: absolute; top: calc(100% + 20px); left: -18px; width: 250px; padding: 8px; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 38px rgba(0,0,0,.22); }
    .products-dropdown a { display: block; padding: 12px; border-radius: 7px; }
    .products-dropdown a:hover { background: rgba(255,255,255,.05); }
    .soon-label { display: inline-block; margin-top: 6px; color: #aab7d5; font-size: 12px; letter-spacing: .03em; }
    .mobile-products { display: none; }
    .product-overview { padding: 80px 0 0; }
    .product-overview h2 { font-size: 32px; margin-bottom: 28px; }
    .product-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .product-option { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); transition: border-color .25s ease; }
    .product-option:hover { border-color: var(--brand); }
    .product-option h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.03em; }
    .product-option p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
    @media (max-width: 940px) { .mobile-products { display: flex; justify-content: center; gap: 24px; padding: 0 14px 12px; color: #b7c0d0; font-size: 13px; } .hero { padding-top: 172px; } }
    @media (max-width: 650px) { .product-options { grid-template-columns: 1fr; } .header + main .hero { padding-top: 166px; } }
    .nav-actions { display: flex; align-items: center; gap: 16px; }
    .language-picker { position: relative; font-size: 14px; line-height: 1.4; }
    .language-trigger { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 40px; min-width: 108px; padding: 0 13px; border: 1px solid rgba(183,192,208,.18); border-radius: 8px; background: rgba(255,255,255,.025); color: #b7c0d0; font: inherit; font-weight: 500; cursor: pointer; transition: background .18s ease, border-color .18s ease; }
    .language-trigger:hover, .language-trigger[aria-expanded="true"] { background: #141c2b; border-color: rgba(183,192,208,.3); color: #f7f9ff; }
    .language-chevron { width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
    .language-trigger[aria-expanded="true"] .language-chevron { transform: translateY(2px) rotate(225deg); }
    .language-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 60; width: 156px; padding: 6px; border: 1px solid rgba(183,192,208,.16); border-radius: 12px; background: #101827; box-shadow: 0 12px 32px rgba(0,0,0,.32); }
    .language-menu[hidden] { display: none; }
    .language-option { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 40px; padding: 9px 11px; border: 0; border-radius: 7px; background: transparent; color: #b7c0d0; font: inherit; font-weight: 500; text-align: left; cursor: pointer; }
    .language-option:hover { background: rgba(255,255,255,.055); color: #fff; }
    .language-option[aria-checked="true"] { background: rgba(var(--brand-rgb),.12); color: #dce6ff; }
    .language-option[aria-checked="true"]::after { content: ""; width: 5px; height: 9px; border-right: 1.5px solid var(--brand); border-bottom: 1.5px solid var(--brand); transform: translateY(-2px) rotate(45deg); }
    .language-trigger:focus-visible, .language-option:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
    html[lang="zh-CN"] h1 { font-size: clamp(48px, 5.5vw, 76px); line-height: 1.18; letter-spacing: -.03em; }
    html[lang="zh-CN"] h2 { line-height: 1.2; letter-spacing: -.02em; }

    .button {
      min-height: 50px;
      padding: 0 21px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border: 0;
      border-radius: 8px;
      background: var(--blue);
      color: white;
      font-weight: 650;
      font-size: 14px;
      box-shadow: 0 15px 34px rgba(var(--brand-rgb),.28);
      transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .button:hover { transform: translateY(-2px); background: var(--blue-bright); box-shadow: 0 18px 40px rgba(var(--brand-rgb),.36); }
    .button.small { min-height: 40px; padding-inline: 16px; }

    .hero {
      min-height: 790px;
      padding: 154px 0 98px;
      position: relative;
      display: flex;
      align-items: center;
      isolation: isolate;
    }
    .hero::before { content: ""; position: absolute; z-index: -2; width: 650px; height: 650px; left: -400px; top: 120px; border-radius: 50%; background: rgba(var(--brand-rgb),.18); filter: blur(110px); animation: glowDriftLeft 12s ease-in-out infinite alternate; }
    .hero::after { content: ""; position: absolute; z-index: -2; width: 560px; height: 560px; right: -340px; top: 80px; border-radius: 50%; background: rgba(80,211,255,.09); filter: blur(110px); animation: glowDriftRight 14s ease-in-out infinite alternate; }
    .hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 72px; }
    .hero-copy { position: relative; z-index: 4; }
    .eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #bdc7d8; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
    .eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
    h1 { margin: 26px 0 22px; font-size: clamp(58px, 6.4vw, 92px); line-height: .94; letter-spacing: -.072em; font-weight: 650; }
    /* One continuous gradient box across wrapped lines; padding protects glyph overhangs. */
    h1 span { display: block; padding: .08em .1em .14em; margin: -.08em -.1em -.14em; color: transparent; background: linear-gradient(90deg, #98bbff 0%, #aa97ff 36%, #62e2ff 60%, #98bbff 100%); background-size: 220% 100%; background-repeat: no-repeat; -webkit-background-clip: text; background-clip: text; animation: titleFlow 7s ease-in-out infinite; }
    .hero-copy > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
    .hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
    .text-link { display: inline-flex; align-items: center; gap: 6px; color: #dbe2ef; font-size: 14px; font-weight: 600; }
    .trust-row { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 24px; color: #8491a7; font-size: 12px; }
    .trust-row span { display: flex; align-items: center; gap: 7px; }
    .trust-icon { color: var(--brand); font-size: 15px; }
    .hero-copy > * { opacity: 0; transform: translateY(14px); }
    .hero-copy.visible > * { animation: heroEnter .72s cubic-bezier(.2,.72,.2,1) forwards; }
    .hero-copy.visible > :nth-child(2) { animation-delay: .08s; }
    .hero-copy.visible > :nth-child(3) { animation-delay: .16s; }
    .hero-copy.visible > :nth-child(4) { animation-delay: .24s; }
    .hero-copy.visible > :nth-child(5) { animation-delay: .32s; }

    .hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; perspective: 1100px; }
    .hero-visual::before,
    .hero-visual::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
    .hero-visual::before { width: 330px; height: 330px; right: 4%; top: 8%; background: rgba(76,221,255,.12); }
    .hero-visual::after { width: 290px; height: 290px; left: 8%; bottom: 1%; background: rgba(150,131,255,.1); }
    .wallet-scene { width: min(600px, 100%); min-height: 440px; position: relative; z-index: 3; display: grid; place-items: center; }
    .wallet-card { width: min(520px, calc(100% - 54px)); min-height: 330px; padding: 30px 32px 26px; position: relative; display: flex; flex-direction: column; border: 1px solid rgba(144,163,215,.2); border-radius: 26px; background: linear-gradient(145deg, #121b31, #0c1324); box-shadow: 0 34px 75px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04); transform: rotateY(-5deg) rotateZ(-1.5deg); animation: walletFloat 7s ease-in-out infinite; }
    .wallet-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(ellipse at 16% 65%, rgba(91,174,204,.09), transparent 58%), radial-gradient(ellipse at 88% 72%, rgba(139,117,208,.075), transparent 55%), radial-gradient(circle, rgba(173,194,232,.19) .85px, transparent 1.15px); background-size: auto, auto, 17px 17px; mask-image: linear-gradient(180deg, rgba(0,0,0,.25), #000 30%, #000 86%, rgba(0,0,0,.35)); }
    .wallet-card > * { position: relative; z-index: 1; }
    .wallet-top { display: flex; align-items: center; justify-content: space-between; color: #78859c; font-size: 10px; font-weight: 720; letter-spacing: .14em; text-transform: uppercase; }
    .wallet-balance { margin-top: 29px; font-size: 38px; line-height: 1; font-weight: 650; letter-spacing: -.045em; }
    .wallet-route { margin: 51px 0 45px; display: grid; grid-template-columns: max-content minmax(0, 1fr) max-content; align-items: center; gap: 20px; }
    .asset-icons { position: relative; z-index: 2; display: flex; align-items: center; gap: 0; }
    .asset-icon { width: 38px; height: 38px; overflow: hidden; flex: 0 0 auto; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; }
    .asset-icon img { width: 100%; height: 100%; display: block; object-fit: cover; }
    .asset-icon + .asset-icon { margin-left: -10px; }
    .crypto-icons { justify-content: flex-end; }
    .crypto-icons .asset-icon { overflow: visible; }
    .crypto-icons .asset-icon img { object-fit: contain; }
    /* Brief staggered bounce, with a long quiet interval between cycles. */
    .wallet-route .asset-icon { animation: assetBounce 6s cubic-bezier(.4,0,.2,1) infinite; animation-delay: 2s; }
    .fiat-icons .asset-icon:nth-child(2) { animation-delay: 2.14s; }
    .fiat-icons .asset-icon:nth-child(3) { animation-delay: 2.28s; }
    .crypto-icons .asset-icon:nth-child(1) { animation-delay: 2.6s; }
    .crypto-icons .asset-icon:nth-child(2) { animation-delay: 2.74s; }
    .transfer-flow { position: relative; min-width: 0; height: 92px; }
    .ramp-label { position: absolute; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 12px; font-weight: 600; letter-spacing: .07em; color: #b3c1d8; }
    .ramp-label.on { bottom: calc(100% + 4px); color: #aacbd9; }
    .ramp-label.off { top: calc(100% + 4px); color: #bcb4d6; }
    .transfer-orbit { display: block; width: 100%; height: 100%; overflow: visible; }
    .transfer-arc { fill: none; stroke-width: 2.8; stroke-linecap: round; vector-effect: non-scaling-stroke; }
    .transfer-arc.on { stroke: url(#orbit-on); }
    .transfer-arc.off { stroke: url(#orbit-off); }
    .orbit-depth { opacity: .32; filter: brightness(.55); }
    .orbit-edge .transfer-arc { stroke-width: .75; opacity: .55; }
    .transfer-particle .particle-tail { fill: url(#orbit-tail); }
    .transfer-particle .particle-core { fill: #e4ebf7; }
    .wallet-foot { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #7f8aa0; font-size: 11px; }
    .wallet-foot span:first-child { color: #9aa8bf; }

    .proof-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #080d17; }
    .proof-grid { min-height: 128px; display: grid; grid-template-columns: repeat(4, 1fr); }
    .proof-item { padding: 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
    .proof-item:first-child { padding-left: 0; }
    .proof-item:last-child { border-right: 0; }
    .proof-item strong { margin-bottom: 7px; font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
    .proof-item span { color: var(--muted-2); font-size: 12px; }

    .section { padding: 132px 0; position: relative; }
    .section-head { max-width: 690px; margin-bottom: 56px; }
    .kicker { margin: 0 0 17px; color: var(--brand); font-size: 11px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
    h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.04; letter-spacing: -.055em; font-weight: 610; }
    .section-head > p:not(.kicker) { margin: 21px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

    .service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .service-card { --pointer-x: 50%; --pointer-y: 50%; min-height: 440px; padding: 42px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); transition: transform .35s cubic-bezier(.2,.72,.2,1), border-color .35s ease, box-shadow .35s ease; }
    .service-card::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: 0; background: radial-gradient(320px circle at var(--pointer-x) var(--pointer-y), rgba(var(--brand-rgb),.17), transparent 62%); transition: opacity .35s ease; pointer-events: none; }
    .service-card > * { position: relative; z-index: 2; }
    .service-card:hover { transform: translateY(-5px); border-color: rgba(var(--brand-rgb),.32); box-shadow: 0 25px 65px rgba(0,0,0,.24); }
    .service-card:hover::before { opacity: 1; }
    .service-card::after { content: ""; position: absolute; width: 310px; height: 310px; border-radius: 50%; right: -110px; bottom: -110px; filter: blur(6px); opacity: .42; }
    .service-card.on::after { background: linear-gradient(145deg, var(--cyan), transparent 64%); }
    .service-card.off::after { background: linear-gradient(145deg, var(--violet), transparent 64%); }
    .card-index { color: #67758c; font-size: 11px; letter-spacing: .14em; }
    .service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; border: 1px solid var(--line); background: rgba(255,255,255,.04); font-size: 24px; }
    .service-content { position: relative; z-index: 2; }
    .service-content h3 { margin: 0 0 12px; font-size: 32px; letter-spacing: -.04em; font-weight: 600; }
    .service-content p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.65; }
    .service-card:nth-child(2) { transition-delay: .1s; }

    .steps-section { background: #f3f6fb; color: #101522; }
    .steps-section .kicker { color: var(--brand); }
    .steps-section .section-head > p:not(.kicker) { color: #687386; }
    .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .step { min-height: 300px; padding: 28px; position: relative; overflow: hidden; border: 1px solid #dde3ef; border-radius: 18px; background: #fff; display: flex; flex-direction: column; box-shadow: 0 18px 40px rgba(35,52,89,.055); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
    .step::after { content: ""; position: absolute; width: 180px; height: 180px; right: -100px; top: -105px; border-radius: 50%; background: #dfe8ff; filter: blur(4px); opacity: .45; }
    .step:nth-child(2)::after { background: #dcecff; }
    .step:nth-child(3)::after { background: #e0e4ff; }
    .step:nth-child(4)::after { background: #e8e1ff; }
    .step:hover { transform: translateY(-5px); border-color: #c5d1ef; box-shadow: 0 24px 54px rgba(35,52,89,.1); }
    .step-num { position: relative; z-index: 2; color: var(--brand); font-size: 64px; line-height: 1; font-weight: 680; letter-spacing: -.07em; opacity: .9; }
    .step:nth-child(2) { transition-delay: .1s; }
    .step:nth-child(3) { transition-delay: .2s; }
    .step:nth-child(4) { transition-delay: .3s; }
    .step h3 { position: relative; z-index: 2; margin: auto 0 10px; font-size: 20px; letter-spacing: -.025em; }
    .step p { position: relative; z-index: 2; margin: 0; color: #788396; font-size: 13px; line-height: 1.6; }

    .network { padding: 112px 0; background: #0a101b; }
    .network-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 58px; }
    .network-copy p:not(.kicker) { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
    .network-note { margin-top: 34px; padding: 17px 18px; border-left: 2px solid var(--brand); background: rgba(var(--brand-rgb),.07); color: #9ba8bc; font-size: 13px; line-height: 1.6; }
    .capability-network { min-height: 470px; padding: 24px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(18,29,51,.96), rgba(8,14,26,.98)); box-shadow: 0 30px 85px rgba(0,0,0,.24); }
    .capability-network::before { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; top: -180px; border-radius: 50%; background: rgba(var(--brand-rgb),.3); filter: blur(58px); animation: networkAura 8s ease-in-out infinite alternate; }
    .network-brand { min-height: 76px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
    .network-brand-logo { width: 154px; height: auto; display: block; }
    .network-status { display: inline-flex; align-items: center; gap: 7px; color: #92a0b6; font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
    .network-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(104,229,174,.7); }
    .capability-grid { margin-top: 18px; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .capability-card { min-height: 155px; padding: 20px; border: 1px solid rgba(255,255,255,.085); border-radius: 16px; background: rgba(255,255,255,.035); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
    .capability-card:hover { transform: translateY(-3px); border-color: rgba(var(--brand-rgb),.28); background: rgba(var(--brand-rgb),.075); }
    .cap-index { color: #6f84be; font-size: 9px; font-weight: 750; letter-spacing: .14em; }
    .capability-card h3 { margin: 26px 0 8px; font-size: 17px; letter-spacing: -.02em; }
    .capability-card p { margin: 0; color: #7f8da3; font-size: 12px; line-height: 1.55; }

    .providers { padding: 64px 0 34px; background: #fff; color: #101522; }
    .providers h2 { margin: 0 0 38px; text-align: center; font-size: 28px; line-height: 1.25; letter-spacing: -.025em; }
    .provider-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; }
    .provider-item { min-width: 0; text-align: center; }
    .provider-logo { height: 64px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
    .provider-logo img { display: block; width: 100%; max-width: 170px; max-height: 42px; object-fit: contain; transform: scale(1); transform-origin: center; transition: transform .65s cubic-bezier(.22,1,.36,1); }
    @media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
      .provider-logo img:hover { transform: scale(1.06); }
    }
    .provider-logo .provider-aws { width: 100px; max-height: 64px; }
    .provider-item span { display: block; font-size: 14px; line-height: 1.5; color: #657084; }
    @media (max-width: 900px) { .provider-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 24px; } }
    @media (max-width: 550px) { .providers { padding: 46px 0; } .provider-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; } .provider-item:last-child { grid-column: 1 / -1; } .provider-logo img { max-width: 150px; } }
    .lp-section { padding: 0 0 44px; background: #fff; color: #101522; text-align: center; }
    .lp-section > .wrap { border-top: 1px solid #edf0f5; padding-top: 24px; }
    .lp-heading { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; }
    .lp-status { margin: 0; color: #657084; font-family: inherit; font-size: 14px; font-weight: 600; line-height: 1.5; letter-spacing: .02em; }
    .lp-window { margin-top: 8px; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent); }
    .lp-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 28px; align-items: center; }
    .lp-item { display: flex; align-items: center; justify-content: center; height: 70px; }
    .lp-item img { width: 145px; height: 34px; max-height: 34px; object-fit: contain; }
    .lp-item img[src*="lp-b2c2"], .lp-item img[src*="lp-cumberland"], .lp-item img[src*="lp-gsr"], .lp-item img[src*="lp-keyrock"], .lp-item img[src*="lp-auros"] { filter: brightness(0) opacity(.85); }
    .lp-item .lp-wintermute-icon { width: 25px; height: 20px; margin-right: 6px; }
    .lp-brand-name { font-size: 18px; font-weight: 600; letter-spacing: -.04em; }
    .lp-item svg { width: 160px; max-height: 48px; color: #f7f9ff; }
    .lp-running .lp-list { display: block; height: 96px; position: relative; }
    .lp-running .lp-item { position: absolute; top: 13px; left: 50%; width: 190px; margin-left: -95px; will-change: transform, opacity; }
    @media (prefers-reduced-motion: reduce) { .lp-window { mask-image: none; } }
    @media (max-width: 550px) { .lp-section { padding: 0 0 32px; } .lp-item img, .lp-item svg { width: 140px; } }
    .compliance { background: #111b2e; }
    .compliance-card { padding: 64px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 78px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg, rgba(55,92,200,.15), rgba(13,21,36,.5)); }
    .shield { width: 148px; height: 174px; position: relative; overflow: hidden; display: grid; place-items: center; clip-path: polygon(50% 0, 94% 17%, 86% 72%, 50% 100%, 14% 72%, 6% 17%); background: linear-gradient(145deg, #557cff, #47d7fa); filter: drop-shadow(0 24px 30px rgba(var(--brand-rgb),.25)); }
    .shield::before { content: ""; position: absolute; inset: 3px; clip-path: inherit; background: #15213a; }
    .shield span { position: relative; z-index: 2; font-size: 42px; color: #8fb9ff; }
    .shield::after { content: ""; position: absolute; z-index: 1; width: 180%; height: 34px; left: -40%; top: -55px; transform: rotate(-15deg); background: linear-gradient(180deg, transparent, rgba(125,222,255,.38), transparent); }
    .compliance-card.visible .shield::after { animation: shieldScan 1.5s ease-out .45s 1; }
    .compliance-copy h2 { font-size: clamp(36px, 4vw, 56px); }
    .compliance-copy > p { margin: 22px 0 0; color: #a4afc2; font-size: 16px; line-height: 1.72; }
    .compliance-meta { margin-top: 32px; padding-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-top: 1px solid var(--line); }
    .compliance-meta strong { display: block; margin-bottom: 7px; font-size: 13px; }
    .compliance-meta span { color: #7f8da4; font-size: 12px; line-height: 1.5; }

    .cta-section { padding: 118px 0; background: var(--brand); color: white; position: relative; overflow: hidden; }
    .cta-section::before { content: ""; position: absolute; width: 560px; height: 560px; right: -160px; top: -330px; border-radius: 50%; background: rgba(101,228,255,.34); filter: blur(35px); animation: ctaGlow 8s ease-in-out infinite alternate; }
    .cta-row { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
    .cta-row h2 { max-width: 700px; }
    .cta-row p { margin: 18px 0 0; color: rgba(255,255,255,.74); font-size: 16px; }
    .cta-row .button { flex: 0 0 auto; background: white; color: var(--brand); box-shadow: 0 16px 35px rgba(13,41,120,.2); }
    .contact-box { min-width: 330px; padding: 16px 17px 16px 21px; display: flex; align-items: center; gap: 16px; border-radius: 12px; background: rgba(255,255,255,.98); color: var(--brand); box-shadow: 0 16px 35px rgba(13,41,120,.2); }
    .contact-box strong { flex: 1; font-size: 15px; letter-spacing: -.01em; }
    .copy-button { min-height: 38px; padding: 0 14px; border: 0; border-radius: 7px; background: var(--brand); color: white; cursor: pointer; font: inherit; font-size: 12px; font-weight: 650; transition: background .2s ease, transform .2s ease; }
    .copy-button:hover { background: var(--brand-hover); }
    .copy-button.copied { background: #13735a; transform: scale(.97); }
    .copy-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

    footer { padding: 54px 0 38px; background: #050810; }
    .footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
    .footer-brand p { max-width: 380px; margin: 20px 0 0; color: #78859a; font-size: 13px; line-height: 1.6; }
    .footer-wordmark { display: inline-block; color: #f7f9ff; font-size: 21px; font-weight: 720; letter-spacing: -.04em; }
    .footer-links { display: flex; align-items: flex-start; gap: 36px; flex-wrap:wrap; }
    .footer-col { display: grid; align-content: start; gap: 12px; line-height: 1.6; }
    .footer-col strong { margin-bottom: 4px; color: #dae1ed; font-size: 12px; }
    .footer-col a, .footer-col .footer-text { color: #78859a; font-size: 12px; }
    .footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; gap: 30px; color: #667287; font-size: 10px; line-height: 1.55; }
    .footer-bottom p { margin: 0; max-width: 780px; }

    [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
    [data-reveal].visible { opacity: 1; transform: translateY(0); }

    @keyframes heroEnter { to { opacity: 1; transform: translateY(0); } }
    @keyframes assetBounce {
      0%, 12%, 100% { transform: translateY(0); }
      4% { transform: translateY(-5px); }
      7% { transform: translateY(0); }
      9% { transform: translateY(-1.5px); }
    }
    @keyframes titleFlow { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
    @keyframes glowDriftLeft { to { transform: translate(70px, 34px) scale(1.08); } }
    @keyframes glowDriftRight { to { transform: translate(-65px, 42px) scale(.94); } }
    @keyframes walletFloat { 0%, 100% { transform: rotateY(-5deg) rotateZ(-1.5deg) translateY(0); } 50% { transform: rotateY(-4deg) rotateZ(-1deg) translateY(-8px); } }
    @keyframes networkAura { to { transform: translate(-80px, 70px) scale(1.12); } }
    @keyframes ctaGlow { to { transform: translate(-75px, 45px) scale(1.08); } }
    @keyframes shieldScan { from { top: -55px; } to { top: 205px; } }

    @media (prefers-reduced-motion: reduce) {
      .wallet-route .asset-icon { animation: none; transform: none; }
      html { scroll-behavior: auto; }
      [data-reveal] { opacity: 1; transform: none; transition: none; }
      .button { transition: none; }
      .hero::before, .hero::after, h1 span, .wallet-card, .capability-network::before, .shield::after, .cta-section::before { animation: none !important; }
      .transfer-particle { display: none; }
      .hero-copy > * { opacity: 1; transform: none; animation: none !important; }
      .service-card, .copy-button, .step, .capability-card { transition: none; }
    }

    @media (max-width: 940px) {
      .nav-links { display: none; }
      .hero-grid, .network-grid { grid-template-columns: 1fr; }
      .hero-copy { text-align: center; }
      .hero-copy > p, .section-head { margin-inline: auto; }
      .hero-actions, .trust-row { justify-content: center; }
      .hero-visual { min-height: 500px; margin-top: 34px; }
      .proof-grid { grid-template-columns: 1fr 1fr; }
      .proof-item:nth-child(2) { border-right: 0; }
      .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      .proof-item:first-child { padding-left: 30px; }
      .steps { grid-template-columns: 1fr 1fr; }
      .compliance-card { grid-template-columns: 1fr; gap: 45px; }
      .shield { margin-inline: auto; }
      .cta-row { align-items: flex-start; flex-direction: column; }
    }

    @media (max-width: 650px) {
      .wrap { width: min(var(--max), calc(100% - 28px)); }
      .header .button.small { min-height: 38px; padding-inline: 12px; }
      .brand { width: 148px; height: 46px; }
      .brand-logo { width: 153px; margin-left: -5px; }
      .hero { padding-top: 136px; }
      h1 { font-size: 54px; }
      .hero-copy > p { font-size: 16px; }
      .hero-actions { flex-direction: column; gap: 18px; }
      .trust-row { align-items: center; flex-direction: column; gap: 10px; }
      .hero-visual { min-height: 0; margin-top: 28px; padding: 24px 0; }
      .wallet-scene { min-height: 390px; }
      .wallet-card { width: calc(100% - 20px); min-height: 300px; padding: 25px 22px 22px; transform: none; animation: none; }
      .wallet-balance { margin-top: 25px; font-size: 32px; }
      .wallet-route { margin: 45px 0 38px; gap: 12px; }
      .asset-icon + .asset-icon { margin-left: -8px; }
      .asset-icon { width: 32px; height: 32px; }
      .nav-actions { gap: 8px; }
      .header .brand { width: 120px; flex-shrink: 0; }
      .header .brand { gap: 3px; }
      .header .brand-logo { width: 124px; margin-left: -4px; }
      .language-trigger { min-width: 82px; padding-inline: 8px; gap: 8px; font-size: 12px; }
      .wallet-foot { align-items: flex-start; flex-direction: column; gap: 8px; }
      .proof-grid, .service-grid, .steps, .compliance-meta { grid-template-columns: 1fr; }
      .proof-item { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); padding-left: 18px !important; }
      .proof-item:last-child { border-bottom: 0; }
      .section, .network { padding: 95px 0; }
      .service-card { min-height: 360px; padding: 30px; }
      .steps { gap: 12px; }
      .step { min-height: 250px; }
      .capability-grid { grid-template-columns: 1fr; }
      .capability-network { min-height: 0; }
      .compliance-card { padding: 38px 28px; }
      .cta-section { padding: 90px 0; }
      .contact-box { width: 100%; min-width: 0; flex-wrap: wrap; }
      .footer-top, .footer-bottom { flex-direction: column; }
      .footer-links { gap: 34px; flex-wrap: wrap; }
    }

/* Shared shell: page-specific styles must not override these selectors. */
.nav-product-link { position:relative; }
.nav-product-badge { position:absolute;top:calc(100% + 4px);left:50%;transform:translateX(-50%);font-size:10px;line-height:1.2;font-weight:500;letter-spacing:.02em;white-space:nowrap;color:#929db5; }
@media(max-width:1100px){.header .mobile-products{padding-bottom:28px!important}}
.header .nav { display:grid;grid-template-columns:184px minmax(0,1fr) max-content;gap:24px; }
.header .brand,.header .nav-actions { flex-shrink:0; }
.header .nav-links { gap:24px;white-space:nowrap;justify-content:center;min-width:0; }
.header .nav-actions { width:max-content;justify-content:flex-end; }
.header .brand-logo { width:190px;height:54px;object-fit:contain;flex:none; }
.header .button:hover { transform:none; }
.header .language-trigger { width:108px; }
.header .button.small,.header .language-trigger { height:var(--control-height);min-height:var(--control-height);font-size:14px;line-height:1.4; }
.header .button.small { min-width:110px;white-space:nowrap;flex-shrink:0; }
button,input,select,textarea { font-family:var(--font-ui); }
.cta-row h2 { font-size:clamp(32px,4vw,56px);line-height:1.15;letter-spacing:-.04em; }
@media(max-width:550px){.header .nav{gap:10px}.header .button.small{min-width:0}.header .language-trigger{min-width:90px}.header .nav-actions{gap:10px}}
[hidden] { display:none!important; }
@media(max-width:1100px){.header .nav{grid-template-columns:184px max-content;justify-content:space-between}.header .nav-links{display:none}.header .mobile-products{display:flex;justify-content:center;gap:24px;padding:0 14px 12px;color:#b7c0d0;font-size:13px}.hero{padding-top:172px}}
@media(max-width:650px){.header .nav{grid-template-columns:120px minmax(0,1fr)}.header .brand-logo{width:124px;height:46px}.header .nav-actions{width:auto}.header .language-trigger{width:90px;min-width:90px}}
@media(max-width:360px){.header .nav{grid-template-columns:104px minmax(0,1fr)}.header .brand{width:104px}.header .brand-logo{width:108px}.header .language-trigger{width:80px;min-width:80px;font-size:12px}.header .button.small{padding-inline:8px;font-size:12px}.header .nav-actions{gap:8px}}
