*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0f1f2e;--navy-mid: #162535;--navy-card: #1a3347;--navy-light: #2a4a5e;--orange: #f97316;--orange-dark:#ea6c0a;--teal: #0d9488;--white: #ffffff;--off-white: #f0f6fb;--muted: #94a3b8}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--navy);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;margin:0}#root{width:100%;min-height:100vh}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none;outline:none}.container{max-width:1140px;margin:0 auto;padding:0 24px}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#0f1f2eeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;letter-spacing:-.5px}.logo-icon{width:36px;height:36px;background:var(--orange);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--white);font-weight:900}.logo span{color:var(--orange)}.nav-links{display:flex;align-items:center;gap:36px;list-style:none}.nav-links a{font-size:15px;font-weight:500;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--orange);color:var(--white);font-weight:700;font-size:15px;padding:10px 22px;border-radius:50px;transition:background .2s,transform .15s}.nav-cta:hover{background:var(--orange-dark);transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f1f2e,#162535,#0d2233);padding-top:68px}.hero-bg-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;pointer-events:none}.orb1{width:500px;height:500px;background:var(--orange);top:-100px;right:-100px}.orb2{width:400px;height:400px;background:var(--teal);bottom:-80px;left:-80px}.hero-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:80px 0;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#f973161f;border:1px solid rgba(249,115,22,.3);border-radius:50px;padding:6px 16px;font-size:13px;font-weight:600;color:var(--orange);margin-bottom:24px}.hero-title{font-size:62px;font-weight:900;line-height:1.1;letter-spacing:-2px;color:var(--white);margin-bottom:20px}.hero-title span{color:var(--orange)}.hero-subtitle{font-size:18px;color:var(--muted);line-height:1.7;margin-bottom:36px;max-width:480px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:48px}.btn-primary{background:var(--orange);color:var(--white);font-weight:700;font-size:16px;padding:14px 30px;border-radius:50px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 24px #f9731659}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 8px 32px #f9731666}.btn-outline{background:transparent;color:var(--white);font-weight:600;font-size:16px;padding:14px 30px;border-radius:50px;border:1.5px solid rgba(255,255,255,.25);transition:border-color .2s,background .2s}.btn-outline:hover{border-color:#ffffff8c;background:#ffffff0d}.hero-stats{display:flex;gap:36px}.stat{display:flex;flex-direction:column}.stat-value{font-size:26px;font-weight:800;color:var(--white)}.stat-label{font-size:13px;color:var(--muted)}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.phone-mockup{width:260px;height:520px;background:var(--navy-card);border-radius:40px;border:2px solid rgba(255,255,255,.1);box-shadow:0 40px 100px #00000080,0 0 0 1px #ffffff0d;position:relative;overflow:hidden;display:flex;flex-direction:column;padding:28px 20px 20px}.phone-notch{width:90px;height:24px;background:var(--navy);border-radius:0 0 18px 18px;margin:0 auto 20px}.phone-header{text-align:center;margin-bottom:20px}.phone-header .brand{font-size:11px;font-weight:700;letter-spacing:2px;color:var(--orange);margin-bottom:4px}.phone-header .tagline{font-size:13px;color:var(--muted)}.phone-balance{background:linear-gradient(135deg,var(--orange) 0%,#fb923c 100%);border-radius:20px;padding:18px;margin-bottom:16px;text-align:center}.phone-balance .label{font-size:11px;color:#ffffffb3;margin-bottom:4px}.phone-balance .amount{font-size:28px;font-weight:800;color:var(--white)}.phone-actions-row{display:flex;justify-content:space-around;margin-bottom:20px}.phone-action-btn{display:flex;flex-direction:column;align-items:center;gap:6px}.phone-action-icon{width:40px;height:40px;background:#ffffff12;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px}.phone-action-btn span{font-size:10px;color:var(--muted)}.phone-txn-list{flex:1;overflow:hidden}.phone-txn-title{font-size:11px;font-weight:700;color:var(--muted);margin-bottom:10px;letter-spacing:1px}.phone-txn{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.txn-left{display:flex;align-items:center;gap:10px}.txn-avatar{width:30px;height:30px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:12px}.txn-name{font-size:12px;color:var(--white);font-weight:500}.txn-date{font-size:10px;color:var(--muted)}.txn-amount{font-size:12px;font-weight:700}.txn-amount.out{color:#f87171}.txn-amount.in{color:#4ade80}.phone-glow{position:absolute;width:200px;height:200px;background:var(--orange);border-radius:50%;filter:blur(80px);opacity:.12;top:-50px;right:-60px;pointer-events:none}.trust-bar{background:#ffffff08;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:20px 0}.trust-inner{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted);font-weight:500}.trust-icon{font-size:20px}section{padding:96px 0}.section-label{font-size:13px;font-weight:700;letter-spacing:2px;color:var(--orange);text-transform:uppercase;margin-bottom:12px}.section-title{font-size:42px;font-weight:800;letter-spacing:-1.5px;color:var(--white);margin-bottom:16px;line-height:1.15}.section-subtitle{font-size:17px;color:var(--muted);max-width:540px;line-height:1.7}.section-header{margin-bottom:64px}.features{background:var(--navy-mid)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--navy-card);border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:32px 28px;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000004d}.feature-icon{width:54px;height:54px;border-radius:16px;background:#f973161f;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:20px}.feature-card h3{font-size:19px;font-weight:700;color:var(--white);margin-bottom:10px}.feature-card p{font-size:15px;color:var(--muted);line-height:1.65}.how-it-works{background:var(--navy)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}.steps-grid:before{content:"";position:absolute;top:36px;left:calc(16.66% + 16px);right:calc(16.66% + 16px);height:2px;background:linear-gradient(90deg,var(--orange) 0%,transparent 100%);opacity:.3}.step-card{text-align:center;padding:32px 20px}.step-number{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--orange) 0%,#fb923c 100%);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:900;color:var(--white);margin:0 auto 24px;box-shadow:0 8px 32px #f973164d}.step-card h3{font-size:20px;font-weight:700;color:var(--white);margin-bottom:12px}.step-card p{font-size:15px;color:var(--muted);line-height:1.65}.corridors{background:var(--navy-mid)}.corridors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.corridor-card{background:var(--navy-card);border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:24px 20px;text-align:center;transition:border-color .2s,transform .2s}.corridor-card:hover{border-color:#f9731666;transform:translateY(-2px)}.corridor-flags{font-size:28px;margin-bottom:10px}.corridor-card h4{font-size:14px;font-weight:700;color:var(--white);margin-bottom:4px}.corridor-card p{font-size:13px;color:var(--muted)}.download-cta{background:linear-gradient(135deg,#0d2233,#162535);position:relative;overflow:hidden;text-align:center}.download-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(249,115,22,.15) 0%,transparent 65%);pointer-events:none}.download-cta .section-title,.download-cta .section-subtitle{margin-left:auto;margin-right:auto;text-align:center}.download-cta .section-subtitle{max-width:500px;margin-bottom:40px}.store-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.store-btn{display:flex;align-items:center;gap:12px;background:#ffffff14;border:1.5px solid rgba(255,255,255,.15);border-radius:14px;padding:12px 24px;color:var(--white);font-size:14px;transition:background .2s,border-color .2s,transform .15s;min-width:180px}.store-btn:hover{background:#ffffff21;border-color:#ffffff4d;transform:translateY(-2px)}.store-btn-icon{font-size:28px}.store-btn-text{text-align:left}.store-btn-text small{display:block;font-size:11px;color:var(--muted)}.store-btn-text strong{font-size:16px;font-weight:700}footer{background:#0a1820;border-top:1px solid rgba(255,255,255,.06);padding:60px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}.footer-brand p{font-size:14px;color:var(--muted);margin-top:14px;line-height:1.7;max-width:260px}.footer-col h4{font-size:13px;font-weight:700;color:var(--white);letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:14px;color:var(--muted);transition:color .2s}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid rgba(255,255,255,.06);font-size:13px;color:var(--muted);flex-wrap:wrap;gap:12px}.footer-legal{display:flex;gap:20px}.footer-legal a{color:var(--muted);transition:color .2s}.footer-legal a:hover{color:var(--white)}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;text-align:center;gap:48px}.hero-title{font-size:44px}.hero-actions,.hero-stats{justify-content:center}.hero-subtitle{margin-left:auto;margin-right:auto}.features-grid{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr}.steps-grid:before{display:none}.corridors-grid,.footer-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}.hamburger{display:flex}.section-title{font-size:32px}}@media (max-width: 560px){.features-grid{grid-template-columns:1fr}.corridors-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.hero-title{font-size:36px}.trust-inner{gap:24px}.hero-stats{flex-wrap:wrap;gap:20px}section{padding:64px 0}}
