*{margin:0;padding:0}:root{--color-primary:#6b46c1;--color-primary-light:#8b5cf6;--color-secondary:#059669;--color-text:#14191a;--color-text-secondary:#475569;--color-text-muted:#898c8c;--color-background:#fff;--color-surface:#f8fafc;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-accent:#7c3aed;--font-sans:"Inter Tight","Inter","Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Oswald","Inter Tight","Inter",sans-serif}body{font-family:var(--font-sans);font-weight:300;font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;overflow-x:hidden}*{box-sizing:border-box}.hero-title{font-family:var(--font-display);font-weight:600;font-size:3.5rem;line-height:1.1;letter-spacing:-.02em;color:var(--color-text);margin-bottom:1.5rem}.hero-subtitle{font-weight:300;font-size:1.25rem;line-height:1.5;color:var(--color-text-secondary);margin-bottom:2rem;max-width:600px}.section-title{font-family:var(--font-display);font-weight:500;font-size:2.5rem;line-height:1.2;color:var(--color-text);margin-bottom:1.5rem;text-align:center}.section-subtitle{font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.card-title,.section-subtitle{font-weight:500;margin-bottom:1rem}.card-title{font-family:var(--font-display);font-size:1.5rem;line-height:1.3;color:var(--color-text);hyphens:auto}.body-text,.card-title{overflow-wrap:break-word}.body-text{font-weight:300;font-size:1rem;line-height:1.6;color:var(--color-text-secondary);flex-grow:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-alt{background:linear-gradient(135deg,var(--color-surface) 0,#f1f5f9 100%)}.header{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);z-index:1000}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{display:flex;align-items:center}.logo{font-family:var(--font-display);color:var(--color-text);text-decoration:none}.logo,.logo-offshore{font-weight:600;font-size:1.5rem}.logo-offshore{background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-left:.25rem;display:inline}.nav{display:flex;gap:2rem;list-style:none}.nav a{font-weight:400;color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease}.nav a.active,.nav a:hover{background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav a.active{font-weight:500}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#fff,#f8fafc 50%,#eff6ff);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,rgba(30,58,138,.05),rgba(59,130,246,.1));clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content.centered{grid-template-columns:1fr;text-align:center;justify-items:center}.hero-content.centered .hero-subtitle{max-width:800px;margin-left:auto;margin-right:auto}.hero-visual{background:var(--color-background);border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:3rem;border:1px solid var(--color-border)}.btn{display:inline-flex;align-items:center;padding:1rem 2rem;font-weight:500;text-decoration:none;border-radius:8px;transition:all .2s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));color:#fff;box-shadow:0 2px 12px rgba(129,102,196,.3);font-weight:400;border-radius:12px;padding:.875rem 2rem}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px rgba(129,102,196,.4);opacity:.95}.btn-secondary{background-color:hsla(0,0%,100%,.1);color:var(--color-text);border:1px solid hsla(0,0%,100%,.2);font-weight:400;border-radius:12px;padding:.875rem 2rem;backdrop-filter:blur(10px)}.btn-secondary:hover{background-color:hsla(0,0%,100%,.15);color:var(--color-text);border-color:rgba(129,102,196,.3);transform:translateY(-1px)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;margin-top:3rem;align-items:stretch}.card{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:2.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column;height:100%;overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;min-height:300px}.card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-4px)}.card-icon{width:48px;height:48px;justify-content:center;background:var(--color-primary);border-radius:8px;color:#fff;flex-shrink:0}.card-header,.card-icon{display:flex;align-items:center;margin-bottom:1.5rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:4rem}.jurisdiction-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.jurisdiction-card{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;min-width:0}.jurisdiction-card:hover{border-color:rgba(129,102,196,.4);box-shadow:0 8px 24px rgba(30,58,138,.15)}.flag{display:inline-block;border-radius:4px;box-shadow:0 3px 12px rgba(0,0,0,.15);transition:all .2s ease;overflow:hidden;flex-shrink:0;min-width:0;position:relative}.flag:hover{box-shadow:0 6px 20px rgba(0,0,0,.25);transform:translateY(-2px)}.flag--small{width:64px;height:36px}.flag--medium{width:96px;height:54px}.flag--large{width:128px;height:72px}.flag--xl{width:160px;height:90px}.jurisdiction-flag{width:128px;height:72px;margin:0 auto 1rem;border-radius:4px;box-shadow:0 3px 12px rgba(0,0,0,.15);transition:all .2s ease;overflow:hidden;font-size:4rem}.jurisdiction-flag:hover{box-shadow:0 6px 20px rgba(0,0,0,.25);transform:translateY(-2px)}.hero-buttons{display:flex;gap:1rem;margin-top:2rem}.hero-visual-content{text-align:center}.hero-visual-title{color:var(--color-text);margin-bottom:1.5rem}.hero-flags{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.hero-flag{text-align:center;min-width:0;display:flex;flex-direction:column;align-items:center}.hero-flag-icon{width:96px;height:54px;border-radius:4px;box-shadow:0 3px 12px rgba(0,0,0,.15);transition:all .2s ease;overflow:hidden;font-size:3rem;margin-bottom:.5rem;flex-shrink:0}.hero-flag-icon:hover{box-shadow:0 6px 20px rgba(0,0,0,.25);transform:translateY(-2px)}.hero-flag-label{line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.hero-flag-label,.hero-visual-subtitle{font-size:.875rem;color:var(--color-text-secondary)}.cta-description{max-width:600px;margin:0 auto 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.regulatory-partnerships{margin-top:4rem;text-align:center;padding:3rem;background:var(--color-background);border-radius:12px;border:1px solid var(--color-border)}.regulator-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.regulator-card{padding:1.5rem;text-align:center;background:var(--color-surface);border-radius:8px}.regulator-name{font-weight:500;background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1rem;margin-bottom:.5rem}.regulator-description{font-size:.875rem;color:var(--color-text-secondary)}.regulator-badge{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.feature-list{list-style:none;margin-top:1.5rem}.feature-list li{padding:.75rem 0;display:flex;align-items:flex-start;color:var(--color-text-secondary);border-bottom:1px solid var(--color-border-light);overflow-wrap:break-word;line-height:1.5}.feature-list li:last-child{border-bottom:none}.feature-list li:before{content:"✓";color:var(--color-secondary);font-weight:500;margin-right:.75rem;margin-top:.125rem;width:20px;height:20px;background:rgba(5,150,105,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.feature-list-alt{display:flex;flex-direction:column;gap:2rem}.feature-item{background:var(--color-surface);padding:1.5rem;border-radius:12px;border:1px solid var(--color-border)}.feature-item strong{color:var(--color-primary);display:block;margin-bottom:.75rem;font-size:1.1rem}.sub-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.sub-list li{padding-left:1.25rem;position:relative;color:var(--color-text-secondary);font-size:.95rem}.sub-list li:before{content:"→";color:var(--color-primary);position:absolute;left:0;font-weight:700}.card-title i[data-lucide]{width:20px;height:20px}.card-title i[data-lucide],h3 .flag{margin-right:.5rem;vertical-align:middle;display:inline-block}.demo-container{padding:.4rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:6.4px;position:relative;transform:scale(.576);transform-origin:center;margin-left:auto;margin-right:-8rem}.demo-window{border-radius:4.8px;box-shadow:0 10px 20px -4.8px rgba(0,0,0,.1),0 3.2px 6.4px -3.2px rgba(0,0,0,.1);border:.4px solid #e2e8f0}.demo-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:1rem}.demo-control{background:#e2e8f0}.demo-control:first-child{background:#ef4444}.demo-control:nth-child(2){background:#f59e0b}.demo-control:nth-child(3){background:#10b981}.demo-title{color:#64748b}.demo-content{min-height:400px}.demo-sidebar{width:140px;background:#f8fafc;border-right:1px solid #e2e8f0}.demo-nav-item{color:#64748b;transition:background-color .2s}.demo-nav-item:hover{background:#e2e8f0}.demo-nav-item.active{background:#e0f2fe;color:#0369a1;border-right:2px solid #0369a1}.demo-header-section h4{margin:0;color:#1e293b;font-size:1.125rem;font-weight:600}.demo-search{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#94a3b8}.demo-account{background:#f8fafc;border:1px solid #e2e8f0;transition:all .2s}.demo-account:hover{background:#f1f5f9;border-color:#cbd5e1}.demo-account-info{gap:1rem}.demo-avatar{border-radius:8px;background:linear-gradient(135deg,#0369a1,#0284c7)}.demo-details{display:flex;flex-direction:column;gap:.25rem}.demo-name{font-weight:600;color:#1e293b}.demo-type{color:#64748b}.demo-balances{margin-right:1rem}.demo-balance{align-items:flex-end;gap:.125rem}.demo-currency{color:#64748b}.demo-amount{color:#1e293b}.demo-status{border-radius:6px;text-align:center;min-width:80px}.demo-status.active{background:#dcfce7;color:#166534}.demo-status.pending{background:#fef3c7;color:#92400e}.demo-overlay-card{position:absolute;top:1.5rem;right:1.5rem;width:280px;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border:1px solid #e2e8f0;z-index:10;backdrop-filter:blur(8px);animation:slideInFromRight .6s ease-out}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(20px) translateY(-10px)}to{opacity:1;transform:translateX(0) translateY(0)}}.demo-overlay-header{padding:1rem 1.25rem .75rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;font-weight:600;color:#334155}.demo-overlay-header i{color:#0369a1}.demo-overlay-content{padding:.75rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.demo-activity-item{display:flex;align-items:flex-start;gap:.75rem}.demo-activity-dot{width:8px;height:8px;border-radius:50%;margin-top:.25rem;flex-shrink:0}.demo-activity-dot.active{background:#10b981;box-shadow:0 0 0 2px rgba(16,185,129,.2)}.demo-activity-dot.pending{background:#f59e0b;box-shadow:0 0 0 2px rgba(245,158,11,.2)}.demo-activity-dot.success{background:#0ea5e9;box-shadow:0 0 0 2px rgba(14,165,233,.2)}.demo-activity-text{display:flex;flex-direction:column;gap:.125rem;flex:1}.demo-activity-title{font-size:.875rem;font-weight:500;color:#1e293b;line-height:1.3}.demo-activity-time,.demo-overlay-footer{font-size:.75rem;color:#64748b}.demo-overlay-footer{padding:.75rem 1.25rem;background:#f8fafc;border-top:1px solid #f1f5f9;border-radius:0 0 12px 12px;display:flex;align-items:center;justify-content:space-between;font-weight:500}.demo-overlay-footer i{color:#94a3b8}.demo-credit-card{position:absolute;bottom:.6rem;left:.6rem;width:96px;height:60px;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.15),0 10px 20px -5px rgba(0,0,0,.1);transform:rotate(-5deg);z-index:10;animation:slideInFromLeft .8s ease-out}@keyframes slideInFromLeft{0%{opacity:0;transform:rotate(-5deg) translateX(-30px) translateY(20px)}to{opacity:1;transform:rotate(-5deg) translateX(0) translateY(0)}}.demo-card-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000,#0a0a0a 10%,#1a1a1a 25%,#2d2d2d 40%,#3a3a3a 50%,#2d2d2d 60%,#1a1a1a 75%,#0a0a0a 90%,#000);border:1px solid rgba(212,175,55,.4);box-shadow:0 25px 80px rgba(0,0,0,.9),0 10px 30px rgba(212,175,55,.08),inset 0 2px 4px hsla(0,0%,100%,.02),inset 0 -2px 4px rgba(212,175,55,.06);opacity:1}.demo-card-gradient:before{background:linear-gradient(135deg,rgba(212,175,55,.12),rgba(255,215,0,.08) 25%,rgba(255,248,220,.04) 50%,rgba(255,215,0,.06) 75%,rgba(184,134,11,.08))}.demo-card-gradient:after,.demo-card-gradient:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit}.demo-card-gradient:after{background:radial-gradient(circle at 25% 25%,rgba(255,215,0,.15) 0,transparent 60%),radial-gradient(circle at 75% 75%,rgba(212,175,55,.12) 0,transparent 60%),radial-gradient(circle at 50% 50%,rgba(255,248,220,.06) 0,transparent 40%);mix-blend-mode:screen}.demo-card-content{position:relative;z-index:1;padding:.5rem;height:100%;display:flex;flex-direction:column;color:#fff}.demo-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.4rem}.demo-card-logo{display:flex;flex-direction:column;gap:.125rem}.demo-logo-text{font-size:.35rem;font-weight:900;letter-spacing:.08em;background:linear-gradient(135deg,#c9a961,gold 20%,#fff8dc 40%,#fff 50%,#fff8dc 60%,gold 80%,#b8860b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 12px rgba(255,215,0,.5),0 0 30px rgba(255,248,220,.3),0 1px 3px rgba(184,134,11,.6);filter:drop-shadow(0 2px 4px rgba(0,0,0,.4)) brightness(1.1)}.demo-logo-sub{font-size:.25rem;font-weight:700;letter-spacing:.1em;background:linear-gradient(135deg,#c9a961,gold 30%,#fff8dc 50%,gold 70%,#b8860b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:-.125rem;text-shadow:0 1px 6px rgba(255,215,0,.4);filter:drop-shadow(0 1px 2px rgba(184,134,11,.3)) brightness(1.05)}.demo-card-type{font-size:.25rem;font-weight:800;letter-spacing:.08em;background:linear-gradient(135deg,rgba(212,175,55,.25),rgba(255,215,0,.2) 30%,rgba(255,248,220,.15) 50%,rgba(255,215,0,.18) 70%,rgba(184,134,11,.2));color:gold;padding:.2rem .4rem;border-radius:3.2px;border:1px solid rgba(212,175,55,.5);box-shadow:0 6px 16px rgba(0,0,0,.4),0 2px 8px rgba(255,215,0,.15),inset 0 1px 0 rgba(255,248,220,.15),inset 0 -1px 0 rgba(184,134,11,.1),0 0 20px rgba(212,175,55,.08);text-shadow:0 1px 4px rgba(255,215,0,.5),0 0 8px rgba(255,248,220,.2);backdrop-filter:blur(8px);filter:brightness(1.1)}.demo-card-chip{display:flex;align-items:center;gap:.4rem;margin-bottom:.3rem}.demo-chip{width:28px;height:20px;background:linear-gradient(135deg,gold,orange);border-radius:4px;position:relative;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.demo-chip:before{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;background:linear-gradient(135deg,#ffed4e,#ff9500);border-radius:2px}.demo-contactless{display:flex;flex-direction:column;gap:1px}.demo-wave{width:12px;height:2px;background:hsla(0,0%,100%,.6);border-radius:1px}.demo-wave:nth-child(2){width:16px}.demo-wave:nth-child(3){width:20px}.demo-card-number{font-family:Courier New,monospace;font-size:.4rem;font-weight:600;letter-spacing:.04em;color:#fff;margin-bottom:auto}.demo-card-details{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.2rem}.demo-card-info{display:flex;flex-direction:column;gap:.05rem}.demo-card-label{font-size:.25rem;font-weight:500;letter-spacing:.02em;color:hsla(0,0%,100%,.7)}.demo-card-value{font-size:.3rem;font-weight:600;color:#fff;font-family:Courier New,monospace}.demo-card-network{display:flex;justify-content:flex-end}.demo-mastercard{display:flex;align-items:center;position:relative;width:32px;height:20px}.demo-mc-circle{width:16px;height:16px;border-radius:50%;position:absolute}.demo-mc-circle.left{background:#eb001b;left:0}.demo-mc-circle.right{background:#f79e1b;right:0;mix-blend-mode:multiply}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.stat-card{text-align:center;padding:2rem 1rem}.stat-number{font-size:2.5rem;font-weight:600;background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:.875rem;font-weight:400;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}.cta-section{background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));color:#fff;text-align:center;padding:4rem 0}.cta-section .section-title{font-family:var(--font-display);color:#fff}.cta-section .body-text{color:hsla(0,0%,100%,.9);font-size:1.125rem}.footer{background:var(--color-text);color:#fff;padding:3rem 0}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem}.footer h4{margin-bottom:1rem;font-weight:500}.footer a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s ease}.footer a:hover{color:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.team-card{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease}.team-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-4px)}.team-avatar{width:80px;height:80px;background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:500}.team-name{font-weight:500;font-size:1.25rem;color:var(--color-text);margin-bottom:.5rem}.team-role{font-weight:400;background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.team-bio{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.timeline{position:relative;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--color-border);transform:translateX(-50%)}.timeline-item{position:relative;margin-bottom:3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.timeline-item:nth-child(2n) .timeline-content{order:2}.timeline-item:nth-child(2n) .timeline-date{order:1;text-align:left}.timeline-date{text-align:right;display:flex;flex-direction:column;justify-content:center}.timeline-year{font-size:2rem;font-weight:600;background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.timeline-content{position:relative;background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.timeline-content:before{content:"";position:absolute;top:50%;width:16px;height:16px;background:var(--color-primary);border:3px solid var(--color-background);border-radius:50%;transform:translateY(-50%);box-shadow:0 0 0 2px var(--color-primary)}.timeline-item:nth-child(odd) .timeline-content:before{left:-35px}.timeline-item:nth-child(2n) .timeline-content:before{right:-35px}.mobile-menu-button{display:none;background:none;border:none;color:var(--color-text);cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease}.mobile-menu-button:hover{background-color:var(--color-surface)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:flex-end}.mobile-menu{background:var(--color-background);width:280px;height:100vh;padding:1rem;box-shadow:-4px 0 16px rgba(0,0,0,.1);transform:translateX(0);animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem}.mobile-menu-close{background:none;border:none;color:var(--color-text);cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease}.mobile-menu-close:hover{background-color:var(--color-surface)}.mobile-menu-items{list-style:none;padding:0;margin:0}.mobile-menu-items li{margin-bottom:.5rem}.mobile-menu-link{display:block;padding:.875rem 1rem;color:var(--color-text);text-decoration:none;border-radius:8px;font-weight:400;transition:all .2s ease}.mobile-menu-link:hover{background-color:var(--color-surface);color:var(--color-primary)}.mobile-menu-link.active{background:linear-gradient(125.07deg,#8166c4 10.56%,rgba(147,110,177,.922) 22.71%,rgba(160,116,163,.865) 35%,rgba(186,127,136,.755) 50%,hsla(19,58%,63%,.63) 70%,rgba(245,153,73,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:500;background-color:rgba(129,102,196,.1)}@media (max-width:1024px){.container{padding:0 1.5rem}.hero-title{font-size:3rem}.card-grid,.jurisdiction-grid,.stats-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.hero-flags{max-width:360px}}@media (max-width:768px){.hero-title{font-size:2.25rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem;margin-bottom:1.5rem}.section-title{font-size:1.875rem;line-height:1.3}.card-title{font-size:1.25rem}.container{padding:0 1rem}.hero{padding:6rem 0 4rem}.footer-content,.hero-content,.two-col{grid-template-columns:1fr;gap:2rem}.cta-buttons,.hero-buttons{flex-direction:column;align-items:center;width:100%}.cta-buttons .btn,.hero-buttons .btn{width:100%;max-width:300px}.nav{display:none}.mobile-menu-button{display:block}.demo-container{max-width:100%;padding:.5rem}.demo-window{border-radius:8px}.demo-content{min-height:300px}.demo-sidebar{width:100px}.demo-nav-item{padding:.5rem;font-size:.75rem;flex-direction:column;gap:.25rem;text-align:center}.demo-main{padding:1rem}.demo-account,.demo-header-section{flex-direction:column;gap:1rem;align-items:stretch}.demo-account{padding:.75rem}.demo-balances{justify-content:space-between;margin-right:0}.demo-balance{align-items:center}.demo-overlay-card{top:auto;right:auto;margin-top:1rem}.demo-credit-card,.demo-overlay-card{position:relative;width:100%;animation:none}.demo-credit-card{bottom:auto;left:auto;max-width:280px;margin:1rem auto 0;transform:none}.card-grid,.jurisdiction-grid{grid-template-columns:1fr;gap:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.regulator-grid{grid-template-columns:1fr;gap:1rem}.hero-flags{grid-template-columns:1fr 1fr;gap:.75rem;max-width:320px}.hero-flag{min-width:0}.jurisdiction-flag{width:108px;height:61px;font-size:3.5rem;flex-shrink:0}.hero-flag-icon{width:80px;height:45px;font-size:2.5rem}.hero-flag-label{font-size:.75rem}.card{padding:1.5rem}.card-header{flex-direction:column;text-align:center;align-items:center}.card-icon{margin-right:0;margin-bottom:1rem}.footer-content{text-align:center}.timeline:before{left:1rem}.timeline-item{grid-template-columns:1fr;padding-left:3rem}.timeline-date{text-align:left;margin-bottom:1rem}.timeline-item:nth-child(2n) .timeline-content,.timeline-item:nth-child(2n) .timeline-date{order:0}.timeline-content:before{left:-30px!important}}@media (max-width:480px){.hero-title{font-size:1.875rem}.section-title{font-size:1.625rem}.hero-subtitle{font-size:1rem}.container{padding:0 .75rem}.section{padding:3rem 0}.hero{padding:5rem 0 3rem}.card{padding:1.25rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1rem}.stat-number{font-size:2rem}.hero-flags{grid-template-columns:1fr;gap:.5rem;max-width:280px}.jurisdiction-flag{width:96px;height:54px;font-size:3rem;flex-shrink:0}.hero-flag-icon{width:64px;height:36px;font-size:2rem}.hero-flag-label{font-size:.75rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}.header{padding:.75rem 0}.logo{font-size:1.375rem}.card-title{font-size:1.25rem;line-height:1.4;margin-bottom:.75rem}.body-text{font-size:.95rem;line-height:1.7}.feature-list li{font-size:.9rem;padding:.5rem 0}.card{padding:1.5rem}}.demo-container{max-width:100%;overflow:hidden}.demo-window{background:#fff;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:600px;margin:0 auto}.demo-header{background:#f8f9fa;padding:.75rem 1rem;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between}.demo-controls{display:flex;gap:.5rem}.demo-control{width:12px;height:12px;border-radius:50%;background:#ddd}.demo-title{font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.demo-content{display:flex;min-height:300px}.demo-sidebar{width:150px;background:#f8f9fa;padding:1rem 0;border-right:1px solid var(--color-border);flex-shrink:0}.demo-nav-item{padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-secondary);cursor:pointer}.demo-nav-item.active{background:#fff;color:var(--color-primary);border-right:2px solid var(--color-primary)}.demo-main{flex:1;padding:1.5rem}.demo-header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.demo-search{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8f9fa;border-radius:6px;font-size:.875rem;color:var(--color-text-secondary);min-width:150px}.demo-accounts{display:flex;flex-direction:column;gap:1rem}.demo-account{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid var(--color-border-light);flex-wrap:wrap}.demo-account-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:200px}.demo-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.demo-name{font-weight:500;font-size:.875rem;color:var(--color-text)}.demo-type{font-size:.75rem;color:var(--color-text-secondary)}.demo-balances{display:flex;gap:1rem;flex-wrap:wrap;min-width:200px}.demo-balance{display:flex;flex-direction:column;text-align:right}.demo-currency{font-size:.75rem;color:var(--color-text-secondary);font-weight:500}.demo-amount{font-size:.875rem;font-weight:600;color:var(--color-text)}.demo-status{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;flex-shrink:0}.demo-status.active{background:rgba(5,150,105,.1);color:var(--color-secondary)}.demo-status.pending{background:rgba(245,158,11,.1);color:#d97706}@media (max-width:768px){.hero-content{grid-template-columns:1fr!important;text-align:center}.demo-container{margin-top:2rem}.demo-content{flex-direction:column;min-height:auto}.demo-sidebar{width:100%;padding:.5rem 0;border-right:none;border-bottom:1px solid var(--color-border)}.demo-nav-item{padding:.5rem 1rem;font-size:.8rem}.demo-main{padding:1rem}.demo-header-section{align-items:stretch}.demo-account,.demo-header-section{flex-direction:column;text-align:center}.demo-account{gap:.75rem}.demo-account-info,.demo-balances{justify-content:center;min-width:auto}}