.payment-method-picker{min-width:0;margin:18px 0;padding:0;border:0}.payment-method-picker legend{width:100%;margin:0 0 4px;padding:0;color:var(--navy,#082c4c);font-size:13px;font-weight:900}.payment-method-help{margin:0 0 11px;color:#738398;font-size:11px;line-height:1.45}.payment-method-options{display:grid;gap:9px}.hero-card .payment-method-option{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:11px;min-height:68px;margin:0;padding:11px 13px;overflow:hidden;color:#f8fbff;background:radial-gradient(circle at 100% 0,rgba(20,115,199,.14),transparent 44%),linear-gradient(145deg,#07162b,#091126);border:1px solid #243451;border-radius:15px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.hero-card .payment-method-option:hover{border-color:#486182;transform:translateY(-1px)}.hero-card .payment-method-option>span{margin-bottom:0}.hero-card .payment-method-option:has(.payment-method-radio:checked){background:radial-gradient(circle at 100% 0,rgba(255,201,40,.16),transparent 46%),linear-gradient(145deg,#0a1b32,#0a1327);border-color:var(--yellow-2,#ffb800);box-shadow:0 0 0 1px rgba(255,184,0,.1),0 12px 28px rgba(5,24,46,.16)}.payment-method-radio{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;white-space:nowrap;border:0;clip:rect(0 0 0 0);clip-path:inset(50%)}.payment-method-icon{display:grid;place-items:center;width:42px;height:42px;color:#ffc928;background:rgba(255,201,40,.08);border:1px solid rgba(255,201,40,.18);border-radius:12px}.payment-method-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.payment-method-copy{display:block;min-width:0}.payment-method-copy small,.payment-method-copy strong{display:block}.payment-method-copy strong{color:#fff;font-size:13px;font-weight:900;line-height:1.35}.payment-method-copy small{margin-top:3px;color:#9fb0c7;font-size:10px;font-weight:600;line-height:1.35}.payment-method-check{position:relative;display:block;width:18px;height:18px;border:1.5px solid #ffb800;border-radius:50%;transition:background .18s ease,box-shadow .18s ease}.payment-method-radio:checked~.payment-method-check{background:#ffb800;box-shadow:inset 0 0 0 4px #09152a}.payment-method-radio:focus-visible~.payment-method-check{outline:3px solid rgba(20,115,199,.34);outline-offset:3px}@media (max-width:560px){.hero-card .payment-method-option{grid-template-columns:38px minmax(0,1fr) 18px;gap:9px;min-height:64px;padding:10px 11px;border-radius:14px}.payment-method-icon{width:38px;height:38px;border-radius:11px}.payment-method-copy strong{font-size:12px}}@media (prefers-reduced-motion:reduce){.hero-card .payment-method-option{transition:none}}