body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.nav{background:#fff;box-shadow:0 2px 12px #3c3c640a;font-family:Inter,sans-serif;justify-content:space-between;padding:24px 48px 24px 32px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav,.nav-logo{align-items:center;display:flex}.nav-logo{color:#222;font-size:2rem;font-weight:700}.logo-icon{border-radius:25%;font-size:1rem;height:50px;margin-right:8px;width:50px}.logo-text{letter-spacing:-1px}.nav-links{align-items:center;display:flex;gap:32px}.nav-links a{color:#444;font-size:1.1rem;font-weight:500;margin-right:8px;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#6c4cff}.nav-login{background:#0962a2;border:none;border-radius:24px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:8px 28px;transition:background .2s}.nav-login:hover{background:#000}.mobile-menu-toggle{cursor:pointer;display:none;padding:8px}.hamburger{display:flex;flex-direction:column;height:20px;justify-content:space-between;position:relative;width:24px}.hamburger span{background-color:#222;border-radius:2px;display:block;height:3px;transition:all .3s ease;width:100%}.hamburger.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-side-menu{height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:1000}.mobile-side-menu.open{opacity:1;visibility:visible}.side-menu-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.side-menu-content{background-color:#fff;box-shadow:-2px 0 12px #0000001a;height:100%;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:280px}.mobile-side-menu.open .side-menu-content{transform:translateX(0)}.side-menu-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:24px 20px}.side-menu-header h3{color:#222;font-size:1.2rem;font-weight:600;margin:0}.close-menu{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;padding:0;width:30px}.close-menu:hover{color:#222}.side-menu-links{padding:20px 0}.side-menu-links a{border-bottom:1px solid #f5f5f5;color:#444;display:block;font-size:1.1rem;font-weight:500;padding:16px 20px;text-decoration:none;transition:background-color .2s}.side-menu-links a:hover{background-color:#f8f9fa;color:#6c4cff}.side-menu-login{background:#0962a2!important;border:none;border-radius:24px;color:#fff!important;margin:20px;text-align:center}.side-menu-login:hover{background:#000!important}@media (max-width:768px){.nav{padding:16px 20px}.nav-logo{font-size:1.5rem}.logo-icon{height:40px;width:40px}.desktop-nav{display:none}.mobile-menu-toggle{display:block}}@media (min-width:769px){.mobile-menu-toggle{display:none}.desktop-nav{display:flex}}:root{--primary-color:#0962a2;--secondary-color:#222b36;--accent-color:#e2d8cf;--background-color:#f7f8fa;--text-color:#333;--text-color-light:#555}.home-container,body{background:#f7f8fa;font-family:Inter,sans-serif;margin:0;padding:0}.home-container{background:#f7f8fa;min-height:100vh;width:100vw}.hero-section{align-items:center;background:#f7f8fa;display:flex;justify-content:space-between;min-height:70vh;padding:64px 8vw 48px}.hero-content{flex:1 1;max-width:800px}.hero-content h1{color:#3a3a3a;font-size:3.2rem;font-weight:700;line-height:1.1;margin-bottom:18px}.open-banking-underline{border-bottom:4px solid #0962a2;border-bottom:4px solid var(--primary-color);color:#222;display:inline-block;padding-bottom:2px}.hero-desc{color:#555;font-size:1.2rem;margin-bottom:70px;margin-top:32px}.get-started-btn{background:#0962a2;background:var(--primary-color);border:none;border-radius:32px;box-shadow:0 2px 12px #7c5cff14;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:16px 40px;transition:background .2s}.get-started-btn:hover{background:#222b36}.hero-visuals{display:flex;flex:1 1;justify-content:flex-end}@media (max-width:700px){.hero-section{align-items:center;flex-direction:column;justify-content:center}}.conversion-section{align-items:center;background:#cfe1e2;border-radius:36px;display:flex;justify-content:space-between;margin:48px 6vw 0;min-height:70vh;padding:48px 6vw}.conversion-left{display:flex;flex:1 1;justify-content:center}.conversion-right{flex:1.2 1;padding-left:64px}.conversion-right h2{color:#222b36;font-size:2.6rem;font-weight:700;margin-bottom:18px}.wizard-highlight{color:#0962a2;color:var(--primary-color);position:relative}.wizard-highlight:after{background:#0962a2;background:var(--primary-color);border-radius:2px;bottom:-8px;content:"";display:block;height:4px;left:0;position:absolute;width:36px}.conversion-right p{color:#333;font-size:1.1rem;margin-bottom:32px}.get-in-touch-btn{background:#222b36;border:none;border-radius:32px;box-shadow:0 2px 12px #222b3614;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:14px 36px;transition:background .2s}.get-in-touch-btn:hover{background:#0962a2;background:var(--primary-color)}.feature-section{background:#fff;border-radius:36px;box-shadow:0 4px 32px #3c3c640f;margin:64px auto 0;padding:48px 0;width:80vw}.feature-content{margin:0 auto;max-width:700px;text-align:center}.feature-content h2{color:#222b36;font-size:2.2rem;margin-bottom:18px}.feature-content p{color:#444;font-size:1.15rem}.hero-image{border-radius:32px;box-shadow:0 4px 32px #3c3c641a;display:block;max-width:250px;object-fit:cover;width:100%}.image-carousel{align-items:center;display:flex;height:500px;justify-content:center;padding:24px 0;position:relative;width:250px}.image-carousel .hero-image{height:100%;left:0;max-width:250px;object-fit:contain;opacity:0;position:absolute;top:0;transition:opacity .5s ease-in-out;width:100%}.image-carousel .hero-image.active{opacity:1}.carousel-indicators{bottom:-30px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.indicator{background-color:#ccc;border-radius:50%;cursor:pointer;height:8px;transition:background-color .3s ease;width:8px}.indicator.active,.indicator:hover{background-color:#0962a2;background-color:var(--primary-color)}@media (max-width:1100px){.conversion-section,.hero-section{align-items:flex-start;flex-direction:column;padding:48px 4vw}.conversion-left,.conversion-right,.hero-visuals{padding:0;width:100%}.conversion-right{margin-top:32px;padding-left:0}.hero-image{margin:0 auto 24px;max-width:100px}.image-carousel{display:none;height:200px;margin:0 auto 40px;width:200px}.image-carousel .hero-image{max-width:200px}}@media (max-width:700px){.conversion-section,.hero-section{align-items:center;flex-direction:column;padding:48px 4vw}.image-carousel{display:none;height:150px;margin:0 auto 40px;width:150px}.image-carousel .hero-image{max-width:150px}.carousel-indicators{bottom:-25px}.indicator{height:6px;width:6px}}.founder-section{align-items:center;background:#3b3d3f;border-radius:36px;display:flex;flex-direction:column;justify-content:space-between;margin:48px 6vw 0;min-height:70vh;padding:48px 6vw}.founder-card{align-items:stretch;display:flex;gap:40px;justify-content:center;margin:60px auto;padding:32px 0}.founder-card-item{align-items:center;background:#fff;border-radius:32px;box-shadow:0 4px 32px #3c3c641a;display:flex;flex-direction:column;max-width:320px;min-width:260px;padding:36px 32px 28px;text-align:center;transition:box-shadow .2s}.founder-card-item:hover{box-shadow:0 8px 40px #7c5cff21}.founder-img{background:#f7f8fa;border:2px solid #e6e6f0;border-radius:50%;height:80px;margin-bottom:18px;object-fit:cover;width:80px}.founder-card-item h3{color:#222b36;font-size:1.3rem;font-weight:700;margin:0 0 8px}.founder-card-item p{color:#555;font-size:1.05rem;margin:0 0 8px}.founder-card-item p:last-child{margin-bottom:0}@media (max-width:1800px){.founder-card{gap:16px}.founder-card-item{max-width:200px;min-width:200px}}@media (max-width:1100px){.founder-card{align-items:center;flex-direction:column;gap:24px}.founder-card-item{max-width:340px;min-width:220px}}.contact-section{align-items:center;background:#fff;border-radius:36px;box-shadow:0 4px 32px #3c3c640f;justify-content:space-between;margin:48px 6vw;min-height:60vh;padding:48px 6vw 56px}.contact-form,.contact-section{display:flex;flex-direction:column}.contact-form{gap:24px;margin:0 auto;max-width:900px;width:100%}.contact-form-row{display:flex;gap:20px}.contact-input{background:#f7f8fa;border:0 solid #e6e6f0;border-radius:24px;color:#222b36;flex:1 1;font-size:1.1rem;outline:none;padding:24px 32px;transition:border .2s}.contact-input:focus{border:0 solid #7c5cff}.contact-textarea{background:#f7f8fa;border:0 solid #e6e6f0;border-radius:24px;color:#222b36;font-size:1.1rem;min-height:120px;outline:none;padding:24px 32px;resize:vertical;transition:border .2s}.contact-textarea:focus{border:0 solid #7c5cff}.contact-send-btn{align-self:center;background:#0962a2;background:var(--primary-color);border:none;border-radius:32px;box-shadow:0 2px 12px #7c5cff14;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:24px 32px;transition:background .2s;width:100%}.contact-send-btn:hover{background:#222b36}@media (max-width:700px){.contact-section{padding:24px 2vw 32px}.contact-form-row{flex-direction:column;gap:12px}.contact-form{padding:0 2vw}}.footer-section{background:#f7f8fa;border-top:1px solid #ececec;margin-top:0;min-height:40vh;padding:64px}.footer-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:50px auto 0;max-width:90vw;padding:0 124px}.footer-brand{flex:1.2 1;min-width:260px}.footer-logo-row{align-items:center;display:flex;gap:14px;margin-bottom:48px}.footer-logo{background:#fff;border:1px solid #ececec;border-radius:12px;height:48px;object-fit:cover;width:48px}.footer-logo-text{color:#222b36;font-size:2rem;font-weight:700;letter-spacing:-1px}.footer-copyright{color:#8b929a;font-size:1.08rem;line-height:1.5;margin-top:8px}.footer-links{display:flex;flex:3 1;gap:80px;justify-content:flex-end;min-width:600px}.footer-col{display:flex;flex-direction:column;gap:24px;min-width:160px}.footer-col-title{color:#8b929a;font-size:1.08rem;font-weight:600;margin-bottom:8px}.footer-col a{color:#444;font-size:1.13rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#0962a2;color:var(--primary-color)}@media (max-width:1100px){.footer-container{align-items:flex-start;flex-direction:column;gap:32px;padding:0 4vw}.footer-links{gap:40px;justify-content:flex-start;min-width:0}}@media (max-width:700px){.footer-section{padding:32px 0 16px}.footer-container{padding:0 2vw}.footer-links{flex-direction:column;gap:24px}.footer-col{min-width:0}}.about-section{align-items:center;background:#e2d8cf;border-radius:36px;display:flex;justify-content:space-between;margin:48px 6vw 0;min-height:70vh;padding:6vw}.about-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto 0 5vw;max-width:900px}.about-card{align-items:center;background:#fff;border-radius:32px;box-shadow:0 4px 32px #3c3c641a;display:flex;flex-direction:column;padding:32px 48px;text-align:center;transition:box-shadow .2s}.about-card:hover{box-shadow:0 8px 40px #ff985c21}.about-img{border-radius:50%;height:100px;margin-bottom:16px;object-fit:cover;width:100px}.about-card h3{color:#222b36;font-size:1.5rem;font-weight:700;margin:0 0 16px}.about-card p{color:#555;font-size:1rem;margin:0 0 16px}@media (max-width:900px){.about-section{flex-direction:column}.about-grid{gap:24px;grid-template-columns:1fr;margin:0 auto}}
/*# sourceMappingURL=main.c879f073.css.map*/