.payment-methods{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:22px 0 0;padding:17px 18px;background:linear-gradient(135deg,rgba(0,212,200,.08),rgba(39,140,255,.06));border:1px solid rgba(0,212,200,.22);border-radius:18px}.payment-copy{display:flex;align-items:center;gap:12px;flex:0 0 auto}.payment-copy>div{display:grid;gap:2px}.payment-copy strong{font-size:15px;line-height:1.3}.payment-copy span{color:var(--muted);font-size:12px}.payment-icon{display:grid;place-items:center;width:42px;height:42px;color:var(--turq);background:rgba(0,212,200,.1);border:1px solid rgba(0,212,200,.25);border-radius:12px;flex:none}.payment-icon svg{width:22px;height:22px}.payment-logos{display:grid;grid-template-columns:repeat(5,minmax(86px,1fr));gap:8px;flex:1;list-style:none;margin:0;padding:0}.payment-logos li{display:grid;place-items:center;min-width:0;min-height:48px;padding:4px 8px;background:#fff;border:1px solid rgba(255,255,255,.22);border-radius:12px;box-shadow:0 8px 18px rgba(0,0,0,.12);overflow:hidden}.payment-logos img{display:block;width:100%;height:40px;object-fit:contain}@media(max-width:1024px){.payment-methods{align-items:flex-start;flex-direction:column}.payment-logos{width:100%}}@media(max-width:620px){.payment-methods{padding:16px 14px}.payment-logos{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-logos li:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:min(150px,100%)}}
