.hub-form-section{padding:2rem 1rem;background:linear-gradient(135deg,#1a1a2e,#16213e)}.hub-form-container{max-width:800px;margin:0 auto}.hub-title{color:#fff;font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:1.5rem}.hub-exchange-form{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;background:rgba(255,255,255,.05);border-radius:16px;padding:1.5rem}.hub-currency-selector{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.hub-currency-selector label{color:rgba(255,255,255,.7);font-size:.875rem}.hub-currency-display{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.1);border-radius:12px;padding:.75rem 1rem}.hub-currency-name{color:#fff;font-weight:500;font-size:1rem}.hub-currency-select{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;padding:.5rem;font-size:.875rem;cursor:pointer;margin-top:.5rem}.hub-currency-select option{background:#1a1a2e;color:#fff}.hub-arrow{color:rgba(255,255,255,.5);padding:0 .5rem}.hub-exchange-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s}.hub-exchange-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.hub-exchange-btn.disabled{background:rgba(255,255,255,.2);cursor:not-allowed;opacity:.6}.hub-exchange-btn.disabled:hover{transform:none;box-shadow:none}.hub-best-rate{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;color:rgba(255,255,255,.8);font-size:.9rem}.hub-best-rate-label{color:rgba(255,255,255,.6)}.hub-best-rate-value{color:#4ade80;font-weight:500}.hub-rates-section{padding:2rem 1rem;max-width:1200px;margin:0 auto}.hub-rates-title{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:1.5rem}.hub-content-section{padding:2rem 1rem;max-width:1200px;margin:0 auto;color:#4a5568;line-height:1.7}.hub-content-section h2,.hub-content-section h3{color:#1a1a2e;margin-top:1.5rem;margin-bottom:.75rem}.hub-content-section p{margin-bottom:1rem}@media (max-width:768px){.hub-exchange-form{flex-direction:column;gap:1rem}.hub-currency-selector{width:100%}.hub-arrow{transform:rotate(90deg)}.hub-exchange-btn{width:100%}.hub-title{font-size:1.5rem}}.pa-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.pa-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e8ecf0;border-radius:16px;padding:16px 20px;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .1s ease}.pa-card:hover{border-color:#CBD5E0;box-shadow:0 2px 8px rgba(0,0,0,.06);background:#FAFBFD}.pa-card:active{transform:scale(.99)}.pa-card-content{display:flex;flex-direction:column;gap:4px;min-width:0}.pa-amount-from{font-size:15px;font-weight:600;color:#1E293B}.pa-amount-to{font-size:14px;font-weight:600;color:#64748B;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pa-chevron{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:50%;background:#F1F5F9;color:#64748B;transition:background .2s ease,color .2s ease,transform .2s ease}.pa-card:hover .pa-chevron{background:#E2E8F0;color:#475569;transform:translateX(2px)}@media (max-width:992px){.pa-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width:576px){.pa-grid{grid-template-columns:repeat(2,1fr);gap:8px}.pa-card{padding:12px 14px}.pa-amount-from{font-size:13px}.pa-amount-to{font-size:12px}.pa-chevron{width:28px;height:28px;min-width:28px}}