.sec-side-by-side{padding:var(--section-py) 0;background:var(--surface-base)}.sec-side-by-side-inner{display:flex;align-items:center;gap:var(--section-gap)}.sec-side-by-side--reverse{flex-direction:row-reverse}.sec-side-by-side-text{flex:1}.sec-side-by-side-text h2{font-size:var(--type-headerLg-size);font-weight:var(--type-headerLg-weight);line-height:var(--type-headerLg-lh);color:var(--on-surface-primary);margin:0}.sec-side-by-side-text p{font-size:var(--type-bodyLg-size);font-weight:var(--type-bodyLg-weight);line-height:var(--type-bodyLg-lh);color:var(--on-surface-secondary);margin:1rem 0 0}.sec-side-by-side-text .content-cta{margin-top:3rem}.sec-side-by-side.on-brand{--on-surface-primary: var(--on-brand-light);--on-surface-secondary: var(--on-brand-light-secondary);--on-surface-tertiary: var(--on-brand-light-secondary);position:relative;overflow:hidden}.sec-side-by-side-visual{flex:1;background:var(--surface-raised);border-radius:48px;overflow:hidden}.sec-side-by-side-visual--custom{background:#ede9fe;border-radius:48px;overflow:hidden;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.sec-side-by-side-snap-frame{width:80%;aspect-ratio:1 / 1;position:relative;overflow:hidden}.sec-side-by-side-snap-frame>*{width:440px;min-width:440px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(var(--snap-scale, .5));transform-origin:center center}.sec-side-by-side-visual:not(.sec-side-by-side-visual--custom)>img{width:100%;aspect-ratio:550 / 495;display:block;object-fit:cover}.sec-side-by-side-placeholder{width:100%;aspect-ratio:550 / 495;display:block;background:var(--surface-sunken);border-radius:20px}.sec-side-by-side-visual--masked img,.sec-side-by-side-visual--masked .sec-side-by-side-placeholder{mask-image:url("data:image/svg+xml,%3Csvg width='550' height='495' viewBox='0 0 550 495' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 17.6729C0 6.89242 9.59722 -1.35672 20.2659 0.19169C215.899 28.585 334.098 28.5401 529.738 0.186401C540.406 -1.35958 550 6.88912 550 17.6679V476.705C550 487.487 540.4 495.737 529.73 494.184C334.219 465.728 215.817 465.213 20.3194 494.124C9.63392 495.704 0 487.45 0 476.648V17.6729Z' fill='%23fff'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='550' height='495' viewBox='0 0 550 495' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 17.6729C0 6.89242 9.59722 -1.35672 20.2659 0.19169C215.899 28.585 334.098 28.5401 529.738 0.186401C540.406 -1.35958 550 6.88912 550 17.6679V476.705C550 487.487 540.4 495.737 529.73 494.184C334.219 465.728 215.817 465.213 20.3194 494.124C9.63392 495.704 0 487.45 0 476.648V17.6729Z' fill='%23fff'/%3E%3C/svg%3E");mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}@media(max-width:1069px){.sec-side-by-side{padding:2.5rem 0}.sec-side-by-side-inner{flex-direction:column-reverse!important;align-items:center}.sec-side-by-side-text{max-width:600px;text-align:center;display:flex;flex-direction:column;align-items:center}.sec-side-by-side-visual{max-width:520px;width:100%;border-radius:40px}.sec-side-by-side-visual--custom{border-radius:40px}}@media(max-width:735px){.sec-side-by-side{padding:2rem 0}.sec-side-by-side-inner{gap:2rem}.sec-side-by-side-visual{max-width:480px;border-radius:32px}.sec-side-by-side-visual--custom{border-radius:32px}}.faq-accordion{display:flex;flex-direction:column}.faq-accordion-item{border-bottom:1px solid var(--border-subtle)}.faq-accordion-item summary{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;cursor:pointer;list-style:none;font-size:var(--type-titleSm-size);font-weight:var(--type-titleSm-weight);line-height:var(--type-titleSm-lh);color:var(--on-surface-primary)}.faq-accordion-item summary::-webkit-details-marker{display:none}.faq-accordion-icon{flex-shrink:0;width:20px;height:20px;display:block;background:var(--on-surface-secondary);mask-image:url(https://qkejcqlvssytkmrzfeut.supabase.co/storage/v1/object/public/brand-assets/icons/filled/chevron-down.svg);-webkit-mask-image:url(https://qkejcqlvssytkmrzfeut.supabase.co/storage/v1/object/public/brand-assets/icons/filled/chevron-down.svg);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;transition:transform var(--motion-fast) var(--ease-default)}.faq-accordion-item.expanded .faq-accordion-icon{transform:rotate(180deg)}.faq-accordion-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows var(--motion-moderate) var(--ease-enter),opacity var(--motion-moderate) var(--ease-enter)}.faq-accordion-item.expanded .faq-accordion-answer{grid-template-rows:1fr;opacity:1}.faq-accordion-answer-inner{overflow:hidden}.faq-accordion-answer p{font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);color:var(--on-surface-secondary);margin:0;padding:0 2rem 1.25rem 0}.snap-account{width:100%;display:flex;flex-direction:column;gap:1rem}.snap-account-card{background:linear-gradient(135deg,#fffffff2,#ede9fe59);border:1px solid rgba(79,70,229,.1);border-radius:20px;padding:1.75rem 2rem;box-shadow:0 2px 16px #4f46e50d,inset 0 1px #ffffffb3;animation:snapSlideUp .5s var(--ease-enter) both;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.snap-account-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #4f46e514,inset 0 1px #ffffffb3}.snap-account-card--main{animation-delay:.15s}.snap-account-card--usd{padding:1.5rem 2rem;animation-delay:.4s}.snap-account-row-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.snap-account-flag{width:18px;height:18px;border-radius:50%;object-fit:cover;margin-right:8px;flex-shrink:0}.snap-account-badge{display:inline-flex;align-items:center;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#4f46e5;background:#4f46e50f;border:1px solid rgba(79,70,229,.1);padding:6px 14px;border-radius:20px}.snap-account-badge--usd{color:#4f46e5;background:#4f46e50f;border:1px solid rgba(79,70,229,.1);margin-bottom:.75rem}.snap-account-live{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#4f46e5;display:flex;align-items:center;gap:6px}.snap-account-live-dot{width:6px;height:6px;border-radius:50%;background:#4f46e5;display:block;animation:snapPulse 2s ease-in-out infinite}.snap-account-balance{display:flex;align-items:baseline;gap:6px;margin-bottom:1.5rem}.snap-account-balance--sm{margin-bottom:0}.snap-account-balance--sm .snap-account-amount{font-size:1.5rem}.snap-account-currency{font-size:1rem;font-weight:500;color:#0000004d}.snap-account-amount{font-size:2.25rem;font-weight:800;color:#1a1a1a;letter-spacing:-.025em;font-variant-numeric:tabular-nums;animation:snapCountUp .8s var(--ease-default) both;animation-delay:.5s}.snap-account-cents{font-size:1rem;font-weight:500;color:#00000026}.snap-account-details{display:flex;gap:3rem;margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(79,70,229,.08)}.snap-account-detail{display:flex;flex-direction:column;gap:4px}.snap-account-detail-label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:#0003}.snap-account-detail-value{font-size:1.125rem;font-weight:500;color:#0009;font-variant-numeric:tabular-nums}.snap-account-bar{height:8px;background:#4f46e50f;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.snap-account-bar-fill{height:100%;width:0%;background:linear-gradient(90deg,#4f46e5,#a78bfa);border-radius:4px;animation:snapBarGrow .8s var(--ease-default) both;animation-delay:.6s}.snap-account-bar-labels{display:flex;justify-content:space-between;font-size:1rem;color:#0003}.snap-account-bar-labels span:last-child{font-weight:600;color:#4f46e5}.snap-account-usd-row{display:flex;justify-content:space-between;align-items:center}.snap-account-status{display:flex;align-items:center;gap:8px;font-size:1.0625rem;font-weight:500;color:#00000059}.snap-account-dot{width:8px;height:8px;border-radius:50%;background:#4f46e5;animation:snapPulse 2s ease-in-out infinite}@keyframes snapSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes snapBarGrow{0%{width:0%}to{width:68%}}@keyframes snapCountUp{0%{opacity:0}to{opacity:1}}@keyframes snapPulse{0%,to{opacity:1}50%{opacity:.4}}.snap-pay{width:100%;display:flex;flex-direction:column;gap:1rem}.snap-pay-card{background:linear-gradient(135deg,#fffffff2,#ede9fe59);border:1px solid rgba(79,70,229,.1);border-radius:20px;box-shadow:0 2px 16px #4f46e50d,inset 0 1px #ffffffb3;padding:1.75rem 2rem;animation:snapSlideUp .5s var(--ease-enter) both;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.snap-pay-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #4f46e514,inset 0 1px #ffffffb3}.snap-pay-card--transfer{animation-delay:.15s}.snap-pay-card--savings{padding:1.25rem 1.75rem;animation-delay:.7s}.snap-pay-header{margin-bottom:1.5rem}.snap-pay-title{font-size:1.375rem;font-weight:700;color:#000c}.snap-pay-convert{margin-bottom:1.5rem}.snap-pay-convert-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#4f46e508;border:1px solid rgba(79,70,229,.06);border-radius:12px}.snap-pay-convert-field{display:flex;flex-direction:column;gap:4px}.snap-pay-convert-label{font-size:.875rem;font-weight:500;color:#00000040;text-transform:uppercase;letter-spacing:.04em}.snap-pay-convert-value{font-size:1.875rem;font-weight:700;color:#1a1a1a;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.snap-pay-convert-value--highlight{color:#4f46e5;animation:snapFadeIn .4s ease both;animation-delay:.5s}.snap-pay-convert-badge{font-size:1rem;font-weight:600;padding:6px 14px;border-radius:20px;background:#4f46e514;border:1px solid rgba(79,70,229,.1);color:#4f46e5}.snap-pay-convert-badge--usd{background:#4f46e514;color:#4f46e5}.snap-pay-convert-divider{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.25rem}.snap-pay-convert-rate{font-size:1rem;font-weight:500;color:#00000040;font-variant-numeric:tabular-nums}.snap-pay-convert-arrow{font-size:1.25rem;color:#00000026}.snap-pay-fees{display:flex;flex-direction:column;gap:.875rem;padding-top:1.5rem;border-top:1px solid rgba(79,70,229,.08)}.snap-pay-fee-row{display:flex;justify-content:space-between;font-size:1.0625rem;color:#0000004d}.snap-pay-fee-value{font-weight:600;color:#0009}.snap-pay-fee-value--zero{color:#4f46e5;font-weight:700}.snap-pay-savings-row{display:flex;align-items:center;gap:.875rem}.snap-pay-savings-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#4f46e514,#4f46e50a);color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.snap-pay-savings-text{display:flex;flex-direction:column;gap:2px;flex:1}.snap-pay-savings-title{font-size:1.0625rem;font-weight:600;color:#000c}.snap-pay-savings-sub{font-size:.9375rem;color:#00000040}.snap-pay-savings-pct{font-size:1.375rem;font-weight:700;color:#4f46e5}@keyframes snapFadeIn{0%{opacity:0}to{opacity:1}}.snap-card{position:relative;width:100%;padding:0;display:flex;flex-direction:column;gap:.875rem;justify-content:center}.snap-card-row{display:flex;gap:.5rem;align-items:center;perspective:800px;animation:snapSlideUp .5s var(--ease-enter) both;animation-delay:.15s}.snap-card-svg{flex:1;min-width:0;height:auto;display:block;border-radius:10px;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease}.snap-card-svg--active{flex:1.3;transform:translateY(-6px) rotateY(-2deg);filter:drop-shadow(0 12px 32px rgba(79,70,229,.35));border-radius:12px;z-index:2;position:relative}.snap-card-svg--inactive{opacity:.4;filter:blur(.5px) saturate(.7)}.snap-card-svg--inactive:first-child{transform:translate(8px) rotateY(4deg) scale(.95)}.snap-card-svg--inactive:last-child{transform:translate(-8px) rotateY(-4deg) scale(.95)}.snap-card-spend{background:linear-gradient(135deg,#ffffffe6,#ede9fe66);border:1px solid rgba(79,70,229,.08);border-radius:18px;padding:1.375rem 1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 2px 12px #4f46e50a;animation:snapSlideUp .5s var(--ease-enter) both;animation-delay:.4s}.snap-card-spend-header{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.04)}.snap-card-spend-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#4f46e5}.snap-card-spend-total{font-size:1.25rem;font-weight:800;color:#1a1a1a;font-variant-numeric:tabular-nums}.snap-card-spend-row{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:.75rem}.snap-card-spend-cat{font-size:.8125rem;font-weight:500;color:#00000080;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.snap-card-spend-bar-wrap{height:8px;background:#4f46e50f;border-radius:4px;overflow:hidden}.snap-card-spend-bar{height:100%;border-radius:4px;transition:width .8s cubic-bezier(.16,1,.3,1)}.snap-card-spend-bar--purple{background:linear-gradient(90deg,#4f46e5,#818cf8)}.snap-card-spend-bar--blue{background:linear-gradient(90deg,#6366f1,#a78bfa)}.snap-card-spend-bar--gold{background:linear-gradient(90deg,#818cf8,#c4b5fd)}.snap-card-spend-amt{font-size:.875rem;font-weight:700;color:#000000a6;font-variant-numeric:tabular-nums;text-align:right}.snap-card-feed{background:linear-gradient(135deg,#ffffffe6,#ede9fe4d);border:1px solid rgba(79,70,229,.08);border-radius:18px;padding:1.125rem 1.75rem;box-shadow:0 2px 12px #4f46e50a;animation:snapSlideUp .5s var(--ease-enter) both;animation-delay:.55s}.snap-card-feed-title{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#4f46e5;margin-bottom:.75rem}.snap-card-txn{display:flex;align-items:center;gap:.875rem;padding:.75rem 0;border-radius:12px;transition:background .3s ease}.snap-card-txn:first-of-type{animation:snapHighlight 1.2s ease both;animation-delay:.8s}.snap-card-txn-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.snap-card-txn-icon--cloud{background:linear-gradient(135deg,#fb923c1f,#ea580c14);color:#ea580c}.snap-card-txn-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.snap-card-txn-name{font-size:1.0625rem;font-weight:600;color:#000000bf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.snap-card-txn-time{font-size:.875rem;color:#00000040}.snap-card-txn-amount{font-size:1.125rem;font-weight:700;color:#0009;font-variant-numeric:tabular-nums;white-space:nowrap}@keyframes snapHighlight{0%{background:transparent}25%{background:#4f46e50f}to{background:transparent}}.snap-hero{display:grid;grid-template-columns:1.6fr 1fr;grid-auto-rows:min-content;gap:10px;width:min(580px,100%);flex-shrink:0;text-align:left}.snap-hero-panel{position:relative;border-radius:18px;overflow:hidden;animation:snapGlassIn .8s cubic-bezier(.16,1,.3,1) both;min-width:0}.snap-hero-right-stack{display:flex;flex-direction:column;gap:10px}.snap-hero-right-stack .snap-hero-panel{flex:1;display:flex;flex-direction:column}.snap-hero-right-stack .snap-hero-panel-content{flex:1;display:flex;flex-direction:column;justify-content:center}.snap-hero-panel--txn{display:flex;flex-direction:column}.snap-hero-panel--txn .snap-hero-panel-content{flex:1;display:flex;flex-direction:column;justify-content:center}.snap-hero-panel-bg{position:absolute;inset:0;background:#ffffffd9;backdrop-filter:blur(48px) saturate(1.4);-webkit-backdrop-filter:blur(48px) saturate(1.4);border:1px solid rgba(0,0,0,.06);border-radius:inherit;box-shadow:0 4px 24px #0000000f,inset 0 1px #fffc}.snap-hero-panel-content{position:relative;z-index:1;padding:1.25rem 1.5rem}.snap-hero-panel--balance{animation-delay:.2s}.snap-hero-panel--fx{animation-delay:.4s}.snap-hero-panel--activity{animation-delay:.55s}.snap-hero-panel--chart{animation-delay:.6s}.snap-hero-panel--txn{animation-delay:.9s}.snap-hero-ph{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.snap-hero-ph-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#00000073}.snap-hero-ph-badge{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#4f46e5;background:#4f46e51f;padding:3px 8px;border-radius:20px;display:flex;align-items:center;gap:4px}.snap-hero-ph-dot{width:5px;height:5px;border-radius:50%;background:#4f46e5;display:block;animation:snapPulse 2s ease-in-out infinite}.snap-hero-bal{display:flex;align-items:baseline;gap:6px;margin-bottom:1rem;padding-bottom:.875rem;border-bottom:1px solid rgba(0,0,0,.06)}.snap-hero-bal-cur{font-size:.9375rem;font-weight:500;color:#00000059}.snap-hero-bal-num{font-size:2rem;font-weight:700;color:#1a1a1a;letter-spacing:-.025em;font-variant-numeric:tabular-nums;animation:snapGlassReveal 1s ease .6s both}.snap-hero-accts{display:flex;flex-direction:column;gap:.375rem}.snap-hero-acct{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#00000073}.snap-hero-acct-n{flex:1}.snap-hero-acct-v{font-weight:600;color:#000000bf;font-variant-numeric:tabular-nums}.snap-hero-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.snap-hero-dot--v{background:#4f46e5}.snap-hero-dot--b{background:#6366f1}.snap-hero-dot--g{background:#818cf8}.snap-hero-panel--fx .snap-hero-panel-content{padding:1rem 1.25rem}.snap-hero-fx-label{font-size:.8125rem;font-weight:500;color:#0006;margin-bottom:.25rem;display:block}.snap-hero-fx-rate{font-size:1.625rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-bottom:.125rem}.snap-hero-fx-delta{font-size:.8125rem;font-weight:600;color:#4f46e5}.snap-hero-panel--activity .snap-hero-panel-content{padding:1rem 1.25rem}.snap-hero-activity-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#00000059;margin-bottom:.625rem;display:block}.snap-hero-activity-stats{display:flex;gap:1.25rem}.snap-hero-activity-stat{display:flex;flex-direction:column;gap:2px}.snap-hero-activity-num{font-size:1.5rem;font-weight:700;color:#1a1a1a;font-variant-numeric:tabular-nums}.snap-hero-activity-desc{font-size:.75rem;font-weight:500;color:#00000059;display:flex;align-items:center;gap:3px}.snap-hero-panel--chart .snap-hero-panel-content{padding:1rem 1.25rem}.snap-hero-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.snap-hero-chart-label{font-size:.875rem;font-weight:600;color:#000000bf}.snap-hero-chart-sub{font-weight:400;color:#0000004d}.snap-hero-chart-total{font-size:.875rem;font-weight:700;color:#4f46e5}.snap-hero-bars-wrap{position:relative}.snap-hero-bars{display:flex;align-items:flex-end;gap:5px;height:80px;position:relative}.snap-hero-chart-line{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.snap-hero-chart-days{display:flex;gap:5px;margin-top:4px}.snap-hero-chart-days span{flex:1;text-align:center;font-size:.625rem;color:#0003}.snap-hero-bar-col{flex:1;display:flex;align-items:flex-end;gap:2px;height:100%}.snap-hero-bar{flex:1;border-radius:2px 2px 0 0;transform-origin:bottom;animation:snapGlassBarGrow .6s cubic-bezier(.16,1,.3,1) both}.snap-hero-bar--in{background:#4f46e599}.snap-hero-bar--out{background:#00000014}.snap-hero-bar-col:nth-child(1) .snap-hero-bar{animation-delay:.8s}.snap-hero-bar-col:nth-child(2) .snap-hero-bar{animation-delay:.86s}.snap-hero-bar-col:nth-child(3) .snap-hero-bar{animation-delay:.92s}.snap-hero-bar-col:nth-child(4) .snap-hero-bar{animation-delay:.98s}.snap-hero-bar-col:nth-child(5) .snap-hero-bar{animation-delay:1.04s}.snap-hero-bar-col:nth-child(6) .snap-hero-bar{animation-delay:1.1s}.snap-hero-bar-col:nth-child(7) .snap-hero-bar{animation-delay:1.16s}.snap-hero-panel--txn .snap-hero-panel-content{padding:.875rem 1.125rem}.snap-hero-txn-row{display:flex;align-items:center;gap:.625rem;flex:1}.snap-hero-txn-check{width:30px;height:30px;border-radius:50%;background:#4f46e51f;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.snap-hero-txn-body{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.snap-hero-txn-title{font-size:.875rem;font-weight:600;color:#1a1a1a}.snap-hero-txn-sub{font-size:.75rem;color:#00000059}.snap-hero-txn-time{font-size:.6875rem;font-weight:500;color:#00000040}@keyframes snapGlassIn{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes snapGlassReveal{0%{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur(0)}}@keyframes snapGlassBarGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes snapPulse{0%,to{opacity:1}50%{opacity:.35}}@media(max-width:1069px){.snap-hero{width:min(460px,100%);gap:8px}}@media(max-width:735px){.snap-hero{width:100%;max-width:320px;margin:0 auto;gap:6px}.snap-hero-panel{border-radius:14px}.snap-hero-panel-content{padding:.75rem .875rem}.snap-hero-ph-label{font-size:.6875rem}.snap-hero-ph-badge{font-size:.5625rem;padding:2px 6px}.snap-hero-bal{margin-bottom:.625rem;padding-bottom:.625rem}.snap-hero-bal-cur{font-size:.75rem}.snap-hero-bal-num{font-size:1.25rem}.snap-hero-accts{gap:.25rem}.snap-hero-acct{font-size:.625rem;gap:.375rem}.snap-hero-panel--fx .snap-hero-panel-content{padding:.625rem .75rem}.snap-hero-fx-label{font-size:.6875rem}.snap-hero-fx-rate{font-size:1.125rem}.snap-hero-fx-delta{font-size:.6875rem}.snap-hero-panel--activity .snap-hero-panel-content{padding:.625rem .75rem}.snap-hero-activity-label{font-size:.625rem;margin-bottom:.375rem}.snap-hero-activity-num{font-size:1.125rem}.snap-hero-activity-desc{font-size:.625rem}.snap-hero-activity-stats{gap:1rem}.snap-hero-panel--chart .snap-hero-panel-content{padding:.625rem .75rem}.snap-hero-chart-label{font-size:.75rem;margin-bottom:.375rem}.snap-hero-bars{height:32px;gap:3px}.snap-hero-chart-days span{font-size:.5rem}.snap-hero-chart-total{font-size:.75rem}.snap-hero-panel--txn .snap-hero-panel-content{padding:.5rem .75rem}.snap-hero-txn-check{width:22px;height:22px;font-size:10px}.snap-hero-txn-title{font-size:.75rem}.snap-hero-txn-sub{font-size:.625rem}.snap-hero-txn-time{font-size:.5625rem}}.bz-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 10px;display:flex;justify-content:center;align-items:flex-start;pointer-events:none;transition:top var(--motion-moderate) var(--ease-default),transform var(--motion-moderate) var(--ease-default)}.bz-nav--hidden{transform:translateY(-100%)}.bz-nav-bar{max-width:1440px;width:100%;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16132d);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #00000040;border-radius:20px;pointer-events:auto;overflow:hidden}.bz-nav-bar-inner{display:flex;align-items:center;padding:12px 24px}.bz-nav-brand{display:flex;align-items:center;text-decoration:none}.bz-nav-logo{height:36px;display:block}.bz-nav-right{display:flex;align-items:center;gap:2rem;margin-left:auto}.bz-nav-links{display:flex;align-items:center;gap:2rem}.bz-nav-link{font-size:var(--type-labelHeavyLg-size);font-weight:var(--type-labelHeavyLg-weight);line-height:var(--type-labelHeavyLg-lh);color:var(--on-surface-primary);text-decoration:none;transition:opacity var(--motion-instant)}.bz-nav-link:hover{opacity:.7}.bz-nav-mobile-btn{display:none;background:none;border:none;padding:8px;cursor:pointer;margin-left:auto}.bz-nav-hamburger{display:flex;flex-direction:column;gap:4px;width:20px}.bz-nav-hamburger-line{width:100%;height:2px;background:var(--on-surface-primary);border-radius:1px;transition:transform var(--motion-fast) var(--ease-default),opacity var(--motion-fast)}.bz-nav-mobile-btn.active .bz-nav-hamburger-line:nth-child(1){transform:translateY(6px) rotate(45deg)}.bz-nav-mobile-btn.active .bz-nav-hamburger-line:nth-child(2){opacity:0}.bz-nav-mobile-btn.active .bz-nav-hamburger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.bz-nav-mobile-panel{display:flex;flex-direction:column;gap:.5rem;padding:0 24px;max-height:0;overflow:hidden;opacity:0;transition:max-height var(--motion-moderate) var(--ease-default),opacity var(--motion-fast) var(--ease-default),padding var(--motion-moderate) var(--ease-default)}.bz-nav-mobile-panel.open{max-height:400px;opacity:1;padding:.5rem 24px 1.5rem}.bz-nav-overlay{position:fixed;inset:0;z-index:99;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity var(--motion-moderate) var(--ease-default)}.bz-nav-overlay.open{opacity:1;pointer-events:auto}.bz-nav-mobile-link{font-size:var(--type-labelHeavyLg-size);font-weight:var(--type-labelHeavyLg-weight);line-height:var(--type-labelHeavyLg-lh);color:var(--on-surface-primary);text-decoration:none;padding:10px 0}.bz-nav-mobile-cta{margin-top:.5rem;text-align:center}.bz-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:200px 0 100px;overflow:hidden}.bz-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.bz-hero-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:4rem}.bz-hero-content{flex:1;max-width:600px}.bz-hero-eyebrow{font-size:var(--type-overline-size);font-weight:var(--type-overline-weight);line-height:var(--type-overline-lh);text-transform:var(--type-overline-transform);letter-spacing:var(--type-overline-ls);color:var(--on-brand-light-secondary);margin:0 0 1.5rem;display:flex;align-items:center;gap:8px}.bz-hero-eyebrow-flag{width:22px;height:22px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(255,255,255,.3)}.bz-hero h1{font-size:var(--type-displayLg-size);font-weight:var(--type-displayLg-weight);line-height:var(--type-displayLg-lh);letter-spacing:var(--type-displayLg-ls);text-transform:var(--type-displayLg-transform);color:var(--on-brand-light);margin:0}.bz-hero-desc{font-size:var(--type-bodyLg-size);font-weight:var(--type-bodyLg-weight);line-height:var(--type-bodyLg-lh);color:var(--on-brand-light);margin:1.5rem 0 0;max-width:520px}.bz-hero .content-cta{margin-top:2.5rem}.bz-hero .btn-primary{padding:18px 48px;font-size:1.125rem;font-weight:700;border-radius:60px;box-shadow:0 4px 24px #0000004d,0 0 0 3px #ffffff26;transition:transform .2s ease,box-shadow .2s ease}.bz-hero .btn-primary:hover{transform:scale(1.04);box-shadow:0 6px 32px #0006,0 0 0 3px #fff3}.bz-value-props{padding:4rem 0;background:var(--surface-base)}.bz-value-props-top{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:0}.bz-value-props-top .bz-overline{margin:0 0 .75rem}.bz-value-props-heading{font-size:var(--type-headerLg-size);font-weight:var(--type-headerLg-weight);line-height:var(--type-headerLg-lh);color:var(--on-surface-primary);margin:0;max-width:900px}.bz-value-props-subtitle{font-size:var(--type-bodyLg-size);font-weight:var(--type-bodyLg-weight);line-height:var(--type-bodyLg-lh);color:var(--on-surface-secondary);margin:1rem 0 0;max-width:620px}.bz-value-props-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.bz-value-props-card{background:transparent;border:1px solid var(--border-default);border-radius:20px;padding:2.5rem}.bz-value-props-icon{display:block;width:28px;height:28px;background:var(--on-surface-primary);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;margin-bottom:.75rem}.bz-value-props-card h3{font-size:var(--type-titleLg-size);font-weight:var(--type-titleLg-weight);line-height:var(--type-titleLg-lh);color:var(--on-surface-primary);margin:0 0 1.75rem}.bz-value-props-card p{font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);color:var(--on-surface-secondary);margin:0}.bz-overline{font-size:var(--type-overline-size);font-weight:var(--type-overline-weight);line-height:var(--type-overline-lh);text-transform:var(--type-overline-transform);letter-spacing:var(--type-overline-ls);color:var(--on-surface-tertiary);margin:0}.bz-feature-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:1.25rem;text-align:left}.bz-feature-list li{font-size:var(--type-bodyLg-size);font-weight:var(--type-bodyLg-weight);line-height:var(--type-bodyLg-lh);color:var(--on-surface-secondary);display:flex;align-items:center;gap:.75rem}.bz-feature-list li:before{content:"";flex-shrink:0;width:20px;height:20px;background:var(--on-surface-primary);mask-image:url(https://qkejcqlvssytkmrzfeut.supabase.co/storage/v1/object/public/brand-assets/icons/filled/check-circle.svg);-webkit-mask-image:url(https://qkejcqlvssytkmrzfeut.supabase.co/storage/v1/object/public/brand-assets/icons/filled/check-circle.svg);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}.bz-industries{padding:5rem 0;background:var(--surface-base);overflow:visible}.bz-industries-header{text-align:left;align-items:flex-start;margin-bottom:4rem}.bz-industries-header h2{font-size:var(--type-headerLg-size);font-weight:var(--type-headerLg-weight);line-height:var(--type-headerLg-lh);letter-spacing:var(--type-headerLg-ls);color:var(--on-surface-primary);margin:0}.bz-industries-scroll{--_pad: max(40px, calc((100vw - 1440px)/2 + 40px) );--_gap: 1.5rem;display:flex;gap:var(--_gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline-start:var(--_pad);scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-left:var(--_pad);padding-right:var(--_pad)}.bz-industries-scroll::-webkit-scrollbar{display:none}.bz-ind-card{flex:0 0 calc((100vw - var(--_pad) * 2 - var(--_gap) * 2) / 3);height:400px;scroll-snap-align:start;scroll-snap-stop:always;background:var(--surface-base);border:1px solid var(--border-default);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.bz-ind-card-img{height:240px;flex-shrink:0;transition:height var(--motion-fast) var(--ease-default)}.bz-ind-card:hover .bz-ind-card-img{height:140px}.bz-ind-card-img img{width:100%;height:100%;object-fit:cover;display:block}.bz-ind-card-body{padding:1.5rem 2rem 2rem;flex:1;overflow:hidden}.bz-ind-card-body h3{font-size:var(--type-titleLg-size);font-weight:var(--type-titleLg-weight);line-height:var(--type-titleLg-lh);color:var(--on-surface-primary);margin:0 0 .75rem}.bz-ind-card-desc{font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);color:var(--on-surface-secondary);margin:0}.bz-ind-card-expand{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--motion-fast) var(--ease-default)}.bz-ind-card:hover .bz-ind-card-expand{grid-template-rows:1fr}.bz-ind-card-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding-top:1.25rem;opacity:0;transition:opacity var(--motion-fast) var(--ease-default)}.bz-ind-card:hover .bz-ind-card-bullets{opacity:1}.bz-ind-card-bullets li{font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);color:var(--on-surface-secondary);padding-left:1.75rem;position:relative}.bz-ind-card-bullets li:before{content:"";position:absolute;left:0;top:4px;width:20px;height:20px;background:var(--on-surface-primary);mask-image:url(https://qkejcqlvssytkmrzfeut.supabase.co/storage/v1/object/public/brand-assets/icons/filled/check-circle.svg);-webkit-mask-image:url(https://qkejcqlvssytkmrzfeut.supabase.co/storage/v1/object/public/brand-assets/icons/filled/check-circle.svg);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}.bz-cta-form{padding:6rem 0;background:linear-gradient(135deg,#4f46e5,#7c3aed,#a78bfa);text-align:center}.bz-cta-form-inner{max-width:640px;margin:0 auto}.bz-cta-form-heading{font-size:var(--type-displayMd-size);font-weight:var(--type-displayMd-weight);line-height:var(--type-displayMd-lh);letter-spacing:var(--type-displayMd-ls);text-transform:var(--type-displayMd-transform);color:#fff;margin:0}.bz-cta-form-sub{font-size:var(--type-bodyLg-size);font-weight:var(--type-bodyLg-weight);line-height:var(--type-bodyLg-lh);color:#ffffff80;margin:1rem 0 0}.bz-cta-form-fields{margin-top:3rem;display:flex;flex-direction:column;gap:1.25rem;text-align:left}.bz-cta-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.bz-cta-field{display:flex;flex-direction:column;gap:.5rem}.bz-cta-field-label{font-size:.8125rem;font-weight:700;color:#ffffffd9;text-transform:uppercase;letter-spacing:.04em}.bz-cta-field input{width:100%;padding:16px 20px;font-family:inherit;font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);color:#fff;background:#ffffff26;border:1.5px solid rgba(255,255,255,.3);border-radius:14px;outline:none;transition:border-color .2s ease,background .2s ease;appearance:none;-webkit-appearance:none}.bz-cta-field input::placeholder{color:#ffffff73}.bz-cta-field input:focus{border-color:#fff9;background:#ffffff38}.bz-cta-field-error{font-size:.75rem;font-weight:500;color:#fca5a5;margin-top:2px}.bz-cta-field input.bz-input-error{border-color:#ef4444}.bz-cta-form-actions{display:flex;justify-content:center;padding-top:1.5rem}.bz-cta-submit{padding:16px 48px;font-family:inherit;font-size:1rem;font-weight:700;color:#4f46e5;background:#fff;border:none;border-radius:60px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 4px 20px #0000004d}.bz-cta-submit:hover{transform:scale(1.03);box-shadow:0 6px 28px #0006}.bz-cta-submit:disabled{opacity:.35;cursor:not-allowed;transform:none}.bz-cta-form-success{font-size:var(--type-titleMd-size);font-weight:var(--type-titleMd-weight);line-height:var(--type-titleMd-lh);color:#fff;text-align:center;margin:0;padding:3rem 2rem}.bz-compare{padding:5rem 0;background:var(--surface-base)}.bz-compare-header{text-align:center;align-items:center;margin-bottom:4rem}.bz-compare-header h2{font-size:var(--type-headerLg-size);font-weight:var(--type-headerLg-weight);line-height:var(--type-headerLg-lh);letter-spacing:var(--type-headerLg-ls);color:var(--on-surface-primary);margin:0}.bz-compare-table{max-width:900px;margin:0 auto;border-radius:20px;overflow:hidden;border:1px solid var(--border-default)}.bz-compare-table-head{display:grid;grid-template-columns:1fr 1fr}.bz-compare-th{padding:1.25rem 2rem;font-size:var(--type-titleMd-size);font-weight:var(--type-titleMd-weight);line-height:var(--type-titleMd-lh);color:var(--on-surface-tertiary);background:var(--surface-raised);display:flex;align-items:center}.bz-compare-th--aspora{background:#4f46e5;justify-content:center}.bz-compare-logo{height:26px;display:block}.bz-compare-row{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border-subtle);transition:background .2s ease}.bz-compare-row:hover{background:#4f46e505}.bz-compare-cell{padding:1rem 2rem;font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);display:flex;align-items:center;gap:.75rem}.bz-compare-cell--others{color:var(--on-surface-tertiary)}.bz-compare-cell--aspora{color:var(--on-surface-primary);font-weight:600;background:#4f46e50a;border-left:1px solid var(--border-subtle)}.bz-compare-icon{width:20px;height:20px;flex-shrink:0;display:block;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}.bz-compare-icon--x{background:#ef4444}.bz-compare-icon--check{background:#4f46e5}.bz-faq{padding:var(--section-py) 0;background:var(--surface-base)}.bz-faq-inner{max-width:900px;margin:0 auto}.bz-faq-inner .content-body{margin-top:4rem}.bz-faq-header{text-align:center;align-items:center}.bz-faq-header h2{font-size:var(--type-headerLg-size);font-weight:var(--type-headerLg-weight);line-height:var(--type-headerLg-lh);letter-spacing:var(--type-headerLg-ls);color:var(--on-surface-primary);margin:0}.bz-modal-overlay{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:2rem;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity var(--motion-moderate) var(--ease-default)}.bz-modal-overlay.open{opacity:1}.bz-modal{width:100%;max-width:640px;max-height:calc(100vh - 4rem);display:flex;flex-direction:column;background:var(--surface-base);border:1px solid var(--border-subtle);border-radius:24px;padding:2.5rem;transform:translateY(16px) scale(.98);transition:transform var(--motion-moderate) var(--ease-default)}.bz-waitlist-form{overflow-y:auto;-webkit-overflow-scrolling:touch}.bz-modal-overlay.open .bz-modal{transform:translateY(0) scale(1)}.bz-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem}.bz-modal-header h2{font-size:var(--type-headerSm-size);font-weight:var(--type-headerSm-weight);line-height:var(--type-headerSm-lh);color:var(--on-surface-primary);margin:0}.bz-modal-header p{font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);color:var(--on-surface-secondary);margin:.5rem 0 0}.bz-modal-close{width:36px;height:36px;border-radius:50%;background:var(--surface-sunken);border:none;padding:0;cursor:pointer;color:var(--on-surface-tertiary);transition:background var(--motion-instant),color var(--motion-instant);flex-shrink:0;display:flex;align-items:center;justify-content:center}.bz-modal-close:hover{background:var(--border-default);color:var(--on-surface-primary)}.bz-waitlist-form{display:flex;flex-direction:column;gap:1.25rem}.bz-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.bz-form-row--2{grid-template-columns:1fr 1fr}.bz-form-actions{display:flex;justify-content:center;padding-top:1.5rem;flex-shrink:0}.bz-waitlist-submit:disabled{opacity:.4;cursor:not-allowed}.bz-form-field{display:flex;flex-direction:column;gap:.5rem}.bz-form-label{font-size:var(--type-labelSm-size);font-weight:var(--type-labelSm-weight);line-height:var(--type-labelSm-lh);color:var(--on-surface-secondary)}.bz-waitlist-form input,.bz-waitlist-form select{width:100%;padding:12px 16px;font-family:inherit;font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);color:var(--on-surface-primary);background:transparent;border:2px solid var(--border-default);border-radius:12px;outline:none;transition:border-color var(--motion-instant) var(--ease-default);appearance:none;-webkit-appearance:none}.bz-waitlist-form input::placeholder{color:var(--on-surface-tertiary)}.bz-waitlist-form select{color:var(--on-surface-tertiary)}.bz-waitlist-form select:valid{color:var(--on-surface-primary)}.bz-waitlist-form input:focus,.bz-waitlist-form select:focus{border-color:var(--border-strong);outline:none}.bz-waitlist-form select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23938e8d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.bz-waitlist-submit{padding:14px 48px;font-size:var(--type-labelHeavyLg-size);cursor:pointer;background:var(--interactive-primary)!important;color:var(--interactive-contrast)!important}.bz-form-success{font-size:var(--type-titleMd-size);font-weight:var(--type-titleMd-weight);line-height:var(--type-titleMd-lh);color:var(--on-surface-primary);text-align:center;margin:0;padding:3rem 2rem}@media(max-width:1069px){.bz-nav{padding:16px 10px}.bz-nav-logo{height:32px}.bz-nav-links{gap:1.5rem}.bz-hero{padding:180px 0 80px;min-height:auto}.bz-hero-inner{flex-direction:column;align-items:center;text-align:center;gap:3rem}.bz-hero-content{max-width:600px;display:flex;flex-direction:column;align-items:center}.bz-hero-desc{max-width:480px}.bz-value-props{padding:3.5rem 0}.bz-value-props-grid{grid-template-columns:repeat(2,1fr)}.bz-value-props-card{padding:2rem}.bz-industries{padding:3.5rem 0}.bz-industries-header{margin-bottom:3rem}.bz-industries-scroll{flex-direction:column;overflow-x:visible;scroll-snap-type:none;padding-left:40px;padding-right:40px}.bz-ind-card{flex:none;width:100%;height:auto}.bz-ind-card-bullets{padding-bottom:.25rem}.bz-ind-card-img{height:200px}.bz-ind-card-expand{grid-template-rows:1fr}.bz-ind-card-bullets{opacity:1}.bz-ind-card:hover .bz-ind-card-img{height:200px}.bz-ind-card:hover{border-color:var(--border-subtle)}.bz-compare{padding:3.5rem 0}.bz-compare-header{margin-bottom:3rem}.bz-cta-form{padding:4rem 0}.bz-faq{padding:var(--section-py) 0}}@media(max-width:735px){.bz-nav{padding:12px 8px}.bz-nav-logo{height:28px}.bz-nav-right{display:none}.bz-nav-mobile-btn{display:block}.bz-nav-bar-inner{padding:12px 20px}.bz-hero{padding:140px 0 48px}.bz-hero-inner{gap:2rem}.bz-hero-content{max-width:100%}.bz-hero h1{font-size:var(--type-displayMd-size);font-weight:var(--type-displayMd-weight);line-height:var(--type-displayMd-lh);letter-spacing:var(--type-displayMd-ls);text-transform:var(--type-displayMd-transform)}.bz-hero-desc{max-width:100%;margin-top:.75rem}.bz-value-props{padding:3rem 0}.bz-value-props-grid{grid-template-columns:1fr}.bz-value-props-card{padding:1.5rem}.bz-value-props-card h3{margin-bottom:1rem}.bz-industries{padding:3rem 0}.bz-industries-header{margin-bottom:2rem}.bz-industries-scroll{gap:1rem;padding-left:20px;padding-right:20px}.bz-ind-card-img,.bz-ind-card:hover .bz-ind-card-img{height:180px}.bz-ind-card-body{padding:1.25rem 1.5rem 1.5rem}.bz-trust-grid{grid-template-columns:1fr;gap:1.5rem}.bz-compare{padding:3rem 0}.bz-compare-header{margin-bottom:2.5rem}.bz-compare-table{border-radius:16px}.bz-compare-table-head{grid-template-columns:1fr 1fr}.bz-compare-th{padding:1rem 1.25rem;font-size:.875rem}.bz-compare-row{grid-template-columns:1fr 1fr}.bz-compare-cell{padding:.875rem 1.25rem;font-size:.8125rem;gap:.5rem}.bz-compare-icon{width:18px;height:18px}.bz-cta-form{padding:3rem 0}.bz-cta-form-row{grid-template-columns:1fr}.bz-faq{padding:var(--section-py) 0}.bz-faq-inner .content-body{margin-top:2.5rem}.bz-modal{padding:1.5rem;border-radius:20px}.bz-modal-header{margin-bottom:1.5rem}.bz-form-row,.bz-form-row--2{grid-template-columns:1fr}.bz-feature-list{margin-top:1rem;gap:.5rem}}.bz-investors{padding:4rem 0;background:var(--surface-base)}.bz-investors-inner{text-align:center}.bz-investors-heading{font-size:var(--type-headerLg-size);font-weight:var(--type-headerLg-weight);line-height:var(--type-headerLg-lh);color:var(--on-surface-primary);margin:0}.bz-investors-sub{font-size:var(--type-bodyLg-size);font-weight:var(--type-bodyLg-weight);line-height:var(--type-bodyLg-lh);color:var(--on-surface-secondary);margin:.75rem 0 0}.bz-investors-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.bz-investor-card{display:flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--surface-base);border:1px solid var(--border-default);border-radius:12px;min-width:140px;transition:box-shadow .3s ease,transform .3s ease}.bz-investor-card:hover{box-shadow:0 4px 20px #0000000f;transform:translateY(-2px)}.bz-investor-name{font-family:inherit;font-size:1rem;font-weight:700;color:var(--on-surface-primary);white-space:nowrap}@media(max-width:735px){.bz-investors{padding:3rem 0}.bz-investors-grid{gap:.75rem}.bz-investor-card{padding:.75rem 1.25rem;min-width:120px}.bz-investor-name{font-size:.875rem}}.bz-trust{padding:3rem 0;background:var(--surface-base);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.bz-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:700px;margin:0 auto;text-align:center}.bz-trust-stat{display:flex;flex-direction:column;gap:.5rem}.bz-trust-num{font-size:var(--type-displaySm-size);font-weight:var(--type-displaySm-weight);line-height:var(--type-displaySm-lh);color:var(--on-surface-primary)}.bz-trust-label{font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);color:var(--on-surface-secondary)}.bz-compliance{padding:5rem 0;background:var(--surface-base)}.bz-compliance-banner{display:flex;align-items:center;gap:4rem;background:#ede9fe;border-radius:28px;padding:4rem 5rem;overflow:hidden;position:relative}.bz-compliance-banner-text{flex:1;min-width:0}.bz-compliance-overline{color:#4f46e5}.bz-compliance-heading{font-size:var(--type-headerLg-size);font-weight:var(--type-headerLg-weight);line-height:var(--type-headerLg-lh);color:var(--on-surface-primary);margin:.75rem 0 0}.bz-compliance-desc{font-size:var(--type-bodyLg-size);font-weight:var(--type-bodyLg-weight);line-height:var(--type-bodyLg-lh);color:var(--on-surface-secondary);margin:1.25rem 0 0;max-width:520px}.bz-compliance-banner .content-cta{margin-top:2rem}.bz-compliance-banner-visual{flex-shrink:0;display:flex;align-items:center;justify-content:center}.bz-compliance-shield{width:200px;height:200px;border-radius:50%;background:radial-gradient(circle at 40% 30%,#4f46e533,#a78bfa0d 70%);display:flex;align-items:center;justify-content:center;animation:bzShieldFloat 4s ease-in-out infinite}.bz-compliance-shield-svg{width:100px;height:116px;filter:drop-shadow(0 8px 24px rgba(79,70,229,.35))}@keyframes bzShieldFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.bz-compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.bz-compliance-pillar{padding:2rem;border:1px solid var(--border-default);border-radius:20px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.bz-compliance-pillar:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.bz-compliance-pillar-icon{display:block;width:28px;height:28px;background:var(--on-surface-primary);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;margin-bottom:1rem}.bz-compliance-pillar h3{font-size:var(--type-titleLg-size);font-weight:var(--type-titleLg-weight);line-height:var(--type-titleLg-lh);color:var(--on-surface-primary);margin:0 0 .75rem}.bz-compliance-pillar p{font-size:var(--type-bodyMd-size);font-weight:var(--type-bodyMd-weight);line-height:var(--type-bodyMd-lh);color:var(--on-surface-secondary);margin:0}@media(max-width:1069px){.bz-compliance{padding:3.5rem 0}.bz-compliance-banner{flex-direction:column;text-align:center;padding:3rem 2.5rem;gap:2.5rem}.bz-compliance-desc{max-width:100%}.bz-compliance-banner-text{display:flex;flex-direction:column;align-items:center}.bz-compliance-shield{width:160px;height:160px}.bz-compliance-shield-svg{width:80px;height:93px}.bz-compliance-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}}@media(max-width:735px){.bz-compliance{padding:3rem 0}.bz-compliance-banner{padding:2rem 1.5rem;border-radius:20px;gap:2rem}.bz-compliance-pillar{padding:1.5rem}}[data-reveal]{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.bz-value-props-grid.is-visible .bz-value-props-card{animation:bzFadeUp .6s cubic-bezier(.16,1,.3,1) both}.bz-value-props-grid.is-visible .bz-value-props-card:nth-child(1){animation-delay:0s}.bz-value-props-grid.is-visible .bz-value-props-card:nth-child(2){animation-delay:.1s}.bz-value-props-grid.is-visible .bz-value-props-card:nth-child(3){animation-delay:.2s}.bz-value-props-grid.is-visible .bz-value-props-card:nth-child(4){animation-delay:.3s}.bz-value-props-grid .bz-value-props-card{opacity:0;transform:translateY(24px)}.bz-compare-grid.is-visible .bz-compare-col{animation:bzFadeUp .6s cubic-bezier(.16,1,.3,1) both}.bz-compare-grid.is-visible .bz-compare-col:nth-child(1){animation-delay:0s}.bz-compare-grid.is-visible .bz-compare-col:nth-child(2){animation-delay:.15s}.bz-compare-grid .bz-compare-col{opacity:0;transform:translateY(24px)}.bz-trust-grid.is-visible .bz-trust-stat{animation:bzFadeUp .6s cubic-bezier(.16,1,.3,1) both}.bz-trust-grid.is-visible .bz-trust-stat:nth-child(1){animation-delay:0s}.bz-trust-grid.is-visible .bz-trust-stat:nth-child(2){animation-delay:.15s}.bz-trust-grid .bz-trust-stat{opacity:0;transform:translateY(24px)}.bz-value-props-card{transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.bz-value-props-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.bz-compare-col{transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.bz-compare-col:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000000f}.bz-compare-col--aspora:hover{transform:scale(1.02) translateY(-2px)}@keyframes bzFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.bz-value-props,.bz-compare,.bz-industries,.bz-faq,.sec-side-by-side{scroll-margin-top:100px}
