@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:300;src:url(/static/media/Satoshi-Light.66b6be60222486fa8673.otf) format("opentype")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:300;src:url(/static/media/Satoshi-LightItalic.3e548608b48257398ed6.otf) format("opentype")}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:400;src:url(/static/media/Satoshi-Regular.811ccb0b5af1892a71df.otf) format("opentype")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:400;src:url(/static/media/Satoshi-Italic.931b0a356a39c6d2cae5.otf) format("opentype")}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:500;src:url(/static/media/Satoshi-Medium.e9d34f0493a853cf10c1.otf) format("opentype")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:500;src:url(/static/media/Satoshi-MediumItalic.2097b0fefefd54ea376a.otf) format("opentype")}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:700;src:url(/static/media/Satoshi-Bold.b5dd7deee13e32689234.otf) format("opentype")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:700;src:url(/static/media/Satoshi-BoldItalic.ed285528aba1164d387a.otf) format("opentype")}@font-face{font-display:swap;font-family:Satoshi;font-style:normal;font-weight:900;src:url(/static/media/Satoshi-Black.d27fb329e3c56de46506.otf) format("opentype")}@font-face{font-display:swap;font-family:Satoshi;font-style:italic;font-weight:900;src:url(/static/media/Satoshi-BlackItalic.e1c41cedc5fd1276810f.otf) format("opentype")}.satoshi-font{font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.geist-font,.geist-light{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.geist-light{font-weight:300}.geist-regular{font-weight:400}.geist-medium,.geist-regular{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.geist-medium{font-weight:500}.geist-semibold{font-weight:600}.geist-bold,.geist-semibold{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.geist-bold{font-weight:700}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;transition:background-color .3s ease}[data-theme=dark] body{background:#0a1929}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.landing-navbar{background:#0000;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:80px;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.landing-navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a}.landing-navbar-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative}@media (min-width:769px){.landing-navbar-container{max-width:100%;padding:0 1rem 0 2rem}}.landing-navbar-brand{align-items:center;display:flex;left:1rem;position:absolute;text-decoration:none;top:55%;transform:translateY(-50%);transition:opacity .2s}@media (min-width:769px){.landing-navbar-brand{left:6rem}}.landing-navbar-brand:hover{opacity:.8}.brand-logo{height:250px;object-fit:contain;transform:translateX(10px) translateY(-5px);width:250px}.landing-navbar-menu{display:flex;gap:2rem;margin-left:auto}@media (min-width:769px){.landing-navbar-menu{margin-left:auto;margin-right:0}}.landing-navbar-link{color:#666;font-size:.95rem;font-weight:600;position:relative;text-decoration:none;transition:color .2s}.landing-navbar-link.active,.landing-navbar-link:hover{color:#06f}.landing-navbar-link.active:after{background:#06f;border-radius:1px;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;right:0}.landing-navbar-actions{align-items:center;display:flex;gap:.75rem}@media (min-width:769px){.landing-navbar-actions{margin-left:1rem;margin-right:0}}.theme-toggle-btn{background:#06f3;border:1px solid #0066ff4d}.login-button{background:#c3d7f8;border:none;border-radius:2rem;color:#06f;cursor:pointer;display:inline-block;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.login-button:hover{background:#7ba3f0;transform:translateY(-1px)}.mobile-menu-button{background:none;border:none;border-radius:.5rem;color:#06f;cursor:pointer;display:none;padding:.5rem;position:absolute;right:1rem;top:55%;transform:translateY(-5%);transition:all .2s ease}.mobile-menu-button:hover{background:#0066ff1a;color:#06f}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:-2px 0 20px #0000001a;height:calc(100vh - 80px);max-width:300px;overflow-y:auto;position:fixed;right:-100%;top:80px;transition:right .3s ease;width:100%;z-index:999}.mobile-menu.open{right:0}.mobile-menu-content{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.mobile-menu-link{border-bottom:1px solid #0000001a;color:#666;font-size:1.1rem;font-weight:600;padding:.75rem 0;text-decoration:none;transition:color .2s ease}.mobile-menu-link.active,.mobile-menu-link:hover{color:#06f}.mobile-login-button{background:#06f;border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:inline-block;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 1.5rem;text-decoration:none;transition:all .2s ease}.mobile-login-button:hover{background:#0052cc;transform:translateY(-1px)}.mobile-theme-toggle-btn{align-items:center;background:#0000;border:1px solid #0066ff4d;border-radius:.75rem;color:#666;cursor:pointer;display:flex;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin-top:1rem;padding:.75rem 1.5rem;transition:all .2s ease;width:100%}.mobile-theme-toggle-btn:hover{background:#0066ff1a;border-color:#06f;color:#06f}.mobile-theme-toggle-btn svg{flex-shrink:0}@media (max-width:768px){.landing-navbar{height:60px}.landing-navbar-container{padding:0 1rem;position:relative}.landing-navbar-actions,.landing-navbar-menu,.theme-toggle-btn{display:none}.mobile-menu-button{display:block}.landing-navbar-brand{padding-right:30px;padding-top:20px;top:55%}.brand-logo{height:200px;transform:translateX(10px) translateY(8px);width:200px}}@media (max-width:480px){.brand-logo{height:150px;width:150px}.mobile-menu-button{right:.75rem}.mobile-menu{max-width:100%}.mobile-menu-content{padding:1.5rem 1rem}}[data-theme=dark] .landing-navbar.scrolled{background:#0a1929f2;border-bottom:1px solid #ffffff1a}[data-theme=dark] .landing-navbar-link,[data-theme=dark] .mobile-menu-link{color:#cbd5e1}[data-theme=dark] .mobile-menu-button{color:#fff}[data-theme=dark] .mobile-menu{background:#0a1929fa;box-shadow:-2px 0 20px #0000004d}[data-theme=dark] .mobile-theme-toggle-btn{border-color:#fff3;color:#cbd5e1}[data-theme=dark] .mobile-theme-toggle-btn:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #fff3;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}[data-theme=dark] .navbar{background:#121212cc;border-bottom:1px solid #ffffff1a}[data-theme=light] .navbar{background:#ffffffe6;border-bottom:1px solid #0000001a}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-brand{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none;transition:opacity .2s}@media (min-width:769px){.navbar-brand{margin-left:5rem}}[data-theme=dark] .navbar-brand{color:#fff}[data-theme=light] .navbar-brand{color:#021129}.navbar-brand:hover{opacity:.8}.brand-icon{height:2rem;width:2rem}[data-theme=dark] .brand-icon{color:#fff}[data-theme=light] .brand-icon{color:#021129}.navbar-menu{display:flex;gap:2rem}.navbar-link{color:#fffc;font-weight:500;position:relative;text-decoration:none;transition:color .2s}[data-theme=dark] .navbar-link{color:#fffc}[data-theme=light] .navbar-link{color:#021129cc}.navbar-link:hover{color:#fff}[data-theme=light] .navbar-link:hover{color:#06f}.navbar-link.active{color:#fff}[data-theme=light] .navbar-link.active{color:#06f}.navbar-link.active:after{background:#fff;border-radius:1px;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;right:0}[data-theme=light] .navbar-link.active:after{background:#06f}.navbar-actions{align-items:center;display:flex;gap:.75rem}.theme-toggle-btn{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:14px;cursor:pointer;display:flex;height:28px;margin-left:1rem;padding:2px;position:relative;transition:all .3s;width:50px}[data-theme=dark] .theme-toggle-btn{background:#fff3;border:1px solid #ffffff4d;justify-content:flex-end}[data-theme=light] .theme-toggle-btn{background:#06f3;border:1px solid #0066ff4d;justify-content:flex-start}.theme-toggle-btn svg{height:20px;transition:all .3s;width:20px}[data-theme=dark] .theme-toggle-btn svg{color:#fff}[data-theme=light] .theme-toggle-btn svg{color:#06f}.theme-toggle-btn:hover{transform:scale(1.05)}[data-theme=dark] .theme-toggle-btn:hover{background:#ffffff4d}[data-theme=light] .theme-toggle-btn:hover{background:#0066ff4d}.connect-wallet-btn{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}[data-theme=dark] .connect-wallet-btn{background:#ffffff1a;border:1px solid #fff3;color:#fff}[data-theme=light] .connect-wallet-btn{background:#0066ff1a;border:1px solid #06f3;color:#06f}.connect-wallet-btn:hover{background:#ffffff4d;transform:translateY(-1px)}[data-theme=light] .connect-wallet-btn:hover{background:#06f3}.wallet-info{gap:1rem}.wallet-address,.wallet-info{align-items:center;display:flex}.wallet-address{border-radius:.5rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.wallet-address,[data-theme=dark] .wallet-address{background:#ffffff1a;color:#fff}[data-theme=light] .wallet-address{background:#0066ff0d;color:#021129}.user-icon{height:1rem;width:1rem}[data-theme=dark] .user-icon{color:#fff}[data-theme=light] .user-icon{color:#021129}[data-theme=dark] .wallet-icon{color:#fff}[data-theme=light] .wallet-icon{color:#06f}.disconnect-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;color:#fff;cursor:pointer;padding:.5rem;transition:all .2s}[data-theme=dark] .disconnect-btn{background:#ffffff1a;border:1px solid #fff3;color:#fff}[data-theme=light] .disconnect-btn{background:#0066ff0d;border:1px solid #0066ff1a;color:#021129}.disconnect-btn:hover{background:#fff3}[data-theme=light] .disconnect-btn:hover{background:#0066ff1a}@media (max-width:768px){.navbar-container{flex-wrap:wrap;gap:1rem;padding:0 1rem}.navbar-menu{gap:1rem;justify-content:center;order:3;width:100%}.navbar-brand{font-size:1.25rem}.brand-icon{height:1.5rem;width:1.5rem}.theme-toggle-btn{display:none}}.home-page{background:radial-gradient(ellipse 100% 40% at top,#d1e3f8 0,#0000 50%),#fff;min-height:100vh}.home-content{padding:6rem 0 0}.hero-container{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1.5fr 1fr;margin:0;max-width:100%;min-height:calc(100vh - 120px);padding:0 0 0 6rem;position:relative}.hero-container,[data-theme=dark] .hero-container{overflow:visible}.hero-container:before{animation:twinkle 3s ease-in-out infinite alternate;background-image:radial-gradient(3px 3px at 20% 30%,#fff,#0000),radial-gradient(3px 3px at 60% 70%,#fff,#0000),radial-gradient(2px 2px at 50% 50%,#fff,#0000),radial-gradient(2px 2px at 80% 10%,#fff,#0000),radial-gradient(3px 3px at 90% 60%,#fff,#0000),radial-gradient(2px 2px at 33% 80%,#fff,#0000),radial-gradient(2px 2px at 15% 50%,#fff,#0000),radial-gradient(3px 3px at 70% 20%,#fff,#0000),radial-gradient(2px 2px at 40% 90%,#fff,#0000),radial-gradient(2px 2px at 25% 15%,#fff,#0000),radial-gradient(3px 3px at 85% 40%,#fff,#0000),radial-gradient(2px 2px at 55% 25%,#fff,#0000),radial-gradient(2px 2px at 10% 70%,#fff,#0000),radial-gradient(3px 3px at 75% 85%,#fff,#0000),radial-gradient(2px 2px at 45% 60%,#fff,#0000),radial-gradient(2px 2px at 30% 40%,#fff,#0000),radial-gradient(2px 2px at 65% 25%,#fff,#0000),radial-gradient(3px 3px at 50% 70%,#fff,#0000),radial-gradient(2px 2px at 90% 80%,#fff,#0000),radial-gradient(2px 2px at 5% 20%,#fff,#0000),radial-gradient(3px 3px at 95% 50%,#fff,#0000),radial-gradient(2px 2px at 12% 90%,#fff,#0000);filter:blur(1px);opacity:1}.hero-container:after,.hero-container:before{background-position:0 0;background-size:100% 100%;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.hero-container:after{animation:twinkle 4s ease-in-out infinite alternate-reverse;background-image:radial-gradient(6px 6px at 20% 30%,#93c5fdcc,#0000),radial-gradient(6px 6px at 60% 70%,#93c5fdcc,#0000),radial-gradient(5px 5px at 50% 50%,#93c5fdb3,#0000),radial-gradient(5px 5px at 80% 10%,#93c5fdb3,#0000),radial-gradient(6px 6px at 90% 60%,#93c5fdcc,#0000),radial-gradient(5px 5px at 33% 80%,#93c5fdb3,#0000),radial-gradient(5px 5px at 15% 50%,#93c5fdb3,#0000),radial-gradient(6px 6px at 70% 20%,#93c5fdcc,#0000),radial-gradient(5px 5px at 40% 90%,#93c5fdb3,#0000),radial-gradient(5px 5px at 25% 15%,#93c5fdb3,#0000),radial-gradient(6px 6px at 85% 40%,#93c5fdcc,#0000),radial-gradient(5px 5px at 55% 25%,#93c5fdb3,#0000),radial-gradient(5px 5px at 10% 70%,#93c5fdb3,#0000),radial-gradient(6px 6px at 75% 85%,#93c5fdcc,#0000),radial-gradient(5px 5px at 45% 60%,#93c5fdb3,#0000);filter:blur(2.5px);opacity:.9}@keyframes twinkle{0%{opacity:.5}to{opacity:1}}.hero-content{margin-left:0;margin-right:auto;max-width:2800px;padding-left:0;padding-right:3rem;position:relative;transform:translateX(-2rem);z-index:1}.hero-title{font-size:4rem;font-weight:500;letter-spacing:0;white-space:pre-line}.hero-title,.hero-title-mobile{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(180deg,#000 0,#1e293b 25%,#3b82f6 50%,#4e91ff);color:#0000;line-height:1.2;margin-bottom:2rem}.hero-title-mobile{display:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:700;text-align:center}.highlight-text{color:#06f}.hero-description{color:#666;font-size:1.125rem;line-height:1.6;margin-bottom:3rem}.hero-actions{align-items:center;display:flex;gap:1rem}.cta-button{border-radius:2rem;display:inline-flex;font-weight:600;transition:all .3s}.cta-button.primary{background:#06f;border:1px solid #fff3;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 4px 15px #0066ff4d;color:#fff}.cta-button.primary:hover{box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 8px 25px #06f6;transform:translateY(-2px)}.cta-button.secondary{background:#c3d7f8;border:none;color:#06f}.cta-button.secondary:hover{background:#e9ecef;color:#06f;transform:translateY(-2px)}.button-icon{background:#fff;border-radius:50%;color:#06f;height:1.5rem;margin-left:.5rem;padding:.25rem;width:1.5rem}.button-icon svg{height:1rem!important;width:1rem!important}.hero-visual{align-items:center;background:#0000;display:flex;justify-content:flex-end;position:relative;z-index:1}.hero-visual:after{background:linear-gradient(180deg,#0000 0,#ffffff4d 20%,#ffffffb3 50%,#fffffff2 80%,#fff);border-radius:0;bottom:-1px;content:"";height:80%;left:-1px;pointer-events:none;position:absolute;right:0}.dashboard-image{background:#0000;border-radius:0;display:block;height:auto;width:100%}.stats-section{background:#0000;padding:2rem 0 0}.section-arc{display:none;min-height:400px;position:relative;width:100%;z-index:0}.arc-image{display:block;height:auto;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.section-arc .features-container{margin:0 auto;max-width:1200px;padding:8rem 2rem 4rem;position:relative;text-align:center;z-index:1}.section-arc .features-grid{margin-top:2rem}.stats-container{text-align:center}@media (max-width:768px){.stat-number{font-size:.9rem!important;margin-bottom:.25rem}.stat-label{font-size:.65rem!important}.stat-card{padding:.5rem .25rem!important}.stats-grid{gap:.5rem!important;grid-template-columns:repeat(4,1fr)!important}}@media (max-width:480px){.stat-number{font-size:.75rem!important;margin-bottom:.2rem}.stat-label{font-size:.6rem!important}.stat-card{padding:.4rem .2rem!important}.stats-grid{gap:.4rem!important;grid-template-columns:repeat(4,1fr)!important}}.decorative-graphic{display:none}.decorative-graphic:before{background:linear-gradient(180deg,#ffffff4d 0,#add8e640 30%,#87cefa26 60%,#0000);-webkit-clip-path:ellipse(540px 270px at center bottom);clip-path:ellipse(540px 270px at center bottom);filter:blur(3px);height:540px;width:1080px}.decorative-graphic:after,.decorative-graphic:before{bottom:0;content:"";left:50%;position:absolute;transform:translateX(-50%)}.decorative-graphic:after{background:radial-gradient(ellipse at bottom,#add8e633 0,#87cefa1a 40%,#0000 70%);-webkit-clip-path:ellipse(660px 330px at center bottom);clip-path:ellipse(660px 330px at center bottom);filter:blur(5px);height:660px;width:1320px;z-index:-1}.features-intro{background:linear-gradient(180deg,#f0f8ffcc 0,#fff);padding:4rem 0;position:relative;text-align:center;z-index:1}.features-container{margin:0 auto;max-width:1200px;padding:0 2rem}.features-subtitle{color:#06f;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;margin-bottom:2.5rem;margin-top:4rem;text-align:center}.features-main-title{font-size:3.5rem}.features-main-title,.features-main-title-mobile{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;line-height:1.2;margin-bottom:1.5rem}.features-main-title-mobile{display:none;font-size:1.5rem;text-align:center}.features-title-line2{display:inline-block}.features-description{color:#666;font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.feature-card{background:#fff;border:1px solid #87cefa4d;border-radius:1rem;box-shadow:0 4px 20px #00000014;height:400px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%}.feature-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.feature-card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:250px;position:relative;width:100%}.feature-card-content{padding:1.5rem;position:relative;text-align:left;z-index:2}.feature-title{color:#1a1a1a;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.feature-description,.feature-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.feature-description{color:#666;font-size:1rem;line-height:1.6}.security-section{background:linear-gradient(180deg,#f0f8ff4d 0,#fff);padding:4rem 0}.security-container{margin:0 auto;max-width:1200px;padding:0 2rem}.security-standards{margin-bottom:15rem;text-align:center}.security-heading{color:#06f;font-family:Poppins,sans-serif;font-size:1.5rem!important;font-weight:700;margin-bottom:3rem}.security-badges{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);margin:0 auto;max-width:600px}.security-badge{align-items:center;color:#333;display:flex;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;gap:.5rem}.security-badge-icon{height:1.25rem;object-fit:contain;width:1.25rem}.why-section{margin-bottom:4rem;text-align:left}.why-subheading{color:#06f;font-size:1rem;font-weight:500;margin-bottom:.5rem}.why-main-title,.why-subheading{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.why-main-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:800px}.trustichain-highlight{color:#06f}.why-tagline{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem}.features-showcase{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.features-list,.showcase-left{position:relative}.features-list{display:flex;flex-direction:column;gap:2rem;padding-left:2rem}.features-list:before{background:#d1d5db;border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.feature-item{position:relative}.feature-item.primary:before{background:linear-gradient(180deg,#06f,#4e91ff);border-radius:2px;bottom:0;content:"";left:-2rem;position:absolute;top:0;width:3px}.feature-item-title{color:#333;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.feature-item-title.primary{color:#06f}.feature-item-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6}.showcase-right{align-items:center;display:flex;justify-content:center}.ui-preview{border:2px solid #06f;border-radius:1.5rem;box-shadow:0 10px 40px #00000026;overflow:hidden;position:relative}.dashboard-screenshot{border-radius:1.25rem;display:block;height:auto;width:100%}.how-it-works-section{background:#fff;padding:4rem 0}.how-it-works-container{margin:0 auto;max-width:1200px;padding:0 2rem}.how-header{margin-bottom:3rem;text-align:center}.how-subtitle{color:#06f;font-size:1rem;font-weight:500;margin-bottom:.5rem}.how-main-title,.how-subtitle{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.how-main-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.steps-grid-container{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.steps-grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.step-item{border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:2rem;position:relative}.step-item:nth-child(2n){border-right:none}.step-item:nth-child(n+3){border-bottom:none}.step-number{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:2.5rem;margin-bottom:1rem;width:2.5rem}.step-title{font-size:1.5rem;margin-bottom:1rem}.step-description{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width:768px){.home-content{padding:4rem 0 0}.hero-container{gap:2rem;grid-template-columns:1fr;min-height:auto;padding:0 1.5rem;text-align:center}.hero-content{max-width:100%;padding-left:0;padding-right:0;text-align:left;transform:none}.hero-title{display:none}.hero-title-mobile{display:block;font-size:2rem;margin-top:4rem;white-space:normal}.hero-description{font-size:.9rem;margin-bottom:2rem;text-align:center}.hero-actions{align-items:center;flex-direction:row;gap:.75rem}.cta-button{justify-content:center;width:auto}.cta-button,.cta-button.primary,.cta-button.secondary{font-size:.6875rem;padding:.5625rem 1.125rem}.hero-visual:after{background:linear-gradient(180deg,#0000 0,#ffffff4d 20%,#ffffffb3 50%,#fffffff2 80%,#fff);border-radius:0 0 .75rem .75rem;bottom:-1px;content:"";height:80%;left:-1px;pointer-events:none;position:absolute;right:0}.stats-section{padding:3rem 0 0}.stats-grid{gap:.75rem;grid-template-columns:repeat(4,1fr)}.stats-heading{font-size:1.25rem!important;margin-bottom:2rem}.stat-number{font-size:.9rem!important;margin-bottom:.25rem}.stat-card{padding:.5rem .25rem!important}.stat-label{font-size:.65rem!important;font-size:.875rem}.decorative-graphic{height:250px;margin:-10rem auto 0;max-width:500px;width:100%}.decorative-graphic:before{height:225px;width:90%}.decorative-graphic:after{height:275px;width:110%}.features-intro{padding:3rem 0}.features-main-title{display:none}.features-main-title-mobile{display:block;font-size:1.5rem}.features-description{font-size:1rem}.features-grid{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;flex-direction:row;gap:1.5rem;overflow-x:auto;overflow-y:hidden;padding-bottom:1rem;scroll-snap-type:x mandatory;scrollbar-width:none}.features-grid::-webkit-scrollbar{display:none}.feature-card{flex:0 0 85%;height:auto;min-height:320px;min-width:85%;scroll-snap-align:start}.feature-card-image{height:180px}.feature-title{font-size:1.25rem}.feature-description{font-size:.9rem}.security-section{padding:3rem 0}.security-standards{margin-bottom:6rem}.security-heading{font-size:1.25rem!important;margin-bottom:2rem}.security-badges{gap:1.5rem;grid-template-columns:repeat(2,1fr);max-width:100%}.security-badge{font-size:.875rem}.why-section{margin-bottom:3rem}.why-main-title{font-size:2.25rem}.why-tagline{font-size:1rem}.features-showcase{gap:2rem;grid-template-columns:1fr}.features-list{gap:1.5rem;padding-left:1.5rem}.feature-item-title{font-size:1.25rem}.feature-item-description{font-size:.9rem}.ui-preview{max-width:100%;position:relative}.dashboard-screenshot{width:100%}.how-it-works-section{padding:3rem 0}.how-main-title{font-size:2rem}.steps-grid{gap:0}.step-item{padding:1.5rem}.step-title{font-size:1.25rem}.step-description{font-size:.9rem}}@media (max-width:480px){.home-content{padding:3rem 0 0}.hero-container{padding:0 1rem}.hero-title{display:none}.hero-title-mobile{display:block;font-size:1.75rem;line-height:1.15}.hero-description{font-size:.85rem;text-align:center}.cta-button{font-size:.9rem}.stats-container{padding:0 1rem}.stats-grid{gap:.5rem;grid-template-columns:repeat(4,1fr)}.stats-heading{font-size:1.1rem!important}.stat-number{font-size:.75rem!important;margin-bottom:.2rem}.stat-card{padding:.4rem .2rem!important}.stat-label{font-size:.6rem!important;font-size:.8rem}.decorative-graphic{height:175px;margin:-6rem auto 0;max-width:350px}.features-container{padding:0 1rem}.features-main-title{display:none}.features-main-title-mobile{display:block;font-size:1.5rem}.features-description{font-size:.9rem}.feature-card{flex:0 0 90%;min-height:300px;min-width:90%}.feature-card-image{height:160px}.feature-title{font-size:1.125rem}.feature-description{font-size:.85rem}.security-container{padding:0 1rem}.security-standards{margin-bottom:4rem}.security-heading{font-size:1.1rem!important;margin-bottom:2rem}.security-badges{gap:1rem;grid-template-columns:repeat(2,1fr);max-width:100%}.security-badge{font-size:.8rem}.why-main-title{font-size:1.75rem}.why-tagline{font-size:.9rem}.features-list{padding-left:1rem}.feature-item-title{font-size:1.125rem}.feature-item-description{font-size:.85rem}.how-it-works-container{padding:0 1rem}.how-main-title{font-size:1.75rem}.steps-grid{grid-template-columns:1fr;grid-template-rows:auto}.step-item{border-bottom:1px solid #e5e7eb;border-right:none;padding:1.25rem}.step-item:last-child{border-bottom:none}.step-item:nth-child(2n){border-right:none}.step-item:nth-child(n+3){border-bottom:1px solid #e5e7eb}.step-number{font-size:1rem;height:2rem;width:2rem}.step-title{font-size:1.125rem}.step-description{font-size:.85rem}.testimonials-container{padding:0 1rem}.testimonials-main-title{font-size:1.75rem}.testimonials-tagline{font-size:1rem}.testimonial-card{max-width:350px;padding:1.25rem;width:350px}.testimonial-text{font-size:.8rem}.testimonial-profile-pic{height:50px;width:50px}.testimonial-name{font-size:.9rem}.testimonial-role{font-size:.7rem}.faq-container{padding:0 1rem}.faq-heading-line1,.faq-heading-line2{font-size:1.75rem}.faq-description{font-size:.9rem}.faq-question-text{font-size:.95rem}.faq-answer-text{font-size:.8rem}.pricing-container{padding:0 1rem}.pricing-main-title{font-size:1.75rem}.pricing-description{font-size:.9rem}.pricing-card{padding:1.75rem}.pricing-card-title{font-size:1.75rem}.pricing-card-description{font-size:.8rem}.cta-card{padding:2rem 1.5rem}.cta-heading-line1,.cta-heading-line2{font-size:1.75rem}.cta-button{padding:.875rem 1.5rem}}.pricing-section{background:#0a1929;padding:6rem 0}.pricing-container{margin:0 auto;max-width:1200px;padding:0 2rem}.pricing-header{margin-bottom:4rem;text-align:center}.pricing-subtitle{color:#60a5fa;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;margin-bottom:.5rem}.pricing-main-title{color:#fff;font-family:Bricolage Grotesque,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.pricing-description{color:#f8fafc;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:800px}.pricing-cards{align-items:stretch;display:flex;gap:2rem;justify-content:center}.pricing-card{border-radius:1.5rem;display:flex;flex:1 1;flex-direction:column;max-width:350px;padding:2.5rem;position:relative}.pricing-card.personal{background:#1e293bcc;border:1px solid #3341554d}.pricing-card.business{background:linear-gradient(180deg,#2a5a9b 0,#0f1a2e);border:1px solid #ffffff1a;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #00000080,inset 2px 0 4px #fff3,inset -2px 0 4px #0006;transform:translateY(-5px)}.pricing-card-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff 0,#cbd5e1);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.25rem;font-weight:400;margin-bottom:1rem;text-align:center}.pricing-card-description{color:#f8fafc;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:2rem}.pricing-card.business .pricing-card-description,.pricing-card.personal .pricing-card-description{text-align:center}.pricing-features{flex:1 1;margin-bottom:2rem}.pricing-feature-item{align-items:center;display:flex;margin-bottom:1rem}.pricing-feature-icon{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#60a5fa,#1e40af) border-box;border:4px solid #0000;border-radius:50%;color:#60a5fa;flex-shrink:0;font-size:1rem;height:20px;margin-right:.75rem;width:20px}.pricing-feature-text{color:#fff}.pricing-card-button,.pricing-feature-text{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem}.pricing-card-button{border:none;border-radius:.75rem;cursor:pointer;font-weight:600;margin-top:auto;padding:1rem 2rem;transition:all .3s ease}.pricing-button-personal{background:#1e293b;border:1px solid #334155;color:#fff}.pricing-button-personal:hover{background:#334155;box-shadow:0 4px 12px #0000004d}.pricing-button-business{background:#06f}.pricing-button-business:hover{background:#0052cc}@media (max-width:768px){.pricing-section{padding:4rem 0}.pricing-header{margin-bottom:3rem}.pricing-main-title{font-size:2rem}.pricing-description{font-size:1rem}.pricing-cards{flex-direction:column;gap:1.5rem}.pricing-card{max-width:none;padding:2rem}.pricing-card.business{transform:none}.pricing-card-title{font-size:1.5rem}.pricing-card-description,.pricing-feature-text{font-size:.875rem}}.footer-section{background:#0a1929;margin-bottom:0;overflow:hidden;padding:4rem 0 2rem;position:relative}.footer-background-text{color:#ffffff08;font-family:Poppins,sans-serif;font-size:12rem;font-weight:700;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;z-index:1}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.footer-content{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:3rem}.footer-left{flex:0 0 60%;max-width:60%}.footer-brand{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.footer-logo{flex-shrink:0;height:2rem;object-fit:contain;width:2rem}.footer-brand-text{display:flex;flex-direction:column;gap:.125rem}.footer-brand-name{color:#fff;font-size:1.125rem;font-weight:700}.footer-brand-name,.footer-tagline{font-family:Poppins,sans-serif;line-height:1.2;margin:0}.footer-tagline{color:#cbd5e1;font-size:.75rem;font-weight:400}.footer-description{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 2rem;max-width:400px}.footer-social{display:flex;gap:1rem}.footer-social-icon{align-items:center;border:1px solid #334155;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;text-decoration:none;transition:all .3s ease;width:2.5rem}.footer-social-icon:hover{background:#06f;border-color:#06f;transform:translateY(-2px)}.footer-social-icon svg{height:1rem;width:1rem}.footer-right{display:flex;flex:0 0 35%;gap:3rem;max-width:35%}.footer-column{flex:1 1}.footer-column-title{color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;margin:0 0 1.5rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-link{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-divider{background:#334155;height:1px;margin:2rem 0}.footer-bottom{align-items:center;display:flex;justify-content:space-between}.footer-copyright{margin:0}.footer-back-to-top,.footer-copyright{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.footer-back-to-top{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.5rem;transition:color .3s ease}.footer-back-to-top:hover{color:#fff}.footer-arrow-icon{align-items:center;background:#1e293b;border-radius:50%;color:#fff;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.footer-arrow-icon svg{height:.75rem;width:.75rem}@media (max-width:768px){.footer-background-text{font-size:8rem}.footer-content{flex-direction:column;gap:2rem}.footer-left,.footer-right{flex:none;max-width:100%}.footer-right{gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-brand-name{font-size:1.5rem}.footer-description{max-width:100%}}@media (max-width:480px){.footer-background-text{font-size:6rem}.footer-right{flex-direction:column;gap:1.5rem}.footer-social{justify-content:center}}[data-theme=dark] .home-page{background:#0a1929}[data-theme=dark] .hero-container:before{background-image:radial-gradient(ellipse 40% 30% at center top,#d1e3f84d 0,#d1e3f833 30%,#d1e3f81a 50%,#0000 70%),radial-gradient(3px 3px at 20% 30%,#fff,#0000),radial-gradient(3px 3px at 60% 70%,#fff,#0000),radial-gradient(2px 2px at 50% 50%,#fff,#0000),radial-gradient(2px 2px at 80% 10%,#fff,#0000),radial-gradient(3px 3px at 90% 60%,#fff,#0000),radial-gradient(2px 2px at 33% 80%,#fff,#0000),radial-gradient(2px 2px at 15% 50%,#fff,#0000),radial-gradient(3px 3px at 70% 20%,#fff,#0000),radial-gradient(2px 2px at 40% 90%,#fff,#0000),radial-gradient(2px 2px at 25% 15%,#fff,#0000),radial-gradient(3px 3px at 85% 40%,#fff,#0000),radial-gradient(2px 2px at 55% 25%,#fff,#0000),radial-gradient(2px 2px at 10% 70%,#fff,#0000),radial-gradient(3px 3px at 75% 85%,#fff,#0000),radial-gradient(2px 2px at 45% 60%,#fff,#0000),radial-gradient(2px 2px at 30% 40%,#fff,#0000),radial-gradient(2px 2px at 65% 25%,#fff,#0000),radial-gradient(3px 3px at 50% 70%,#fff,#0000),radial-gradient(2px 2px at 90% 80%,#fff,#0000),radial-gradient(2px 2px at 5% 20%,#fff,#0000),radial-gradient(3px 3px at 95% 50%,#fff,#0000),radial-gradient(2px 2px at 12% 90%,#fff,#0000);background-size:100% 100%,100% 100%;-webkit-clip-path:ellipse(80% 60% at center top);clip-path:ellipse(80% 60% at center top);height:80%;top:-6rem}[data-theme=dark] .hero-visual:after{background:linear-gradient(180deg,#0000 0,#0a19294d 20%,#0a192999 50%,#0a1929d9 80%,#0a1929)}[data-theme=dark] .stats-section{background:#0000}[data-theme=dark] .features-intro{display:none}[data-theme=dark] .features-subtitle{color:#4e91ff}[data-theme=dark] .section-arc{display:block}[data-theme=dark] .section-arc .features-container{padding:6rem 2rem 3rem}[data-theme=dark] .faq-section,[data-theme=dark] .how-it-works-section,[data-theme=dark] .testimonials-section{background:#0a1929}[data-theme=dark] .feature-card,[data-theme=dark] .steps-grid-container{background:#1e293bcc;border-color:#3341554d}[data-theme=dark] .hero-title,[data-theme=dark] .hero-title-mobile{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(180deg,#fff 0,#e0f2fe 25%,#93c5fd 50%,#4e91ff);color:#0000}[data-theme=dark] .features-main-title,[data-theme=dark] .features-main-title-mobile,[data-theme=dark] .how-main-title,[data-theme=dark] .stats-heading,[data-theme=dark] .why-main-title{-webkit-text-fill-color:#4e91ff;background:none!important;-webkit-background-clip:unset;background-clip:initial;color:#4e91ff}[data-theme=dark] .cta-heading-line1,[data-theme=dark] .cta-heading-line2,[data-theme=dark] .faq-heading-line1,[data-theme=dark] .faq-heading-line2,[data-theme=dark] .faq-question-text{-webkit-text-fill-color:#fff;background:none!important;-webkit-background-clip:unset;background-clip:initial;color:#fff}[data-theme=dark] .faq-description,[data-theme=dark] .feature-description,[data-theme=dark] .feature-item-description,[data-theme=dark] .features-description,[data-theme=dark] .hero-description,[data-theme=dark] .stat-label,[data-theme=dark] .step-description,[data-theme=dark] .testimonial-role,[data-theme=dark] .testimonials-tagline,[data-theme=dark] .why-tagline{color:#cbd5e1}[data-theme=dark] .faq-answer-text,[data-theme=dark] .feature-item-title,[data-theme=dark] .feature-title,[data-theme=dark] .security-badge,[data-theme=dark] .testimonial-name,[data-theme=dark] .testimonial-text{color:#fff}[data-theme=dark] .steps-grid-container .steps-grid{background:#0000}[data-theme=dark] .step-card{background:#0000;border-color:#3341554d}[data-theme=dark] .faq-item{background:#1e293bcc}[data-theme=dark] .security-section{background:#0a1929}[data-theme=dark] .feature-item-title{color:#fff}[data-theme=dark] .feature-item-title.primary{color:#4e91ff}[data-theme=dark] .faq-answer-box{background:#1e293bcc}.features-page{background:radial-gradient(ellipse 100% 40% at top,#d1e3f8 0,#0000 50%),#fff;min-height:100vh}.features-content{padding:8rem 0 4rem}.features-hero-section{background:#0000;padding:2rem 0;position:relative}.features-hero-arc-container{align-items:center;display:flex;justify-content:center;min-height:500px;overflow:hidden;position:relative;width:100%}[data-theme=dark] .features-hero-arc-container:before{animation:features-twinkle 3s ease-in-out infinite alternate;background-image:radial-gradient(3px 3px at 20% 30%,#fff,#0000),radial-gradient(3px 3px at 60% 70%,#fff,#0000),radial-gradient(2px 2px at 50% 50%,#fff,#0000),radial-gradient(2px 2px at 80% 10%,#fff,#0000),radial-gradient(3px 3px at 90% 60%,#fff,#0000),radial-gradient(2px 2px at 33% 80%,#fff,#0000),radial-gradient(2px 2px at 15% 50%,#fff,#0000),radial-gradient(3px 3px at 70% 20%,#fff,#0000),radial-gradient(2px 2px at 40% 90%,#fff,#0000),radial-gradient(2px 2px at 25% 15%,#fff,#0000),radial-gradient(3px 3px at 85% 40%,#fff,#0000),radial-gradient(2px 2px at 55% 25%,#fff,#0000),radial-gradient(2px 2px at 10% 70%,#fff,#0000),radial-gradient(3px 3px at 75% 85%,#fff,#0000),radial-gradient(2px 2px at 45% 60%,#fff,#0000),radial-gradient(2px 2px at 30% 40%,#fff,#0000),radial-gradient(2px 2px at 65% 25%,#fff,#0000),radial-gradient(3px 3px at 50% 70%,#fff,#0000),radial-gradient(2px 2px at 90% 80%,#fff,#0000),radial-gradient(2px 2px at 5% 20%,#fff,#0000),radial-gradient(3px 3px at 95% 50%,#fff,#0000),radial-gradient(2px 2px at 12% 90%,#fff,#0000);filter:blur(1px);opacity:1}[data-theme=dark] .features-hero-arc-container:after,[data-theme=dark] .features-hero-arc-container:before{background-position:0 0;background-size:100% 100%;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}[data-theme=dark] .features-hero-arc-container:after{animation:features-twinkle 4s ease-in-out infinite alternate-reverse;background-image:radial-gradient(6px 6px at 20% 30%,#93c5fdcc,#0000),radial-gradient(6px 6px at 60% 70%,#93c5fdcc,#0000),radial-gradient(5px 5px at 50% 50%,#93c5fdb3,#0000),radial-gradient(5px 5px at 80% 10%,#93c5fdb3,#0000),radial-gradient(6px 6px at 90% 60%,#93c5fdcc,#0000),radial-gradient(5px 5px at 33% 80%,#93c5fdb3,#0000),radial-gradient(5px 5px at 15% 50%,#93c5fdb3,#0000),radial-gradient(6px 6px at 70% 20%,#93c5fdcc,#0000),radial-gradient(5px 5px at 40% 90%,#93c5fdb3,#0000),radial-gradient(5px 5px at 25% 15%,#93c5fdb3,#0000),radial-gradient(6px 6px at 85% 40%,#93c5fdcc,#0000),radial-gradient(5px 5px at 55% 25%,#93c5fdb3,#0000),radial-gradient(5px 5px at 10% 70%,#93c5fdb3,#0000),radial-gradient(6px 6px at 75% 85%,#93c5fdcc,#0000),radial-gradient(5px 5px at 45% 60%,#93c5fdb3,#0000);filter:blur(2.5px);opacity:.9}@keyframes features-twinkle{0%{opacity:.5}to{opacity:1}}.features-hero-arc-image{height:auto;left:50%;max-width:1200px;object-fit:cover;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:1}@media (min-width:769px){.features-hero-arc-image{display:none}[data-theme=dark] .features-hero-arc-image{display:block}}.features-hero-container{margin:0 auto;max-width:1000px;padding:0 2rem;position:relative;text-align:center;z-index:2}.features-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:2rem;white-space:normal}.features-title-line1{display:inline-block;white-space:nowrap}.features-hero-title-blue{color:#06f}.features-hero-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;line-height:1.5;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.features-hero-actions{align-items:center;display:flex!important;flex-direction:row!important;flex-wrap:nowrap;gap:1rem;justify-content:center}.features-cta-button{border-radius:2rem;display:inline-flex!important;flex:0 0 auto!important;font-size:.75rem!important;font-weight:600;transition:all .3s;width:auto!important}.features-cta-button.primary{background:#06f;border:1px solid #fff3;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 4px 15px #0066ff4d;color:#fff}.features-cta-button.primary:hover{box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 8px 25px #06f6;transform:translateY(-2px)}.features-cta-button.secondary{background:#c3d7f8;border:none;color:#06f}.features-cta-button.secondary:hover{background:#e9ecef;color:#06f;transform:translateY(-2px)}.features-button-icon{background:#fff;border-radius:50%;color:#06f;height:1.5rem;margin-left:.5rem;padding:.25rem;width:1.5rem}.features-button-icon svg{height:1rem!important;width:1rem!important}.features-stats-section{background:#0000;padding:4rem 0 2rem}.home-stats-mobile{background:#0000;display:none;padding:2rem 0 0}.stats-container{margin:0 auto;max-width:1200px;padding:0 2rem}.stats-heading{font-size:1.5rem!important}.stat-number{color:#06f}.features-stats-container{margin:0 auto;max-width:1200px;padding:0 2rem}.features-stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:2rem}.features-stat-card{padding:2rem;text-align:center}.features-stat-number{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;margin-bottom:.5rem}.features-stat-number.blue{color:#06f}.features-stat-number.green{color:#10b981}.features-stat-number.purple{color:#8b5cf6}.features-stat-number.cyan{color:#06b6d4}.features-stat-label{color:#666;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}@media (max-width:768px){.features-hero-arc-container{min-height:400px}.features-hero-arc-image{display:none}[data-theme=dark] .features-hero-arc-image{display:block}.features-hero-title{font-size:1.75rem}.features-hero-description{font-size:.85rem}.features-hero-actions{align-items:center;flex-direction:row!important;flex-wrap:nowrap!important;gap:.75rem}.features-cta-button{flex:0 0 auto!important;font-size:.625rem!important;justify-content:center;padding:.5625rem 1.125rem;width:auto!important}.features-button-icon{height:1rem;width:1rem}.features-stats-section{display:none}.home-stats-mobile{display:block}.stats-heading{font-size:1.25rem!important;margin-bottom:2rem}.stats-grid{gap:.75rem;grid-template-columns:repeat(4,1fr)}.stat-number{font-size:.9rem!important;margin-bottom:.25rem}.stat-card{padding:.5rem .25rem!important}.stat-label{font-size:.65rem!important}.features-stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.features-stat-number{font-size:2.5rem}}@media (max-width:480px){.features-hero-arc-container{min-height:350px}.features-hero-arc-image{display:none}[data-theme=dark] .features-hero-arc-image{display:block}.stats-heading{font-size:1.1rem!important}.stats-grid{gap:.5rem;grid-template-columns:repeat(4,1fr)}.stat-number{font-size:.75rem!important;margin-bottom:.2rem}.stat-card{padding:.4rem .2rem!important}.stat-label{font-size:.6rem!important}.features-stats-grid{grid-template-columns:1fr}.features-hero-title{font-size:1.5rem}.features-hero-actions{flex-direction:row!important;flex-wrap:nowrap!important;gap:.75rem}.features-cta-button{flex:0 0 auto!important;font-size:.625rem!important;padding:.5625rem 1.125rem;width:auto!important}.features-button-icon{height:1rem;width:1rem}}.features-protection-section{background:#fff;padding:4rem 0}.features-protection-container{margin:0 auto;max-width:1200px;padding:0 2rem}.features-protection-header{margin-bottom:3rem;text-align:center}.features-protection-subtitle{color:#06f;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;margin-bottom:.5rem}.features-protection-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:600;line-height:1.2;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:900px}.features-protection-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;line-height:1.6;margin-left:auto;margin-right:auto;max-width:800px}.features-protection-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.features-protection-card{background:#dbeafe;border-radius:1rem;box-shadow:0 4px 20px #00000014;min-width:280px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.features-protection-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.features-protection-icon{height:28px;margin-bottom:1.5rem;object-fit:contain;width:28px}.features-protection-card-title{color:#06f;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.features-protection-card-description,.features-protection-card-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.features-protection-card-description{color:#666;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.features-protection-cards{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-protection-section{padding:3rem 0}.features-protection-title{font-size:2rem}.features-protection-description{font-size:1rem}.features-protection-cards{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.features-protection-title{font-size:1.75rem}}.features-how-it-works-section{background:#fff;padding:4rem 0}.features-how-it-works-container{margin:0 auto;max-width:1200px;padding:0 2rem}.features-how-header{margin-bottom:3rem;text-align:center}.features-how-subtitle{color:#06f;font-size:1rem;font-weight:500;margin-bottom:.5rem}.features-how-main-title,.features-how-subtitle{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.features-how-main-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.features-steps-grid-container{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.features-steps-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.features-step-item{border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:2rem;position:relative}.features-step-item:nth-child(2n){border-right:none}.features-step-item:nth-child(n+3){border-bottom:none}.features-step-number{align-items:center;background:#06f;border-radius:50%;color:#fff;display:flex;font-size:1.25rem;height:2.5rem;justify-content:center;width:2.5rem}.features-step-number,.features-step-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;margin-bottom:1rem}.features-step-title{color:#06f;font-size:1.5rem}.features-step-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6}@media (max-width:768px){.features-how-main-title{font-size:2rem}.features-steps-grid{grid-template-columns:1fr;grid-template-rows:auto}.features-step-item{border-bottom:1px solid #e5e7eb;border-right:none}.features-step-item:last-child{border-bottom:none}.features-step-item:nth-child(2n){border-right:1px solid #e5e7eb}.features-step-item:nth-child(n+3){border-bottom:1px solid #e5e7eb}}@media (max-width:480px){.features-how-main-title{font-size:1.75rem}.features-step-title{font-size:1.125rem}}.features-about-section{background:#fff;padding:4rem 0}.features-about-container{margin:0 auto;max-width:1200px;padding:0 2rem}.features-about-header{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:auto 1fr;margin-bottom:3rem}.features-about-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:700;margin:0}.features-about-description{color:#666}.features-about-description p{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:1rem}.features-about-description p:last-child{margin-bottom:0}.features-about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.features-about-header{gap:2rem;grid-template-columns:1fr}.features-about-stats{gap:.75rem;grid-template-columns:repeat(4,1fr)}.features-about-stats .features-stat-number{font-size:.9rem!important;margin-bottom:.25rem}.features-about-stats .features-stat-label{font-size:.65rem!important}.features-about-stats .features-stat-card{padding:.5rem .25rem!important}}@media (max-width:480px){.features-about-stats{gap:.5rem;grid-template-columns:repeat(4,1fr)}.features-about-stats .features-stat-number{font-size:.75rem!important;margin-bottom:.2rem}.features-about-stats .features-stat-label{font-size:.6rem!important}.features-about-stats .features-stat-card{padding:.4rem .2rem!important}}.features-testimonial-section{overflow:visible;padding:4rem 2rem;position:relative}.features-testimonial-container{background:#2563eb;border-radius:1.5rem;margin:0 auto;max-width:1400px;overflow:visible;padding:3rem 4rem 0;position:relative}.features-testimonial-content{grid-gap:4rem;align-items:end;display:grid;gap:4rem;grid-template-columns:1fr 1fr;min-height:500px;overflow:visible}.features-testimonial-cards{align-self:flex-end;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-end;margin-bottom:4rem}.features-testimonial-card{background:#ffffff26;border-radius:.75rem;box-shadow:0 4px 20px #00000026;max-width:400px;padding:2rem}.features-testimonial-icon{height:36px;margin-bottom:1.5rem;object-fit:contain;width:36px}.features-testimonial-card-title{color:#021129;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.features-testimonial-card-description{color:#666;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;line-height:1.6}.encryption-card .features-testimonial-card-description,.encryption-card .features-testimonial-card-title,.soc-card .features-testimonial-card-description,.soc-card .features-testimonial-card-title{color:#fff}.features-testimonial-image-wrapper{align-items:flex-end;display:flex;height:100%;justify-content:center;overflow:visible;position:relative}.features-testimonial-background-text{color:#ffffff26;font-family:Poppins,sans-serif;font-size:12rem;font-weight:700;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:1}.features-testimonial-image{display:block;height:100%;margin-bottom:0;object-fit:cover;object-position:top center;position:relative;width:100%;z-index:2}@media (max-width:1024px){.features-testimonial-content{gap:3rem;grid-template-columns:1fr}.features-testimonial-background-text{font-size:6rem}}@media (max-width:768px){.features-testimonial-section{padding:4rem 2rem}.features-testimonial-background-text{font-size:4rem}}@media (max-width:480px){.features-testimonial-background-text{font-size:3rem}}.features-final-cta-section{background:#fff;padding:6rem 2rem;text-align:center}.features-final-cta-container{margin:0 auto;max-width:900px}.features-final-cta-subtitle{color:#4e91ff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;margin-bottom:1.5rem}.features-final-cta-title{color:#021129;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3.5rem;font-weight:600;line-height:1.2;margin-bottom:2rem;white-space:normal}.features-final-cta-title-blue{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;display:block}.features-final-cta-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:700px}@media (max-width:768px){.features-final-cta-section{padding:4rem 2rem}.features-final-cta-title{font-size:2.5rem}.features-final-cta-description{font-size:1rem}}@media (max-width:480px){.features-final-cta-title{font-size:2rem}.features-final-cta-subtitle{font-size:.9rem}}.features-remittance-section{background:#fff;padding:6rem 2rem}.features-remittance-container{margin:0 auto;max-width:1200px}.features-remittance-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.features-remittance-left{display:flex;flex-direction:column;gap:1.5rem}.features-remittance-title{color:#06f;font-size:2.5rem;font-weight:700;line-height:1.2}.features-remittance-description,.features-remittance-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.features-remittance-description{color:#333;font-size:1.125rem;line-height:1.6}.features-remittance-features{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.features-remittance-feature{align-items:center;color:#333;display:flex;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;gap:.75rem}.features-remittance-check{flex-shrink:0;height:20px;width:20px}.features-remittance-right{align-items:center;display:flex;justify-content:center}.features-remittance-image-container{background:#f8f9fa;border-radius:1rem;box-shadow:0 4px 20px #0000001a;padding:2rem;width:100%}.features-remittance-image{border-radius:.5rem;height:auto;width:100%}@media (max-width:1024px){.features-remittance-content{gap:3rem}.features-remittance-title{font-size:2rem}}@media (max-width:768px){.features-remittance-section{padding:4rem 2rem}.features-remittance-content{gap:3rem;grid-template-columns:1fr}.features-remittance-title{font-size:1.75rem}.features-remittance-description{font-size:1rem}}.features-b2b-section{background:#fff;padding:6rem 2rem}.features-b2b-container{margin:0 auto;max-width:1200px}.features-b2b-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.features-b2b-left{align-items:center;display:flex;justify-content:center}.features-b2b-image-container{background:#f8f9fa;border-radius:1rem;box-shadow:0 4px 20px #0000001a;padding:2rem;width:100%}.features-b2b-image{border-radius:.5rem;height:auto;width:100%}.features-b2b-right{display:flex;flex-direction:column;gap:1.5rem}.features-b2b-title{color:#06f;font-size:2.5rem;font-weight:700;line-height:1.2}.features-b2b-description,.features-b2b-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.features-b2b-description{color:#333;font-size:1.125rem;line-height:1.6}.features-b2b-features{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.features-b2b-feature{align-items:center;color:#333;display:flex;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;gap:.75rem}.features-b2b-check{flex-shrink:0;height:20px;width:20px}@media (max-width:1024px){.features-b2b-content{gap:3rem}.features-b2b-title{font-size:2rem}}@media (max-width:768px){.features-b2b-section{padding:4rem 2rem}.features-b2b-content{gap:3rem;grid-template-columns:1fr}.features-b2b-title{font-size:1.75rem}.features-b2b-description{font-size:1rem}}.features-p2p-section{background:#fff;padding:6rem 2rem}.features-p2p-container{margin:0 auto;max-width:1200px}.features-p2p-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.features-p2p-left{display:flex;flex-direction:column;gap:1.5rem}.features-p2p-title{color:#06f;font-size:2.5rem;font-weight:700;line-height:1.2}.features-p2p-description,.features-p2p-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.features-p2p-description{color:#333;font-size:1.125rem;line-height:1.6}.features-p2p-features{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.features-p2p-feature{align-items:center;color:#333;display:flex;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;gap:.75rem}.features-p2p-check{flex-shrink:0;height:20px;width:20px}.features-p2p-right{align-items:center;display:flex;justify-content:center}.features-p2p-image-container{background:#f8f9fa;border-radius:1rem;box-shadow:0 4px 20px #0000001a;padding:2rem;width:100%}.features-p2p-image{border-radius:.5rem;height:auto;width:100%}@media (max-width:1024px){.features-p2p-content{gap:3rem}.features-p2p-title{font-size:2rem}}@media (max-width:768px){.features-p2p-section{padding:4rem 2rem}.features-p2p-content{gap:3rem;grid-template-columns:1fr}.features-p2p-title{font-size:1.75rem}.features-p2p-description{font-size:1rem}}.features-resolution-section{background:#fff;padding:6rem 2rem}.features-resolution-container{margin:0 auto;max-width:1200px}.features-resolution-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.features-resolution-left{align-items:center;display:flex;justify-content:center}.features-resolution-image-container{background:#f8f9fa;border-radius:1rem;box-shadow:0 4px 20px #0000001a;padding:2rem;width:100%}.features-resolution-image{border-radius:.5rem;height:auto;width:100%}.features-resolution-right{display:flex;flex-direction:column;gap:1.5rem}.features-resolution-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2}.features-resolution-title-dark{color:#021129}.features-resolution-title-blue{color:#06f}.features-resolution-description{color:#333;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;line-height:1.6}.features-resolution-features{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.features-resolution-feature{align-items:center;color:#333;display:flex;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;gap:.75rem}.features-resolution-check{flex-shrink:0;height:20px;width:20px}@media (max-width:1024px){.features-resolution-content{gap:3rem}.features-resolution-title{font-size:2rem}}@media (max-width:768px){.features-resolution-section{padding:4rem 2rem}.features-resolution-content{gap:3rem;grid-template-columns:1fr}.features-resolution-title{font-size:1.75rem}.features-resolution-description{font-size:1rem}}.features-why-section{background:#fff;padding:4rem 2rem}.features-why-container{margin:0 auto;max-width:1200px}.features-why-header{margin-bottom:4rem;text-align:center}.features-why-subheading{color:#06f;font-size:1rem;font-weight:500;margin-bottom:.5rem}.features-why-main-title,.features-why-subheading{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.features-why-main-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.features-trustichain-highlight{color:#06f}.features-why-tagline{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem}.features-why-showcase{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.features-showcase-left{position:relative}.features-why-list{display:flex;flex-direction:column;gap:2rem;padding-left:2rem;position:relative}.features-why-list:before{background:#d1d5db;border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.features-why-item{position:relative}.features-why-item.primary:before{background:linear-gradient(180deg,#06f,#4e91ff);border-radius:2px;bottom:0;content:"";left:-2rem;position:absolute;top:0;width:3px}.features-why-item-title{color:#333;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.features-why-item-title.primary{color:#06f}.features-why-item-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6}.features-showcase-right{align-items:center;display:flex;justify-content:center}.features-ui-preview{border:2px solid #06f;border-radius:1.5rem;box-shadow:0 10px 40px #00000026;overflow:hidden;position:relative}.features-dashboard-screenshot{border-radius:1.25rem;display:block;height:auto;width:100%}@media (max-width:1024px){.features-why-main-title{font-size:2.5rem}}@media (max-width:768px){.features-why-section{padding:4rem 2rem}.features-why-showcase{gap:3rem;grid-template-columns:1fr}.features-why-main-title{font-size:2rem}}.features-cta-section{background:#fff;padding:6rem 2rem}.features-cta-container{display:flex;justify-content:center;margin:0 auto;max-width:1200px}.features-cta-card{background:radial-gradient(ellipse at top,#4e91ff 0,#fff 70%);border-radius:2rem;box-shadow:0 10px 40px #0066ff26;max-width:1100px;padding:4rem 3rem;position:relative;text-align:center;width:100%}.features-cta-subheading{color:#06f;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;margin-bottom:1rem}.features-cta-heading-line1{margin-bottom:.5rem}.features-cta-heading-line1,.features-cta-heading-line2{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:700}.features-cta-heading-line2{margin-bottom:2.5rem}.features-cta-buttons{align-items:center;display:flex;gap:1rem;justify-content:center}.features-cta-button{align-items:center;border:none;border-radius:1.75rem;cursor:pointer;display:flex;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.features-cta-button-primary{background:#06f;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 4px 12px #0062ff4d;color:#fff}.features-cta-button-primary:hover{box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 6px 16px #0062ff66;transform:translateY(-2px)}.features-cta-button-secondary{background:#0066ff0d;border:1px solid #0066ff1a;color:#5a7fa6}.features-cta-button-secondary:hover{background:#0066ff1a;transform:translateY(-2px)}.features-cta-button-icon{align-items:center;background:#fff3;border-radius:50%;display:flex;height:24px;justify-content:center;margin-left:.5rem;width:24px}.features-cta-button-icon svg{color:#fff}@media (max-width:768px){.features-cta-section{padding:4rem 2rem}.features-cta-card{border-radius:1.5rem;padding:2.5rem 2rem}.features-cta-heading-line1,.features-cta-heading-line2{font-size:2rem}.features-cta-buttons{flex-direction:column;gap:1rem}.features-cta-button{justify-content:center;width:100%}}.features-footer-section{background:#0a1929;margin-bottom:0;overflow:hidden;padding:4rem 0 2rem;position:relative}.features-footer-background-text{color:#ffffff08;font-family:Poppins,sans-serif;font-size:12rem;font-weight:700;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;z-index:1}.features-footer-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.features-footer-content{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:3rem}.features-footer-left{flex:0 0 60%;max-width:60%}.features-footer-brand{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.features-footer-logo{flex-shrink:0;height:2rem;object-fit:contain;width:2rem}.features-footer-brand-text{display:flex;flex-direction:column;gap:.125rem}.features-footer-brand-name{color:#fff;font-size:1.125rem;font-weight:700}.features-footer-brand-name,.features-footer-tagline{font-family:Poppins,sans-serif;line-height:1.2;margin:0}.features-footer-tagline{color:#cbd5e1;font-size:.75rem;font-weight:400}.features-footer-description{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 2rem;max-width:400px}.features-footer-social{display:flex;gap:1rem}.features-footer-social-icon{align-items:center;border:1px solid #334155;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;text-decoration:none;transition:all .3s ease;width:2.5rem}.features-footer-social-icon:hover{background:#06f;border-color:#06f;transform:translateY(-2px)}.features-footer-social-icon svg{height:1rem;width:1rem}.features-footer-right{display:flex;flex:0 0 35%;gap:3rem;max-width:35%}.features-footer-column{flex:1 1}.features-footer-column-title{color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;margin:0 0 1.5rem}.features-footer-links{list-style:none;margin:0;padding:0}.features-footer-links li{margin-bottom:.75rem}.features-footer-link{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;text-decoration:none;transition:color .3s ease}.features-footer-link:hover{color:#fff}.features-footer-divider{background:#334155;height:1px;margin:2rem 0}.features-footer-bottom{align-items:center;display:flex;justify-content:space-between}.features-footer-copyright{margin:0}.features-footer-back-to-top,.features-footer-copyright{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.features-footer-back-to-top{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.5rem;transition:color .3s ease}.features-footer-back-to-top:hover{color:#fff}.features-footer-arrow-icon{align-items:center;background:#1e293b;border-radius:50%;color:#fff;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.features-footer-arrow-icon svg{height:.75rem;width:.75rem}@media (max-width:768px){.features-footer-background-text{font-size:8rem}.features-footer-content{flex-direction:column;gap:2rem}.features-footer-left,.features-footer-right{flex:none;max-width:100%}.features-footer-right{gap:2rem}.features-footer-bottom{flex-direction:column;gap:1rem;text-align:center}.features-footer-brand-name{font-size:1.5rem}.features-footer-description{max-width:100%}}@media (max-width:480px){.features-footer-background-text{font-size:6rem}.features-footer-right{flex-direction:column;gap:1.5rem}.features-footer-social{justify-content:center}}[data-theme=dark] .features-page{background:#0a1929}[data-theme=dark] .features-hero-arc-container,[data-theme=dark] .features-hero-section{background:#0000}[data-theme=dark] .features-about-section,[data-theme=dark] .features-b2b-section,[data-theme=dark] .features-cta-section,[data-theme=dark] .features-how-it-works-section,[data-theme=dark] .features-p2p-section,[data-theme=dark] .features-protection-section,[data-theme=dark] .features-remittance-section,[data-theme=dark] .features-resolution-section,[data-theme=dark] .features-stats-section,[data-theme=dark] .features-why-section{background:#0a1929}[data-theme=dark] .features-hero-title,[data-theme=dark] .features-hero-title-blue{-webkit-text-fill-color:#0000!important;background:none!important;-webkit-background-clip:text!important;background-clip:text!important;background-image:linear-gradient(180deg,#fff 0,#4e91ff)!important;color:#fff}[data-theme=dark] .features-about-title,[data-theme=dark] .features-how-main-title,[data-theme=dark] .features-protection-title{-webkit-text-fill-color:#fff;background:none!important;-webkit-background-clip:unset;background-clip:initial;color:#fff}[data-theme=dark] .features-about-description,[data-theme=dark] .features-final-cta-description,[data-theme=dark] .features-hero-description,[data-theme=dark] .features-protection-card-description,[data-theme=dark] .features-protection-description,[data-theme=dark] .features-stat-label,[data-theme=dark] .features-step-description,[data-theme=dark] .features-testimonial-card-description{color:#cbd5e1}[data-theme=dark] .features-steps-grid-container{background:#1e293bcc;border-color:#3341554d}[data-theme=dark] .features-step-item{border-color:#3341554d}[data-theme=dark] .features-protection-card{background:#1e293bcc;border-color:#3341554d}[data-theme=dark] .features-protection-card-title{color:#4e91ff}[data-theme=dark] .features-protection-card-description{color:#cbd5e1}[data-theme=dark] .features-testimonial-section{background:#0a1929}[data-theme=dark] .features-testimonial-container{background:#2563eb}[data-theme=dark] .features-testimonial-card{background:#ffffff26}[data-theme=dark] .features-testimonial-card-title{color:#fff}[data-theme=dark] .features-final-cta-section{background:#0a1929}[data-theme=dark] .features-final-cta-title{color:#fff}[data-theme=dark] .features-final-cta-description,[data-theme=dark] .features-final-cta-title-blue{color:#cbd5e1}[data-theme=dark] .features-final-cta-title-blue{-webkit-text-fill-color:#cbd5e1;background:none!important;-webkit-background-clip:unset;background-clip:initial}[data-theme=dark] .features-b2b-title,[data-theme=dark] .features-p2p-title,[data-theme=dark] .features-remittance-title{color:#06f}[data-theme=dark] .features-b2b-description,[data-theme=dark] .features-b2b-feature,[data-theme=dark] .features-p2p-description,[data-theme=dark] .features-p2p-feature,[data-theme=dark] .features-remittance-description,[data-theme=dark] .features-remittance-feature{color:#cbd5e1}[data-theme=dark] .features-b2b-image-container,[data-theme=dark] .features-p2p-image-container,[data-theme=dark] .features-remittance-image-container,[data-theme=dark] .features-resolution-image-container{background:#1e293bcc}[data-theme=dark] .features-resolution-title-dark{color:#fff}[data-theme=dark] .features-resolution-title-blue{color:#06f}[data-theme=dark] .features-resolution-description,[data-theme=dark] .features-resolution-feature{color:#cbd5e1}[data-theme=dark] .features-trustichain-highlight,[data-theme=dark] .features-why-main-title{-webkit-text-fill-color:#0000!important;background:none!important;-webkit-background-clip:text!important;background-clip:text!important;background-image:linear-gradient(180deg,#fff 0,#4e91ff)!important;color:#fff}[data-theme=dark] .features-why-tagline{color:#cbd5e1}[data-theme=dark] .features-why-item-title{color:#fff}[data-theme=dark] .features-why-item-title.primary{color:#06f}[data-theme=dark] .features-why-item-description{color:#cbd5e1}[data-theme=dark] .features-cta-card{background:radial-gradient(ellipse at top,#4e91ff 0,#0a1929 70%)}[data-theme=dark] .features-cta-heading-line1,[data-theme=dark] .features-cta-heading-line2{-webkit-text-fill-color:#fff;background:none!important;-webkit-background-clip:unset;background-clip:initial;color:#fff}[data-theme=dark] .features-cta-subheading{color:#fff}.pricing-page{background:radial-gradient(ellipse 100% 40% at top,#d1e3f8 0,#0000 50%),#fff;min-height:100vh}.pricing-content{padding:6rem 0 0}.pricing-hero-section{align-items:center;display:flex;min-height:calc(100vh - 120px);padding:4rem 2rem .5rem;position:relative}.pricing-hero-arc-container{align-items:center;display:flex;height:100%;justify-content:center;left:0;min-height:500px;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}[data-theme=dark] .pricing-hero-arc-container:before{animation:pricing-twinkle 3s ease-in-out infinite alternate;background-image:radial-gradient(3px 3px at 20% 30%,#fff,#0000),radial-gradient(3px 3px at 60% 70%,#fff,#0000),radial-gradient(2px 2px at 50% 50%,#fff,#0000),radial-gradient(2px 2px at 80% 10%,#fff,#0000),radial-gradient(3px 3px at 90% 60%,#fff,#0000),radial-gradient(2px 2px at 33% 80%,#fff,#0000),radial-gradient(2px 2px at 15% 50%,#fff,#0000),radial-gradient(3px 3px at 70% 20%,#fff,#0000),radial-gradient(2px 2px at 40% 90%,#fff,#0000),radial-gradient(2px 2px at 25% 15%,#fff,#0000),radial-gradient(3px 3px at 85% 40%,#fff,#0000),radial-gradient(2px 2px at 55% 25%,#fff,#0000),radial-gradient(2px 2px at 10% 70%,#fff,#0000),radial-gradient(3px 3px at 75% 85%,#fff,#0000),radial-gradient(2px 2px at 45% 60%,#fff,#0000),radial-gradient(2px 2px at 30% 40%,#fff,#0000),radial-gradient(2px 2px at 65% 25%,#fff,#0000),radial-gradient(3px 3px at 50% 70%,#fff,#0000),radial-gradient(2px 2px at 90% 80%,#fff,#0000),radial-gradient(2px 2px at 5% 20%,#fff,#0000),radial-gradient(3px 3px at 95% 50%,#fff,#0000),radial-gradient(2px 2px at 12% 90%,#fff,#0000);filter:blur(1px);opacity:1}[data-theme=dark] .pricing-hero-arc-container:after,[data-theme=dark] .pricing-hero-arc-container:before{background-position:0 0;background-size:100% 100%;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}[data-theme=dark] .pricing-hero-arc-container:after{animation:pricing-twinkle 4s ease-in-out infinite alternate-reverse;background-image:radial-gradient(6px 6px at 20% 30%,#93c5fdcc,#0000),radial-gradient(6px 6px at 60% 70%,#93c5fdcc,#0000),radial-gradient(5px 5px at 50% 50%,#93c5fdb3,#0000),radial-gradient(5px 5px at 80% 10%,#93c5fdb3,#0000),radial-gradient(6px 6px at 90% 60%,#93c5fdcc,#0000),radial-gradient(5px 5px at 33% 80%,#93c5fdb3,#0000),radial-gradient(5px 5px at 15% 50%,#93c5fdb3,#0000),radial-gradient(6px 6px at 70% 20%,#93c5fdcc,#0000),radial-gradient(5px 5px at 40% 90%,#93c5fdb3,#0000),radial-gradient(5px 5px at 25% 15%,#93c5fdb3,#0000),radial-gradient(6px 6px at 85% 40%,#93c5fdcc,#0000),radial-gradient(5px 5px at 55% 25%,#93c5fdb3,#0000),radial-gradient(5px 5px at 10% 70%,#93c5fdb3,#0000),radial-gradient(6px 6px at 75% 85%,#93c5fdcc,#0000),radial-gradient(5px 5px at 45% 60%,#93c5fdb3,#0000);filter:blur(2.5px);opacity:.9}@keyframes pricing-twinkle{0%{opacity:.5}to{opacity:1}}.pricing-hero-arc-image{display:none;height:auto;left:50%;max-width:1200px;object-fit:cover;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:1}[data-theme=dark] .pricing-hero-arc-image{display:block}.pricing-hero-container{margin:0 auto;max-width:1100px;position:relative;width:100%;z-index:2}.pricing-hero-content{text-align:center}.pricing-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:1100px}.pricing-hero-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px}.pricing-social-proof{flex-wrap:wrap;gap:1.5rem;justify-content:center}.pricing-profile-pictures,.pricing-social-proof{align-items:center;display:flex}.pricing-profile-pic{border:3px solid #fff;border-radius:50%;height:48px;margin-left:-10px;object-fit:cover;position:relative;width:48px}.pricing-profile-pic:first-child{margin-left:0}.pricing-rating{gap:1rem}.pricing-rating,.pricing-stars{align-items:center;display:flex}.pricing-stars{gap:.25rem}.pricing-reviews-text{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem}@media (max-width:768px){.pricing-hero-section{min-height:auto;padding:2rem 1rem}.pricing-hero-title{font-size:2.5rem}.pricing-hero-description{font-size:1rem}.pricing-social-proof{flex-direction:column;gap:1rem}.pricing-profile-pic{height:40px;width:40px}}@media (max-width:480px){.pricing-hero-title{font-size:2rem}.pricing-profile-pic{height:36px;margin-left:-8px;width:36px}}.pricing-cards-section{background:#fff;padding:.5rem 2rem}.pricing-cards-container{margin:0 auto;max-width:1200px}.pricing-cards-grid{align-items:stretch;display:flex;gap:2rem;justify-content:center}.pricing-plans-card{border-radius:1.5rem;display:flex;flex:1 1;flex-direction:column;max-width:350px;padding:2.5rem;position:relative}.pricing-plans-card-business,.pricing-plans-card-personal{background:radial-gradient(ellipse 100% 40% at top,#b3d9ff 0,#e6f3ff 50%,#f0f8ff 100%),linear-gradient(135deg,#e6f3ff,#f0f8ff);border:2px solid #06f3;box-shadow:0 4px 20px #0066ff1a}.pricing-plans-card-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.25rem;font-weight:600;margin-bottom:1rem;text-align:center}.pricing-plans-card-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:2rem;text-align:center}.pricing-plans-features{flex:1 1;margin-bottom:2rem}.pricing-plans-feature-item{align-items:center;display:flex;margin-bottom:1rem}.pricing-plans-feature-icon{border-radius:50%;flex-shrink:0;height:20px;margin-right:.75rem;width:20px}.pricing-plans-feature-icon,.pricing-plans-feature-icon.active{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#06f,#4e91ff,#81a5e0) border-box;border:5px solid #0000;position:relative}.pricing-plans-feature-icon.active:after{background:#fff;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.pricing-plans-feature-text{color:#333}.pricing-plans-card-button,.pricing-plans-feature-text{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem}.pricing-plans-card-button{border:none;border-radius:.75rem;cursor:pointer;font-weight:600;margin-top:auto;padding:1rem 2rem;transition:all .3s ease}.pricing-button-personal{background:linear-gradient(180deg,#e0edff 0,#c3d7f8);border:1px solid #0066ff1a;color:#06f}.pricing-button-personal:hover{background:linear-gradient(180deg,#c3d7f8 0,#a3c0f0);box-shadow:0 4px 12px #06f3;transform:translateY(-2px)}.pricing-button-business{background:linear-gradient(180deg,#0062ff 0,#81a5e0);box-shadow:0 4px 12px #0066ff4d;color:#fff}.pricing-button-business:hover{background:linear-gradient(180deg,#0052cc 0,#6b8fd1);box-shadow:0 6px 16px #06f6;transform:translateY(-2px)}@media (max-width:768px){.pricing-cards-section{padding:4rem 2rem}.pricing-cards-grid{align-items:center;flex-direction:column}.pricing-plans-card{max-width:100%}}.how-it-works-stats-section{background:#fff;padding:4rem 2rem}.stats-heading{color:#06f;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:0}.stat-card{padding:1.5rem;text-align:center}.stat-number{font-family:Inter,sans-serif;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-number.blue{color:#06f}.stat-number.green{color:#10b981}.stat-number.purple{color:#8b5cf6}.stat-number.blue-green{color:#06b6d4}.stat-label{color:#666;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.how-it-works-section{background:linear-gradient(180deg,#f0f8ffcc 0,#fff);padding:4rem 2rem;text-align:center}.how-it-works-intro{color:#06f;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;margin-bottom:1rem}.how-it-works-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:3rem}.steps-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.step-item{align-items:flex-start;display:flex;gap:1.5rem;text-align:left}.step-number{align-items:center;background:#06f;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;height:40px;justify-content:center;width:40px}.step-title{color:#06f;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.step-description{color:#666;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}@media (max-width:768px){.how-it-works-stats-section{padding:3rem 2rem}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stats-heading{font-size:1.75rem;margin-bottom:2rem}.stat-number{font-size:2.5rem}.how-it-works-section{padding:3rem 2rem}.how-it-works-title{font-size:2.5rem;margin-bottom:2rem}.steps-grid{gap:2rem;grid-template-columns:1fr}.step-item{gap:1rem}.step-number{height:36px;width:36px}.step-number,.step-title{font-size:1.125rem}}@media (max-width:480px){.stats-grid{gap:1rem;grid-template-columns:1fr}.stats-heading{font-size:1.5rem}.how-it-works-title,.stat-number{font-size:2rem}.step-number{font-size:1rem;height:32px;width:32px}}.testimonials-section{background:#fff;padding:4rem 0}.testimonials-container{margin:0 auto;max-width:1200px;padding:0 2rem}.testimonials-header{margin-bottom:3rem}.testimonials-subtitle{color:#06f;font-size:1rem;font-weight:500;margin-bottom:.5rem}.testimonials-main-title,.testimonials-subtitle{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.testimonials-main-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.testimonials-tagline{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem}.testimonials-cards{-ms-overflow-style:none;display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:none}.testimonials-cards::-webkit-scrollbar{display:none}.testimonial-card{background:#f1f5f9;border-radius:1rem;display:flex;flex-direction:column;flex-shrink:0;justify-content:space-between;max-width:460px;padding:2rem;width:460px}.testimonial-text{color:#333;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.testimonial-footer{align-items:center;display:flex;gap:1rem}.testimonial-profile-pic{border-radius:50%;flex-shrink:0;height:60px;overflow:hidden;width:60px}.testimonial-profile-pic img{height:100%;object-fit:cover;width:100%}.testimonial-profile-info{flex:1 1}.testimonial-name{color:#333;font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.testimonial-name,.testimonial-role{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.testimonial-role{color:#666;font-size:.875rem;margin-bottom:.5rem}.testimonial-rating{display:flex;gap:.125rem}.star{font-size:1rem}.star.filled{color:#fbbf24}.star.outlined{color:#d1d5db}@media (max-width:768px){.testimonials-main-title{font-size:2rem}.testimonial-card{max-width:420px;padding:1.5rem;width:420px}.testimonial-text{font-size:.875rem}.testimonial-name{font-size:1rem}.testimonial-role{font-size:.75rem}}@media (max-width:480px){.testimonials-main-title{font-size:1.75rem}.testimonial-card{max-width:380px;padding:1.25rem;width:380px}.testimonial-text{font-size:.8rem}.testimonial-name{font-size:.9rem}.testimonial-role{font-size:.7rem}}.faq-section{background:#fff;padding:4rem 0}.faq-container{margin:0 auto;max-width:1200px;padding:0 2rem}.faq-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.faq-left{padding-right:2rem}.faq-subtitle{color:#06f;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;margin-bottom:.5rem}.faq-heading-line1{color:#021129;margin-bottom:.5rem}.faq-heading-line1,.faq-heading-line2{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700}.faq-heading-line2{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem}.faq-description{color:#666;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.faq-cta-button,.faq-description{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.faq-cta-button{background:#06f;border:none;border-radius:.75rem;box-shadow:0 4px 12px #0066ff4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.faq-cta-button:hover{background:#0052cc;box-shadow:0 6px 16px #06f6;transform:translateY(-2px)}.faq-right{padding-left:1rem}.faq-accordion{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #e5e7eb;padding:1.5rem 0}.faq-item:last-child{border-bottom:none}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;transition:color .3s ease}.faq-question:hover{color:#06f}.faq-question-text{color:#021129;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700}.faq-icon{color:#06f;font-size:1rem;transition:transform .3s ease}.faq-answer{animation:slideDown .3s ease-out;margin-top:1rem}.faq-answer-box{background:#dbeafe;border-radius:.75rem;padding:1.5rem}.faq-answer-text{color:#333;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.faq-content{gap:2rem;grid-template-columns:1fr}.faq-left{padding-right:0;text-align:center}.faq-right{padding-left:0}.faq-heading-line1,.faq-heading-line2{font-size:2rem}.faq-description,.faq-question-text{font-size:1rem}.faq-answer-text{font-size:.875rem}}.contact-section{background:#fff;padding:4rem 0}.contact-container{margin:0 auto;max-width:800px;padding:0 2rem}.contact-header{margin-bottom:3rem;text-align:center}.contact-subtitle{color:#06f;font-size:1rem;font-weight:500;margin-bottom:.5rem}.contact-main-title,.contact-subtitle{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-main-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.contact-form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form-group-full{width:100%}.contact-label{color:#06f;font-weight:500}.contact-input,.contact-label,.contact-textarea{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem}.contact-input,.contact-textarea{background:#e6f3ff;border:none;border-radius:.75rem;color:#333;outline:none;padding:1rem;transition:background .3s ease}.contact-input::placeholder,.contact-textarea::placeholder{color:#999}.contact-input:focus,.contact-textarea:focus{background:#d1e7ff}.contact-textarea{min-height:150px;resize:vertical}@media (max-width:768px){.contact-main-title{font-size:2rem}.contact-form-row{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.contact-main-title{font-size:1.75rem}.contact-input,.contact-textarea{font-size:.9rem;padding:.875rem}}.cta-section{background:#fff;padding:6rem 0}.cta-container{display:flex;justify-content:center;margin:0 auto;max-width:1200px;padding:0 2rem}.cta-card{background:radial-gradient(ellipse at top,#4e91ff 0,#fff 70%);border-radius:2rem;box-shadow:0 10px 40px #0066ff26;max-width:1100px;padding:4rem 3rem;position:relative;text-align:center;width:100%}.cta-subheading{color:#06f;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;margin-bottom:1rem}.cta-heading-line1{margin-bottom:.5rem}.cta-heading-line1,.cta-heading-line2{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:700}.cta-heading-line2{margin-bottom:2.5rem}.cta-buttons{gap:1rem;justify-content:center}.cta-button,.cta-buttons{align-items:center;display:flex}.cta-button{border:none;border-radius:1.75rem;cursor:pointer;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button-primary{background:#06f;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 4px 12px #0062ff4d;color:#fff}.cta-button-primary:hover{box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 6px 16px #0062ff66;transform:translateY(-2px)}.cta-button-secondary{background:#0066ff0d;border:1px solid #0066ff1a;color:#5a7fa6}.cta-button-secondary:hover{background:#0066ff1a;transform:translateY(-2px)}.cta-button-icon{align-items:center;background:#fff3;border-radius:50%;display:flex;height:24px;justify-content:center;margin-left:.5rem;width:24px}.cta-button-icon svg{color:#fff}@media (max-width:768px){.cta-section{padding:4rem 0}.cta-card{border-radius:1.5rem;padding:2.5rem 2rem}.cta-heading-line1,.cta-heading-line2{font-size:2rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-button{justify-content:center;width:100%}}.pricing-footer-section{background:#0a1929;margin-bottom:0;overflow:hidden;padding:4rem 0 2rem;position:relative}.pricing-footer-background-text{color:#ffffff08;font-family:Poppins,sans-serif;font-size:12rem;font-weight:700;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;z-index:1}.pricing-footer-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.pricing-footer-content{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:3rem}.pricing-footer-left{flex:0 0 60%;max-width:60%}.pricing-footer-brand{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.pricing-footer-logo{flex-shrink:0;height:2rem;object-fit:contain;width:2rem}.pricing-footer-brand-text{display:flex;flex-direction:column;gap:.125rem}.pricing-footer-brand-name{color:#fff;font-size:1.125rem;font-weight:700}.pricing-footer-brand-name,.pricing-footer-tagline{font-family:Poppins,sans-serif;line-height:1.2;margin:0}.pricing-footer-tagline{color:#cbd5e1;font-size:.75rem;font-weight:400}.pricing-footer-description{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 2rem;max-width:400px}.pricing-footer-social{display:flex;gap:1rem}.pricing-footer-social-icon{align-items:center;border:1px solid #334155;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;text-decoration:none;transition:all .3s ease;width:2.5rem}.pricing-footer-social-icon:hover{background:#06f;border-color:#06f;transform:translateY(-2px)}.pricing-footer-social-icon svg{height:1rem;width:1rem}.pricing-footer-right{display:flex;flex:0 0 35%;gap:3rem;max-width:35%}.pricing-footer-column{flex:1 1}.pricing-footer-column-title{color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;margin:0 0 1.5rem}.pricing-footer-links{list-style:none;margin:0;padding:0}.pricing-footer-links li{margin-bottom:.75rem}.pricing-footer-link{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;text-decoration:none;transition:color .3s ease}.pricing-footer-link:hover{color:#fff}.pricing-footer-divider{background:#334155;height:1px;margin:2rem 0}.pricing-footer-bottom{align-items:center;display:flex;justify-content:space-between}.pricing-footer-copyright{margin:0}.pricing-footer-back-to-top,.pricing-footer-copyright{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.pricing-footer-back-to-top{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.5rem;transition:color .3s ease}.pricing-footer-back-to-top:hover{color:#fff}.pricing-footer-arrow-icon{align-items:center;background:#1e293b;border-radius:50%;color:#fff;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.pricing-footer-arrow-icon svg{height:.75rem;width:.75rem}@media (max-width:768px){.pricing-footer-background-text{font-size:8rem}.pricing-footer-content{flex-direction:column;gap:2rem}.pricing-footer-left,.pricing-footer-right{flex:none;max-width:100%}.pricing-footer-right{gap:2rem}.pricing-footer-bottom{flex-direction:column;gap:1rem;text-align:center}.pricing-footer-brand-name{font-size:1.5rem}.pricing-footer-description{max-width:100%}}@media (max-width:480px){.pricing-footer-background-text{font-size:6rem}.pricing-footer-right{flex-direction:column;gap:1.5rem}.pricing-footer-social{justify-content:center}}[data-theme=dark] .how-it-works-stats-section,[data-theme=dark] .pricing-cards-section,[data-theme=dark] .pricing-cta-section,[data-theme=dark] .pricing-page,[data-theme=dark] .testimonials-section{background:#0a1929}[data-theme=dark] .cta-heading-line1,[data-theme=dark] .cta-heading-line2,[data-theme=dark] .faq-heading-line1,[data-theme=dark] .faq-heading-line2,[data-theme=dark] .pricing-hero-title,[data-theme=dark] .pricing-plans-card-title{-webkit-text-fill-color:#fff;background:none!important;-webkit-background-clip:unset;background-clip:initial;color:#fff}[data-theme=dark] .faq-description,[data-theme=dark] .pricing-hero-description,[data-theme=dark] .pricing-plans-card-description,[data-theme=dark] .pricing-plans-feature-text,[data-theme=dark] .pricing-reviews-text,[data-theme=dark] .stat-label,[data-theme=dark] .step-description,[data-theme=dark] .testimonial-name,[data-theme=dark] .testimonial-role,[data-theme=dark] .testimonial-text,[data-theme=dark] .testimonials-tagline{color:#cbd5e1}[data-theme=dark] .pricing-plans-card-business,[data-theme=dark] .pricing-plans-card-personal{background:#1e293bcc;border-color:#3341554d}[data-theme=dark] .cta-card{background:radial-gradient(ellipse at top,#4e91ff 0,#0a1929 70%)}[data-theme=dark] .cta-section{background:#0a1929}[data-theme=dark] .testimonial-card{background:#1e293bcc;border-color:#3341554d}[data-theme=dark] .faq-item{border-color:#3341554d}[data-theme=dark] .cta-subheading{color:#fff}.waitlist-page{background:radial-gradient(ellipse 100% 40% at top,#d1e3f8 0,#0000 50%),#fff;min-height:100vh}.waitlist-content{padding:6rem 0 0}.waitlist-hero-section{align-items:center;display:flex;min-height:calc(100vh - 120px);padding:4rem 2rem}.waitlist-hero-container{margin:0 auto;max-width:900px}.waitlist-hero-content{text-align:center}.waitlist-hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.waitlist-hero-title-blue{color:#06f}.waitlist-hero-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.waitlist-form-container{margin-bottom:4rem}.waitlist-form{margin:0 auto;max-width:600px}.waitlist-input-group{background:#fff;border:1px solid #0066ff1a;border-radius:2rem;box-shadow:0 4px 20px #0000001a;display:flex;gap:1rem;padding:.5rem}.waitlist-input{background:#0000;border:none;border-radius:1.5rem;color:#333;flex:1 1;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;outline:none;padding:1rem 1.5rem}.waitlist-input::placeholder{color:#94a3b8}.waitlist-input:focus{outline:none}.waitlist-submit-button{background:#06f;border:none;border-radius:1.5rem;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 4px 15px #0066ff4d;color:#fff;cursor:pointer;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.waitlist-submit-button:hover:not(:disabled){box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 8px 25px #06f6;transform:translateY(-2px)}.waitlist-submit-button:disabled{cursor:not-allowed;opacity:.7}.waitlist-success{background:#fff;border-radius:1.5rem;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:500px;padding:2rem;text-align:center}.waitlist-success-icon{align-items:center;background:linear-gradient(180deg,#10b981,#059669);border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.waitlist-success-title{color:#333;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.waitlist-success-message{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.waitlist-another-email,.waitlist-success-message{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.waitlist-another-email{background:#fff;border:1px solid #cbd5e1;border-radius:1rem;color:#06f;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.waitlist-another-email:hover{background:#f8fafc;border-color:#06f}.waitlist-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:4rem}.waitlist-feature-item{background:#fff;border-radius:1rem;box-shadow:0 2px 10px #0000000d;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.waitlist-feature-item:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-4px)}.waitlist-feature-icon{align-items:center;background:#e0edff;border-radius:50%;box-shadow:0 4px 15px #0066ff4d;color:#06f;display:flex;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}.waitlist-feature-title{color:#333;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.waitlist-feature-description,.waitlist-feature-title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.waitlist-feature-description{color:#666;font-size:.875rem;line-height:1.5}@media (max-width:768px){.waitlist-hero-section{min-height:auto;padding:2rem 1rem}.waitlist-hero-title{font-size:2.5rem}.waitlist-hero-description{font-size:1rem}.waitlist-input-group{flex-direction:column;padding:.25rem}.waitlist-input{padding:.875rem 1.25rem}.waitlist-submit-button{padding:.875rem 1.5rem;width:100%}.waitlist-features{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.waitlist-hero-title{font-size:2rem}.waitlist-features{grid-template-columns:1fr}}.waitlist-footer-section{background:#0a1929;margin-bottom:0;overflow:hidden;padding:4rem 0 2rem;position:relative}.waitlist-footer-background-text{color:#ffffff08;font-family:Poppins,sans-serif;font-size:12rem;font-weight:700;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;z-index:1}.waitlist-footer-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.waitlist-footer-content{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:3rem}.waitlist-footer-left{flex:0 0 60%;max-width:60%}.waitlist-footer-brand{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.waitlist-footer-logo{flex-shrink:0;height:2rem;object-fit:contain;width:2rem}.waitlist-footer-brand-text{display:flex;flex-direction:column;gap:.125rem}.waitlist-footer-brand-name{color:#fff;font-size:1.125rem;font-weight:700}.waitlist-footer-brand-name,.waitlist-footer-tagline{font-family:Poppins,sans-serif;line-height:1.2;margin:0}.waitlist-footer-tagline{color:#cbd5e1;font-size:.75rem;font-weight:400}.waitlist-footer-description{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 2rem;max-width:400px}.waitlist-footer-social{display:flex;gap:1rem}.waitlist-footer-social-icon{align-items:center;border:1px solid #334155;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;text-decoration:none;transition:all .3s ease;width:2.5rem}.waitlist-footer-social-icon:hover{background:#06f;border-color:#06f;transform:translateY(-2px)}.waitlist-footer-social-icon svg{height:1rem;width:1rem}.waitlist-footer-right{display:flex;flex:0 0 35%;gap:3rem;max-width:35%}.waitlist-footer-column{flex:1 1}.waitlist-footer-column-title{color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;margin:0 0 1.5rem}.waitlist-footer-links{list-style:none;margin:0;padding:0}.waitlist-footer-links li{margin-bottom:.75rem}.waitlist-footer-link{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;text-decoration:none;transition:color .3s ease}.waitlist-footer-link:hover{color:#fff}.waitlist-footer-divider{background:#334155;height:1px;margin:2rem 0}.waitlist-footer-bottom{align-items:center;display:flex;justify-content:space-between}.waitlist-footer-copyright{margin:0}.waitlist-footer-back-to-top,.waitlist-footer-copyright{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.waitlist-footer-back-to-top{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.5rem;transition:color .3s ease}.waitlist-footer-back-to-top:hover{color:#fff}.waitlist-footer-arrow-icon{align-items:center;background:#1e293b;border-radius:50%;color:#fff;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.waitlist-footer-arrow-icon svg{height:.75rem;width:.75rem}@media (max-width:768px){.waitlist-footer-background-text{font-size:8rem}.waitlist-footer-content{flex-direction:column;gap:2rem}.waitlist-footer-left,.waitlist-footer-right{flex:none;max-width:100%}.waitlist-footer-right{gap:2rem}.waitlist-footer-bottom{flex-direction:column;gap:1rem;text-align:center}.waitlist-footer-brand-name{font-size:1.5rem}.waitlist-footer-description{max-width:100%}}@media (max-width:480px){.waitlist-footer-background-text{font-size:6rem}.waitlist-footer-right{flex-direction:column;gap:1.5rem}.waitlist-footer-social{justify-content:center}}[data-theme=dark] .waitlist-page{background:#0a1929}[data-theme=dark] .waitlist-hero-title{-webkit-text-fill-color:#fff;background:none!important;-webkit-background-clip:unset;background-clip:initial;color:#fff}[data-theme=dark] .waitlist-hero-description{color:#cbd5e1}[data-theme=dark] .waitlist-input-group{background:#1e293bcc;border-color:#3341554d}[data-theme=dark] .waitlist-input{color:#fff}[data-theme=dark] .waitlist-success{background:#1e293bcc}[data-theme=dark] .waitlist-success-title{color:#fff}[data-theme=dark] .waitlist-success-message{color:#cbd5e1}[data-theme=dark] .waitlist-another-email{background:#1e293bcc;border-color:#3341554d;color:#06f}[data-theme=dark] .waitlist-another-email:hover{background:#2a3442cc;border-color:#06f}[data-theme=dark] .waitlist-feature-item{background:#1e293bcc}[data-theme=dark] .waitlist-feature-title{color:#fff}[data-theme=dark] .waitlist-feature-description,[data-theme=dark] .waitlist-hero-description,[data-theme=dark] .waitlist-success-message{color:#cbd5e1}.learnmore-page{background:linear-gradient(180deg,#f4f8ff,#fff 60%,#fff);min-height:calc(100vh - 80px);padding:6rem 0 0}.learnmore-hero,.learnmore-page{align-items:center;display:flex;flex-direction:column}.learnmore-hero{gap:3rem;max-width:1150px;padding:0 2rem;text-align:center;width:100%}.learnmore-hero-content{max-width:960px}.learnmore-title{color:#0f172a;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3.5rem;font-weight:600;line-height:1.1;margin-bottom:1.5rem}.learnmore-title-line{display:block;white-space:nowrap}.learnmore-title-highlight{color:#1670ff;display:block}.learnmore-subtitle{color:#4a5568;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:620px}.learnmore-hero-image{display:flex;justify-content:center;width:100%}.learnmore-image-frame{background:#fff;border-radius:1.25rem;box-shadow:0 30px 80px #4f72cd33;max-width:1100px;overflow:hidden;width:100%}.learnmore-image-frame img{display:block;object-fit:cover;width:100%}.learnmore-about{display:flex;flex-direction:column;gap:3rem;max-width:1150px;padding:4rem 2rem 0;width:100%}.learnmore-about-meta{grid-gap:2rem;align-items:flex-start;display:grid;gap:2rem;grid-template-columns:140px 1fr}.learnmore-about-label{color:#1e293b;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.learnmore-about-copy{color:#1f2933;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;line-height:1.75;margin:0}.learnmore-about-highlight{color:#0b5fff;font-weight:600}.learnmore-about-heading{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;color:#021129;font-family:Satoshi,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.6rem;font-weight:700;line-height:1.25;margin:0;text-align:center}.learnmore-about-visual{display:flex;justify-content:center;width:100%}.learnmore-about-visual img{border-radius:1rem;box-shadow:0 35px 80px #0f264240;display:block;max-width:820px;width:100%}.learnmore-why{display:flex;flex-direction:column;gap:3rem;max-width:1150px;padding:4.5rem 2rem 0;width:100%}.learnmore-why-header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.learnmore-why-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;color:#021129;font-family:Satoshi,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;margin:0}.learnmore-why-intro{color:#4b5563;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;margin:0;max-width:520px}.learnmore-why-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.learnmore-why-card{background:#fff;border:1px solid #0f264214;border-radius:1rem;box-shadow:0 12px 35px #0f264214;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.learnmore-why-badge{align-items:center;background:linear-gradient(135deg,#0b5fff,#1f9bff);border-radius:50%;color:#fff;display:flex;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;font-weight:600;height:40px;justify-content:center;width:40px}.learnmore-why-card p{color:#1f2933;font-size:1.02rem;line-height:1.55}.learnmore-why-card p,.learnmore-why-statement{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.learnmore-why-statement{color:#06f;font-size:1.15rem;font-weight:600}.learnmore-suite{display:flex;flex-direction:column;gap:2rem}.learnmore-suite h3{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;color:#021129;font-family:Satoshi,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:700;margin:0}.learnmore-suite-subheading{color:#4b5563;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;margin:0}.learnmore-suite-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.learnmore-suite-card{background:#fff;border:1px solid #0f264214;border-radius:1rem;box-shadow:0 12px 35px #0f264214;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.learnmore-suite-number{align-items:center;background:linear-gradient(135deg,#0b5fff,#1f9bff);border-radius:50%;color:#fff;display:flex;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;font-weight:600;height:38px;justify-content:center;width:38px}.learnmore-suite-card p{color:#1f2933;font-size:1.02rem;line-height:1.55}.learnmore-suite-card p,.learnmore-suite-footer{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.learnmore-suite-footer{color:#06f;font-size:1.05rem;font-weight:600}.learnmore-suite-feature{display:flex;flex-direction:column;gap:2.5rem;max-width:1150px;padding:5rem 2rem 0;text-align:center;width:100%}.learnmore-suite-feature-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;color:#021129;font-family:Satoshi,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.8rem;font-weight:700;margin:0}.learnmore-suite-feature-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.learnmore-suite-feature-image{display:flex;justify-content:center}.learnmore-suite-feature-image img{border-radius:1.5rem;box-shadow:0 25px 70px #0f1e422e;display:block;max-width:380px;width:100%}.learnmore-suite-feature-copy{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.learnmore-suite-feature-copy h3{color:#111827;font-family:Satoshi,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:700;margin:0}.learnmore-suite-feature-copy p{color:#374151;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;line-height:1.7;margin:0}.learnmore-suite-feature-highlight{color:#06f!important;font-weight:600}.learnmore-actions{display:flex;flex-direction:column;gap:2.5rem;max-width:1150px;padding:5rem 2rem 0;text-align:center;width:100%}.learnmore-actions-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#06f);-webkit-background-clip:text;background-clip:text;color:#021129;font-family:Satoshi,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.8rem;font-weight:700;margin:0}.learnmore-actions-image{display:flex;justify-content:center}.learnmore-actions-image img{border-radius:1.5rem;box-shadow:0 25px 70px #0f1e422e;display:block;max-width:1020px;width:100%}.learnmore-capabilities{max-width:1150px;padding:5rem 2rem 6rem;width:100%}.learnmore-capabilities-grid{grid-gap:3rem 4rem;display:grid;gap:3rem 4rem;grid-template-columns:repeat(2,minmax(0,1fr))}.learnmore-capability-card{display:flex;flex-direction:column;gap:1rem}.learnmore-capability-card h3{color:#111827;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.75rem;font-weight:700;margin:0}.learnmore-capability-description{color:#4b5563;font-size:1.05rem;line-height:1.7}.learnmore-capability-card ul,.learnmore-capability-description{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.learnmore-capability-card ul{color:#1f2933;display:flex;flex-direction:column;font-size:1rem;gap:.5rem;padding-left:1.3rem}.learnmore-capability-card li{line-height:1.6}.learnmore-capability-footer{color:#06f;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;font-weight:600;margin:0}.learnmore-who{display:flex;flex-direction:column;gap:2rem;max-width:1150px;padding:5rem 2rem 0;text-align:center;width:100%}.learnmore-who-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#021129 0,#4e91ff);-webkit-background-clip:text;background-clip:text;color:#021129;font-family:Satoshi,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.8rem;font-weight:700;margin:0}.learnmore-who-subtitle{color:#4b5563;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;margin:0 auto;max-width:560px}.learnmore-who-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}.learnmore-who-card{align-items:center;background:#eff6ff33;border:1px solid #cbdaff;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:2.25rem 1.5rem}.learnmore-who-icon{align-items:center;color:#1d4ed8;display:flex;height:56px;justify-content:center;width:56px}.learnmore-who-card h3{color:#0b1220;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.15rem;font-weight:700;margin:0;text-align:center}.learnmore-who-card p{color:#4b5563;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;margin:0;text-align:center}.learnmore-compare{display:flex;flex-direction:column;gap:2.5rem;max-width:1150px;padding:5rem 2rem 6rem;text-align:center;width:100%}.learnmore-compare-heading{color:#1d4ed8;font-family:Satoshi,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;margin:0}.learnmore-compare-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:900px}.learnmore-compare-card{align-items:flex-start;border:1px solid #0000;border-radius:1.5rem;box-shadow:0 25px 70px #0f1e422e;display:flex;flex-direction:column;gap:1.75rem;padding:2.25rem 2rem;position:relative;text-align:left}.learnmore-compare-card h3{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.25rem;font-weight:700;margin:0}.learnmore-compare-card ul{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;width:100%}.learnmore-compare-card li{align-items:flex-start;display:flex;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;gap:.75rem;line-height:1.6;list-style:none}.learnmore-compare-card li:before{border-radius:50%;content:"";flex-shrink:0;height:18px;width:18px}.learnmore-compare-card.legacy{background:linear-gradient(180deg,#e5e7eb,#9ca3af);border-color:#9ca3af66;color:#1f2937}.learnmore-compare-card.legacy h3{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#1f2933,#6b7280);-webkit-background-clip:text;background-clip:text;font-weight:500}.learnmore-compare-card.legacy li{color:#000;font-weight:400;letter-spacing:0}.learnmore-compare-card.legacy li:before{background:linear-gradient(#f8fafc,#f8fafc) padding-box,linear-gradient(135deg,#94a3b8cc,#64748bcc) border-box;border:4px solid #0000}.learnmore-compare-card.trustichain{background:linear-gradient(180deg,#3b82f6,#021129);border-color:#ffffff26;box-shadow:inset 0 2px 4px #ffffff59,inset 0 -2px 4px #0006,inset 2px 0 4px #fff3,inset -2px 0 4px #00000059,0 28px 80px #0f1e4238;color:#fff;transform:translateY(-6px)}.learnmore-compare-card.trustichain li{color:#ffffffeb}.learnmore-compare-card.trustichain h3{font-weight:500}.learnmore-compare-card.trustichain li{color:#ffffffe6;font-weight:400}.learnmore-compare-card.trustichain li:before{background:linear-gradient(#f8fafc,#f8fafc) padding-box,linear-gradient(135deg,#60a5fae6,#2563ebe6) border-box;border:4px solid #0000}.learnmore-final-cta{background:#fff;display:flex;justify-content:center;padding:6rem 1.5rem 6.5rem;width:100%}.learnmore-final-cta-card{background:linear-gradient(180deg,#f0f7ffe6,#3b82f659 35%,#2563eb99);border-radius:2.5rem;box-shadow:0 40px 100px #183f882e;display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.5rem);padding:clamp(3rem,5vw,4rem) clamp(1.75rem,6vw,4.5rem);text-align:center;width:min(1050px,92%)}.learnmore-final-cta-subtitle{color:#162748b3;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;letter-spacing:.18em;text-transform:uppercase}.learnmore-final-cta-title{color:#102046;font-family:Satoshi,Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2.4rem,5vw,3.4rem);font-weight:700;line-height:1.2}.learnmore-final-cta-title span{color:#1a58ff;display:block}.learnmore-final-cta-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.learnmore-final-cta-button{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;gap:.6rem;padding:.95rem 2.4rem;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.learnmore-final-cta-button.primary{background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 12px 30px #2563eb4d;color:#fff}.learnmore-final-cta-button.primary:hover{box-shadow:0 18px 42px #2563eb66;transform:translateY(-2px)}.learnmore-final-cta-button.secondary{background:#ffffffb8;border:1px solid #94a3b859;color:#1f3f8f}.learnmore-final-cta-button.secondary:hover{background:#ffffffd9;transform:translateY(-2px)}.learnmore-final-cta-button svg{stroke-width:2.4}.learnmore-footer-section{align-self:stretch;background:#0a1929;margin:0;overflow:hidden;padding:4rem 0;position:relative;width:100%}.learnmore-footer-background-text{color:#ffffff08;font-family:Poppins,sans-serif;font-size:12rem;font-weight:700;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;z-index:1}.learnmore-footer-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.learnmore-footer-content{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:3rem}.learnmore-footer-left{flex:0 0 60%;max-width:60%}.learnmore-footer-brand{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.learnmore-footer-logo{flex-shrink:0;height:2rem;object-fit:contain;width:2rem}.learnmore-footer-brand-text{display:flex;flex-direction:column;gap:.125rem}.learnmore-footer-brand-name{color:#fff;font-size:1.125rem;font-weight:700}.learnmore-footer-brand-name,.learnmore-footer-tagline{font-family:Poppins,sans-serif;line-height:1.2;margin:0}.learnmore-footer-tagline{color:#cbd5e1;font-size:.75rem;font-weight:400}.learnmore-footer-description{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 2rem;max-width:400px}.learnmore-footer-social{display:flex;gap:1rem}.learnmore-footer-social-icon{align-items:center;border:1px solid #334155;border-radius:50%;color:#fff;display:flex;height:2.5rem;justify-content:center;text-decoration:none;transition:all .3s ease;width:2.5rem}.learnmore-footer-social-icon:hover{background:#06f;border-color:#06f;transform:translateY(-2px)}.learnmore-footer-social-icon svg{height:1rem;width:1rem}.learnmore-footer-right{display:flex;flex:0 0 35%;gap:3rem;max-width:35%}.learnmore-footer-column{flex:1 1}.learnmore-footer-column-title{color:#fff;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;margin:0 0 1.5rem}.learnmore-footer-links{list-style:none;margin:0;padding:0}.learnmore-footer-links li{margin-bottom:.75rem}.learnmore-footer-link{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;text-decoration:none;transition:color .3s ease}.learnmore-footer-link:hover{color:#fff}.learnmore-footer-divider{background:#334155;height:1px;margin:2rem 0}.learnmore-footer-bottom{align-items:center;display:flex;justify-content:space-between;padding:0}.learnmore-footer-copyright{margin:0}.learnmore-footer-back-to-top,.learnmore-footer-copyright{color:#94a3b8;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.learnmore-footer-back-to-top{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.5rem;transition:color .3s ease}.learnmore-footer-back-to-top:hover{color:#fff}.learnmore-footer-arrow-icon{align-items:center;background:#1e293b;border-radius:50%;color:#fff;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.learnmore-footer-arrow-icon svg{height:.75rem;width:.75rem}@media (max-width:992px){.learnmore-title{font-size:3rem}.learnmore-page{padding:5rem 0 3rem}.learnmore-final-cta-card{width:min(100%,640px)}}@media (max-width:768px){.learnmore-page{padding:4.5rem 0 0}.learnmore-hero{gap:2.5rem;padding:0 1.5rem;text-align:center}.learnmore-title{font-size:2.2rem;line-height:1.15}.learnmore-title-line{white-space:normal}.learnmore-title-highlight{font-size:1.8rem}.learnmore-subtitle{font-size:1rem}.learnmore-image-frame{border-radius:1rem;box-shadow:0 20px 60px #4f72cd26}.learnmore-about{gap:2.5rem;padding:3.5rem 1.5rem 0}.learnmore-about-meta{gap:1rem;grid-template-columns:1fr}.learnmore-about-heading{font-size:2.2rem}.learnmore-why{gap:2.5rem;padding:3.5rem 1.5rem 0}.learnmore-why-header{align-items:flex-start}.learnmore-suite-feature{padding:4rem 1.5rem 0}.learnmore-suite-feature-content{grid-template-columns:1fr;text-align:center}.learnmore-suite-feature-copy{align-items:center;text-align:center}.learnmore-suite-feature-copy h3{font-size:1.8rem}.learnmore-actions-title,.learnmore-suite-feature-title{font-size:2.4rem}.learnmore-actions{padding:4rem 1.5rem 0}.learnmore-final-cta-card{width:min(100%,560px)}.learnmore-footer-background-text{font-size:8rem}.learnmore-footer-content{flex-direction:column;gap:2rem}.learnmore-footer-left,.learnmore-footer-right{flex:none;max-width:100%}.learnmore-footer-right{gap:2rem}.learnmore-footer-social{justify-content:center}.learnmore-footer-bottom{flex-direction:column;gap:1rem;text-align:center}.learnmore-capabilities{padding:4rem 1.5rem 5rem}.learnmore-capabilities-grid{gap:2.5rem;grid-template-columns:1fr}.learnmore-who{padding:4rem 1.5rem 0}.learnmore-who-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.learnmore-compare{padding:4rem 1.5rem 5rem}.learnmore-compare-grid{grid-template-columns:1fr}}@media (max-width:480px){.learnmore-hero{gap:2rem;padding:0 1rem}.learnmore-title{font-size:1.9rem;line-height:1.15}.learnmore-title-highlight{font-size:1.8rem}.learnmore-subtitle{font-size:.95rem}.learnmore-about{gap:2rem;padding:3rem 1rem 0}.learnmore-about-heading{font-size:1.9rem}.learnmore-why{gap:2rem;padding:3rem 1rem 0}.learnmore-why-title{font-size:2.1rem}.learnmore-suite h3{font-size:1.75rem}.learnmore-suite-feature{gap:2rem;padding:3.5rem 1rem 0}.learnmore-actions-title,.learnmore-suite-feature-title{font-size:2rem}.learnmore-suite-feature-copy h3{font-size:1.6rem}.learnmore-actions{padding:3.5rem 1rem 0}.learnmore-capabilities{padding:3.5rem 1rem 4.5rem}.learnmore-capability-card h3{font-size:1.6rem}.learnmore-who{padding:3.5rem 1rem 0}.learnmore-who-grid{grid-template-columns:1fr}.learnmore-compare{padding:3.5rem 1rem 4.5rem}.learnmore-compare-heading{font-size:2.2rem}.learnmore-compare-card h3{font-size:1.75rem}.learnmore-final-cta-card{border-radius:1.75rem;padding:3rem 1.75rem}.learnmore-final-cta-actions{flex-direction:column;gap:.75rem}.learnmore-final-cta-button{justify-content:center;width:100%}.learnmore-footer-background-text{font-size:6rem}.learnmore-footer-column-title,.learnmore-footer-links{text-align:center}}[data-theme=dark] .learnmore-page{background:#0a1929}[data-theme=dark] .learnmore-title{color:#fff}[data-theme=dark] .learnmore-subtitle{color:#cbd5e1}[data-theme=dark] .learnmore-image-frame{background:#1e293b;box-shadow:0 30px 80px #0006}[data-theme=dark] .learnmore-about-copy,[data-theme=dark] .learnmore-about-label{color:#cbd5e1}[data-theme=dark] .learnmore-about-heading,[data-theme=dark] .learnmore-why-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff 0,#4e91ff);-webkit-background-clip:text;background-clip:text;color:#fff}[data-theme=dark] .learnmore-why-intro{color:#94a3b8}[data-theme=dark] .learnmore-why-card{background:#1e293b;border-color:#ffffff1a;box-shadow:0 12px 35px #0000004d}[data-theme=dark] .learnmore-why-card p{color:#cbd5e1}[data-theme=dark] .learnmore-why-statement{color:#fff}[data-theme=dark] .learnmore-suite h3{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff 0,#4e91ff);-webkit-background-clip:text;background-clip:text;color:#fff}[data-theme=dark] .learnmore-suite-subheading{color:#94a3b8}[data-theme=dark] .learnmore-suite-card{background:#1e293b;border-color:#ffffff1a;box-shadow:0 12px 35px #0000004d}[data-theme=dark] .learnmore-suite-card p{color:#cbd5e1}[data-theme=dark] .learnmore-suite-footer{color:#fff}[data-theme=dark] .learnmore-suite-feature-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff 0,#4e91ff);-webkit-background-clip:text;background-clip:text;color:#fff}[data-theme=dark] .learnmore-suite-feature-copy h3{color:#fff}[data-theme=dark] .learnmore-suite-feature-copy p{color:#cbd5e1}[data-theme=dark] .learnmore-suite-feature-highlight{color:#06f!important}[data-theme=dark] .learnmore-actions-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff 0,#06f);-webkit-background-clip:text;background-clip:text;color:#fff}[data-theme=dark] .learnmore-capability-card h3{color:#fff}[data-theme=dark] .learnmore-capability-description{color:#94a3b8}[data-theme=dark] .learnmore-capability-card ul{color:#cbd5e1}[data-theme=dark] .learnmore-capability-footer{color:#06f}[data-theme=dark] .learnmore-who-title{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff 0,#4e91ff);-webkit-background-clip:text;background-clip:text;color:#fff}[data-theme=dark] .learnmore-who-subtitle{color:#94a3b8}[data-theme=dark] .learnmore-who-card{background:#1e293b80;border-color:#ffffff1a}[data-theme=dark] .learnmore-who-card h3{color:#fff}[data-theme=dark] .learnmore-who-card p{color:#cbd5e1}[data-theme=dark] .learnmore-compare-heading{color:#60a5fa}[data-theme=dark] .learnmore-final-cta{background:#0a1929}[data-theme=dark] .learnmore-final-cta-subtitle{color:#cbd5e1b3}[data-theme=dark] .learnmore-final-cta-title{color:#fff}[data-theme=dark] .learnmore-final-cta-title span{color:#60a5fa}.learnmore-page .features-cta-section{background:#fff!important;padding:6rem 2rem!important}.learnmore-page .features-cta-container{display:flex!important;justify-content:center!important;margin:0 auto!important;max-width:1200px!important}.learnmore-page .features-cta-card{background:radial-gradient(ellipse at top,#4e91ff 0,#fff 70%)!important;border-radius:2rem!important;box-shadow:0 10px 40px #0066ff26!important;max-width:1100px!important;min-width:1100px!important;padding:4rem 3rem!important;position:relative!important;text-align:center!important;width:100%!important}@media (max-width:992px){.learnmore-page .features-cta-card{min-width:auto!important}}[data-theme=dark] .learnmore-page .features-cta-section{background:#0a1929!important}[data-theme=dark] .learnmore-page .features-cta-card{background:radial-gradient(ellipse at top,#4e91ff 0,#0a1929 70%)!important}.login-page{align-items:center;background:#f5f7fc;display:flex;justify-content:center;min-height:100vh;padding:48px 24px}.login-content{align-items:stretch;display:flex;gap:48px;max-width:1260px;width:100%}.login-left{flex:1 1;flex-direction:column}.login-branding,.login-left{display:flex;justify-content:center}.login-branding{align-items:center;gap:12px;margin-bottom:32px;text-align:center;width:100%}.login-brand-logo{height:48px;width:48px}.login-brand-name{color:#0c0f1c;font-family:Satoshi,Satoshi-Bold,Inter,sans-serif;font-size:28px;font-weight:700;text-align:center}.login-card{background:#0000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:24px;padding:0}.login-tabs{align-self:center;background:#eef2ff;border-radius:12px;display:inline-flex;gap:4px;margin-bottom:24px;padding:2px;width:-webkit-fit-content;width:fit-content}.login-tab{align-items:center;background:#0000;border:none;border-radius:10px;color:#5a6075;cursor:pointer;display:inline-flex;font-family:Satoshi,Inter,sans-serif;font-size:15px;font-weight:600;justify-content:center;padding:7px 16px;text-align:center;text-decoration:none;transition:all .2s ease}.login-tab.active{background:#0c63ff;box-shadow:0 6px 12px #0c63ff33;color:#fff}.login-social-buttons{display:flex;flex-wrap:wrap;gap:12px}.login-social-btn{align-items:center;background:#fff;border:1px solid #e4e8f5;border-radius:10px;color:#121629;cursor:pointer;display:flex;flex:1 1;font-family:Satoshi,Inter,sans-serif;font-weight:500;gap:10px;justify-content:center;min-width:160px;padding:14px 16px;transition:border .2s ease,transform .2s ease}.login-social-btn img{height:20px;object-fit:contain;width:20px}.login-social-btn:hover{border-color:#0c63ff;transform:translateY(-2px)}.login-social-btn:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.login-divider{color:#9aa3b5;font-size:12px;font-weight:700;letter-spacing:.3em;margin:24px 0;position:relative;text-align:center}.login-divider:after,.login-divider:before{background:#e4e8f5;content:"";height:1px;position:absolute;top:50%;width:38%}.login-divider:before{left:0}.login-divider:after{right:0}.login-welcome h2{color:#0b0f1e;font-size:26px;font-weight:700;margin:0}.login-welcome h2,.login-welcome p{font-family:Satoshi,Inter,sans-serif;text-align:center}.login-welcome p{color:#5f667c;font-size:16px;margin:4px 0 24px}.login-form{align-items:center;gap:20px}.login-field,.login-form{display:flex;flex-direction:column}.login-field{color:#161a2b;font-weight:600;gap:10px;max-width:360px;width:100%}.login-field,.login-field input{font-family:Satoshi,Inter,sans-serif}.login-field input{background:#f8faff;border:1px solid #dde2f2;border-radius:12px;font-size:15px;padding:16px 18px;transition:border .2s ease,box-shadow .2s ease}.login-field input:focus{border-color:#0c63ff;box-shadow:0 0 0 4px #0c63ff1f;outline:none}.login-field-header{align-items:center;display:flex;font-size:15px;justify-content:space-between}.login-field-header a{color:#0c63ff;font-weight:600;text-decoration:none}.login-password-wrapper{position:relative;width:100%}.login-password-wrapper input{padding-right:52px;width:100%}.login-password-toggle{align-items:center;background:#0000;border:none;color:#7c89a5;cursor:pointer;display:flex;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.login-primary-btn{background:linear-gradient(135deg,#0d6bff,#0980ff);border:none;border-radius:12px;box-shadow:0 15px 30px #0980ff4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;max-width:360px;padding:16px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.login-primary-btn:hover{box-shadow:0 20px 40px #0980ff59;transform:translateY(-2px)}.login-security-note{align-self:center;color:#6e7690;display:flex;font-size:12px;gap:12px;line-height:1.6;margin-top:20px;max-width:360px;text-align:left}.login-security-note input{margin-top:2px}.login-hero{align-items:stretch;display:flex;flex:1 1}.login-hero-inner{background:linear-gradient(160deg,#05f,#1b8bff);border-radius:14px;color:#fff;display:flex;flex-direction:column;gap:16px;margin-right:-90px;padding:48px;width:calc(100% + 60px)}.login-hero-eyebrow{color:#ffffffd9;font-family:Satoshi,Inter,sans-serif;font-size:15px;letter-spacing:0}.login-hero-inner h1{font-size:36px;font-weight:600;line-height:1.2;margin:0}.login-hero-text{color:#ffffffd9;font-size:16px;margin:0}.login-hero-image{align-items:center;display:flex;flex:1 1;justify-content:center;padding:20px 0}.login-hero-image img{max-width:360px;object-fit:contain;width:100%}.login-hero-badges{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.login-hero-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff29;background:#fff;border-radius:12px;box-shadow:0 12px 30px #1013241f;color:#101324;display:flex;gap:12px;padding:16px}.login-hero-badge h4{color:#101324}.login-hero-badge p{color:#51586c}.login-hero-badge img{height:28px;object-fit:contain;width:28px}.login-hero-badge h4{color:#0c63ff;font-size:15px;font-weight:600;margin:0}.login-hero-badge p{color:#000;font-size:13px;margin:4px 0 0}@media (max-width:1200px){.login-content{flex-direction:column}.login-hero{order:-1}.login-hero-inner{margin-right:0;width:100%}}@media (max-width:768px){.login-page{padding:32px 16px}.login-card,.login-hero-inner{border-radius:28px;padding:28px}.login-social-buttons{flex-direction:column}.login-hero-badges{grid-template-columns:1fr}}.signup-page{align-items:center;background:#f5f7fc;display:flex;justify-content:center;min-height:100vh;padding:48px 24px}.signup-content{align-items:stretch;display:flex;gap:48px;max-width:1260px;width:100%}.signup-left{flex:1 1;flex-direction:column}.signup-branding,.signup-left{display:flex;justify-content:center}.signup-branding{align-items:center;gap:12px;margin-bottom:32px;text-align:center;width:100%}.signup-brand-logo{height:48px;width:48px}.signup-brand-name{color:#0c0f1c;font-family:Satoshi,Satoshi-Bold,Inter,sans-serif;font-size:28px;font-weight:700}.signup-card{background:#0000;display:flex;flex-direction:column;gap:24px;padding:0}.signup-tabs{align-self:center;background:#eef2ff;border-radius:12px;display:inline-flex;gap:4px;padding:2px;width:-webkit-fit-content;width:fit-content}.signup-tab{background:#0000;border:none;border-radius:10px;color:#5a6075;cursor:pointer;font-family:Satoshi,Inter,sans-serif;font-size:15px;font-weight:600;padding:7px 16px;text-decoration:none;transition:all .2s ease}.signup-tab.active{background:#0c63ff;box-shadow:0 6px 12px #0c63ff33;color:#fff}.signup-social-btn{align-items:center;align-self:center;background:#fff;border:1px solid #e4e8f5;border-radius:10px;color:#121629;cursor:pointer;display:flex;font-family:Satoshi,Inter,sans-serif;font-weight:500;gap:10px;justify-content:center;max-width:360px;padding:14px 16px;transition:border .2s ease,transform .2s ease;width:100%}.signup-social-btn img{height:20px;width:20px}.signup-social-btn:hover{border-color:#0c63ff;transform:translateY(-2px)}.signup-divider{color:#9aa3b5;font-size:12px;font-weight:700;letter-spacing:.3em;margin:12px 0 8px;position:relative;text-align:center}.signup-divider:after,.signup-divider:before{background:#e4e8f5;content:"";height:1px;position:absolute;top:50%;width:38%}.signup-divider:before{left:0}.signup-divider:after{right:0}.signup-welcome h2{color:#0b0f1e;font-size:26px;font-weight:700;margin:0}.signup-welcome h2,.signup-welcome p{font-family:Satoshi,Inter,sans-serif;text-align:center}.signup-welcome p{color:#5f667c;font-size:16px;margin:4px 0 24px}.signup-form{align-items:center;gap:20px}.signup-field,.signup-form{display:flex;flex-direction:column}.signup-field{color:#161a2b;font-weight:600;gap:10px;max-width:360px;width:100%}.signup-field,.signup-field input{font-family:Satoshi,Inter,sans-serif}.signup-field input{background:#f8faff;border:1px solid #dde2f2;border-radius:12px;font-size:15px;padding:16px 18px;transition:border .2s ease,box-shadow .2s ease}.signup-field input:focus{border-color:#0c63ff;box-shadow:0 0 0 4px #0c63ff1f;outline:none}.signup-password-wrapper{position:relative;width:100%}.signup-password-wrapper input{padding-right:52px;width:100%}.signup-password-toggle{align-items:center;background:#0000;border:none;color:#7c89a5;cursor:pointer;display:flex;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.signup-primary-btn{background:linear-gradient(135deg,#0d6bff,#0980ff);border:none;border-radius:12px;box-shadow:0 15px 30px #0980ff4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;max-width:360px;padding:16px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.signup-primary-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.signup-primary-btn:not(:disabled):hover{box-shadow:0 20px 40px #0980ff59;transform:translateY(-2px)}.signup-terms{align-items:center;align-self:center;color:#6e7690;display:flex;font-family:Satoshi,Inter,sans-serif;font-size:13px;gap:10px}.signup-terms input{height:16px;width:16px}.signup-hero{align-items:stretch;display:flex;flex:1 1}.signup-hero-inner{background:linear-gradient(160deg,#05f,#1b8bff);border-radius:14px;color:#fff;display:flex;flex-direction:column;gap:16px;margin-right:-90px;padding:48px;width:calc(100% + 60px)}.signup-hero-eyebrow{color:#ffffffd9;font-family:Satoshi,Inter,sans-serif;font-size:15px;letter-spacing:0}.signup-hero-inner h1{font-size:36px;font-weight:600;line-height:1.2;margin:0}.signup-hero-image{align-items:center;display:flex;flex:1 1;justify-content:center;padding:20px 0}.signup-hero-image img{max-width:360px;object-fit:contain;width:100%}.signup-hero-badges{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.signup-hero-badge{background:#fff;border-radius:12px;box-shadow:0 12px 30px #1013241f;color:#101324;display:flex;gap:12px;padding:16px}.signup-hero-badge img{height:28px;width:28px}.signup-hero-badge h4{color:#0c63ff;font-size:15px;font-weight:600;margin:0}.signup-hero-badge p{color:#000;font-size:13px;margin:4px 0 0}@media (max-width:1200px){.signup-content{flex-direction:column}.signup-hero{order:-1}.signup-hero-inner{margin-right:0;width:100%}}@media (max-width:768px){.signup-page{padding:32px 16px}.signup-card,.signup-hero-inner{border-radius:28px;padding:28px}.signup-hero-badges{grid-template-columns:1fr}}.forgot-password-page{align-items:center;background:linear-gradient(135deg,#06f,#06f 50%,#4e91ff 0,#4e91ff);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.forgot-password-page:before{animation:wave-animation 15s ease-in-out infinite;background:radial-gradient(circle at 30% 50%,#4f91ff4d 0,#0066ff80 25%,#0062ff66 50%,#81a5e04d 75%,#0000 100%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:1}.forgot-password-page:after{animation:wave-animation-reverse 20s ease-in-out infinite;background:radial-gradient(ellipse at 20% 70%,#4f91ff66 0,#06f9 40%,#81a5e04d 70%,#0000 100%);content:"";height:100%;left:0;position:absolute;top:0;width:60%;z-index:1}[data-theme=dark] .forgot-password-page{background:linear-gradient(135deg,#021129,#021129 50%,#0a1929 0,#0a1929)}[data-theme=dark] .forgot-password-page:before{background:radial-gradient(circle at 30% 50%,#0a192980 0,#021129b3 25%,#1a233280 50%,#2a344266 75%,#0000 100%)}[data-theme=dark] .forgot-password-page:after{background:radial-gradient(ellipse at 20% 70%,#0a192999 0,#021129cc 40%,#1a233280 70%,#0000 100%)}.forgot-password-logo-container{align-items:flex-start;display:flex;gap:.75rem;left:2rem;position:absolute;top:2rem;z-index:10}.forgot-password-logo{flex-shrink:0;height:2rem;object-fit:contain;width:2rem}.forgot-password-brand-text{display:flex;flex-direction:column;gap:.125rem}.forgot-password-brand-name{color:#fff;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;margin:0}[data-theme=dark] .forgot-password-brand-name{color:#fff}.forgot-password-tagline{color:#fff;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400;line-height:1.2;margin:0}[data-theme=dark] .forgot-password-tagline{color:#fff}.forgot-password-card{background:#fff;border-radius:1rem;box-shadow:0 10px 40px #0000001a;margin-bottom:2rem;max-width:450px;padding:2.5rem;position:relative;width:100%;z-index:2}[data-theme=dark] .forgot-password-card{background:#1a2332;box-shadow:0 10px 40px #0000004d}.forgot-password-header{color:#021129;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;margin:0 0 1rem}[data-theme=dark] .forgot-password-header{color:#fff}.forgot-password-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0 0 2rem}[data-theme=dark] .forgot-password-description{color:#cbd5e1}.forgot-password-form{display:flex;flex-direction:column;gap:1.5rem}.forgot-password-input-group{display:flex;flex-direction:column;gap:.5rem}.forgot-password-label{color:#021129;display:block;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500}[data-theme=dark] .forgot-password-label{color:#fff}.forgot-password-input-wrapper{align-items:center;display:flex;position:relative}.forgot-password-input-icon{color:#666;left:1rem;position:absolute;z-index:1}[data-theme=dark] .forgot-password-input-icon{color:#cbd5e1}.forgot-password-input{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#021129;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;padding:.875rem 1rem .875rem 2.75rem;transition:all .2s;width:100%}[data-theme=dark] .forgot-password-input{background:#2a3442;border-color:#3a4552;color:#fff}.forgot-password-input:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1a;outline:none}.forgot-password-input::placeholder{color:#9ca3af}[data-theme=dark] .forgot-password-input::placeholder{color:#6b7280}.forgot-password-primary-button{background:#06f;border:1px solid #fff3;border-radius:2rem;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 4px 15px #0066ff4d;color:#fff;cursor:pointer;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s;width:100%}.forgot-password-primary-button:hover{box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 8px 25px #06f6;transform:translateY(-2px)}.forgot-password-footer{align-items:center;display:flex;flex-wrap:wrap;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;gap:.375rem;justify-content:center;margin-top:1.5rem;text-align:center}[data-theme=dark] .forgot-password-footer{color:#9ca3af}.forgot-password-footer-link{color:#06f;font-weight:600;text-decoration:none;transition:opacity .2s}.forgot-password-footer-link:hover{opacity:.8}.forgot-password-footer-separator{color:#666}[data-theme=dark] .forgot-password-footer-separator{color:#9ca3af}.forgot-password-security-warning{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:.5rem;display:flex;gap:.5rem;max-width:450px;padding:1rem 1.5rem;position:relative;width:100%;z-index:2}[data-theme=dark] .forgot-password-security-warning{background:#0003}.forgot-password-security-icon{color:#fff;flex-shrink:0}[data-theme=dark] .forgot-password-security-icon{color:#fff}.forgot-password-security-text{color:#fff;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;line-height:1.5;margin:0}[data-theme=dark] .forgot-password-security-text{color:#fff}.forgot-password-success{text-align:center}.forgot-password-success-icon{align-items:center;background:linear-gradient(135deg,#06f,#4e91ff);border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.forgot-password-success-title{color:#021129;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 1rem}[data-theme=dark] .forgot-password-success-title{color:#fff}.forgot-password-success-message{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0 0 1.5rem}[data-theme=dark] .forgot-password-success-message{color:#cbd5e1}.forgot-password-success-message strong{color:#06f}@media (max-width:768px){.forgot-password-page{padding:1rem}.forgot-password-logo-container{justify-content:center;margin-bottom:2rem;position:static}.forgot-password-card{padding:2rem 1.5rem}.forgot-password-header{font-size:1.5rem}.forgot-password-footer{flex-direction:column;gap:.25rem}.forgot-password-footer-separator{display:none}}.twofactor-page{align-items:center;background:linear-gradient(135deg,#06f,#06f 50%,#4e91ff 0,#4e91ff);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.twofactor-page:before{animation:wave-animation 15s ease-in-out infinite;background:radial-gradient(circle at 30% 50%,#4f91ff4d 0,#0066ff80 25%,#0062ff66 50%,#81a5e04d 75%,#0000 100%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:1}.twofactor-page:after{animation:wave-animation-reverse 20s ease-in-out infinite;background:radial-gradient(ellipse at 20% 70%,#4f91ff66 0,#06f9 40%,#81a5e04d 70%,#0000 100%);content:"";height:100%;left:0;position:absolute;top:0;width:60%;z-index:1}[data-theme=dark] .twofactor-page{background:linear-gradient(135deg,#021129,#021129 50%,#0a1929 0,#0a1929)}[data-theme=dark] .twofactor-page:before{background:radial-gradient(circle at 30% 50%,#0a192980 0,#021129b3 25%,#1a233280 50%,#2a344266 75%,#0000 100%)}[data-theme=dark] .twofactor-page:after{background:radial-gradient(ellipse at 20% 70%,#0a192999 0,#021129cc 40%,#1a233280 70%,#0000 100%)}.twofactor-logo-container{align-items:flex-start;display:flex;gap:.75rem;left:2rem;position:absolute;top:2rem;z-index:10}.twofactor-logo{height:2rem;object-fit:contain;width:2rem}.twofactor-brand-text{display:flex;flex-direction:column;gap:.125rem}.twofactor-brand-name,.twofactor-tagline{color:#fff;font-family:Poppins,sans-serif;margin:0}.twofactor-brand-name{font-size:1.125rem;font-weight:700}.twofactor-tagline{font-size:.75rem;font-weight:400}.twofactor-card{background:#fff;border-radius:1rem;box-shadow:0 10px 40px #0000001a;max-width:520px;padding:2.5rem;position:relative;width:100%;z-index:2}[data-theme=dark] .twofactor-card{background:#1a2332;box-shadow:0 10px 40px #0000004d}.twofactor-header{color:#021129;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.875rem;font-weight:700;margin:0 0 1rem}[data-theme=dark] .twofactor-header{color:#fff}.twofactor-description{color:#666;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;margin:0 0 1.5rem}[data-theme=dark] .twofactor-description{color:#cbd5e1}.twofactor-form{display:flex;flex-direction:column;gap:1.5rem}.twofactor-inputs{align-items:center;display:flex;gap:.75rem}.twofactor-input{border:1px solid #d1d5db;border-radius:.5rem;font-size:1.5rem;height:56px;outline:none;text-align:center;transition:border .2s,box-shadow .2s;width:48px}.twofactor-input.spaced{margin-left:.75rem}.twofactor-input:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}[data-theme=dark] .twofactor-input{background:#2a3442;border-color:#3a4552;color:#fff}.twofactor-primary-button{background:#06f;border:1px solid #fff3;border-radius:2rem;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 4px 15px #0066ff4d;color:#fff;cursor:pointer;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;padding:1rem;transition:all .3s;width:100%}.twofactor-primary-button[disabled]{cursor:not-allowed;opacity:.6}.twofactor-primary-button:hover{box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 8px 25px #06f6;transform:translateY(-2px)}.twofactor-footer{margin-top:1rem;text-align:center}.twofactor-footer-link{color:#06f;font-weight:600;text-decoration:none}.twofactor-footer-link:hover{opacity:.8}@media (max-width:768px){.twofactor-page{padding:1rem}.twofactor-logo-container{justify-content:center;margin-bottom:2rem;position:static}.twofactor-card{padding:2rem 1.5rem}.twofactor-header{font-size:1.5rem}}.otp-page{align-items:center;background:linear-gradient(135deg,#06f,#06f 50%,#4e91ff 0,#4e91ff);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.otp-page:before{animation:wave-animation 15s ease-in-out infinite;background:radial-gradient(circle at 30% 50%,#4f91ff4d 0,#0066ff80 25%,#0062ff66 50%,#81a5e04d 75%,#0000 100%);height:200%;left:-50%;top:-50%;width:200%}.otp-page:after,.otp-page:before{content:"";position:absolute;z-index:1}.otp-page:after{animation:wave-animation-reverse 20s ease-in-out infinite;background:radial-gradient(ellipse at 20% 70%,#4f91ff66 0,#06f9 40%,#81a5e04d 70%,#0000 100%);height:100%;left:0;top:0;width:60%}@keyframes wave-animation{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(5%,-5%) rotate(5deg)}}@keyframes wave-animation-reverse{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-5%,5%) rotate(-5deg)}}[data-theme=dark] .otp-page{background:linear-gradient(135deg,#021129,#021129 50%,#0a1929 0,#0a1929)}[data-theme=dark] .otp-page:before{background:radial-gradient(circle at 30% 50%,#0a192980 0,#021129b3 25%,#1a233280 50%,#2a344266 75%,#0000 100%)}[data-theme=dark] .otp-page:after{background:radial-gradient(ellipse at 20% 70%,#0a192999 0,#021129cc 40%,#1a233280 70%,#0000 100%)}.otp-logo-container{align-items:flex-start;display:flex;gap:.75rem;left:2rem;position:absolute;top:2rem;z-index:10}.otp-logo{height:2rem;object-fit:contain;width:2rem}.otp-brand-text{display:flex;flex-direction:column;gap:.125rem}.otp-brand-name,.otp-tagline{color:#fff;font-family:Poppins,sans-serif;margin:0}.otp-brand-name{font-size:1.125rem;font-weight:700}.otp-tagline{font-size:.75rem;font-weight:400}.otp-card{background:#fff;border-radius:1rem;box-shadow:0 10px 40px #0000001a;max-width:520px;padding:2.5rem;position:relative;width:100%;z-index:2}[data-theme=dark] .otp-card{background:#1a2332;box-shadow:0 10px 40px #0000004d}.otp-header{color:#021129;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.875rem;font-weight:700;margin:0 0 1rem}[data-theme=dark] .otp-header{color:#fff}.otp-description{color:#666;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;margin:0 0 1.5rem}[data-theme=dark] .otp-description{color:#cbd5e1}.otp-form{display:flex;flex-direction:column;gap:1.5rem}.otp-inputs{align-items:center;display:flex;gap:.75rem}.otp-input{border:1px solid #d1d5db;border-radius:.5rem;font-size:1.5rem;height:56px;outline:none;text-align:center;transition:border .2s,box-shadow .2s;width:48px}.otp-input.spaced{margin-left:.75rem}.otp-input:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}[data-theme=dark] .otp-input{background:#2a3442;border-color:#3a4552;color:#fff}.otp-primary-button{background:#06f;border:1px solid #fff3;border-radius:2rem;box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 4px 15px #0066ff4d;color:#fff;cursor:pointer;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;padding:1rem;transition:all .3s;width:100%}.otp-primary-button[disabled]{cursor:not-allowed;opacity:.6}.otp-primary-button:hover{box-shadow:inset 0 2px 4px #ffffff4d,inset 0 -2px 4px #0003,0 8px 25px #06f6;transform:translateY(-2px)}.otp-footer{margin-top:1rem;text-align:center}.otp-footer-link{color:#06f;font-weight:600;text-decoration:none}.otp-footer-link:hover{opacity:.8}@media (max-width:768px){.otp-page{padding:1rem}.otp-logo-container{justify-content:center;margin-bottom:2rem;position:static}.otp-card{padding:2rem 1.5rem}.otp-header{font-size:1.5rem}}:root{--blue-100:#f3f7ff;--blue-200:#e6efff;--blue-400:#4e91ff;--blue-500:#2376ff;--blue-600:#0c64ff;--text-dark:#0b1c2e;--text-muted:#8a96a6;--border:#e3e8f5;--white:#fff}.dashboard{font-family:Poppins,sans-serif;min-height:100vh}.dashboard,.dashboard-sidebar{background:#fff;background:var(--white);display:flex}.dashboard-sidebar{-ms-overflow-style:none;border-right:1px solid #e3e8f5;border-right:1px solid var(--border);flex-direction:column;gap:2rem;inset:0 auto 0 0;overflow-x:hidden;overflow-y:auto;padding:2rem 1.5rem;position:fixed;scrollbar-width:none;width:280px}.dashboard-sidebar::-webkit-scrollbar{display:none}.sidebar-branding{align-items:center;display:flex;gap:.75rem}.sidebar-logo{height:42px;object-fit:contain;width:42px}.sidebar-branding-text{display:flex;flex-direction:column;line-height:1.2}.sidebar-title{color:#0b1c2e;color:var(--text-dark);font-size:1.2rem;font-weight:700}.sidebar-tagline{color:#8a96a6;color:var(--text-muted);font-size:.75rem}.sidebar-section{display:flex;flex-direction:column;gap:.75rem}.sidebar-section-label{color:#8a96a6;color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.sidebar-nav-item{align-items:center;background:#0000;border:1px solid #0000;border-radius:.75rem;color:#8a96a6;color:var(--text-muted);cursor:pointer;display:flex;font:500 .9rem Poppins,sans-serif;gap:.75rem;padding:.75rem 1rem;transition:.2s ease}.sidebar-nav-item:hover{border-color:#e3e8f5;border-color:var(--border);color:#0b1c2e;color:var(--text-dark)}.sidebar-nav-item.active{background:#0000;border-color:#0000}.sidebar-badge,.sidebar-nav-item.active{color:#0c64ff;color:var(--blue-600);font-weight:600}.sidebar-badge{background:#fff;background:var(--white);border-radius:1rem;font-size:.75rem;margin-left:auto;padding:.15rem .6rem}.sidebar-bottom-section{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.sidebar-help-card{background:linear-gradient(180deg,#fff,#f3f7ff);border:1px solid #e3e8f5;border:1px solid var(--border);border-radius:1.25rem;box-shadow:0 15px 45px #0f3e8114;padding:1.5rem;text-align:center}.help-icon-large{background:#0b1c2e;background:var(--text-dark);color:#fff;color:var(--white);height:64px;place-items:center;width:64px}.help-icon,.help-icon-large{border-radius:50%;display:grid;margin:0 auto .75rem}.help-icon{background:#e6efff;background:var(--blue-200);color:#0c64ff;color:var(--blue-600);height:48px;place-items:center;width:48px}.sidebar-help-card h3{color:#0b1c2e;color:var(--text-dark);font-size:1rem;margin:0}.sidebar-help-card p{color:#8a96a6;color:var(--text-muted);font-size:.85rem;margin:.5rem 0 1rem}.help-cta{background:#0c64ff;background:var(--blue-600);border:none;border-radius:999px;color:#fff;color:var(--white);cursor:pointer;font-weight:600;padding:.55rem 1.25rem}.sidebar-trustiscore{align-items:center;display:flex;font-size:.9rem;font-weight:600;justify-content:space-between;padding:.75rem 0}.sidebar-trustiscore,.trustiscore-label{color:#0c64ff;color:var(--blue-600)}.trustiscore-badge{background:#0c64ff;background:var(--blue-600);border-radius:.35rem;color:#fff;color:var(--white);font-size:.85rem;font-weight:600;padding:.25rem .6rem}.sidebar-logout{align-items:center;background:#0000;border:1px solid #0000;border-radius:.75rem;color:#ef4444;cursor:pointer;display:flex;font:500 .9rem Poppins,sans-serif;gap:.75rem;padding:.75rem 1rem;transition:.2s ease;width:100%}.sidebar-logout:hover{background:#fee2e2;border-color:#fee2e2}.notification-modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1000}.notification-modal{background:#fff;background:var(--white);border-radius:1.5rem;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:100%}.notification-modal-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e3e8f5;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1.5rem}.notification-header-content{align-items:center;display:flex;gap:.75rem}.notification-header-accent{background:#0c64ff;background:var(--blue-600);border-radius:2px;height:24px;width:4px}.notification-modal-header h2{color:#0b1c2e;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;margin:0}.notification-close-btn{align-items:center;background:#0000;border:none;border-radius:.5rem;color:#8a96a6;color:var(--text-muted);cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background .2s ease}.notification-close-btn:hover{background:#e3e8f5;background:var(--border)}.notification-filter-bar{align-items:center;border-bottom:1px solid #e3e8f5;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1rem 1.5rem}.notification-filter-buttons{display:flex;gap:.5rem}.notification-filter-btn{background:#fff;background:var(--white);border:1px solid #e3e8f5;border:1px solid var(--border);border-radius:999px;color:#8a96a6;color:var(--text-muted);cursor:pointer;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;padding:.5rem 1.25rem;transition:all .2s ease}.notification-filter-btn.active{background:#0c64ff;background:var(--blue-600);border-color:#0c64ff;border-color:var(--blue-600);color:#fff;color:var(--white)}.notification-filter-icon{align-items:center;background:#0000;border:none;border-radius:.5rem;color:#8a96a6;color:var(--text-muted);cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background .2s ease}.notification-filter-icon:hover{background:#e3e8f5;background:var(--border)}.notification-list{-ms-overflow-style:none;flex:1 1;overflow-y:auto;padding:0;scrollbar-width:none}.notification-list::-webkit-scrollbar{display:none}.notification-item{align-items:flex-start;border-bottom:1px solid #e3e8f5;border-bottom:1px solid var(--border);display:flex;gap:1rem;padding:1rem 1.5rem;position:relative;transition:background .2s ease}.notification-item:hover{background:#f8f9fa}.notification-item.unread{background:#f0f7ff}.notification-bell-icon{align-items:center;background:#e0f2fe;border-radius:50%;color:#0c64ff;color:var(--blue-600);display:flex;flex-shrink:0;height:40px;justify-content:center;position:relative;width:40px}.notification-bell-dot{background:#fff;background:var(--white);border:2px solid #0c64ff;border:2px solid var(--blue-600);border-radius:50%;height:8px;position:absolute;right:6px;top:6px;width:8px}.notification-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.notification-message-wrapper{align-items:flex-start;display:flex;gap:.5rem}.notification-status-icon{flex-shrink:0;margin-top:.1rem}.notification-status-icon.warning{color:#fbbf24}.notification-status-icon.success{color:#10b981}.notification-status-icon.package{color:#92400e}.notification-message{color:#0b1c2e;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:.9rem;line-height:1.4;margin:0}.notification-time{color:#8a96a6;color:var(--text-muted);font-family:Poppins,sans-serif;font-size:.75rem}.notification-unread-dot{background:#0c64ff;background:var(--blue-600);border-radius:50%;flex-shrink:0;height:8px;margin-top:.5rem;width:8px}.dashboard-main{display:flex;flex:1 1;flex-direction:column;gap:2rem;margin-left:280px;padding:2.5rem 3rem}.dashboard-header{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:auto 1fr minmax(0,.85fr)}.header-info h1{color:#0b1c2e;color:var(--text-dark);font-size:1.2rem;font-weight:500;margin:.15rem 0 0}.header-date{color:#8a96a6;color:var(--text-muted);font-size:.85rem;font-weight:500;margin:0}.header-search-group{align-items:center;display:flex;gap:.75rem;justify-self:flex-start}.header-search{flex:1 1;max-width:400px;min-width:240px}.header-search,.header-search input{background:#fff;background:var(--white);border:none}.header-search input{font-family:inherit;font-size:.9rem;padding:.4rem 1.25rem;width:100%}.header-search input:focus{outline:none}.search-divider{background:#e3e8f5;background:var(--border);height:32px;margin:0;width:1px}.search-icon-btn{background:#0c64ff;background:var(--blue-600);border:none;border-radius:0;color:#fff;color:var(--white);display:grid;height:48px;place-items:center;width:48px}.header-actions{align-items:center;display:flex;gap:.75rem;justify-content:flex-end;justify-self:stretch}.account-type-buttons{gap:.5rem;margin-left:-4rem}.account-type-buttons,.kyc-status{align-items:center;display:flex;margin-right:auto}.kyc-status{background:#e5e7eb59;border:1px solid #0000;border-radius:.35rem;color:#2563ebb3;font-weight:600}.account-type-btn,.kyc-status{font-size:.85rem;gap:.4rem;padding:.45rem .9rem}.account-type-btn{align-items:center;background:#fff;background:var(--white);border:1px solid #e3e8f5;border:1px solid var(--border);border-radius:.35rem;color:#8a96a6;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;font-family:Satoshi,Inter,sans-serif;font-weight:500;transition:all .2s ease;white-space:nowrap}.account-type-btn:hover{color:#0c64ff;color:var(--blue-600)}.account-type-btn.active,.account-type-btn:hover{border-color:#0c64ff;border-color:var(--blue-600)}.account-type-btn.active{background:#0c64ff;background:var(--blue-600);color:#fff;color:var(--white)}.header-bell{border:none;color:#0b1c2e;color:var(--text-dark);margin-right:1rem}.header-bell,.header-user{background:#0000;padding:0}.header-user{align-items:center;border:none;border-radius:0;display:flex;gap:.75rem}.user-avatar{background:linear-gradient(150deg,#0c64ff,#4eafff);background:linear-gradient(150deg,var(--blue-600),#4eafff);border-radius:50%;color:#fff;color:var(--white);display:grid;font-weight:600;height:40px;place-items:center;width:40px}.user-info span{color:#0b1c2e;color:var(--text-dark);display:block;font-size:.9rem;font-weight:600}.user-name{align-items:center;display:inline-flex;gap:.65rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-verified-icon{height:14px;margin-left:.35rem;object-fit:contain;width:14px}.user-info small{color:#8a96a6;color:var(--text-muted);font-size:.75rem}.dashboard-card{background:#0000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:2rem;max-width:100%;overflow-x:hidden;padding:2.5rem}.card-content{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);max-width:100%}.card-content.single-column{grid-template-columns:1fr}.card-left{display:flex;flex-direction:column;gap:1.75rem}.card-breadcrumb{align-items:center;color:#8a96a6;color:var(--text-muted);display:flex;font-size:1.1rem;font-weight:500;gap:.6rem}.breadcrumb-divider{color:#e3e8f5;color:var(--border)}.breadcrumb-current{color:#0c64ff;color:var(--blue-600);font-size:1.4rem;font-weight:500}.stepper{align-items:center;display:flex;gap:0;width:100%}.step{color:#8a96a6;color:var(--text-muted);flex:1 1;padding-bottom:.5rem;position:relative;text-align:center}.step-node{align-items:center;background:#fff;background:var(--white);border:2px solid #d9e2f4;border-radius:50%;display:flex;height:32px;justify-content:center;margin:0 auto .35rem;width:32px}.step-node:after{background:#d9e2f4;border-radius:50%;content:"";height:10px;transition:background .2s ease,transform .2s ease;width:10px}.step.active{color:#0b1c2e;color:var(--text-dark)}.step.active .step-node{background:#0c64ff;background:var(--blue-600);border-color:#0c64ff;border-color:var(--blue-600)}.step.active .step-node:after{background:#fff;background:var(--white);transform:scale(1.2)}.step.completed{color:#0b1c2e;color:var(--text-dark)}.step.completed .step-node{background:#fff;background:var(--white);border-color:#0c64ff;border-color:var(--blue-600)}.step.completed .step-node:after{background:#0c64ff;background:var(--blue-600);transform:scale(1.1)}.step-title{font-size:.85rem;margin:0}.step-connector{background:#d9e2f4;height:2px;left:calc(50% + 16px);position:absolute;right:-50%;top:15px}.step.active .step-connector{background:linear-gradient(90deg,#0c64ff,#4e91ff);background:linear-gradient(90deg,var(--blue-600),var(--blue-400))}.step.completed .step-connector{background:#0c64ff;background:var(--blue-600)}.kyc-form{gap:1rem}.kyc-form,.kyc-form label{display:flex;flex-direction:column}.kyc-form label{color:#0b1c2e;color:var(--text-dark);font-size:.85rem;font-weight:600;gap:.45rem}.kyc-form input,.kyc-form select{background:#fbfdff;border:none;border-radius:.75rem;font-family:inherit;font-size:.9rem;max-width:420px;padding:.8rem 1rem}.select-field select{-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,#0000 50%,#7f8ba3 0),linear-gradient(135deg,#7f8ba3 50%,#0000 0);background-position:calc(100% - 18px) calc(1rem + 2px),calc(100% - 13px) calc(1rem + 2px);background-repeat:no-repeat;background-size:5px 5px;width:100%}.form-actions{margin-top:.5rem}.primary-btn{background:#1f75ff;border:none;border-radius:.75rem;color:#fff;color:var(--white);cursor:pointer;font-size:.95rem;font-weight:500;gap:.75rem;padding:.85rem 1.25rem}.btn-arrow,.primary-btn{align-items:center;display:inline-flex}.btn-arrow{background:#fff;border-radius:50%;color:#1f75ff;height:32px;justify-content:center;width:32px}.card-illustration{align-items:center;display:flex;justify-content:center;margin-top:3.5rem;overflow:visible;padding:1.5rem;position:relative}.card-illustration img{height:auto;max-width:520px;transform:scale(1.45) translateX(-1.5rem);transform-origin:center;width:100%}.card-overlay{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) translateX(1rem) translateY(5rem);z-index:10}.card-image{display:block;height:auto;object-fit:contain;width:320px}.upload-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.upload-sections{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.upload-card{background:#f8fbff;border:1px solid #0f3e8114;border-radius:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:220px;padding:1.25rem}.upload-card h3{color:#0d1c3d;font-size:1rem;font-weight:600;margin:0}.upload-card p{color:#8a96a6;color:var(--text-muted);font-size:.9rem;margin:0}.upload-drop{align-items:center;background:#fff;border:2px dashed #d9e2f4;border-radius:.9rem;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:.7rem;justify-content:center;padding:1.25rem;text-align:center}.upload-drop input{display:none}.upload-drop button{background:#dbe7ff;border:none;border-radius:999px;color:#1f75ff;font-weight:600;padding:.55rem 1.5rem}.upload-drop span{color:#8a96a6;color:var(--text-muted);font-size:.85rem}.selfie-card{align-items:center;background:#f9fbff;justify-content:center}.selfie-card,.selfie-header{display:flex;grid-column:1/-1}.selfie-header{flex-direction:column;gap:.2rem;margin-bottom:.35rem;margin-top:.5rem}.selfie-title{color:#0b1c2e;font-weight:600}.selfie-subtitle{color:#8a96a6;color:var(--text-muted);font-size:.85rem}.selfie-action{align-items:center;display:flex;flex-direction:column;gap:.75rem;text-align:center}.selfie-action input{display:none}.selfie-label{color:#0b1c2e;font-weight:600}.selfie-action button{align-self:center;background:#1f75ff;border:none;border-radius:.75rem;color:#fff;font-weight:600;padding:.7rem 1.5rem}.selfie-file{color:#8a96a6;color:var(--text-muted);font-size:.85rem}.upload-illustration{align-items:center;display:flex;justify-content:center;padding:0}.upload-illustration img{height:auto;max-width:480px;width:100%}.upload-actions{margin-top:1.5rem}.wallet-form{display:flex;flex-direction:column;gap:2rem}.wallet-address-section{display:flex;flex-direction:column;gap:.75rem}.wallet-address-label{color:#0b1c2e;color:var(--text-dark);font-size:.9rem;font-weight:600;margin:0}.wallet-input-wrapper{align-items:center;display:flex;gap:.75rem;max-width:420px}.wallet-address-input{background:#fbfdff;border:none;border-radius:.75rem;flex:1 1;font-family:inherit;font-size:.9rem;padding:.8rem 1rem}.wallet-address-input:focus{outline:2px solid #0c64ff;outline:2px solid var(--blue-600);outline-offset:2px}.wallet-qr-btn{align-items:center;background:#0000;border:none;border-radius:.5rem;color:#8a96a6;color:var(--text-muted);cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background .2s ease}.wallet-qr-btn:hover{background:#f3f7ff;background:var(--blue-100);color:#0c64ff;color:var(--blue-600)}.wallet-connections{display:flex;flex-direction:row;gap:1rem;max-width:100%}.wallet-connection-item{align-items:flex-start;background:#fbfdff;border-radius:.75rem;display:flex;flex:1 1;flex-direction:column;gap:1rem;padding:1rem}.wallet-connection-header{align-items:center;display:flex;gap:.75rem}.wallet-connection-icon{align-items:center;border-radius:.5rem;color:#fff;color:var(--white);display:flex;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;width:40px}.xumm-icon{background:linear-gradient(135deg,#1a1a2e,#16213e)}.metamask-icon{background:#f6851b;padding:.5rem}.metamask-icon svg{height:100%;width:100%}.wallet-connection-name{color:#0b1c2e;color:var(--text-dark);font-size:.95rem;font-weight:600}.wallet-connect-btn{align-items:center;background:#0000;border:none;border-radius:.5rem;color:#8a96a6;color:var(--text-muted);cursor:pointer;display:flex;font-size:.9rem;font-weight:300;gap:.5rem;padding:.5rem .75rem;transition:background .2s ease}.wallet-connect-btn:hover{background:#f3f7ff;background:var(--blue-100)}.wallet-form-actions{margin-top:.5rem}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.dashboard-summary-cards{grid-column-gap:0;grid-row-gap:1.5rem;column-gap:0;display:grid;grid-template-columns:2fr auto auto auto;row-gap:1.5rem}.dashboard-summary-cards>:first-child{margin-right:4rem}.summary-card{background:#fff;background:var(--white);border:none;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.total-balance-card{background:#0671ff;background-image:url(data:image/png;base64,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);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border:none;color:#fff;color:var(--white);font-family:Satoshi,Inter,sans-serif;overflow:hidden;position:relative}.total-balance-card .summary-card-header h3,.total-balance-card .summary-card-value,.total-balance-card h3{color:#fff!important;color:var(--white)!important;font-family:Satoshi,Inter,sans-serif}.total-balance-card .summary-card-subvalue{color:#00ff5e!important;font-family:Satoshi,Inter,sans-serif;font-weight:700}.total-balance-card .summary-card-value-row{align-items:baseline;display:flex;gap:.75rem}.summary-card-header{align-items:center;display:flex;justify-content:space-between}.summary-card-header h3{color:#8a96a6;color:var(--text-muted);font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:600;margin:0}.active-escrow-card .summary-card-header,.total-balance-card .summary-card-header,.total-escrowed-card .summary-card-header,.trustiscore-card .summary-card-header{gap:.5rem;justify-content:flex-start}.active-escrow-card .summary-card-header h3,.total-escrowed-card .summary-card-header h3,.trustiscore-card .summary-card-header h3{color:#0c64ff;color:var(--blue-600);font-weight:300}.active-escrow-card .summary-card-header svg,.total-escrowed-card .summary-card-header svg,.trustiscore-card .summary-card-header svg{align-items:center;background:#0c64ff;background:var(--blue-600);border-radius:50%;color:#fff;color:var(--white);display:flex;height:24px;justify-content:center;padding:.35rem;width:24px}.active-escrow-card .summary-card-value,.total-escrowed-card .summary-card-value,.trustiscore-card .summary-card-value{color:#0c64ff;color:var(--blue-600);font-family:Satoshi,Inter,sans-serif}.summary-card-value-row{align-items:baseline;display:flex;gap:.75rem}.active-escrow-card .summary-card-subvalue{margin:0}.active-escrow-card .summary-card-btn,.total-escrowed-card .summary-card-btn,.trustiscore-card .summary-card-btn{flex:0 1 auto;height:45px;max-height:45px;max-width:140px;min-height:45px;padding:.5rem .75rem}.total-escrowed-card .summary-card-btn,.total-escrowed-card .summary-card-btn.secondary,.trustiscore-card .summary-card-btn,.trustiscore-card .summary-card-btn.secondary{background:#0c64ff!important;background:var(--blue-600)!important;color:#fff!important;color:var(--white)!important}.total-escrowed-card .summary-card-btn.secondary:hover,.total-escrowed-card .summary-card-btn:hover,.trustiscore-card .summary-card-btn.secondary:hover,.trustiscore-card .summary-card-btn:hover{background:#2376ff!important;background:var(--blue-500)!important}.eye-toggle{background:#0000;border:none;color:#fff;color:var(--white);cursor:pointer;padding:.25rem}.summary-card-value{color:#0b1c2e;color:var(--text-dark);font-size:2rem;font-weight:700;line-height:1}.summary-card-value-suffix{color:#8a96a6;color:var(--text-muted);font-size:1.2rem;font-weight:500}.summary-card-subvalue{color:#8a96a6;color:var(--text-muted);font-family:Satoshi,Inter,sans-serif;font-size:.85rem}.summary-card-actions{display:flex;gap:.75rem;margin-top:auto}.summary-card-btn{align-items:center;border:none;border-radius:.5rem;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1;font-family:Satoshi,Inter,sans-serif;font-size:.7rem;font-weight:500;height:22px;justify-content:center;line-height:1.2;max-height:22px;min-height:22px;overflow:visible;padding:.2rem .75rem;transition:all .2s ease}.summary-card-btn.primary{background:#0c64ff;background:var(--blue-600);color:#fff;color:var(--white)}.summary-card-btn.primary:hover{background:#2376ff;background:var(--blue-500)}.summary-card-btn.secondary{background:#f3f7ff;background:var(--blue-100);color:#0c64ff;color:var(--blue-600)}.summary-card-btn.secondary:hover{background:#e6efff;background:var(--blue-200)}.total-balance-card .summary-card-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;color:#fff;color:var(--white);font-family:Satoshi,Inter,sans-serif;font-size:.85rem;height:40px;max-height:40px;min-height:40px;padding:.5rem 1rem}.total-balance-card .summary-card-btn.primary{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;background:var(--white);color:#0c64ff;color:var(--blue-600)}.total-balance-card .summary-card-btn.primary:hover{background:#ffffffe6}.total-balance-card .summary-card-btn:hover{background:#ffffff4d}.dashboard-middle{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:1.5fr 1fr}.dashboard-left-column{display:flex;flex-direction:column;gap:1.5rem}.dashboard-chart-card{min-height:350px}.dashboard-chart-card,.exchange-rate-card,.wallet-balance-card{background:#fff;background:var(--white);border:1px solid #e3e8f5;border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.chart-header h3{color:#0b1c2e;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin:0}.chart-dropdown{align-items:center;color:#8a96a6;color:var(--text-muted);cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.chart-container{align-items:flex-start;display:flex;gap:1rem;height:200px;margin-bottom:0;padding-bottom:0}.chart-y-axis{color:#8a96a6;color:var(--text-muted);flex-direction:column;font-size:.75rem;min-width:35px;padding-right:.75rem}.bar-chart,.chart-y-axis{align-items:flex-end;display:flex;height:100%;justify-content:space-between}.bar-chart,.bar-wrapper{flex:1 1;gap:.5rem}.bar-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end;max-width:50px;padding-bottom:0}.bar{background:linear-gradient(180deg,#0c64ff,#4e91ff);background:linear-gradient(180deg,var(--blue-600) 0,var(--blue-400) 100%);border-radius:.5rem;max-width:40px;min-height:20px;transition:all .3s ease;width:100%}.bar.bar-purple{background:linear-gradient(180deg,#8b5cf6,#7c3aed)}.bar-label{color:#8a96a6;color:var(--text-muted);font-size:.75rem;line-height:1;margin-top:0;white-space:nowrap}.dashboard-right-cards{display:flex;flex-direction:column;gap:1.5rem}.exchange-rate-card h3,.wallet-balance-card h3{color:#0b1c2e;color:var(--text-dark);font-family:Satoshi,Inter,sans-serif;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.rate-list,.wallet-list{display:flex;flex-direction:column;gap:1rem}.rate-item{gap:.75rem}.rate-item,.wallet-item{align-items:center;background:#fbfdff;border-radius:.75rem;display:flex;padding:.75rem}.wallet-item{gap:.5rem;justify-content:space-between}.wallet-icon-group{align-items:center;display:flex;flex:1 1;gap:.5rem}.wallet-icon-info{display:flex;flex-direction:column;gap:.25rem}.rate-flag{align-items:center;aspect-ratio:1/1;border-radius:50%;box-sizing:border-box;display:flex;flex-shrink:0;height:40px;justify-content:center;min-height:40px;min-width:40px;overflow:hidden;width:40px}.rate-flag img{border-radius:50%;height:100%;object-fit:cover;width:100%}.wallet-icon{align-items:center;background:linear-gradient(135deg,#0c64ff,#4e91ff);background:linear-gradient(135deg,var(--blue-600),var(--blue-400));border-radius:50%;display:flex;flex-shrink:0;font-size:.75rem;font-weight:500;height:40px;justify-content:center;min-height:40px;min-width:40px;width:40px}.wallet-icon,.wallet-icon *{color:#fff!important}.rate-info,.wallet-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.rate-currency,.wallet-name{color:#0b1c2e;color:var(--text-dark);font-size:.9rem;font-weight:600}.rate-value-change,.wallet-value-change{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.rate-value{color:#8a96a6;color:var(--text-muted);font-size:.85rem;font-weight:600}.wallet-amount{color:#0b1c2e;color:var(--text-dark);font-size:.9rem;font-weight:600}.wallet-crypto{color:#8a96a6;color:var(--text-muted);font-size:.75rem}.rate-change,.wallet-change{align-items:center;display:flex;font-size:.85rem;font-weight:600;gap:.25rem}.rate-change.positive,.wallet-change.positive{color:#10b981}.rate-change.negative,.wallet-change.negative{color:#ef4444}.wallet-change.neutral{color:#8a96a6;color:var(--text-muted)}.dashboard-bottom{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1.5fr 1fr}.escrow-table-card,.trusticard-card{background:#fff;background:var(--white);border:1px solid #e3e8f5;border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.table-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.table-header h3{color:#0b1c2e;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin:0}.view-link{color:#0c64ff;color:var(--blue-600);font-size:.9rem;font-weight:600;text-decoration:none}.table-wrapper{overflow-x:auto}.escrow-table{border-collapse:collapse;width:100%}.escrow-table thead th{border-bottom:1px solid #e3e8f5;border-bottom:1px solid var(--border);color:#8a96a6;color:var(--text-muted);font-size:.85rem;font-weight:600;padding:.75rem 1.5rem;text-align:left;white-space:nowrap}.escrow-table thead th:first-child{padding-left:0;width:15%}.escrow-table thead th:nth-child(2){width:35%}.escrow-table thead th:nth-child(3){width:20%}.escrow-table thead th:nth-child(4){width:30%}.escrow-table thead th svg{display:inline-block;margin-left:.25rem;vertical-align:middle}.escrow-table tbody tr{border-bottom:1px solid #e3e8f5;border-bottom:1px solid var(--border)}.escrow-table tbody tr:last-child{border-bottom:none}.escrow-table tbody td{color:#0b1c2e;color:var(--text-dark);font-family:Satoshi,Inter,sans-serif;font-size:.9rem;padding:1rem 1.5rem;white-space:nowrap}.escrow-table tbody td:first-child{padding-left:0}.party-info{display:flex;flex-direction:column;gap:.25rem}.party-main{gap:.5rem}.party-main,.party-subtitle{align-items:center;display:flex}.party-subtitle{color:#8a96a6;color:var(--text-muted);font-size:.75rem;gap:.25rem;margin-left:2.5rem}.party-avatar{align-items:center;background:linear-gradient(135deg,#0c64ff,#4e91ff);background:linear-gradient(135deg,var(--blue-600),var(--blue-400));border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:.75rem;font-weight:600;height:32px;justify-content:center;width:32px}.amount-usd{color:#8a96a6;font-size:.75rem;margin-top:.25rem}.status-badge{border-radius:.25rem;display:inline-block;font-size:.75rem;font-weight:600;padding:.35rem .75rem}.status-badge.pending{background:#fbbf24;color:#fff}.status-badge.review{background:#ef4444;color:#fff}.status-badge.completed{background:#10b981;color:#fff}.trusticard-card h3{color:#0b1c2e;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.virtual-card{background:#0671ff;background-image:url(data:image/png;base64,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);background-position:100% 100%;background-repeat:no-repeat;background-size:contain;border-radius:1rem;color:#fff;color:var(--white);display:flex;flex-direction:column;gap:1.5rem;min-height:200px;padding:1.5rem}.card-header-info{justify-content:space-between}.card-header-info,.card-logo{align-items:center;display:flex}.card-logo{font-family:Satoshi,Inter,sans-serif;font-size:1.1rem;font-weight:500!important;gap:.5rem}.card-logo-img{height:24px;object-fit:contain;width:24px}.card-type{font-size:.85rem;opacity:.9}.card-number{font-family:Satoshi,Inter,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:0;margin-top:.2rem}.card-holder{display:flex;flex-direction:column;font-size:.9rem;gap:.25rem;opacity:.9}.card-holder-label{font-size:.75rem;opacity:.7}@media (max-width:1600px) and (min-width:1201px){.card-content{gap:1.5rem;grid-template-columns:1.5fr 1fr}.card-illustration{margin-top:2rem}.card-illustration img{max-width:380px;transform:scale(1.2) translateX(-.5rem)}.kyc-form input,.kyc-form select{max-width:100%}}@media (max-width:1400px){.card-content{grid-template-columns:1fr}.card-illustration{margin-top:2rem;order:-1}.card-illustration img{max-width:350px;transform:scale(1) translateX(0)}.card-left,.kyc-form input,.kyc-form select{max-width:100%}}@media (max-width:1200px){.dashboard-main{padding:2rem}.dashboard-header{grid-template-columns:1fr}.header-search{width:100%}.card-content,.upload-grid{grid-template-columns:1fr}.dashboard-summary-cards{grid-template-columns:repeat(2,1fr)}.dashboard-bottom,.dashboard-middle{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-sidebar{flex-direction:row;overflow-x:auto;position:static;width:100%}.dashboard-main{margin-left:0}}@media (min-width:1920px){.dashboard-main{margin-left:auto;margin-right:auto;max-width:1920px;padding:2.5rem 3rem 2.5rem calc(280px + 3rem)}.dashboard-content{margin:0 auto;max-width:1640px}}.fund-wallet-form{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.fund-wallet-form .form-group{display:flex;flex-direction:column;gap:.5rem}.fund-wallet-form .form-group label{color:#0b1c2e;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500}.fund-wallet-form .form-group input,.fund-wallet-form .form-group select{background:#fff;background:var(--white);border:1px solid #e3e8f5;border:1px solid var(--border);border-radius:.5rem;color:#0b1c2e;color:var(--text-dark);font-family:Poppins,sans-serif;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease}.fund-wallet-form .form-group input:focus,.fund-wallet-form .form-group select:focus{border-color:#0c64ff;border-color:var(--blue-600);outline:none}.fund-wallet-form .form-group input:disabled,.fund-wallet-form .form-group select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.fund-wallet-actions{display:flex;gap:1rem;margin-top:.5rem}.fund-wallet-btn{border:none;border-radius:.5rem;cursor:pointer;flex:1 1;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.fund-wallet-btn.primary{background:#0c64ff;background:var(--blue-600);color:#fff;color:var(--white)}.fund-wallet-btn.primary:hover:not(:disabled){background:#2376ff;background:var(--blue-500)}.fund-wallet-btn.cancel{background:#e3e8f5;background:var(--border);color:#0b1c2e;color:var(--text-dark)}.fund-wallet-btn.cancel:hover:not(:disabled){background:#d0d5dd}.fund-wallet-btn:disabled{cursor:not-allowed;opacity:.6}.my-escrow-page{font-family:Poppins,sans-serif;min-height:100vh;padding:2rem;width:100%}.escrow-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.escrow-breadcrumb{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.breadcrumb-item{color:var(--text-muted)}.breadcrumb-item.active{color:var(--blue-600);font-weight:600}.breadcrumb-divider{color:var(--text-muted)}.escrow-header-actions{align-items:center;display:flex;gap:1rem}.escrow-month-dropdown{background:var(--white);border:1px solid var(--border);border-radius:.5rem;color:var(--text-dark);padding:.5rem 1rem}.create-escrow-btn,.escrow-month-dropdown{align-items:center;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.create-escrow-btn{background:var(--blue-600);border:none;border-radius:.5rem;color:var(--white);font-weight:600;padding:.6rem 1.25rem;transition:background .2s ease}.create-escrow-btn:hover{background:var(--blue-700)}.escrow-metrics{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.escrow-metric-card{background:var(--white);border:1px solid var(--border);border-radius:1rem;display:flex;flex-direction:column;gap:1rem;overflow:hidden;padding:1.5rem;position:relative}.metric-header-row{align-items:center;display:flex;gap:.75rem}.metric-icon{align-items:center;background:var(--blue-600);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.metric-icon-small{border-radius:50%;height:24px;width:24px}.metric-content{flex:1 1}.metric-label{color:var(--text-muted);font-size:.85rem;font-weight:500;margin:0}.metric-label-small{font-size:.75rem}.metric-label-blue,.metric-value{color:var(--blue-600)}.metric-value{font-family:Satoshi,Inter,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.metric-subtitle{color:var(--text-muted);font-size:.85rem}.metric-trend{align-items:center;color:#10b981;display:flex;font-size:.85rem;font-weight:600;gap:.25rem}.metric-trend.positive{color:#10b981}.escrow-filters{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.category-filters{display:flex;gap:.5rem}.category-filter-btn{background:#0000;border:1px solid #0000;border-radius:999px;color:var(--blue-600);cursor:pointer;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;padding:.5rem 1.25rem;transition:all .2s ease}.category-filter-btn:hover{background:#f0f7ff}.category-filter-btn.active{background:var(--blue-600);border-color:var(--blue-600);border-radius:.5rem;color:var(--white)}.secondary-filters{align-items:center;display:flex;gap:1rem}.industry-dropdown{background:var(--white);border:1px solid var(--border);border-radius:.5rem;color:var(--text-dark)}.date-filter,.industry-dropdown{align-items:center;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.date-filter{color:var(--blue-600);font-weight:500}.escrow-table-container{background:var(--white);border:1px solid var(--border);border-radius:1rem;overflow:hidden}.escrow-data-table{border-collapse:collapse;width:100%}.escrow-data-table thead{background:#f8f9fa}.escrow-data-table th{border-bottom:1px solid var(--border);color:var(--text-dark);font-size:.9rem;font-weight:600;padding:1rem 1.5rem;text-align:left}.escrow-data-table tbody tr{border-bottom:1px solid var(--border);transition:background .2s ease}.escrow-data-table tbody tr:hover{background:#f8f9fa}.escrow-data-table tbody tr:last-child{border-bottom:none}.escrow-data-table td{color:var(--text-dark);font-size:.9rem;padding:1.25rem 1.5rem}.escrow-id{color:var(--text-dark);font-weight:500}.escrow-parties{align-items:center;display:flex;font-size:.8rem;gap:.5rem}.party-from,.party-to{color:var(--blue-600);font-size:.8rem;font-weight:500}.party-arrow{color:var(--text-muted);font-size:.8rem}.escrow-amount{white-space:nowrap}.amount-single-line{align-items:center;display:inline-flex;font-family:Satoshi,Inter,sans-serif;gap:.25rem}.amount-crypto{color:var(--text-dark);font-weight:500}.amount-separator,.amount-usd{color:var(--text-muted)}.amount-usd{font-size:.9rem}.status-btn{border:none;border-radius:.25rem;cursor:pointer;display:inline-block;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500;padding:.4rem .75rem;transition:all .2s ease;white-space:nowrap}.status-btn.pending{background:#fbbf24;color:#fff}.status-btn.pending:hover{background:#f59e0b}.status-btn.completed{background:#10b981;color:#fff}.status-btn.completed:hover{background:#059669}.status-btn.active{background:var(--blue-600);color:#fff}.status-btn.active:hover{background:var(--blue-700)}.escrow-progress{align-items:center;display:flex;gap:.75rem;min-width:120px}.progress-bar-wrapper{background:#e5e7eb;border-radius:999px;flex:1 1;height:8px;overflow:hidden}.progress-bar{background:var(--blue-600);border-radius:999px;height:100%;transition:width .3s ease}.progress-text{font-size:.85rem;font-weight:500;min-width:35px;text-align:right}.escrow-created,.progress-text{color:var(--text-dark)}.escrow-action{align-items:center;display:flex;gap:.5rem}.release-btn{background:var(--blue-600);border:none;border-radius:.35rem;color:var(--white);cursor:pointer;font-size:.85rem;font-weight:500;padding:.4rem .75rem;transition:background .2s ease}.release-btn:hover{background:var(--blue-700)}.action-menu-btn{align-items:center;background:#0000;border:none;border-radius:.25rem;color:var(--text-muted);cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:background .2s ease}.action-menu-btn:hover{background:var(--border)}@media (max-width:1600px){.my-escrow-page{max-width:100%;padding:1.5rem}}@media (max-width:1400px){.escrow-metrics{grid-template-columns:repeat(2,1fr)}.my-escrow-page{padding:1.5rem}}@media (max-width:1200px){.my-escrow-page{padding:1.25rem}.escrow-metrics{gap:1rem}.escrow-metric-card{padding:1.25rem}}.create-escrow-modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1000}.create-escrow-modal{background:var(--white);border-radius:1.5rem;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;font-family:Satoshi,Inter,sans-serif;max-height:90vh;max-width:900px;overflow:hidden;width:100%}.create-escrow-modal-header{align-items:center;display:flex;justify-content:space-between;padding:2rem 2rem 1.5rem}.create-escrow-modal-header h2{color:var(--text-dark);font-family:Satoshi,Inter,sans-serif;font-size:1.75rem;font-weight:700;margin:0}.modal-close-btn{align-items:center;background:#0000;border:none;border-radius:.5rem;color:var(--text-muted);cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background .2s ease}.modal-close-btn:hover{background:var(--border)}.create-escrow-steps{align-items:center;background:#f8faff;border-radius:.5rem;display:flex;gap:0;justify-content:center;margin:0 2rem;padding:2rem;position:relative}.step-indicator{align-items:flex-start;display:flex;flex:1 1;gap:0;min-width:0;position:relative}.step-indicator,.step-indicator.active{background:#0000}.step-divider{height:60px;margin:0 1rem;width:1px}.step-divider,.step-icon{background:#e5e7eb;flex-shrink:0}.step-icon{align-items:center;border-radius:50%;color:#6b7280;display:flex;height:40px;justify-content:center;margin-right:1.25rem;margin-top:0;max-width:40px;min-width:40px;overflow:visible;position:static;width:40px;z-index:0}.step-icon svg{stroke:currentColor;color:inherit}.step-indicator:not(.active) .step-icon{background:#e5e7eb!important;color:#6b7280!important}.step-indicator:not(.active) .step-icon svg{stroke:#6b7280!important;color:#6b7280!important}.step-indicator.active .step-icon{background:var(--blue-600);color:var(--white)}.step-indicator.active .step-icon svg{stroke:var(--white);color:var(--white)}.step-indicator.completed .step-icon{background:var(--blue-600);color:var(--white)}.step-indicator.completed .step-icon svg{stroke:var(--white);color:var(--white)}.step-indicator.completed .step-number{color:var(--blue-600)}.step-content{align-items:flex-start;border-radius:0;display:flex;flex:1 1;flex-direction:column;gap:.25rem;justify-content:flex-start;margin-left:0;min-height:40px;min-width:0;padding-left:0;position:relative;z-index:10}.step-content,.step-indicator.active .step-content,.step-number{background:#0000!important}.step-number{border-radius:0;color:#6b7280;display:block;font-family:Satoshi,Inter,sans-serif;font-size:.75rem;font-weight:400;height:auto;margin:0;padding:0;position:relative;width:auto;z-index:2}.step-indicator.active .step-number{background:#0000!important;color:var(--blue-600)}.step-title{font-family:Satoshi,Inter,sans-serif;font-size:.9rem}.step-indicator.active .step-title,.step-title{color:#1f2937;font-weight:700}.create-escrow-modal-content{flex:1 1;overflow-y:auto;padding:2rem}.escrow-form-section{margin-bottom:2.5rem}.escrow-form-section:last-child{margin-bottom:0}.section-title{color:var(--blue-600);font-family:Satoshi,Inter,sans-serif;font-size:1rem;font-weight:600;margin:0 0 1.5rem}.escrow-type-buttons{display:flex;flex-wrap:wrap;gap:1rem}.escrow-type-btn{align-items:center;background:var(--white);border:1px solid var(--border);border-radius:.75rem;color:var(--text-dark);cursor:pointer;display:flex;flex:1 1;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;min-width:150px;padding:.8rem 1.3rem;transition:all .2s ease}.escrow-type-btn:hover{background:#f0f7ff;border-color:var(--blue-600)}.escrow-type-btn.active{background:var(--blue-600);border-color:var(--blue-600);color:var(--white)}.escrow-type-btn.active svg{color:var(--white)}.escrow-type-btn:not(.active) svg{color:var(--text-dark)}.counterparty-form-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.form-column{gap:1.5rem}.form-column,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:var(--text-dark);font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:500}.required{color:#ef4444}.form-group input{background:var(--white);border:1px solid var(--border);border-radius:.5rem;color:var(--text-dark);font-family:Satoshi,Inter,sans-serif;font-size:.9rem;padding:.75rem 1rem;transition:border-color .2s ease}.form-group input:focus{border-color:var(--blue-600);outline:none}.form-group input::placeholder{color:#9ca3af}.release-type-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.release-type-btn{align-items:center;background:var(--white);border:1px solid var(--border);border-radius:.75rem;color:var(--text-dark);cursor:pointer;display:flex;flex:1 1;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;min-width:150px;padding:.8rem 1.3rem;transition:all .2s ease}.release-type-btn:hover{background:#f0f7ff;border-color:var(--blue-600)}.release-type-btn.active{background:var(--blue-600);border-color:var(--blue-600);color:var(--white)}.release-type-btn.active svg{color:var(--white)}.release-type-btn:not(.active) svg{color:var(--text-dark)}.terms-form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.form-group-full{grid-column:1/-1}.date-input-wrapper,.select-input-wrapper{align-items:center;display:flex;position:relative}.date-input-wrapper input,.select-input-wrapper select{background:var(--white);border:1px solid var(--border);border-radius:.5rem;color:var(--text-dark);font-family:Satoshi,Inter,sans-serif;font-size:.9rem;padding:.75rem 2.5rem .75rem 1rem;transition:border-color .2s ease;width:100%}.date-input-wrapper input::placeholder,.select-input-wrapper select::placeholder{color:#9ca3af}.date-input-wrapper input:focus,.select-input-wrapper select:focus{border-color:var(--blue-600);outline:none}.date-input-wrapper .input-icon,.select-input-wrapper .input-icon{color:var(--text-muted);pointer-events:none;position:absolute;right:1rem}.select-input-wrapper select{-webkit-appearance:none;appearance:none;cursor:pointer}.form-group textarea{background:var(--white);border:1px solid var(--border);border-radius:.5rem;color:var(--text-dark);font-family:Satoshi,Inter,sans-serif;font-size:.9rem;padding:.75rem 1rem;resize:vertical;transition:border-color .2s ease;width:100%}.form-group textarea:focus{border-color:var(--blue-600);outline:none}.form-group textarea::placeholder{color:#9ca3af}.create-escrow-modal-footer{align-items:center;border-top:1px solid var(--border);display:flex;gap:1rem;justify-content:flex-start;padding:1.5rem 2rem}.create-escrow-modal-footer:has(.previous-btn){gap:1rem;justify-content:flex-start}.previous-btn{align-items:center;background:var(--white);border:1px solid var(--border);border-radius:.5rem;color:var(--text-dark);cursor:pointer;display:flex;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.previous-btn:hover{background:#f8f9fa;border-color:var(--blue-600)}.previous-btn-icon-circle{align-items:center;background:#6b7280;border-radius:50%;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.previous-btn-icon-circle svg{color:var(--white)}.submit-next-btn{align-items:center;background:var(--blue-600);border:none;border-radius:.5rem;color:var(--white);cursor:pointer;display:flex;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:600;gap:.75rem;padding:.75rem 1.5rem;transition:background .2s ease}.submit-btn-icon-circle{align-items:center;background:var(--white);border-radius:50%;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.submit-btn-icon-circle svg{color:var(--blue-600)}.submit-next-btn:hover{background:var(--blue-700)}.add-milestone-btn{align-items:center;background:var(--blue-600);border:none;border-radius:.5rem;color:var(--white);cursor:pointer;display:flex;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}.add-milestone-btn:hover{background:var(--blue-700)}.add-milestone-btn svg{color:var(--white)}<<<<<<< Current(Your changes) ======= .confirmation-step{padding:0}.confirmation-summary-section{display:flex;gap:1rem;margin-bottom:2rem}.confirmation-type-section{flex:1 1}.confirmation-section-title{color:#1f2937;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:700;margin-bottom:.75rem}.confirmation-type-btn{align-items:center;background:var(--blue-600);border:none;border-radius:999px;color:var(--white);display:inline-flex;font-family:Satoshi,Inter,sans-serif;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.confirmation-type-btn svg{color:var(--white)}.confirmation-details-section{margin-bottom:2rem}.confirmation-details-section:last-child{margin-bottom:0}.confirmation-field-group{margin-bottom:1.5rem}.confirmation-label{color:#1f2937;display:block;font-family:Satoshi,Inter,sans-serif;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.confirmation-label .required{color:#ef4444}.confirmation-masked-input{background:#0000;border:none;color:#1f2937;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;letter-spacing:.05em;padding:0}.confirmation-info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.confirmation-info-item{display:flex;flex-direction:column;gap:.25rem}.confirmation-info-label{color:#6b7280;font-family:Satoshi,Inter,sans-serif;font-size:.75rem;font-weight:500}.confirmation-info-value{color:#1f2937;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:600}.confirmation-details-list{display:flex;flex-direction:column;gap:1rem}.confirmation-details-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.confirmation-detail-item{align-items:center;display:flex;justify-content:space-between}.confirmation-detail-item,.confirmation-details-row .confirmation-detail-item{border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.confirmation-detail-item:last-child{border-bottom:none;padding-bottom:0}.confirmation-detail-label{color:#6b7280;font-family:Satoshi,Inter,sans-serif;font-size:.875rem;font-weight:500}.confirmation-detail-value{align-items:center;color:#1f2937;display:flex;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:600;gap:.5rem}.confirmation-detail-value svg{color:#6b7280}.confirm-btn{align-items:center;background:var(--blue-600);border:none;border-radius:.5rem;color:var(--white);cursor:pointer;display:flex;font-family:Satoshi,Inter,sans-serif;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.confirm-btn:hover{background:var(--blue-700)}.confirm-btn svg{color:var(--white)}>>>>>>>Incoming(Background Agent changes)
@media(max-width: 768px){.my-escrow-page{padding:1rem}.escrow-header{align-items:flex-start;flex-direction:column;gap:1rem}.escrow-metrics{grid-template-columns:1fr}.escrow-filters{align-items:flex-start;flex-direction:column;gap:1rem}.escrow-data-table{font-size:.85rem}.escrow-data-table td,.escrow-data-table th{padding:.75rem 1rem}.create-escrow-modal{border-radius:0;max-height:100vh;max-width:100%}.create-escrow-modal-overlay{padding:0}.create-escrow-steps{align-items:flex-start;flex-direction:column;gap:1rem}.step-divider{display:none}.counterparty-form-grid{gap:1.5rem;grid-template-columns:1fr}.escrow-type-buttons{flex-direction:column}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}
/*# sourceMappingURL=main.f0bb65b7.css.map*/