@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:Inter,sans-serif}.orbital-app{background:#0b1120;min-height:100vh;color:#e2e8f0;font-family:Inter,sans-serif;overflow-x:hidden}.orbital-nav{display:flex;flex-direction:column;align-items:center;padding:2rem 4rem;position:relative;z-index:10;gap:.5rem}.orbital-logo-img{height:480px;width:auto;object-fit:contain;transition:height .3s}.orbital-links{display:flex;flex-direction:column;align-items:center;gap:.8rem}.orbital-links a{margin-left:0;text-decoration:none;color:#94a3b8;font-weight:500;transition:color .2s}.orbital-links a:hover{color:#fff}.orbital-hero{display:flex;align-items:center;justify-content:center;min-height:85vh;padding:0;position:relative;background-image:url(/assets/hero_background_fintech_1768224688715.png);background-size:cover;background-position:center;background-attachment:fixed}.hero-content-wrapper{display:flex;align-items:center;width:100%;gap:2rem}.orbital-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0b1120b3;z-index:0}.orbital-left{flex:1;padding-right:0;position:relative;z-index:1}.orbital-tag{color:#3fa6b0;font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;margin-bottom:1rem}.orbital-left h1{font-size:3rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;color:#fff}.orbital-left p{font-size:1.25rem;color:#cbd5e1;margin-bottom:2.5rem;max-width:500px}.orbital-hero-supported{margin-bottom:2.5rem;color:#94a3b8;font-size:.95rem}.orbital-hero-supported strong{color:#fff;margin-right:.5rem}.orbital-btns{display:flex;gap:1rem}.orb-btn-pri{background:#3fa6b0;color:#0f172a;padding:1rem 2rem;border-radius:8px;font-weight:700;cursor:pointer;border:none;box-shadow:0 0 20px #3fa6b066;transition:transform .2s}.orb-btn-pri:hover{transform:translateY(-2px);box-shadow:0 0 30px #3fa6b099}.orbital-right{flex:1;display:flex;justify-content:center;align-items:center;position:relative;height:500px;z-index:1}.orbit-system{position:relative;width:400px;height:400px;display:flex;justify-content:center;align-items:center}.planet-core{width:100px;height:100px;background:linear-gradient(135deg,#3d838e,#353f4c);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 50px #3d838e80;z-index:10}.core-img{width:90px;height:auto}.orbit-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.1);border-radius:50%}.ring-1{width:180px;height:180px;animation:spin-right 10s linear infinite}.ring-2{width:300px;height:300px;animation:spin-left 25s linear infinite}.ring-3{width:420px;height:420px;animation:spin-right 40s linear infinite}.satellite{position:absolute;width:40px;height:40px;background:#1e293b;border:1px solid #334155;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3fa6b0;box-shadow:0 0 15px #00000080}.s-1{top:-20px;left:50%;margin-left:-20px}.s-2{bottom:40px;right:20px}.s-3{top:60px;left:20px}.s-4{bottom:-20px;left:60%}@keyframes spin-right{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin-left{to{transform:translate(-50%,-50%) rotate(-360deg)}}.section-container{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:2}.orbital-how-it-works{padding:6rem 0;position:relative;background:linear-gradient(180deg,#0b1120,#0f172a);border-top:none}.orbital-solutions{padding:6rem 0;position:relative;background:#0f172a;border-top:1px solid rgba(63,166,176,.1)}.orbital-solutions:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(61,131,142,.05) 0%,transparent 70%);pointer-events:none}.payment-methods-strip{display:flex;justify-content:space-between;align-items:center;gap:2rem;width:100%;margin:3rem auto 0;padding:0;opacity:.9;flex-wrap:wrap;position:relative;z-index:5}.method-item{transition:all .3s;display:flex;align-items:center;justify-content:center;background:#1e293b66;width:200px;height:100px;border-radius:12px;border:1px solid rgba(63,166,176,.1)}.method-item:hover{transform:translateY(-4px);border-color:#3fa6b066;background:#1e293bcc;box-shadow:0 10px 20px #0003}.method-item img{display:block;max-height:60px;max-width:140px;width:auto;height:auto;object-fit:contain;filter:grayscale(20%) brightness(1.2)}.orbital-footer{padding:6rem 0;background:#020617;border-top:1px solid rgba(63,166,176,.3)}h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#fff}.section-desc{text-align:center;max-width:800px;margin:0 auto 4rem;color:#94a3b8;line-height:1.6}.flow-steps{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.flow-step{display:flex;align-items:center;gap:1rem}.step-circle{width:50px;height:50px;background:#3fa6b01a;border:1px solid #3fa6b0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3fa6b0;font-weight:700;font-size:1.2rem;box-shadow:0 0 15px #3fa6b033}.step-line{width:60px;height:2px;background:#334155}.solutions-header h3{text-align:center;color:#3fa6b0;margin-bottom:1rem;font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em}.solutions-header p{text-align:center;max-width:700px;margin:0 auto 3rem;color:#cbd5e1}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.solution-card{background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;border:1px solid rgba(63,166,176,.3);display:flex;flex-direction:column;align-items:center;gap:1rem;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.solution-card:hover{transform:translateY(-8px);background:#1e293be6;border-color:#3fa6b0;box-shadow:0 20px 25px -5px #0000001a,0 0 20px #3fa6b033}.check-icon{color:#3fa6b0;font-size:1.5rem;background:#3fa6b01a;padding:.5rem;border-radius:50%}.solution-card h4{font-size:1.25rem;color:#fff}.footer-columns{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding:0 2rem}.footer-col h4{color:#fff;margin-bottom:1.5rem;font-size:1.1rem}.footer-col a{color:#94a3b8;text-decoration:none;display:block;margin-bottom:.8rem;transition:color .2s}.footer-col a:hover{color:#3fa6b0}.brand-icons span{color:#64748b;font-weight:700;margin:0 .3rem;font-size:.9rem}.socials{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem;color:#94a3b8;cursor:pointer}.socials span:hover{color:#3fa6b0}@media (max-width: 900px){.orbital-logo-img{height:320px;margin-bottom:0}.orbital-nav{flex-direction:column;gap:0;padding:1rem}.orbital-links{display:flex;flex-direction:column;gap:1rem;width:100%;text-align:center;padding-bottom:1.5rem;margin-top:-2rem}.orbital-links a{margin-left:0;font-size:1.1rem}.orbital-hero{align-items:center;padding:4rem 2rem}.hero-content-wrapper{flex-direction:column;text-align:center;gap:0}.orbital-left{padding-right:0;margin-bottom:3rem}.orbital-btns{justify-content:center}.step-line{display:none}.flow-steps{flex-direction:column;gap:2rem}.footer-columns{flex-direction:column;text-align:center}.orbit-system{transform:scale(.8);margin-top:-2rem}.payment-methods-strip{justify-content:center;gap:1.5rem}}
