*{margin:0;padding:0;box-sizing:border-box}:root{--background: hsl(231, 25%, 8%);--foreground: hsl(45, 100%, 85%);--card: hsl(231, 20%, 12%);--card-foreground: hsl(45, 100%, 85%);--primary: hsl(45, 100%, 65%);--primary-foreground: hsl(231, 25%, 8%);--secondary: hsl(271, 81%, 56%);--secondary-foreground: hsl(0, 0%, 100%);--muted: hsl(231, 15%, 15%);--muted-foreground: hsl(45, 20%, 70%);--border: hsl(231, 15%, 20%);--input: hsl(231, 15%, 15%);--solid-primary: hsl(45, 100%, 65%);--solid-secondary: hsl(271, 81%, 56%);--solid-hero: hsl(231, 25%, 8%);--solid-card: hsl(231, 20%, 12%);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: all .5s cubic-bezier(.68, -.55, .265, 1.55)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:var(--transition-smooth);gap:.5rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:.75rem 2rem;font-size:1.125rem}.btn-primary{background:var(--solid-primary);color:var(--primary-foreground)}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--foreground)}.btn-outline:hover{background:var(--primary);color:var(--primary-foreground)}.btn-icon{font-size:1.2em;transition:var(--transition-smooth)}.btn:hover .btn-icon{transform:translate(2px)}.nav{position:fixed;top:0;left:0;right:0;z-index:50;background:#0f111acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-content{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-img{height:2rem;width:auto}.logo-text{font-size:1.125rem;font-weight:700;color:var(--foreground)}.nav-links{display:none;align-items:center;gap:2rem}.nav-link{color:var(--muted-foreground);text-decoration:none;transition:var(--transition-smooth)}.nav-link:hover{color:var(--foreground)}.mobile-menu-btn{display:block;background:none;border:none;color:var(--foreground);cursor:pointer;padding:.5rem}.hamburger{display:block;width:1.5rem;height:2px;background:var(--foreground);position:relative;transition:var(--transition-smooth)}.hamburger:before,.hamburger:after{content:"";position:absolute;width:100%;height:2px;background:var(--foreground);transition:var(--transition-smooth)}.hamburger:before{top:-6px}.hamburger:after{bottom:-6px}.hamburger.active{background:transparent}.hamburger.active:before{transform:rotate(45deg);top:0}.hamburger.active:after{transform:rotate(-45deg);bottom:0}.mobile-menu{display:none;border-top:1px solid var(--border);padding:1rem 0}.mobile-menu.active{display:block}.mobile-menu-content{display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{color:var(--muted-foreground);text-decoration:none;padding:.5rem 0;transition:var(--transition-smooth)}.mobile-nav-link:hover{color:var(--foreground)}.mobile-menu-buttons{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}@media (min-width: 768px){.nav-links{display:flex}.mobile-menu-btn{display:none}.logo-text{display:block}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(src/assets/hero-banking.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0f111af2,#0f111acc,#0f111ab3)}.hero-content{position:relative;z-index:10;padding:5rem 0}.hero-inner{max-width:64rem;margin:0 auto;text-align:center}.hero-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background:#ffd24d1a;border:1px solid hsla(45,100%,65%,.2);color:var(--primary);font-size:.875rem;font-weight:500;margin-bottom:2rem}.ecosystem-button-container{margin-bottom:1.5rem}.ecosystem-btn{font-size:.875rem;padding:.5rem 1rem}.pulse-dot{width:.5rem;height:.5rem;background:var(--primary);border-radius:50%;margin-right:.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{font-size:3rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem;line-height:1.2}.hero-title-gradient{color:var(--primary)}.hero-subtitle{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}.hero-cta{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:3rem}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:32rem;margin:0 auto}.stat{text-align:center}.stat-number{font-size:1.875rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--muted-foreground)}.hero-decoration{position:absolute;border-radius:50%;opacity:.2;animation:pulse 3s infinite}.hero-decoration-1{top:5rem;left:2.5rem;width:1rem;height:1rem;background:var(--primary)}.hero-decoration-2{bottom:8rem;right:4rem;width:1.5rem;height:1.5rem;background:var(--secondary);animation-delay:1s}.hero-decoration-3{top:50%;left:5rem;width:.5rem;height:.5rem;background:var(--primary);animation-delay:.5s}@media (min-width: 768px){.hero-title{font-size:4rem}.hero-subtitle{font-size:1.5rem}.hero-cta{flex-direction:row}.hero-stats{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.hero-title{font-size:4.5rem}.logo-text{display:block}}.features{padding:5rem 0;background:var(--background)}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background:#ffd24d1a;border:1px solid hsla(45,100%,65%,.2);color:var(--primary);font-size:.875rem;font-weight:500;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.section-title-gradient{color:var(--primary)}.section-subtitle{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.features-grid{display:grid;gap:2rem;max-width:88rem;margin:0 auto}.feature-card{background:var(--solid-card);border:1px solid hsla(231,15%,20%,.5);border-radius:1rem;padding:2rem;transition:var(--transition-smooth);position:relative;overflow:hidden}.feature-card:hover{border-color:#ffd24d4d;transform:translateY(-4px);box-shadow:0 20px 40px -10px #ffd24d1a}.feature-header{margin-bottom:1.5rem}.feature-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:var(--transition-smooth)}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon-1{background:var(--solid-primary)}.feature-icon-2{background:var(--solid-secondary)}.feature-icon-3{background:var(--primary)}.feature-icon-4{background:var(--secondary)}.icon{width:2rem;height:2rem;color:#fff}.feature-title{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:1rem;transition:var(--transition-smooth)}.feature-card:hover .feature-title{color:var(--primary)}.feature-description{color:var(--muted-foreground);line-height:1.6}.feature-content{display:flex;flex-direction:column;gap:1.5rem}.feature-products{display:flex;flex-direction:column;gap:1rem}.feature-product{border-left:2px solid hsla(45,100%,65%,.2);padding-left:1rem;transition:var(--transition-smooth)}.feature-product:hover{border-left-color:#ffd24d66}.product-name{font-weight:600;color:var(--foreground);margin-bottom:.5rem;font-size:.875rem}.product-description{font-size:.875rem;color:var(--muted-foreground);line-height:1.5}.feature-benefits{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:1rem;border-top:1px solid hsla(231,15%,20%,.5)}.benefit-tag{padding:.25rem .75rem;background:#21222c80;color:var(--muted-foreground);border-radius:9999px;font-size:.75rem;transition:var(--transition-smooth)}.benefit-tag:hover{background:#ffd24d1a;color:var(--primary)}.features-cta{text-align:center;margin-top:4rem}.features-cta-text{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:1.5rem}.features-pillars{display:inline-flex;align-items:center;gap:1rem}.pillar-icons{display:flex;margin-left:-.5rem}.pillar-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--solid-primary);border:2px solid var(--background);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;margin-left:-.5rem}.pillar-text{font-size:.875rem;color:var(--muted-foreground)}@media (min-width: 768px){.section-title{font-size:3rem}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:3.5rem}}.cta{padding:5rem 0;background:var(--background);position:relative;overflow:hidden}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05}.cta-decoration{position:absolute;width:24rem;height:24rem;border-radius:50%;filter:blur(3rem)}.cta-decoration-1{top:0;left:0;background:var(--primary)}.cta-decoration-2{bottom:0;right:0;background:var(--secondary)}.cta-content{max-width:64rem;margin:0 auto;text-align:center;position:relative;z-index:10}.cta-title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.cta-title-gradient{color:var(--primary)}.cta-subtitle{font-size:1.25rem;color:var(--muted-foreground);margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.cta-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:32rem;margin:0 auto 3rem}.cta-benefit{display:flex;align-items:center;gap:.75rem;text-align:left}.benefit-check{flex-shrink:0;width:1.5rem;height:1.5rem;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-foreground);font-weight:600;font-size:.875rem}.email-signup{max-width:28rem;margin:0 auto 2rem}.email-input-group{display:flex;gap:.75rem}.email-input{flex:1;padding:.75rem 1rem;background:#21222c80;border:1px solid var(--border);border-radius:.5rem;color:var(--foreground);font-size:1rem}.email-input:focus{outline:none;border-color:var(--primary)}.email-input::-moz-placeholder{color:var(--muted-foreground)}.email-input::placeholder{color:var(--muted-foreground)}.email-submit{padding:.75rem 1rem;background:var(--solid-primary);border:none;border-radius:.5rem;color:var(--primary-foreground);cursor:pointer;transition:var(--transition-smooth)}.email-submit:hover{opacity:.9}.email-disclaimer{font-size:.875rem;color:var(--muted-foreground);margin-top:.5rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:3rem}.trust-indicators{margin-top:3rem;padding-top:2rem;border-top:1px solid hsla(231,15%,20%,.5)}.trust-text{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem}.trust-logos{display:flex;justify-content:center;align-items:center;gap:2rem;opacity:.4}.trust-logo{font-size:1.5rem;font-weight:700}@media (min-width: 640px){.cta-buttons{flex-direction:row}}@media (min-width: 768px){.cta-title{font-size:3rem}}.footer{background:var(--card);border-top:1px solid var(--border);padding:3rem 0 1rem}.footer-content{display:grid;gap:2rem;margin-bottom:2rem}.footer-brand{max-width:20rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-img{height:2rem;width:auto}.footer-logo-text{font-size:1.125rem;font-weight:700;color:var(--foreground)}.footer-description{color:var(--muted-foreground);line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{color:var(--muted-foreground);text-decoration:none;transition:var(--transition-smooth)}.social-link:hover{color:var(--primary)}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-section-title{font-weight:600;color:var(--foreground);margin-bottom:.5rem}.footer-link{color:var(--muted-foreground);text-decoration:none;transition:var(--transition-smooth)}.footer-link:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;display:flex;flex-direction:column;gap:1rem}.footer-copyright{text-align:center}.footer-copyright p{color:var(--muted-foreground);font-size:.875rem}.compliance-text{margin-top:.5rem;font-weight:600}.footer-regulatory{text-align:center}.regulatory-notice{color:var(--muted-foreground);font-size:.75rem;line-height:1.5;max-width:48rem;margin:0 auto}@media (min-width: 768px){.footer-content{grid-template-columns:1fr 2fr}.footer-links{grid-template-columns:repeat(4,1fr)}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}
