.tx-bar{background:#1e2938;border-bottom:1px solid #334155;font-size:.72rem;padding:.45rem 0;color:#64748b;font-family:monospace}
.tx-bar .container{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}
.tx-bar em{color:#10b981;font-style:normal;font-weight:700}

.hero-payment{padding:2.8rem 0 3.2rem;background:#0f1724}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.hero-grid h1{font-size:clamp(1.35rem,3.2vw,1.85rem);font-weight:800;color:#f1f5f9;line-height:1.35;margin-bottom:.85rem}
.hero-grid h1 em{color:#10b981;font-style:normal}
.hero-desc{color:#94a3b8;font-size:.92rem;margin-bottom:1.2rem;max-width:520px}
.hero-btns{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem}
.trust-row{display:flex;flex-wrap:wrap;gap:1rem}
.trust-row .t{background:#1e2938;border:1px solid #334155;padding:.65rem 1rem;min-width:90px;text-align:center}
.trust-row strong{display:block;font-size:1.25rem;color:#f59e0b;font-weight:800}
.trust-row span{font-size:.72rem;color:#64748b}

.flow-panel{background:#1e2938;border:1px solid #334155;padding:1.5rem;min-height:320px;border-radius:8px}
.flow-panel svg{width:100%;height:auto;display:block}
.flow-caption{text-align:center;font-size:.72rem;color:#64748b;margin-top:.5rem;font-family:monospace}

.currency-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.currency-card{background:#1e2938;border:1px solid #334155;padding:1.2rem 1.1rem;border-top:3px solid #10b981;border-radius:6px}
.currency-card:nth-child(2){border-top-color:#f59e0b}
.currency-card:nth-child(3){border-top-color:#6366f1}
.tx-tag{font-family:monospace;font-size:.68rem;color:#10b981;margin-bottom:.45rem}
.currency-card h3{font-size:.95rem;color:#f1f5f9;margin-bottom:.4rem;font-weight:800}
.currency-card p{font-size:.82rem;color:#64748b;line-height:1.55}

.settle-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.settle-step{background:#1e2938;border:1px solid #334155;padding:1.2rem;text-align:center;border-radius:6px;position:relative}
.settle-step::after{content:"→";position:absolute;right:-12px;top:50%;transform:translateY(-50%);color:#10b981;font-size:1rem}
.settle-step:last-child::after{display:none}
.settle-num{font-family:monospace;font-size:.75rem;color:#f59e0b;font-weight:700;margin-bottom:.5rem;display:block}
.settle-step h3{font-size:.92rem;color:#f1f5f9;margin-bottom:.35rem;font-weight:800}
.settle-step p{font-size:.8rem;color:#64748b;line-height:1.5}

.ledger-dual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.ledger-pane{background:#1e2938;border:1px solid #334155;border-radius:6px;overflow:hidden}
.ledger-pane .head{background:#0a1018;padding:.55rem 1rem;font-family:monospace;font-size:.72rem;color:#10b981;border-bottom:1px solid #334155}
.ledger-pane .body{padding:1rem 1.1rem}
.ledger-pane h3{font-size:.9rem;color:#f1f5f9;margin-bottom:.55rem;font-weight:800}
.ledger-pane li{font-size:.82rem;color:#64748b;padding:.28rem 0 .28rem 1rem;position:relative;line-height:1.45}
.ledger-pane li::before{content:"$";position:absolute;left:0;color:#f59e0b;font-size:.75rem}

.payment-cta{background:#1e2938;border-top:2px solid #10b981;padding:2.5rem 0;text-align:center}
.payment-cta h2{font-size:clamp(1.1rem,2.8vw,1.45rem);color:#f1f5f9;margin-bottom:.45rem;font-weight:800}
.payment-cta p{color:#64748b;font-size:.88rem;margin-bottom:1.1rem}
.hero-img-wrap{margin-top:1rem;border:1px solid #334155;border-radius:8px;overflow:hidden}

@media(max-width:900px){
  .hero-grid,.currency-cards,.settle-steps,.ledger-dual{grid-template-columns:1fr}
  .settle-step::after{display:none}
}
