:root {
      --w2b-paper: #f2efe8;
      --w2b-ink: #101820;
      --w2b-blue: #2d7fc4;
      --w2b-ice: #dde7e5;
      --w2b-coral: #ff6b4a;
      --w2b-white: #faf9f6;
      --w2b-blue-action: #236ea8;
      --w2b-blue-hover: #1c5d90;
      --w2b-text-secondary: #536069;
      --w2b-border-light: rgba(16,24,32,.14);
      --w2b-border-dark: rgba(250,249,246,.16);
      --w2b-success: #20815b;
      --w2b-danger: #b42318;
      --w2b-warning: #946200;
      --navy: var(--w2b-ink);
      --navy-2: #18242c;
      --ink: var(--w2b-ink);
      --muted: var(--w2b-text-secondary);
      --stone: var(--w2b-paper);
      --white: var(--w2b-white);
      --line: var(--w2b-border-light);
      --blue: var(--w2b-blue);
      --ice: var(--w2b-ice);
      --green: var(--w2b-success);
      --coral: var(--w2b-coral);
      --sans: "Geist", Arial, sans-serif;
      --display: "Newsreader", Georgia, serif;
      --mono: "Geist Mono", monospace;
      --max: 1240px;
      --header-height: 56px;
      --ease: cubic-bezier(.35,0,0,1);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); overflow-x: clip; }
    body { margin: 0; background: var(--w2b-paper); color: var(--w2b-ink); font-family: var(--sans); font-size: 17px; font-weight: 400; line-height: 1.55; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: clip; }
    a { color: inherit; }
    button, input, textarea, select { font: inherit; }
    :focus-visible { outline: 3px solid rgba(45,127,196,.35); outline-offset: 3px; }
    .skip { position: fixed; top: -70px; left: 18px; z-index: 300; padding: 12px 16px; background: var(--w2b-white); color: var(--w2b-ink); }
    .skip:focus { top: 18px; }
    .wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
    main section[id] { scroll-margin-top: 0; }
    .site-nav { position: fixed; inset: 0 0 auto; z-index: 100; padding-block: 5px; padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right)); color: var(--w2b-ink); transition: color .4s ease, background .4s ease, opacity .25s ease, border-color .4s ease; }
    .site-nav .wrap { width: min(100%, var(--max)); }
    .site-nav.light, .site-nav.scrolled { color: var(--w2b-ink); background: rgba(242,239,232,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(16,24,32,.1); }
    .site-nav.on-dark { color: var(--w2b-white); background: rgba(16,24,32,.9); border-bottom-color: var(--w2b-border-dark); }
    .nav { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand { text-decoration: none; }
    .brand-logo { display: inline-flex; align-items: center; }
    .brand-logo img { display: block; width: 112px; height: auto; transition: opacity .2s ease; }
    .brand-logo:hover img { opacity: .8; }
    .logo-on-dark { display: none !important; }
    .site-nav.on-dark .logo-on-light { display: none; }
    .site-nav.on-dark .logo-on-dark { display: block !important; }
    .nav-links { display: flex; align-items: center; gap: 24px; }
    .nav-links a { position: relative; text-decoration: none; font-size: 13px; font-weight: 500; line-height: 1.2; }
    .nav-links a:not(.btn) { opacity: .72; transition: opacity .2s ease; }
    .nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .3s var(--ease); }
    .nav-links a:not(.btn):hover { opacity: 1; }
    .nav-links a:not(.btn):hover::after { right: 0; }
    .language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 2px; border: 1px solid rgba(16,24,32,.18); border-radius: 999px; background: rgba(250,249,246,.42); }
    .language-switch button { width: 31px; height: 28px; padding: 0; border: 0; border-radius: 999px; color: var(--w2b-text-secondary); background: transparent; font: 500 10px var(--mono); cursor: pointer; transition: color .2s ease,background .2s ease; }
    .language-switch button[aria-pressed="true"] { color: var(--w2b-white); background: var(--w2b-ink); }
    .site-nav.on-dark .language-switch { border-color: var(--w2b-border-dark); background: rgba(250,249,246,.04); }
    .site-nav.on-dark .language-switch button { color: rgba(250,249,246,.66); }
    .site-nav.on-dark .language-switch button[aria-pressed="true"] { color: var(--w2b-ink); background: var(--w2b-white); }
    .btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid currentColor; border-radius: 999px; background: transparent; text-decoration: none; font-size: 15px; font-weight: 500; line-height: 1; cursor: pointer; transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease; }
    .btn:hover { opacity: .82; }
    .btn:active { transform: scale(.98); }
    .button-primary { color: var(--w2b-white); background: var(--w2b-blue-action); border-color: var(--w2b-blue-action); }
    .button-primary:hover { background: var(--w2b-blue-hover); border-color: var(--w2b-blue-hover); opacity: 1; }
    .nav-contact { min-height: 36px; padding-inline: 16px; border-color: var(--w2b-ink); color: var(--w2b-white); background: var(--w2b-ink); font-size: 13px; }
    .site-nav.on-dark .nav-contact { border-color: var(--w2b-white); color: var(--w2b-ink); background: var(--w2b-white); }
    .menu { display: none; flex: 0 0 auto; min-width: 72px; width: auto; height: 40px; padding: 0 14px; border: 1px solid currentColor; border-radius: 999px; background: transparent; color: inherit; font: 500 13px/1 var(--sans); white-space: nowrap; cursor: pointer; }
    .hero-scroll { height: 220vh; position: relative; background: var(--w2b-paper); }
    .scene { position: sticky; top: 0; height: 100svh; min-height: 720px; overflow: hidden; background: radial-gradient(circle at 82% 18%,rgba(45,127,196,.12),transparent 28%),radial-gradient(circle at 96% 88%,rgba(255,107,74,.08),transparent 22%),var(--w2b-paper); isolation: isolate; }
    .scene-grid { position: absolute; inset: 0; opacity: .7; background: radial-gradient(circle at 78% 62%,rgba(221,231,229,.72),transparent 29%); }
    .scene-grid::after { content: ""; position: absolute; width: min(54vw,760px); aspect-ratio: 1; right: -15%; bottom: -42%; border-radius: 50%; border: 1px solid rgba(45,127,196,.08); box-shadow: 0 0 0 90px rgba(45,127,196,.04),0 0 0 180px rgba(45,127,196,.025); }
    .hero-copy { position: absolute; z-index: 8; left: max(5vw, calc((100vw - var(--max))/2)); top: 19%; width: min(900px, 62vw); color: var(--w2b-ink); will-change: transform, opacity; }
    .eyebrow { display: block; margin: 0 0 20px; color: var(--w2b-blue-action); font: 500 14px/1.35 var(--sans); letter-spacing: .01em; text-transform: none; }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { font-family: var(--display); }
    h1 { margin-bottom: 28px; font-size: clamp(3.25rem, 5.4vw, 5.5rem); font-weight: 400; font-optical-sizing: auto; line-height: .92; letter-spacing: -.045em; }
    h1 strong { font-weight: 500; }
    .hero-title { max-width: 18ch; }
    .hero-title span { display: block; }
    .hero-title .brand-line { color: var(--w2b-blue); }
    h2 { max-width: 15ch; margin-bottom: 24px; font-size: clamp(2.75rem, 4.6vw, 4.5rem); font-weight: 400; font-optical-sizing: auto; line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
    h2 strong { font-weight: 500; }
    .hero-copy > p:not(.eyebrow) { max-width: 620px; color: var(--w2b-text-secondary); font-size: clamp(1.0625rem,1.4vw,1.25rem); line-height: 1.5; }
    .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 32px; }
    .hero-copy .btn:not(.button-primary) { color: var(--w2b-ink); }
    .btn-quiet { min-height: 44px; padding-inline: 2px; border: 0; border-radius: 0; opacity: .72; }
    .btn-quiet span { transition: transform .25s ease; }
    .btn-quiet:hover { opacity: 1; }
    .btn-quiet:hover span { transform: translateX(4px); }
    .panel-expand { position: absolute; z-index: 2; left: 50%; bottom: 0; width: 420px; height: 610px; border-radius: 36px 36px 0 0; background: var(--w2b-white); opacity: 0; transform: translateX(-50%); transform-origin: 50% 100%; will-change: transform, border-radius, opacity; }
    .cards-stage { position: absolute; z-index: 6; left: 78%; top: 18%; width: 0; height: 570px; will-change: transform; transform-origin: 50% 100%; }
    .scene-card { position: absolute; top: 0; left: 0; width: 340px; height: 520px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; overflow: hidden; transform-origin: 50% 100%; will-change: transform, opacity; }
    .card-left { margin-left: -575px; background: #23323b; opacity: 0; transform: translateX(-20%) scale(.9); }
    .card-center { width: 310px; height: 610px; margin-left: -155px; padding: 9px; border: 0; border-radius: 50px; overflow: visible; background: linear-gradient(145deg,#8b9197 0%,#24282d 18%,#080a0d 78%,#747b82 100%); color: var(--ink); box-shadow: 0 40px 110px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.28); }
    .card-right { margin-left: 225px; background: #18242c; opacity: 0; transform: translateX(20%) scale(.9); }
    .phone-screen { --active-accent: var(--w2b-blue); position: relative; width: 100%; height: 100%; border-radius: 42px; overflow: hidden; background: var(--w2b-ice); box-shadow: inset 0 0 0 1px rgba(250,249,246,.38); }
    .phone-screen::before { content: ""; position: absolute; z-index: 20; left: 50%; top: 12px; width: 86px; height: 23px; border-radius: 999px; background: #07090b; transform: translateX(-50%); box-shadow: inset 0 -1px rgba(255,255,255,.1); }
    .phone-screen::after { content: ""; position: absolute; z-index: 20; left: 50%; bottom: 8px; width: 92px; height: 4px; border-radius: 999px; background: rgba(13,17,21,.64); transform: translateX(-50%); }
    .phone-button { position: absolute; width: 3px; border-radius: 2px 0 0 2px; background: #373c42; }
    .phone-button.mute { left: -3px; top: 102px; height: 30px; }
    .phone-button.volume { left: -3px; top: 148px; height: 65px; }
    .phone-button.power { right: -3px; top: 162px; height: 82px; border-radius: 0 2px 2px 0; }
    .phone-view { position: absolute; inset: 0; padding: 0 17px 48px; opacity: 0; transform: translateY(13px) scale(.985); pointer-events: none; transition: opacity .38s ease, transform .48s var(--ease); }
    .phone-view.active { z-index: 2; opacity: 1; transform: none; pointer-events: auto; }
    .view-portfolio { --tenant: var(--w2b-blue); --tenant-soft: #dcebf6; background: #eef3f4; }
    .view-trading { --tenant: var(--w2b-success); --tenant-soft: #d9ebe4; background: #edf3f0; }
    .view-cash { --tenant: var(--w2b-coral); --tenant-soft: #f6ded7; background: #f5f0ea; }
    .app-bar { height: 76px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 0 2px 12px; }
    .tenant-brand { display: flex; align-items: center; gap: 8px; }
    .tenant-mark { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px 9px 14px 9px; background: var(--tenant); color: var(--w2b-white); font-size: 12px; font-weight: 500; }
    .tenant-brand strong { font-size: 12px; font-weight: 500; letter-spacing: -.02em; }
    .app-context { color: #718094; font: 500 8px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
    .demo-body { padding: 18px 1px 0; }
    .white-label-badge { display: inline-flex; margin-bottom: 10px; padding: 5px 8px; border: 1px solid rgba(16,24,32,.12); border-radius: 999px; color: var(--w2b-text-secondary); font: 500 7px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
    .demo-overline { margin: 0 0 9px; color: var(--tenant); font: 500 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
    .demo-title { max-width: 245px; margin: 0 0 16px; font-family: var(--sans); font-size: 25px; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
    .demo-primary { min-height: 132px; padding: 16px; border-radius: 24px 24px 38px 24px; background: var(--w2b-white); box-shadow: 0 12px 36px rgba(16,24,32,.07); }
    .demo-primary small { display: block; color: #78869a; font-size: 9px; }
    .demo-primary strong { display: block; margin-top: 7px; font-family: var(--sans); font-size: 23px; font-weight: 500; line-height: 1.05; }
    .demo-primary p { margin: 8px 0 0; color: #677589; font-size: 10px; line-height: 1.45; }
    .demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
    .demo-module { min-height: 75px; padding: 12px; border-radius: 16px; background: rgba(255,255,255,.72); }
    .demo-module span { display: block; color: #7a8797; font-size: 8px; text-transform: uppercase; letter-spacing: .04em; }
    .demo-module b { display: block; margin-top: 7px; color: #1a2635; font-size: 11px; font-weight: 600; }
    .demo-module.full { grid-column: 1 / -1; min-height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 16px 16px 28px 16px; }
    .demo-module.full b { margin: 0; }
    .product-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; background: var(--tenant-soft); color: var(--tenant); font-size: 8px; font-weight: 600; }
    .product-chip::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
    .market-stack { display: grid; gap: 8px; margin-top: 10px; }
    .market-row { min-height: 62px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 17px; background: rgba(255,255,255,.78); }
    .market-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 11px; background: var(--tenant-soft); color: var(--tenant); font: 500 9px var(--mono); }
    .market-row strong { display: block; font-size: 10px; font-weight: 600; }
    .market-row small { display: block; color: #78869a; font-size: 8px; }
    .market-row > span:last-child { color: var(--tenant); font-size: 9px; font-weight: 600; }
    .cash-balance { min-height: 166px; padding: 18px; border-radius: 28px 28px 48px 28px; background: var(--tenant); color: var(--w2b-white); box-shadow: 0 18px 42px rgba(16,24,32,.14); }
    .cash-balance small { font-size: 9px; opacity: .72; }
    .cash-balance strong { display: block; margin: 16px 0 7px; font-family: var(--sans); font-size: 34px; font-weight: 500; letter-spacing: -.025em; }
    .cash-balance p { margin: 0; font-size: 9px; opacity: .8; }
    .phone-switcher { position: absolute; z-index: 15; left: 50%; bottom: 17px; display: flex; align-items: center; gap: 2px; padding: 3px 5px; border-radius: 999px; background: rgba(255,255,255,.78); transform: translateX(-50%); backdrop-filter: blur(8px); }
    .phone-switcher button { width: 24px; height: 20px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
    .phone-switcher button::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #aeb7c2; transition: width .25s ease, background .25s ease; }
    .phone-switcher button.active::after { width: 16px; border-radius: 999px; background: var(--active-accent); }
    .card-head { height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.18); color: #dbe2eb; font-size: 10px; }
    .card-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
    .card-body { height: calc(100% - 58px); padding: 24px; display: flex; flex-direction: column; }
    .card-label { color: #a8b6ca; font: 500 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
    .card-value { margin: 16px 0 8px; color: var(--w2b-white); font-family: var(--sans); font-size: 37px; font-weight: 500; line-height: 1; letter-spacing: -.025em; }
    .card-copy { color: #aebbc9; font-size: 12px; }
    .goal-ring { width: 200px; height: 200px; display: grid; place-items: center; margin: auto; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: inset 0 0 0 34px rgba(255,255,255,.04); }
    .goal-ring::before { content: ""; width: 104px; height: 104px; border: 18px solid var(--w2b-blue); border-right-color: rgba(250,249,246,.15); border-radius: 50%; transform: rotate(-35deg); }
    .advisor-message { margin-top: auto; padding: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px 12px 12px 2px; color: #e8edf3; font-size: 12px; line-height: 1.55; }
    .advisor-meta { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: #9eacbd; font-size: 9px; }
    .advisor-mark { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--w2b-blue); border-radius: 50%; color: var(--w2b-blue); font: 500 9px var(--mono); }
    .next-copy { position: absolute; z-index: 5; left: 50%; top: 12%; width: min(1040px, 88vw); padding: clamp(40px,4.5vw,64px); overflow: hidden; border: 1px solid rgba(45,127,196,.14); border-radius: 56px; color: var(--ink); background: linear-gradient(135deg,rgba(221,231,229,.94),rgba(250,249,246,.9) 62%,rgba(255,107,74,.12)); box-shadow: 0 30px 90px rgba(16,24,32,.1); text-align: center; opacity: 0; transform: translate(-50%,75px) scale(.75); will-change: transform, opacity; }
    .next-copy::after { content: ""; position: absolute; right: -72px; bottom: -92px; width: 210px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,107,74,.2); box-shadow: 0 0 0 34px rgba(255,107,74,.05); pointer-events: none; }
    .next-copy .eyebrow { position: relative; z-index: 1; margin-bottom: 22px; color: var(--w2b-blue-action); text-align: center; }
    .next-copy h2 { max-width: none; margin-inline: auto; font-size: clamp(46px, 5vw, 72px); }
    .next-copy h2 strong { color: var(--w2b-blue-action); }
    .next-copy h2 span { display: block; }
    .next-copy p { position: relative; z-index: 1; max-width: 680px; margin-inline: auto; color: var(--muted); font-size: 17px; }
    .content { background: var(--w2b-paper); }
    .section { padding-block: 112px; border-bottom: 1px solid var(--line); }
    .section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 64px; }
    .lead { max-width: 700px; color: var(--muted); font-size: clamp(1.0625rem,1.4vw,1.25rem); line-height: 1.5; }
    .trust { position: absolute; z-index: 12; inset: auto 0 0; padding-block: 0; overflow: hidden; background: rgba(242,239,232,.96); border-top: 1px solid var(--w2b-border-light); border-bottom: 1px solid var(--w2b-border-light); opacity: 0; transform: translateY(100%); will-change: opacity,transform; }
    .trust-track { width: max-content; display: flex; animation: trust-marquee 34s linear infinite; will-change: transform; }
    .trust:hover .trust-track { animation-play-state: paused; }
    .trust-group { display: flex; flex: 0 0 auto; }
    .trust-item { position: relative; width: 330px; min-height: 86px; padding: 14px 28px 13px 50px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
    .trust-item::before { content: ""; position: absolute; left: 26px; top: 27px; width: 8px; height: 8px; border-radius: 50%; background: var(--trust-accent,var(--blue)); box-shadow: 0 0 0 5px color-mix(in srgb,var(--trust-accent,var(--blue)) 12%,transparent); }
    .trust-item small { color: var(--w2b-text-secondary); font: 500 9px/1.3 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
    .trust-item strong { max-width: 260px; font-family: var(--display); font-size: 15px; font-weight: 500; line-height: 1.18; letter-spacing: -.015em; }
    @keyframes trust-marquee { to { transform: translate3d(var(--trust-shift, -50%),0,0); } }
    .products-section { min-height: calc(100svh - 56px); display: flex; align-items: center; padding-block: clamp(68px,8vh,96px); background: var(--w2b-ice); }
    .products-section > .wrap { width: min(calc(100% - 48px),var(--max)); }
    .products-section .section-head { grid-template-columns: 1.05fr .65fr; align-items: center; margin-bottom: 34px; }
    .products-section .section-head h2 { max-width: 12ch; font-size: clamp(46px,4vw,62px); }
    html[lang="en"] .products-section .section-head { grid-template-columns: 1.2fr .65fr; gap: 56px; }
    html[lang="en"] .products-section .section-head h2 { max-width: 20ch; font-size: clamp(44px,3.6vw,56px); }
    html[lang="en"] .products-section .section-head .lead { max-width: 430px; justify-self: end; }
    .product-showcase { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
    .product-card { position: relative; min-height: 430px; padding: 28px; border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; }
    .product-card.cash { grid-column: auto; background: var(--w2b-white); border: 1px solid rgba(16,24,32,.08); }
    .product-card.managed { grid-column: auto; background: var(--w2b-paper); color: var(--w2b-ink); border: 1px solid rgba(16,24,32,.08); }
    .product-card.trading { grid-column: auto; min-height: 430px; display: flex; gap: 0; background: rgba(250,249,246,.66); border: 1px solid rgba(16,24,32,.08); }
    .product-card::after { content: ""; position: absolute; width: 260px; aspect-ratio: 1; right: -95px; top: -105px; border-radius: 50%; background: rgba(45,127,196,.08); box-shadow: 0 0 0 38px rgba(45,127,196,.035); }
    .product-card.managed::after { background: rgba(221,231,229,.72); box-shadow: 0 0 0 38px rgba(45,127,196,.025); }
    .product-card.trading::after { top: auto; bottom: -150px; background: rgba(255,107,74,.08); }
    .product-copy { position: relative; z-index: 2; }
    .product-label { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 20px; color: var(--w2b-blue-action); font: 500 11px/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
    .product-label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
    .managed .product-label { color: var(--w2b-blue-action); }
    .product-card h3 { max-width: 500px; margin: 0 0 12px; font-size: clamp(31px,2.7vw,40px); font-weight: 500; line-height: 1; letter-spacing: -.025em; }
    .product-card p { max-width: 520px; margin-bottom: 15px; color: var(--w2b-text-secondary); font-size: 13px; line-height: 1.5; }
    .managed p { color: var(--w2b-text-secondary); }
    .product-meta { display: flex; flex-wrap: wrap; gap: 7px; }
    .product-meta span { padding: 6px 10px; border-radius: 999px; background: rgba(45,127,196,.08); color: var(--w2b-blue-action); font-size: 10px; text-transform: uppercase; letter-spacing: .045em; }
    .managed .product-meta span { background: rgba(16,24,32,.06); color: var(--w2b-text-secondary); }
    .cash-visual { position: relative; z-index: 2; margin-top: auto; min-height: 138px; padding: 20px; border-radius: 24px 24px 48px 24px; background: var(--w2b-paper); box-shadow: none; }
    .cash-visual small { color: #718095; font-size: 10px; }
    .cash-visual strong { display: block; margin: 12px 0 16px; font-family: var(--sans); font-size: 32px; font-weight: 500; }
    .cash-status { display: flex; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid #e6eaf0; color: #5f6f83; font-size: 10px; }
    .strategy-visual { position: relative; z-index: 2; margin-top: auto; min-height: 150px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8px; }
    .goal-panel { padding: 19px; border-radius: 24px 24px 24px 46px; background: var(--w2b-white); color: var(--ink); }
    .goal-panel small { color: #718095; font-size: 9px; }
    .goal-panel strong { display: block; margin: 9px 0 7px; font-family: var(--sans); font-size: 20px; font-weight: 500; line-height: 1.1; }
    .goal-panel p { margin: 0; color: #667386; font-size: 10px; }
    .strategy-chips { display: grid; gap: 8px; }
    .strategy-chip { padding: 13px; border-radius: 18px; background: var(--w2b-ice); display: flex; flex-direction: column; justify-content: flex-end; }
    .strategy-chip span { color: var(--w2b-text-secondary); font-size: 8px; text-transform: uppercase; }
    .strategy-chip b { margin-top: 6px; color: var(--w2b-ink); font-size: 12px; font-weight: 500; }
    .trading-visual { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: auto; }
    .asset-tile { min-height: 132px; padding: 14px; border-radius: 19px; background: var(--w2b-white); display: flex; flex-direction: column; }
    .asset-symbol { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--w2b-ice); color: var(--w2b-blue-action); font: 500 9px var(--mono); }
    .asset-tile strong { margin-top: auto; font-family: var(--sans); font-size: 16px; font-weight: 500; }
    .asset-tile small { color: #667386; font-size: 9px; }
    .ai-section { background: var(--w2b-paper); color: var(--w2b-ink); }
    .ai-heading { max-width: 940px; margin: 0 auto 46px; text-align: center; }
    .ai-heading .eyebrow { text-align: center; }
    .ai-heading h2 { max-width: none; margin: 0 auto 20px; }
    .ai-section .lead { max-width: 720px; margin-inline: auto; color: var(--w2b-text-secondary); }
    .advisor-ecosystem { max-width: 1160px; display: grid; grid-template-columns: minmax(0,.92fr) 118px minmax(0,1.08fr); align-items: stretch; margin-inline: auto; }
    .experience-panel { min-height: 390px; padding: 20px; border-radius: 24px; overflow: hidden; }
    .client-experience { background: var(--w2b-ice); border: 1px solid rgba(16,24,32,.08); }
    .institution-experience { color: var(--w2b-white); background: var(--w2b-ink); border: 1px solid var(--w2b-border-dark); }
    .experience-head { min-height: 58px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
    .surface-label { display: block; margin-bottom: 8px; color: var(--w2b-blue-action); font: 500 10px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
    .institution-experience .surface-label { color: var(--w2b-ice); }
    .experience-head strong { display: block; max-width: 320px; font-size: 18px; font-weight: 500; line-height: 1.2; letter-spacing: -.02em; }
    .live-status { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; color: var(--w2b-text-secondary); font: 500 9px var(--mono); }
    .live-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--w2b-coral); animation: processing 1.8s ease-in-out infinite; }
    .institution-experience .live-status { color: rgba(250,249,246,.62); }
    @keyframes processing { 50% { opacity: .35; transform: scale(.72); } }
    .client-screen { display: grid; gap: 9px; margin-top: 10px; }
    .client-goal { padding: 16px; border-radius: 20px 20px 34px 20px; background: var(--w2b-white); }
    .client-goal small, .guidance-card small, .record-stat small, .activity-copy small { color: var(--w2b-text-secondary); font: 500 9px/1.3 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
    .client-goal > strong { display: block; max-width: 360px; margin: 6px 0 12px; font-size: 20px; font-weight: 500; line-height: 1.15; letter-spacing: -.025em; }
    .goal-progress { position: relative; height: 6px; overflow: hidden; border-radius: 999px; background: rgba(16,24,32,.08); }
    .goal-progress span { display: block; width: 64%; height: 100%; border-radius: inherit; background: var(--w2b-blue); }
    .goal-progress i { position: absolute; left: 64%; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--w2b-coral); transform: translate(-50%,-50%); }
    .goal-meta { display: flex; justify-content: space-between; gap: 16px; margin-top: 9px; color: var(--w2b-text-secondary); font-size: 10px; }
    .guidance-card { display: grid; grid-template-columns: 30px 1fr; gap: 11px; padding: 13px; border: 1px solid rgba(45,127,196,.18); border-radius: 16px; background: rgba(45,127,196,.08); }
    .guidance-mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: var(--w2b-blue-action); color: var(--w2b-white); font: 500 9px var(--mono); }
    .guidance-card p { margin: 3px 0 5px; color: var(--w2b-ink); font-size: 11px; line-height: 1.4; }
    .guidance-action { color: var(--w2b-blue-action); font-size: 11px; font-weight: 500; }
    .capability-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 10px; overflow: hidden; border: 1px solid rgba(16,24,32,.08); border-radius: 14px; background: rgba(16,24,32,.08); }
    .capability-strip span { min-height: 42px; display: grid; place-items: center; padding: 8px; color: var(--w2b-text-secondary); background: rgba(250,249,246,.7); font-size: 9px; font-weight: 500; text-align: center; }
    .context-bridge { position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
    .context-bridge::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: linear-gradient(90deg,transparent,rgba(255,107,74,.45) 18%,var(--w2b-coral) 50%,rgba(255,107,74,.45) 82%,transparent); transform: translateY(-50%); }
    .context-bridge::after { content: ""; position: absolute; left: 0; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--w2b-coral); box-shadow: 0 0 0 7px rgba(255,107,74,.12),0 0 24px rgba(255,107,74,.4); animation: bridge-packet 2.8s var(--ease) infinite; }
    .bridge-hub { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,107,74,.34); border-radius: 50%; background: var(--w2b-paper); box-shadow: 0 14px 30px rgba(16,24,32,.09),0 0 0 8px rgba(255,107,74,.07); }
    .bridge-hub::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,107,74,.68); border-radius: 50%; animation: bridge-orbit 7s linear infinite; }
    .bridge-hub::after { content: ""; width: 13px; height: 13px; border-radius: 4px; background: var(--w2b-coral); box-shadow: 0 0 0 5px rgba(255,107,74,.13); transform: rotate(45deg); }
    .bridge-hub i { position: absolute; inset: -7px; border: 1px solid rgba(255,107,74,.2); border-radius: 50%; animation: bridge-pulse 2.8s ease-out infinite; }
    @keyframes bridge-packet { 0% { left: 0; opacity: 0; transform: translate(-50%,-50%) scale(.65); } 18%,82% { opacity: 1; } 100% { left: 100%; opacity: 0; transform: translate(-50%,-50%) scale(1); } }
    @keyframes bridge-orbit { to { transform: rotate(360deg); } }
    @keyframes bridge-pulse { 0%,45% { opacity: 0; transform: scale(.72); } 75% { opacity: .8; } 100% { opacity: 0; transform: scale(1.28); } }
    .client-record { margin-top: 10px; }
    .record-person { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 10px 0 14px; border-bottom: 1px solid var(--w2b-border-dark); }
    .record-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--w2b-white); background: var(--w2b-blue-action); font-size: 11px; font-weight: 500; }
    .record-person strong { display: block; font-size: 15px; font-weight: 500; }
    .record-person small { color: rgba(250,249,246,.58); font-size: 10px; }
    .record-state { color: var(--w2b-ice); font: 500 9px var(--mono); }
    .record-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 14px; border-block: 1px solid var(--w2b-border-dark); }
    .record-stat { min-height: 76px; padding: 12px 10px; border-right: 1px solid var(--w2b-border-dark); }
    .record-stat:last-child { border-right: 0; }
    .record-stat small { color: rgba(250,249,246,.52); }
    .record-stat strong { display: block; margin-top: 10px; font-size: 14px; font-weight: 500; }
    .activity-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 12px; overflow: hidden; border: 1px solid var(--w2b-border-dark); border-radius: 14px; background: var(--w2b-border-dark); }
    .activity-row { display: grid; grid-template-columns: 8px 1fr; align-items: start; gap: 8px; min-height: 82px; padding: 11px; background: var(--w2b-ink); }
    .activity-row > i { width: 8px; height: 8px; border-radius: 50%; background: var(--w2b-blue); }
    .activity-row:last-child > i { background: var(--w2b-coral); }
    .activity-copy strong { display: block; font-size: 12px; font-weight: 500; }
    .activity-copy small { color: rgba(250,249,246,.48); }
    .activity-time { grid-column: 2; color: rgba(250,249,246,.46); font: 500 8px var(--mono); }
    .integration { background: var(--w2b-ink); color: var(--w2b-white); }
    .integration .lead { color: rgba(250,249,246,.72); }
    .integration .eyebrow { color: var(--w2b-ice); }
    .infra-flow { margin: -10px 0 48px; padding: 26px 30px; border-block: 1px solid var(--w2b-border-dark); }
    .flow-rail { position: relative; height: 2px; margin: 0 8px 18px; overflow: visible; background: rgba(221,231,229,.16); }
    .flow-rail::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 100%; background: var(--w2b-blue); transform-origin: left; animation: flow-connect 5.6s var(--ease) infinite; }
    .flow-rail::after { content: ""; position: absolute; left: 0; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--w2b-coral); box-shadow: 0 0 0 6px rgba(255,107,74,.12); transform: translate(-50%,-50%); animation: flow-arrive 5.6s var(--ease) infinite; }
    .flow-stages { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; color: rgba(250,249,246,.64); font: 500 11px/1.3 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
    .flow-stages span:not(:first-child) { text-align: center; }
    .flow-stages span:last-child { color: var(--w2b-white); text-align: right; }
    @keyframes flow-connect { 0%,10% { transform: scaleX(0); } 70%,100% { transform: scaleX(1); } }
    @keyframes flow-arrive { 0%,10% { left: 0; } 70%,100% { left: 100%; } }
    .integration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .mode { position: relative; min-height: 290px; padding: 24px; border: 1px solid rgba(16,24,32,.08); border-radius: 30px 62px 30px 30px; background: var(--w2b-ice); color: var(--w2b-ink); box-shadow: none; display: flex; flex-direction: column; overflow: hidden; }
    .mode::after { content: ""; position: absolute; width: 230px; aspect-ratio: 1; right: -85px; top: -95px; border-radius: 50%; background: rgba(45,127,196,.12); box-shadow: 0 0 0 36px rgba(45,127,196,.045); }
    .mode.dark { border-color: var(--w2b-border-dark); border-radius: 62px 30px 30px 30px; background: var(--navy-2); color: var(--w2b-white); box-shadow: none; }
    .mode.dark::after { background: rgba(45,127,196,.18); box-shadow: 0 0 0 36px rgba(45,127,196,.05); }
    .mode small { color: var(--w2b-blue-action); font: 500 11px/1.3 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
    .mode.dark small { color: var(--w2b-ice); }
    .mode h3 { position: relative; z-index: 1; max-width: 430px; margin: 18px 0 10px; font-family: var(--sans); font-size: clamp(26px,2.4vw,34px); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
    .mode p, .mode li { color: var(--muted); font-size: 14px; }
    .mode.dark p, .mode.dark li { color: rgba(250,249,246,.72); }
    .mode ul { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 18px; padding: 0; list-style: none; }
    .mode li { position: relative; padding-left: 17px; margin: 8px 0; }
    .mode li::before { content: ""; position: absolute; left: 0; top: .7em; width: 5px; height: 5px; border-radius: 50%; background: var(--w2b-blue); }
    .mode li:last-child::before { background: var(--w2b-coral); }
    .mode .btn { margin-top: auto; align-self: flex-start; border-radius: 999px; }
    .mode.dark .btn { color: var(--w2b-white); }
    .compliance-section { padding-block: 72px; background: var(--w2b-white); }
    .compliance-shell { position: relative; padding: clamp(42px,6vw,76px); border-radius: 64px; overflow: hidden; background: var(--w2b-ice); color: var(--w2b-ink); border: 1px solid rgba(16,24,32,.08); }
    .compliance-shell::before { content: ""; position: absolute; width: 620px; aspect-ratio: 1; left: -240px; bottom: -330px; border-radius: 50%; background: radial-gradient(circle,rgba(45,127,196,.14),rgba(45,127,196,.02) 56%,transparent 70%); }
    .compliance-shell::after { content: ""; position: absolute; width: 440px; aspect-ratio: 1; right: -180px; top: -220px; border-radius: 50%; background: radial-gradient(circle,rgba(255,107,74,.1),transparent 68%); }
    .compliance-head { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
    .compliance-head h2 { margin-bottom: 0; }
    .compliance-head .lead { color: var(--w2b-text-secondary); font-size: 16px; }
    .compliance-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: center; margin-top: 66px; }
    .trust-core { position: relative; width: min(100%,360px); aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; }
    .trust-core::before, .trust-core::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(16,24,32,.14); }
    .trust-core::before { inset: 0; animation: core-pulse 5s ease-in-out infinite; }
    .trust-core::after { inset: 44px; border-color: rgba(45,127,196,.38); animation: core-pulse 5s ease-in-out -2.5s infinite; }
    .core-orbit { position: absolute; inset: 18px; border-radius: 50%; animation: core-spin 16s linear infinite; }
    .core-orbit::before, .core-orbit::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--w2b-blue); box-shadow: 0 0 24px rgba(45,127,196,.4); }
    .core-orbit::before { left: 16%; top: 7%; }
    .core-orbit::after { right: 2%; bottom: 28%; background: var(--w2b-coral); box-shadow: 0 0 24px rgba(255,107,74,.38); }
    .core-center { position: relative; z-index: 2; width: 190px; aspect-ratio: 1; display: grid; place-items: center; padding: 22px; border-radius: 50%; text-align: center; background: var(--w2b-white); box-shadow: 0 28px 70px rgba(16,24,32,.11),inset 0 1px rgba(250,249,246,.8); }
    .core-center > div { width: 100%; display: grid; justify-items: center; gap: 10px; }
    .core-center strong { display: block; max-width: 9ch; margin: 0; font-family: var(--sans); font-size: 23px; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
    .core-center span { display: block; margin: 0; color: var(--w2b-text-secondary); font: 500 9px/1.3 var(--mono); white-space: nowrap; }
    @keyframes core-spin { to { transform: rotate(360deg); } }
    @keyframes core-pulse { 50% { transform: scale(.96); opacity: .58; } }
    .control-cloud { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .control-card { min-height: 185px; padding: 24px; border: 1px solid rgba(16,24,32,.08); border-radius: 24px; background: var(--w2b-white); box-shadow: none; transition: background .3s ease, transform .35s var(--ease); }
    .control-card:nth-child(2), .control-card:nth-child(3) { background: rgba(250,249,246,.76); }
    .control-card:hover { background: var(--w2b-paper); transform: translateY(-4px); }
    .control-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; background: rgba(45,127,196,.1); color: var(--w2b-blue-action); }
    .control-icon svg { width: 20px; height: 20px; }
    .control-card h3 { margin: 26px 0 8px; font-family: var(--sans); font-size: 24px; font-weight: 500; }
    .control-card p { margin: 0; color: var(--w2b-text-secondary); font-size: 12px; line-height: 1.55; }
    .resources-section { padding-block: 88px; background: var(--w2b-paper); }
    .resources-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
    .resource { position: relative; min-height: 250px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid rgba(16,24,32,.08); border-radius: 24px; background: var(--w2b-ice); text-decoration: none; transition: transform .35s var(--ease),background .35s ease; }
    .resource::after { content: "↗"; position: absolute; right: 24px; top: 22px; font-size: 18px; }
    .resource:nth-child(1) { color: var(--w2b-white); background: var(--w2b-blue-action); }
    .resource:nth-child(2) { color: var(--w2b-ink); background: var(--w2b-coral); }
    .resource:nth-child(3) { color: var(--w2b-ink); background: var(--w2b-ice); }
    .resource:hover { transform: translateY(-5px); }
    .resource:nth-child(1):hover { background: var(--w2b-blue-hover); }
    .resource:nth-child(2):hover { background: #f45f40; }
    .resource:nth-child(3):hover { background: #d2dfdc; }
    .resource small { color: inherit; opacity: .64; font: 500 10px var(--mono); letter-spacing: .06em; }
    .resource h3 { max-width: 8ch; margin: auto 0 12px; font-size: 36px; font-weight: 400; }
    .resource span { color: inherit; font-size: 12px; font-weight: 500; }
    .faq-section { padding-block: 88px; }
    .faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
    details { border-top: 1px solid var(--line); }
    details:last-child { border-bottom: 1px solid var(--line); }
    summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 13px; font-weight: 500; }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: "+"; color: var(--w2b-blue); font-size: 20px; }
    details[open] summary::after { content: "−"; }
    details p { margin: 0; padding: 0 42px 24px 0; color: var(--muted); font-size: 12px; }
    .contact { padding-block: 72px; background: var(--w2b-ink); color: var(--w2b-white); }
    .contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: center; }
    .contact h2 { max-width: 10ch; margin-bottom: 18px; font-size: clamp(44px,4vw,60px); }
    .contact .eyebrow { color: var(--w2b-ice); }
    .contact .lead { max-width: 450px; color: rgba(250,249,246,.68); font-size: 16px; }
    .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 26px; border: 1px solid var(--w2b-border-dark); border-radius: 24px; background: rgba(250,249,246,.035); }
    .field { display: grid; gap: 7px; }
    .field.full { grid-column: 1 / -1; }
    label { color: rgba(250,249,246,.62); font: 500 9px var(--mono); text-transform: uppercase; }
    input, textarea, select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(250,249,246,.25); border-radius: 8px; background: rgba(250,249,246,.025); color: var(--w2b-white); }
    option { color: var(--ink); }
    textarea { min-height: 82px; resize: vertical; }
    .contact-form .btn { justify-self: start; color: var(--w2b-white); background: var(--w2b-blue-action); border-color: var(--w2b-blue-action); border-radius: 999px; }
    .privacy, .form-status { grid-column: 1 / -1; margin: 0; color: #8695a9; font-size: 12px; }
    .form-status { display: none; padding: 12px; border: 1px solid var(--w2b-success); border-radius: 8px; color: #b8f0ce; background: rgba(32,129,91,.14); }
    .form-status.error { border-color: var(--w2b-coral); color: #ffd2c8; background: rgba(255,107,74,.12); }
    .form-status.show { display: block; }
    footer { padding: 54px 0 30px; background: var(--w2b-ink); color: var(--w2b-white); }
    .footer-main { display: flex; justify-content: space-between; gap: 30px; }
    .footer-main p { max-width: 340px; color: #8997aa; font-size: 11px; }
    .footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
    .footer-links a { color: #a9b4c4; font-size: 10px; }
    .legal { margin-top: 42px; padding-top: 22px; border-top: 1px solid #28354a; color: #6f7c90; font-size: 9px; line-height: 1.7; }
    .legal p { margin: 0 0 12px; }
    .legal p:last-child { margin-bottom: 0; }
    .footer-bottom { display: flex; justify-content: space-between; margin-top: 18px; font: 400 9px var(--mono); }
    .footer-bottom a { color: inherit; text-decoration: none; }
    .footer-bottom a:hover { color: var(--w2b-ice); }
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
    .reveal.visible { opacity: 1; transform: none; }
    @media (min-width: 901px) {
      .products-section,
      .ai-section,
      .integration,
      .compliance-section,
      .resources-section,
      .faq-section,
      .contact {
        min-height: calc(100svh - var(--header-height));
        display: flex;
        align-items: center;
      }
      .ai-section { padding-block: 60px; }
      .integration { padding-block: 58px; }
      .integration .section-head { margin-bottom: 28px; }
      .integration .infra-flow { margin-bottom: 28px; padding-block: 18px; }
      .integration .mode { min-height: 300px; padding: 26px; }
      .integration .mode h3 { margin-top: 18px; }
      .integration .mode li { margin-block: 5px; }
      .compliance-section { padding-block: 30px; }
      .compliance-shell { padding: 40px; }
      .compliance-layout { margin-top: 32px; }
      .trust-core { max-width: 330px; }
      .control-card { min-height: 155px; padding: 18px; }
      .control-card h3 { margin: 16px 0 6px; font-size: 22px; }
    }
    @media (min-width: 901px) and (max-height: 820px) {
      .products-section { padding-block: 16px; }
      .products-section .section-head { margin-bottom: 18px; }
      .products-section .section-head h2 { font-size: 44px; }
      html[lang="en"] .products-section .section-head h2 { max-width: 22ch; font-size: 42px; }
      .products-section .eyebrow, .ai-heading .eyebrow, .integration .eyebrow { margin-bottom: 10px; }
      .product-card { min-height: 330px; padding: 20px; }
      .product-label { margin-bottom: 10px; }
      .product-card h3 { margin-bottom: 8px; font-size: 29px; }
      .product-card p { margin-bottom: 8px; font-size: 11px; }
      .product-meta span { padding: 4px 7px; font-size: 8px; }
      .cash-visual { min-height: 105px; padding: 14px; }
      .cash-visual strong { margin: 7px 0 10px; font-size: 25px; }
      .strategy-visual { min-height: 112px; }
      .goal-panel { padding: 13px; }
      .goal-panel strong { margin-block: 6px; font-size: 17px; }
      .strategy-chip { padding: 10px; }
      .asset-tile { min-height: 102px; padding: 11px; }
      .asset-symbol { width: 28px; height: 28px; }
      .ai-section { padding-block: 30px; }
      .ai-heading { margin-bottom: 22px; }
      .ai-heading .eyebrow { margin-bottom: 8px; }
      .ai-heading h2 { margin-bottom: 12px; font-size: 50px; }
      .ai-heading .lead { font-size: 15px; }
      .experience-panel { min-height: 390px; padding: 20px; }
      .experience-head { min-height: 64px; }
      .experience-head strong { font-size: 18px; }
      .client-screen, .client-record { margin-top: 10px; }
      .client-goal { padding: 16px; }
      .client-goal > strong { margin: 6px 0 12px; font-size: 20px; }
      .guidance-card { padding: 13px; }
      .guidance-card p { margin-block: 3px 5px; font-size: 11px; }
      .capability-strip { margin-top: 10px; }
      .capability-strip span { min-height: 42px; }
      .record-person { padding-block: 10px 14px; }
      .record-grid { margin-top: 14px; }
      .record-stat { min-height: 76px; padding: 12px 10px; }
      .record-stat strong { margin-top: 10px; font-size: 14px; }
      .activity-list { gap: 2px; margin-top: 10px; }
      .activity-row { padding-block: 7px; }
      .integration { padding-block: 20px; }
      .integration .section-head { margin-bottom: 14px; }
      .integration .section-head h2 { font-size: 50px; }
      .integration .infra-flow { margin-bottom: 16px; padding-block: 12px; }
      .integration .mode { min-height: 270px; padding: 22px; }
      .integration .mode h3 { margin: 15px 0 9px; font-size: 29px; }
      .integration .mode p, .integration .mode li { font-size: 12px; }
      .integration .mode ul { margin-block: 7px; }
      .integration .mode .btn { min-height: 40px; font-size: 13px; }
      .compliance-section { padding-block: 20px; }
      .compliance-shell { padding: 28px 34px; }
      .compliance-layout { gap: 32px; margin-top: 24px; }
      .trust-core { max-width: 260px; }
      .core-center { width: 150px; padding: 17px; }
      .core-center > div { gap: 8px; }
      .core-center strong { font-size: 18px; }
      .core-center span { font-size: 7px; }
      .control-card { min-height: 132px; padding: 16px; }
      .control-icon { width: 34px; height: 34px; }
      .control-card h3 { margin: 13px 0 5px; font-size: 19px; }
      .resources-section { padding-block: 36px; }
      .resources-section .section-head { margin-bottom: 24px; }
      .resource { min-height: 180px; padding: 22px; }
      .resource h3 { font-size: 30px; }
      .faq-section { padding-block: 36px; }
      .faq-grid { gap: 48px; }
      summary { min-height: 54px; }
      details p { padding-bottom: 16px; }
    }
    @media (max-width: 1100px) {
      .hero-scroll { height: auto; }
      .scene { position: relative; height: auto; min-height: 0; padding: 108px 0 72px; overflow: hidden; display: flex; flex-direction: column; }
      .hero-copy { position: relative; left: auto; top: auto; order: 1; width: min(calc(100% - 40px), 760px); margin-inline: auto; }
      .cards-stage { position: relative; left: auto; top: auto; order: 2; width: min(calc(100% - 40px), 430px); height: auto; margin: 68px auto 0; display: grid; grid-template-columns: 1fr; gap: 14px; transform: none !important; }
      .scene-card { position: relative; left: auto; top: auto; width: auto; height: 400px; margin: 0; opacity: 1 !important; transform: none !important; }
      .card-center { width: min(100%,310px); height: 610px; justify-self: center; }
      .card-left, .card-right { display: none; }
      .goal-ring { width: 140px; height: 140px; }
      .goal-ring::before { width: 72px; height: 72px; }
      .panel-expand { display: none; }
      .next-copy { position: relative; left: auto; top: auto; order: 3; width: min(calc(100% - 40px), 760px); margin: 72px auto 0; padding: 64px 36px; border-radius: 56px 56px 20px 20px; background: linear-gradient(135deg,rgba(221,231,229,.94),rgba(250,249,246,.9) 62%,rgba(255,107,74,.12)); opacity: 1 !important; transform: none !important; }
      .trust { position: relative; inset: auto; order: 4; width: 100%; margin-top: 48px; opacity: 1 !important; transform: none !important; }
      .site-nav { background: rgba(242,239,232,.9); backdrop-filter: blur(16px); }
      .site-nav.on-dark { background: rgba(16,24,32,.92); }
    }
    @media (max-width: 900px) {
      .nav-links { display: none; position: absolute; left: 0; right: 0; top: 56px; padding: 20px 24px; background: rgba(242,239,232,.98); color: var(--w2b-ink); border-bottom: 1px solid var(--w2b-border-light); flex-direction: column; align-items: stretch; }
      .site-nav.on-dark .nav-links { background: rgba(16,24,32,.98); color: var(--w2b-white); border-color: var(--w2b-border-dark); }
      .nav-links.open { display: flex; }
      .language-switch { align-self: flex-start; }
      .menu { display: inline-flex; align-items: center; justify-content: center; }
      .content,
      .products-section,
      .ai-section,
      .integration,
      .compliance-section,
      .resources-section,
      .faq-section,
      .contact { overflow-x: clip; }
      .cards-stage { grid-template-columns: 1fr; max-width: 430px; }
      .scene-card { height: 470px; }
      .card-center { height: 610px; }
      .section { padding-block: 84px; }
      .section-head, .ai-heading, .compliance-head, .compliance-layout, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
      .products-section { min-height: auto; display: block; padding-block: 84px; }
      .products-section .section-head { grid-template-columns: 1fr; gap: 24px; }
      html[lang="en"] .products-section .section-head { grid-template-columns: 1fr; gap: 24px; }
      html[lang="en"] .products-section .section-head .lead { max-width: 700px; justify-self: start; }
      .product-showcase { grid-template-columns: 1fr; }
      .product-card.cash, .product-card.managed, .product-card.trading { grid-column: auto; }
      .product-card.trading { display: block; }
      .trading-visual { margin-top: 34px; }
      .ai-heading { margin-bottom: 36px; text-align: left; }
      .ai-heading .eyebrow { text-align: left; }
      .ai-section .lead { margin-inline: 0; }
      .advisor-ecosystem { grid-template-columns: 1fr; }
      .context-bridge { min-height: 96px; }
      .context-bridge::before { left: 50%; right: auto; top: 0; bottom: 0; width: 2px; height: auto; background: linear-gradient(180deg,transparent,rgba(255,107,74,.45) 18%,var(--w2b-coral) 50%,rgba(255,107,74,.45) 82%,transparent); transform: translateX(-50%); }
      .context-bridge::after { left: 50%; top: 0; animation-name: bridge-packet-vertical; }
      @keyframes bridge-packet-vertical { 0% { top: 0; opacity: 0; transform: translate(-50%,-50%) scale(.65); } 18%,82% { opacity: 1; } 100% { top: 100%; opacity: 0; transform: translate(-50%,-50%) scale(1); } }
      .integration-grid { grid-template-columns: 1fr; }
      .compliance-head { gap: 20px; }
      .compliance-layout { gap: 42px; }
      .resources-grid { grid-template-columns: 1fr; }
      .resource { border-right: 0; border-bottom: 1px solid var(--line); }
      .contact-grid { gap: 32px; }
      .contact-form { margin-top: 0; }
    }
    @media (max-width: 600px) {
      .wrap { width: min(calc(100% - 40px), var(--max)); }
      .products-section > .wrap { width: min(calc(100% - 40px),var(--max)); }
      .site-nav { padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right)); }
      .site-nav .wrap { width: 100%; }
      .brand-logo img { width: 106px; }
      .nav { gap: 12px; }
      .menu { min-width: 66px; height: 38px; padding-inline: 12px; font-size: 12px; }
      h1 { font-size: clamp(38px, 10.2vw, 52px); }
      .hero-title { max-width: none; }
      .hero-actions { display: grid; }
      .next-copy { padding: 48px 22px; }
      .next-copy h2 span { display: inline; }
      .next-copy h2 span::after { content: " "; }
      .trust-item { width: 290px; min-height: 106px; padding-inline: 48px 20px; }
      .trust-item::before { left: 24px; }
      .product-card { min-height: 430px; padding: 26px; border-radius: 28px; }
      .product-card.trading { min-height: 0; }
      .strategy-visual { grid-template-columns: 1fr; }
      .strategy-chips { grid-template-columns: 1fr 1fr; }
      .trading-visual { grid-template-columns: 1fr; }
      .asset-tile { min-height: 140px; }
      .experience-panel { min-height: 0; padding: 22px; border-radius: 24px; }
      .experience-head { min-height: 0; display: grid; gap: 12px; }
      .live-status { justify-self: start; }
      .capability-strip { grid-template-columns: 1fr 1fr; }
      .record-person { grid-template-columns: 44px 1fr; }
      .record-state { grid-column: 2; }
      .record-grid { grid-template-columns: 1fr; }
      .record-stat { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--w2b-border-dark); }
      .record-stat:last-child { border-bottom: 0; }
      .activity-list { grid-template-columns: 1fr; }
      .activity-row { grid-template-columns: 8px 1fr auto; min-height: 0; }
      .activity-time { grid-column: auto; }
      .infra-flow { grid-template-columns: 2px 1fr; gap: 16px; padding: 22px 20px; }
      .flow-rail { grid-column: 1; grid-row: 1; width: 2px; height: auto; margin: 4px 0; }
      .flow-rail::before { inset: 0 0 auto; width: 2px; height: 100%; transform-origin: top; animation-name: flow-connect-mobile; }
      .flow-rail::after { left: 50%; top: 0; animation-name: flow-arrive-mobile; }
      .flow-stages { grid-column: 2; grid-row: 1; grid-template-columns: 1fr; gap: 12px; }
      .flow-stages span:not(:first-child), .flow-stages span:last-child { text-align: left; }
      @keyframes flow-connect-mobile { 0%,10% { transform: scaleY(0); } 70%,100% { transform: scaleY(1); } }
      @keyframes flow-arrive-mobile { 0%,10% { top: 0; } 70%,100% { top: 100%; } }
      .mode { padding: 24px; border-radius: 28px 54px 28px 28px; }
      .mode.dark { border-radius: 54px 28px 28px 28px; }
      .mode ul { grid-template-columns: 1fr; }
      .compliance-section { padding-block: 28px; }
      .compliance-shell { padding: 36px 24px; border-radius: 38px; }
      .control-cloud { grid-template-columns: 1fr; }
      .trust-core { max-width: 290px; }
      .core-center { width: 160px; padding: 18px; }
      .core-center > div { gap: 8px; }
      .core-center strong { font-size: 20px; }
      .core-center span { font-size: 7.5px; }
      .contact { padding-block: 52px; }
      .contact h2 { font-size: 44px; }
      .contact-form { padding: 18px; border-radius: 18px; }
      .contact-form { grid-template-columns: 1fr; }
      .field.full, .privacy, .form-status { grid-column: auto; }
      .footer-main, .footer-bottom { flex-direction: column; gap: 12px; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
      .hero-scroll { height: auto; }
      .scene { position: relative; height: auto; min-height: 0; padding: 132px 0 78px; display: flex; flex-direction: column; }
      .hero-copy { position: relative; left: auto; top: auto; order: 1; width: min(calc(100% - 40px), 760px); margin-inline: auto; opacity: 1 !important; transform: none !important; }
      .cards-stage { position: relative; left: auto; top: auto; order: 2; width: min(calc(100% - 40px), 760px); height: auto; margin: 60px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; transform: none !important; }
      .scene-card { position: relative; left: auto; top: auto; width: auto; height: 420px; margin: 0; opacity: 1 !important; transform: none !important; }
      .card-center { width: min(100%,310px); height: 610px; justify-self: center; }
      .panel-expand { display: none; }
      .next-copy { position: relative; left: auto; top: auto; order: 3; width: min(calc(100% - 40px), 760px); margin: 60px auto 0; padding: 60px 30px; border-radius: 56px 56px 20px 20px; background: var(--stone); opacity: 1 !important; transform: none !important; }
      .trust { position: relative; inset: auto; order: 4; width: 100%; margin-top: 48px; opacity: 1 !important; transform: none !important; }
      .trust-track { width: auto; }
      .trust-group:nth-child(2) { display: none; }
      .reveal { opacity: 1; transform: none; }
    }
    @media (prefers-reduced-motion: reduce) and (max-width: 1100px) {
      .scene { padding: 108px 0 72px; }
      .cards-stage { width: min(calc(100% - 40px),430px); grid-template-columns: 1fr; }
      .scene-card { height: 470px; }
      .card-center { width: min(100%,310px); height: 610px; }
      .next-copy { width: min(calc(100% - 40px),760px); margin-top: 72px; padding: 64px 36px; }
    }
    @media (prefers-reduced-motion: reduce) and (max-width: 600px) {
      .next-copy { padding: 48px 22px; }
    }

.language-route { display:inline-flex; align-items:center; justify-content:center; width:35px; height:32px; border:1px solid currentColor; border-radius:999px; color:inherit; text-decoration:none; font:500 10px var(--mono); }
